1 | [ Mar 26 19:47:56 Enabled. ] | ||
2 | [ Mar 26 19:47:56 Rereading configuration. ] | ||
3 | [ Mar 26 19:47:57 Rereading configuration. ] | ||
4 | [ Mar 26 19:48:10 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 | [ Mar 26 19:48:10 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.03.26 19:48:10.911423 [ 1 ] {} <Information> Application: Will watch for the process with pid 23893 | ||
33 | 2024.03.26 19:48:10.911954 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.03.26 19:48:11.256523 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23893 | ||
35 | 2024.03.26 19:48:11.257300 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.03.26 19:48:11.258036 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.03.26 19:48:11.349038 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.03.26 19:48:11.436946 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.03.26 19:48:11.436993 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.03.26 19:48:11.437075 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.03.26 19:48:11.437153 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.03.26 19:48:11.437438 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.03.26 19:48:11.439019 [ 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.03.26 19:48:11.439505 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.03.26 19:48:11.440363 [ 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.03.26 19:48:11.440389 [ 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.03.26 19:48:11.440402 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.03.26 19:48:11.440582 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.03.26 19:48:11.441494 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.03.26 19:48:11.447272 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.03.26 19:48:11.447970 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.03.26 19:48:11.449284 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.03.26 19:48:11.449346 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.03.26 19:48:11.450868 [ 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.03.26 19:48:11.451141 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.03.26 19:48:11.455588 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.03.26 19:48:11.455973 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.03.26 19:48:11.457581 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.03.26 19:48:11.457993 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.03.26 19:48:11.458367 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.03.26 19:48:11.458724 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.03.26 19:48:11.460082 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.03.26 19:48:11.460107 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.03.26 19:48:11.460209 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.03.26 19:48:11.460361 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.03.26 19:48:11.484863 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.03.26 19:48:11.484897 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000167835 sec | ||
74 | 2024.03.26 19:48:11.484933 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.03.26 19:48:11.484945 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.03.26 19:48:11.486150 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.03.26 19:48:11.487298 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.03.26 19:48:11.487321 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.03.26 19:48:11.487352 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.03.26 19:48:11.487367 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.03.26 19:48:11.487380 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.03.26 19:48:11.487418 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.03.26 19:48:11.487431 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.03.26 19:48:11.487446 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.03.26 19:48:11.487479 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.03.26 19:48:11.487491 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.03.26 19:48:11.487505 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.03.26 19:48:11.487521 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.03.26 19:48:11.487552 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.03.26 19:48:11.487566 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.03.26 19:48:11.487582 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.03.26 19:48:11.487610 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.03.26 19:48:11.487627 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.03.26 19:48:11.526096 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.03.26 19:48:11.535807 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.03.26 19:48:11.535836 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.7212e-05 sec | ||
97 | 2024.03.26 19:48:11.535850 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.03.26 19:48:11.535865 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.03.26 19:48:11.535887 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.03.26 19:48:11.536073 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.03.26 19:48:11.536114 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.03.26 19:48:11.536127 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.03.26 19:48:11.536143 [ 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.03.26 19:48:11.536155 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.03.26 19:48:11.593781 [ 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.03.26 19:48:11.795376 [ 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.03.26 19:48:11.795432 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.03.26 19:48:11.850103 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.03.26 19:48:11.850330 [ 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.03.26 19:48:11.851287 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 3.7821e-05 sec. | ||
111 | 2024.03.26 19:48:11.851630 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.03.26 19:48:11.851684 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.03.26 19:48:11.851729 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.03.26 19:48:11.851746 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.03.26 19:48:12.039647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.03.26 19:48:12.039946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
117 | 2024.03.26 19:48:12.040004 [ 3 ] {} <Debug> HTTP-Session: 2f6a4040-22fb-48e1-aacd-be9c883cc57d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
118 | 2024.03.26 19:48:12.040054 [ 3 ] {} <Debug> HTTP-Session: 2f6a4040-22fb-48e1-aacd-be9c883cc57d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.03.26 19:48:12.040086 [ 3 ] {} <Debug> HTTP-Session: 2f6a4040-22fb-48e1-aacd-be9c883cc57d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.03.26 19:48:12.040213 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.03.26 19:48:12.040246 [ 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.03.26 19:48:12.040269 [ 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.03.26 19:48:12.040330 [ 3 ] {} <Trace> HTTP-Session: 2f6a4040-22fb-48e1-aacd-be9c883cc57d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.03.26 19:48:12.041262 [ 3 ] {e6433107-3abd-47aa-bb49-6d8629a2b3de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.03.26 19:48:12.080508 [ 3 ] {e6433107-3abd-47aa-bb49-6d8629a2b3de} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43869) (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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.03.26 19:48:12.081255 [ 3 ] {e6433107-3abd-47aa-bb49-6d8629a2b3de} <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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.03.26 19:48:12.081496 [ 3 ] {} <Debug> HTTP-Session: 2f6a4040-22fb-48e1-aacd-be9c883cc57d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.03.26 19:48:12.082500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.03.26 19:48:12.082580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
178 | 2024.03.26 19:48:12.082607 [ 3 ] {} <Debug> HTTP-Session: dacf4f74-99c7-4867-9117-8b6b5cc9930d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
179 | 2024.03.26 19:48:12.082635 [ 3 ] {} <Debug> HTTP-Session: dacf4f74-99c7-4867-9117-8b6b5cc9930d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.03.26 19:48:12.082649 [ 3 ] {} <Debug> HTTP-Session: dacf4f74-99c7-4867-9117-8b6b5cc9930d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.03.26 19:48:12.082698 [ 3 ] {} <Trace> HTTP-Session: dacf4f74-99c7-4867-9117-8b6b5cc9930d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.03.26 19:48:12.083854 [ 3 ] {e009fa86-e1ca-49dc-beed-ab5874719559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.03.26 19:48:12.083971 [ 3 ] {e009fa86-e1ca-49dc-beed-ab5874719559} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.03.26 19:48:12.086117 [ 3 ] {e009fa86-e1ca-49dc-beed-ab5874719559} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.03.26 19:48:12.089055 [ 3 ] {e009fa86-e1ca-49dc-beed-ab5874719559} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.03.26 19:48:12.095217 [ 3 ] {e009fa86-e1ca-49dc-beed-ab5874719559} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.03.26 19:48:12.095255 [ 3 ] {e009fa86-e1ca-49dc-beed-ab5874719559} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.03.26 19:48:12.095273 [ 3 ] {} <Debug> HTTP-Session: dacf4f74-99c7-4867-9117-8b6b5cc9930d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.03.26 19:48:12.095428 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.03.26 19:48:12.095487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
191 | 2024.03.26 19:48:12.095511 [ 3 ] {} <Debug> HTTP-Session: ef440f98-042c-4597-a04c-90fdcfef0d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
192 | 2024.03.26 19:48:12.095529 [ 3 ] {} <Debug> HTTP-Session: ef440f98-042c-4597-a04c-90fdcfef0d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.03.26 19:48:12.095546 [ 3 ] {} <Debug> HTTP-Session: ef440f98-042c-4597-a04c-90fdcfef0d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.03.26 19:48:12.095584 [ 3 ] {} <Trace> HTTP-Session: ef440f98-042c-4597-a04c-90fdcfef0d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.03.26 19:48:12.095672 [ 3 ] {e8311ca5-9be1-4e64-a6af-7a7b9a75a09c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.03.26 19:48:12.095923 [ 3 ] {e8311ca5-9be1-4e64-a6af-7a7b9a75a09c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:43869) (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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.03.26 19:48:12.096040 [ 3 ] {e8311ca5-9be1-4e64-a6af-7a7b9a75a09c} <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 @ 0x0000000000113667 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.03.26 19:48:12.096148 [ 3 ] {} <Debug> HTTP-Session: ef440f98-042c-4597-a04c-90fdcfef0d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.03.26 19:48:12.098552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.03.26 19:48:12.098602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
249 | 2024.03.26 19:48:12.098620 [ 3 ] {} <Debug> HTTP-Session: 103d6c6b-1ee4-470a-88bf-c13dd71e9b1d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
250 | 2024.03.26 19:48:12.098640 [ 3 ] {} <Debug> HTTP-Session: 103d6c6b-1ee4-470a-88bf-c13dd71e9b1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.03.26 19:48:12.098657 [ 3 ] {} <Debug> HTTP-Session: 103d6c6b-1ee4-470a-88bf-c13dd71e9b1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.03.26 19:48:12.098685 [ 3 ] {} <Trace> HTTP-Session: 103d6c6b-1ee4-470a-88bf-c13dd71e9b1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.03.26 19:48:12.098822 [ 3 ] {0e61a3ed-f061-48fe-a423-d4eede8c88fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.03.26 19:48:12.098938 [ 3 ] {0e61a3ed-f061-48fe-a423-d4eede8c88fe} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.03.26 19:48:12.098960 [ 3 ] {} <Debug> HTTP-Session: 103d6c6b-1ee4-470a-88bf-c13dd71e9b1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.03.26 19:48:12.099082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.03.26 19:48:12.099129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
258 | 2024.03.26 19:48:12.099147 [ 3 ] {} <Debug> HTTP-Session: 8fc49b08-7bc6-4616-8c29-67b0bb693e7e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
259 | 2024.03.26 19:48:12.099169 [ 3 ] {} <Debug> HTTP-Session: 8fc49b08-7bc6-4616-8c29-67b0bb693e7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.03.26 19:48:12.099186 [ 3 ] {} <Debug> HTTP-Session: 8fc49b08-7bc6-4616-8c29-67b0bb693e7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.03.26 19:48:12.099214 [ 3 ] {} <Trace> HTTP-Session: 8fc49b08-7bc6-4616-8c29-67b0bb693e7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.03.26 19:48:12.099270 [ 3 ] {be760378-e2f7-471b-9baa-24190bc311e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.03.26 19:48:12.099335 [ 3 ] {be760378-e2f7-471b-9baa-24190bc311e9} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.03.26 19:48:12.104831 [ 3 ] {be760378-e2f7-471b-9baa-24190bc311e9} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.03.26 19:48:12.104862 [ 3 ] {be760378-e2f7-471b-9baa-24190bc311e9} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3822e-05 sec | ||
266 | 2024.03.26 19:48:12.104882 [ 3 ] {be760378-e2f7-471b-9baa-24190bc311e9} <Trace> ReferentialDeps: No tables | ||
267 | 2024.03.26 19:48:12.104894 [ 3 ] {be760378-e2f7-471b-9baa-24190bc311e9} <Trace> LoadingDeps: No tables | ||
268 | 2024.03.26 19:48:12.104920 [ 3 ] {be760378-e2f7-471b-9baa-24190bc311e9} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.03.26 19:48:12.104998 [ 3 ] {be760378-e2f7-471b-9baa-24190bc311e9} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.03.26 19:48:12.105027 [ 3 ] {} <Debug> HTTP-Session: 8fc49b08-7bc6-4616-8c29-67b0bb693e7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.03.26 19:48:12.105148 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.03.26 19:48:12.105202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
273 | 2024.03.26 19:48:12.105233 [ 3 ] {} <Debug> HTTP-Session: 16fdbe4f-2e37-4ebb-9725-cdaef46a3c14 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
274 | 2024.03.26 19:48:12.105250 [ 3 ] {} <Debug> HTTP-Session: 16fdbe4f-2e37-4ebb-9725-cdaef46a3c14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.03.26 19:48:12.105269 [ 3 ] {} <Debug> HTTP-Session: 16fdbe4f-2e37-4ebb-9725-cdaef46a3c14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.03.26 19:48:12.105308 [ 3 ] {} <Trace> HTTP-Session: 16fdbe4f-2e37-4ebb-9725-cdaef46a3c14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.03.26 19:48:12.105418 [ 3 ] {ca554d7f-9161-46ae-bc54-24fbc3358bd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) /* 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.03.26 19:48:12.105468 [ 3 ] {ca554d7f-9161-46ae-bc54-24fbc3358bd0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.03.26 19:48:12.109988 [ 3 ] {ca554d7f-9161-46ae-bc54-24fbc3358bd0} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.03.26 19:48:12.121071 [ 3 ] {ca554d7f-9161-46ae-bc54-24fbc3358bd0} <Debug> oximeter.version (ded38e47-500a-4da0-b661-5ba180798a9c): Loading data parts | ||
282 | 2024.03.26 19:48:12.121440 [ 3 ] {ca554d7f-9161-46ae-bc54-24fbc3358bd0} <Debug> oximeter.version (ded38e47-500a-4da0-b661-5ba180798a9c): There are no data parts | ||
283 | 2024.03.26 19:48:12.125949 [ 3 ] {ca554d7f-9161-46ae-bc54-24fbc3358bd0} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.03.26 19:48:12.126013 [ 3 ] {} <Debug> HTTP-Session: 16fdbe4f-2e37-4ebb-9725-cdaef46a3c14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.03.26 19:48:12.126210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.03.26 19:48:12.126274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
287 | 2024.03.26 19:48:12.126305 [ 3 ] {} <Debug> HTTP-Session: 3246ea37-5d70-4692-9256-af026259f487 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
288 | 2024.03.26 19:48:12.126331 [ 3 ] {} <Debug> HTTP-Session: 3246ea37-5d70-4692-9256-af026259f487 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.03.26 19:48:12.126345 [ 3 ] {} <Debug> HTTP-Session: 3246ea37-5d70-4692-9256-af026259f487 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.03.26 19:48:12.126390 [ 3 ] {} <Trace> HTTP-Session: 3246ea37-5d70-4692-9256-af026259f487 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.03.26 19:48:12.126578 [ 3 ] {b6e158f7-e727-4398-ad36-45ac05fe60e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) /* 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.03.26 19:48:12.126636 [ 3 ] {b6e158f7-e727-4398-ad36-45ac05fe60e7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.03.26 19:48:12.138778 [ 3 ] {b6e158f7-e727-4398-ad36-45ac05fe60e7} <Debug> oximeter.measurements_bool (2f33540f-f11c-411f-9ada-afe2bae52c36): Loading data parts | ||
304 | 2024.03.26 19:48:12.138936 [ 3 ] {b6e158f7-e727-4398-ad36-45ac05fe60e7} <Debug> oximeter.measurements_bool (2f33540f-f11c-411f-9ada-afe2bae52c36): There are no data parts | ||
305 | 2024.03.26 19:48:12.140990 [ 3 ] {b6e158f7-e727-4398-ad36-45ac05fe60e7} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.03.26 19:48:12.141018 [ 3 ] {} <Debug> HTTP-Session: 3246ea37-5d70-4692-9256-af026259f487 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.03.26 19:48:12.141141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.03.26 19:48:12.141202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
309 | 2024.03.26 19:48:12.141220 [ 3 ] {} <Debug> HTTP-Session: cfe24988-3fed-4697-b05d-ac684c834555 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
310 | 2024.03.26 19:48:12.141244 [ 3 ] {} <Debug> HTTP-Session: cfe24988-3fed-4697-b05d-ac684c834555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.03.26 19:48:12.141257 [ 3 ] {} <Debug> HTTP-Session: cfe24988-3fed-4697-b05d-ac684c834555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.03.26 19:48:12.141293 [ 3 ] {} <Trace> HTTP-Session: cfe24988-3fed-4697-b05d-ac684c834555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.03.26 19:48:12.141441 [ 3 ] {a04b95be-d646-4094-b4af-52f652afddbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.03.26 19:48:12.141492 [ 3 ] {a04b95be-d646-4094-b4af-52f652afddbb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.03.26 19:48:12.143128 [ 3 ] {a04b95be-d646-4094-b4af-52f652afddbb} <Debug> oximeter.measurements_i8 (2973ed74-f33d-4d47-ad98-3c37bde1dc01): Loading data parts | ||
316 | 2024.03.26 19:48:12.143267 [ 3 ] {a04b95be-d646-4094-b4af-52f652afddbb} <Debug> oximeter.measurements_i8 (2973ed74-f33d-4d47-ad98-3c37bde1dc01): There are no data parts | ||
317 | 2024.03.26 19:48:12.144462 [ 3 ] {a04b95be-d646-4094-b4af-52f652afddbb} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.03.26 19:48:12.144497 [ 3 ] {} <Debug> HTTP-Session: cfe24988-3fed-4697-b05d-ac684c834555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.03.26 19:48:12.144619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.03.26 19:48:12.144665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
321 | 2024.03.26 19:48:12.144690 [ 3 ] {} <Debug> HTTP-Session: bc118e32-b0ea-4c65-8d96-9fcf5ed02fae Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
322 | 2024.03.26 19:48:12.144712 [ 3 ] {} <Debug> HTTP-Session: bc118e32-b0ea-4c65-8d96-9fcf5ed02fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.03.26 19:48:12.144725 [ 3 ] {} <Debug> HTTP-Session: bc118e32-b0ea-4c65-8d96-9fcf5ed02fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.03.26 19:48:12.144761 [ 3 ] {} <Trace> HTTP-Session: bc118e32-b0ea-4c65-8d96-9fcf5ed02fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.03.26 19:48:12.144909 [ 3 ] {661878b3-e759-4fb7-8e8f-6db61b90fcf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.03.26 19:48:12.144961 [ 3 ] {661878b3-e759-4fb7-8e8f-6db61b90fcf1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.03.26 19:48:12.146769 [ 3 ] {661878b3-e759-4fb7-8e8f-6db61b90fcf1} <Debug> oximeter.measurements_u8 (1e9e0bab-4d67-4285-b181-67763cd404ea): Loading data parts | ||
328 | 2024.03.26 19:48:12.146900 [ 3 ] {661878b3-e759-4fb7-8e8f-6db61b90fcf1} <Debug> oximeter.measurements_u8 (1e9e0bab-4d67-4285-b181-67763cd404ea): There are no data parts | ||
329 | 2024.03.26 19:48:12.148376 [ 3 ] {661878b3-e759-4fb7-8e8f-6db61b90fcf1} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.03.26 19:48:12.148416 [ 3 ] {} <Debug> HTTP-Session: bc118e32-b0ea-4c65-8d96-9fcf5ed02fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.03.26 19:48:12.148531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.03.26 19:48:12.148595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
333 | 2024.03.26 19:48:12.148613 [ 3 ] {} <Debug> HTTP-Session: 4e401255-1c58-49de-89ba-b54603068af5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
334 | 2024.03.26 19:48:12.148630 [ 3 ] {} <Debug> HTTP-Session: 4e401255-1c58-49de-89ba-b54603068af5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.03.26 19:48:12.148650 [ 3 ] {} <Debug> HTTP-Session: 4e401255-1c58-49de-89ba-b54603068af5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.03.26 19:48:12.148687 [ 3 ] {} <Trace> HTTP-Session: 4e401255-1c58-49de-89ba-b54603068af5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.03.26 19:48:12.148837 [ 3 ] {1b41d689-6865-45f4-beb3-d48b66a0d092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.03.26 19:48:12.148890 [ 3 ] {1b41d689-6865-45f4-beb3-d48b66a0d092} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.03.26 19:48:12.150802 [ 3 ] {1b41d689-6865-45f4-beb3-d48b66a0d092} <Debug> oximeter.measurements_i16 (6c31053c-60de-4a02-9eea-098cedda9198): Loading data parts | ||
340 | 2024.03.26 19:48:12.150948 [ 3 ] {1b41d689-6865-45f4-beb3-d48b66a0d092} <Debug> oximeter.measurements_i16 (6c31053c-60de-4a02-9eea-098cedda9198): There are no data parts | ||
341 | 2024.03.26 19:48:12.152381 [ 3 ] {1b41d689-6865-45f4-beb3-d48b66a0d092} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.03.26 19:48:12.152420 [ 3 ] {} <Debug> HTTP-Session: 4e401255-1c58-49de-89ba-b54603068af5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.03.26 19:48:12.152552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.03.26 19:48:12.152598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
345 | 2024.03.26 19:48:12.152625 [ 3 ] {} <Debug> HTTP-Session: 94313e5e-598f-4c3b-817c-93858bc65aab Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
346 | 2024.03.26 19:48:12.152649 [ 3 ] {} <Debug> HTTP-Session: 94313e5e-598f-4c3b-817c-93858bc65aab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.03.26 19:48:12.152662 [ 3 ] {} <Debug> HTTP-Session: 94313e5e-598f-4c3b-817c-93858bc65aab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.03.26 19:48:12.152698 [ 3 ] {} <Trace> HTTP-Session: 94313e5e-598f-4c3b-817c-93858bc65aab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.03.26 19:48:12.152848 [ 3 ] {10673422-22ce-48b6-b0ec-2cdc9150956c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.03.26 19:48:12.152904 [ 3 ] {10673422-22ce-48b6-b0ec-2cdc9150956c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.03.26 19:48:12.165656 [ 3 ] {10673422-22ce-48b6-b0ec-2cdc9150956c} <Debug> oximeter.measurements_u16 (620a5d2f-13ae-4f13-94eb-da3d778763fb): Loading data parts | ||
352 | 2024.03.26 19:48:12.165861 [ 3 ] {10673422-22ce-48b6-b0ec-2cdc9150956c} <Debug> oximeter.measurements_u16 (620a5d2f-13ae-4f13-94eb-da3d778763fb): There are no data parts | ||
353 | 2024.03.26 19:48:12.179322 [ 3 ] {10673422-22ce-48b6-b0ec-2cdc9150956c} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.03.26 19:48:12.179400 [ 3 ] {} <Debug> HTTP-Session: 94313e5e-598f-4c3b-817c-93858bc65aab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.03.26 19:48:12.179559 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.03.26 19:48:12.179686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
357 | 2024.03.26 19:48:12.179710 [ 3 ] {} <Debug> HTTP-Session: a05f00f3-a563-4196-a9e0-e16dcecf5657 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
358 | 2024.03.26 19:48:12.179730 [ 3 ] {} <Debug> HTTP-Session: a05f00f3-a563-4196-a9e0-e16dcecf5657 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.03.26 19:48:12.179780 [ 3 ] {} <Debug> HTTP-Session: a05f00f3-a563-4196-a9e0-e16dcecf5657 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.03.26 19:48:12.179855 [ 3 ] {} <Trace> HTTP-Session: a05f00f3-a563-4196-a9e0-e16dcecf5657 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.03.26 19:48:12.180065 [ 3 ] {62584a93-c944-4ad9-9a98-5dc2f432ba8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.03.26 19:48:12.180155 [ 3 ] {62584a93-c944-4ad9-9a98-5dc2f432ba8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.03.26 19:48:12.183381 [ 3 ] {62584a93-c944-4ad9-9a98-5dc2f432ba8b} <Debug> oximeter.measurements_i32 (5d2680d9-1b6f-41b1-b7a4-66db0923e9f3): Loading data parts | ||
364 | 2024.03.26 19:48:12.183559 [ 3 ] {62584a93-c944-4ad9-9a98-5dc2f432ba8b} <Debug> oximeter.measurements_i32 (5d2680d9-1b6f-41b1-b7a4-66db0923e9f3): There are no data parts | ||
365 | 2024.03.26 19:48:12.184778 [ 3 ] {62584a93-c944-4ad9-9a98-5dc2f432ba8b} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.03.26 19:48:12.184845 [ 3 ] {} <Debug> HTTP-Session: a05f00f3-a563-4196-a9e0-e16dcecf5657 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.03.26 19:48:12.184970 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.03.26 19:48:12.185058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
369 | 2024.03.26 19:48:12.185120 [ 3 ] {} <Debug> HTTP-Session: 95439873-d968-4f5d-b561-67d690057b65 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
370 | 2024.03.26 19:48:12.185190 [ 3 ] {} <Debug> HTTP-Session: 95439873-d968-4f5d-b561-67d690057b65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.03.26 19:48:12.185204 [ 3 ] {} <Debug> HTTP-Session: 95439873-d968-4f5d-b561-67d690057b65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.03.26 19:48:12.185276 [ 3 ] {} <Trace> HTTP-Session: 95439873-d968-4f5d-b561-67d690057b65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.03.26 19:48:12.185457 [ 3 ] {dce0788e-1b80-4385-8302-d6a2272020b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.03.26 19:48:12.185535 [ 3 ] {dce0788e-1b80-4385-8302-d6a2272020b3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.03.26 19:48:12.196757 [ 3 ] {dce0788e-1b80-4385-8302-d6a2272020b3} <Debug> oximeter.measurements_u32 (38bc2080-30c4-49d6-9253-8a22b4f95015): Loading data parts | ||
376 | 2024.03.26 19:48:12.196929 [ 3 ] {dce0788e-1b80-4385-8302-d6a2272020b3} <Debug> oximeter.measurements_u32 (38bc2080-30c4-49d6-9253-8a22b4f95015): There are no data parts | ||
377 | 2024.03.26 19:48:12.199498 [ 3 ] {dce0788e-1b80-4385-8302-d6a2272020b3} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.03.26 19:48:12.199565 [ 3 ] {} <Debug> HTTP-Session: 95439873-d968-4f5d-b561-67d690057b65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.03.26 19:48:12.199694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.03.26 19:48:12.199775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
381 | 2024.03.26 19:48:12.199839 [ 3 ] {} <Debug> HTTP-Session: 2094b5e5-f21a-4858-864d-6cae4d853b2a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
382 | 2024.03.26 19:48:12.199857 [ 3 ] {} <Debug> HTTP-Session: 2094b5e5-f21a-4858-864d-6cae4d853b2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.03.26 19:48:12.199904 [ 3 ] {} <Debug> HTTP-Session: 2094b5e5-f21a-4858-864d-6cae4d853b2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.03.26 19:48:12.199970 [ 3 ] {} <Trace> HTTP-Session: 2094b5e5-f21a-4858-864d-6cae4d853b2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.03.26 19:48:12.200151 [ 3 ] {577fc394-89d4-4da7-917e-73dd50120b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
386 | 2024.03.26 19:48:12.200471 [ 3 ] {577fc394-89d4-4da7-917e-73dd50120b15} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.03.26 19:48:12.212833 [ 3 ] {577fc394-89d4-4da7-917e-73dd50120b15} <Debug> oximeter.measurements_i64 (500e5620-c2e6-4832-9e67-1580053c6abc): Loading data parts | ||
388 | 2024.03.26 19:48:12.212991 [ 3 ] {577fc394-89d4-4da7-917e-73dd50120b15} <Debug> oximeter.measurements_i64 (500e5620-c2e6-4832-9e67-1580053c6abc): There are no data parts | ||
389 | 2024.03.26 19:48:12.214661 [ 3 ] {577fc394-89d4-4da7-917e-73dd50120b15} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.03.26 19:48:12.214700 [ 3 ] {} <Debug> HTTP-Session: 2094b5e5-f21a-4858-864d-6cae4d853b2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.03.26 19:48:12.214842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.03.26 19:48:12.214904 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
393 | 2024.03.26 19:48:12.214931 [ 3 ] {} <Debug> HTTP-Session: ca783ea8-5461-4fa6-a28d-8dd2159bf588 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
394 | 2024.03.26 19:48:12.214953 [ 3 ] {} <Debug> HTTP-Session: ca783ea8-5461-4fa6-a28d-8dd2159bf588 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.03.26 19:48:12.214966 [ 3 ] {} <Debug> HTTP-Session: ca783ea8-5461-4fa6-a28d-8dd2159bf588 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.03.26 19:48:12.215003 [ 3 ] {} <Trace> HTTP-Session: ca783ea8-5461-4fa6-a28d-8dd2159bf588 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.03.26 19:48:12.215152 [ 3 ] {941a224d-53fe-45de-92a3-fc7bbc2d6701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
398 | 2024.03.26 19:48:12.215203 [ 3 ] {941a224d-53fe-45de-92a3-fc7bbc2d6701} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.03.26 19:48:12.216806 [ 3 ] {941a224d-53fe-45de-92a3-fc7bbc2d6701} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Loading data parts | ||
400 | 2024.03.26 19:48:12.216950 [ 3 ] {941a224d-53fe-45de-92a3-fc7bbc2d6701} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): There are no data parts | ||
401 | 2024.03.26 19:48:12.218006 [ 3 ] {941a224d-53fe-45de-92a3-fc7bbc2d6701} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.03.26 19:48:12.218043 [ 3 ] {} <Debug> HTTP-Session: ca783ea8-5461-4fa6-a28d-8dd2159bf588 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.03.26 19:48:12.218169 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.03.26 19:48:12.218222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
405 | 2024.03.26 19:48:12.218249 [ 3 ] {} <Debug> HTTP-Session: 4c8b8005-0669-4153-afea-d25ea5864f33 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
406 | 2024.03.26 19:48:12.218264 [ 3 ] {} <Debug> HTTP-Session: 4c8b8005-0669-4153-afea-d25ea5864f33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.03.26 19:48:12.218286 [ 3 ] {} <Debug> HTTP-Session: 4c8b8005-0669-4153-afea-d25ea5864f33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.03.26 19:48:12.218322 [ 3 ] {} <Trace> HTTP-Session: 4c8b8005-0669-4153-afea-d25ea5864f33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.03.26 19:48:12.218466 [ 3 ] {001c05b1-a42b-4f10-8dfd-0f7440340fb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
410 | 2024.03.26 19:48:12.218517 [ 3 ] {001c05b1-a42b-4f10-8dfd-0f7440340fb8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.03.26 19:48:12.220171 [ 3 ] {001c05b1-a42b-4f10-8dfd-0f7440340fb8} <Debug> oximeter.measurements_f32 (1726a874-b881-4cda-aa5c-03029bd04abe): Loading data parts | ||
412 | 2024.03.26 19:48:12.220382 [ 3 ] {001c05b1-a42b-4f10-8dfd-0f7440340fb8} <Debug> oximeter.measurements_f32 (1726a874-b881-4cda-aa5c-03029bd04abe): There are no data parts | ||
413 | 2024.03.26 19:48:12.222774 [ 3 ] {001c05b1-a42b-4f10-8dfd-0f7440340fb8} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.03.26 19:48:12.222813 [ 3 ] {} <Debug> HTTP-Session: 4c8b8005-0669-4153-afea-d25ea5864f33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.03.26 19:48:12.222946 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.03.26 19:48:12.223002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
417 | 2024.03.26 19:48:12.223028 [ 3 ] {} <Debug> HTTP-Session: d98112cb-f311-4481-9ebc-d4a12e6945d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
418 | 2024.03.26 19:48:12.223050 [ 3 ] {} <Debug> HTTP-Session: d98112cb-f311-4481-9ebc-d4a12e6945d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.03.26 19:48:12.223064 [ 3 ] {} <Debug> HTTP-Session: d98112cb-f311-4481-9ebc-d4a12e6945d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.03.26 19:48:12.223099 [ 3 ] {} <Trace> HTTP-Session: d98112cb-f311-4481-9ebc-d4a12e6945d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.03.26 19:48:12.223248 [ 3 ] {0375b423-42b6-4068-a3ff-eaf327e9f292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
422 | 2024.03.26 19:48:12.223300 [ 3 ] {0375b423-42b6-4068-a3ff-eaf327e9f292} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.03.26 19:48:12.234789 [ 3 ] {0375b423-42b6-4068-a3ff-eaf327e9f292} <Debug> oximeter.measurements_f64 (483c525a-b600-4959-8996-1a232541a5d6): Loading data parts | ||
424 | 2024.03.26 19:48:12.234958 [ 3 ] {0375b423-42b6-4068-a3ff-eaf327e9f292} <Debug> oximeter.measurements_f64 (483c525a-b600-4959-8996-1a232541a5d6): There are no data parts | ||
425 | 2024.03.26 19:48:12.237167 [ 3 ] {0375b423-42b6-4068-a3ff-eaf327e9f292} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.03.26 19:48:12.237205 [ 3 ] {} <Debug> HTTP-Session: d98112cb-f311-4481-9ebc-d4a12e6945d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.03.26 19:48:12.237325 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.03.26 19:48:12.237380 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
429 | 2024.03.26 19:48:12.237407 [ 3 ] {} <Debug> HTTP-Session: 6562876a-80fe-49d7-b6b7-a3a308d5c73c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
430 | 2024.03.26 19:48:12.237424 [ 3 ] {} <Debug> HTTP-Session: 6562876a-80fe-49d7-b6b7-a3a308d5c73c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.03.26 19:48:12.237444 [ 3 ] {} <Debug> HTTP-Session: 6562876a-80fe-49d7-b6b7-a3a308d5c73c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.03.26 19:48:12.237480 [ 3 ] {} <Trace> HTTP-Session: 6562876a-80fe-49d7-b6b7-a3a308d5c73c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.03.26 19:48:12.237627 [ 3 ] {546de22d-ae1a-42b6-a248-4ab3003f7c79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
434 | 2024.03.26 19:48:12.237680 [ 3 ] {546de22d-ae1a-42b6-a248-4ab3003f7c79} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.03.26 19:48:12.239287 [ 3 ] {546de22d-ae1a-42b6-a248-4ab3003f7c79} <Debug> oximeter.measurements_string (64df10dd-9052-452b-b017-0029ec6e4e56): Loading data parts | ||
436 | 2024.03.26 19:48:12.239486 [ 3 ] {546de22d-ae1a-42b6-a248-4ab3003f7c79} <Debug> oximeter.measurements_string (64df10dd-9052-452b-b017-0029ec6e4e56): There are no data parts | ||
437 | 2024.03.26 19:48:12.240690 [ 3 ] {546de22d-ae1a-42b6-a248-4ab3003f7c79} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.03.26 19:48:12.240729 [ 3 ] {} <Debug> HTTP-Session: 6562876a-80fe-49d7-b6b7-a3a308d5c73c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.03.26 19:48:12.240842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.03.26 19:48:12.240898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
441 | 2024.03.26 19:48:12.240925 [ 3 ] {} <Debug> HTTP-Session: a3132b4a-b879-4fe4-9697-fd4d2b9a7f84 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
442 | 2024.03.26 19:48:12.240950 [ 3 ] {} <Debug> HTTP-Session: a3132b4a-b879-4fe4-9697-fd4d2b9a7f84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.03.26 19:48:12.240963 [ 3 ] {} <Debug> HTTP-Session: a3132b4a-b879-4fe4-9697-fd4d2b9a7f84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.03.26 19:48:12.241000 [ 3 ] {} <Trace> HTTP-Session: a3132b4a-b879-4fe4-9697-fd4d2b9a7f84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.03.26 19:48:12.241152 [ 3 ] {67ec1472-67b9-41ea-9799-963408c1af44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.03.26 19:48:12.241213 [ 3 ] {67ec1472-67b9-41ea-9799-963408c1af44} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.03.26 19:48:12.242683 [ 3 ] {67ec1472-67b9-41ea-9799-963408c1af44} <Debug> oximeter.measurements_bytes (e32fcab8-16ac-40df-ab66-da32dbd5c538): Loading data parts | ||
455 | 2024.03.26 19:48:12.242860 [ 3 ] {67ec1472-67b9-41ea-9799-963408c1af44} <Debug> oximeter.measurements_bytes (e32fcab8-16ac-40df-ab66-da32dbd5c538): There are no data parts | ||
456 | 2024.03.26 19:48:12.244069 [ 3 ] {67ec1472-67b9-41ea-9799-963408c1af44} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.03.26 19:48:12.244110 [ 3 ] {} <Debug> HTTP-Session: a3132b4a-b879-4fe4-9697-fd4d2b9a7f84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.03.26 19:48:12.244236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.03.26 19:48:12.244281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
460 | 2024.03.26 19:48:12.244310 [ 3 ] {} <Debug> HTTP-Session: ea7a6772-2447-4823-8a59-da33e7aa8da8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
461 | 2024.03.26 19:48:12.244340 [ 3 ] {} <Debug> HTTP-Session: ea7a6772-2447-4823-8a59-da33e7aa8da8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.03.26 19:48:12.244353 [ 3 ] {} <Debug> HTTP-Session: ea7a6772-2447-4823-8a59-da33e7aa8da8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.03.26 19:48:12.244391 [ 3 ] {} <Trace> HTTP-Session: ea7a6772-2447-4823-8a59-da33e7aa8da8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.03.26 19:48:12.244550 [ 3 ] {9ea961c6-e086-4b85-b65e-71ed614f2b21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2024.03.26 19:48:12.244613 [ 3 ] {9ea961c6-e086-4b85-b65e-71ed614f2b21} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.03.26 19:48:12.256462 [ 3 ] {9ea961c6-e086-4b85-b65e-71ed614f2b21} <Debug> oximeter.measurements_cumulativei64 (4850ebd1-d5fa-4cd6-b354-f77f9075817f): Loading data parts | ||
467 | 2024.03.26 19:48:12.256667 [ 3 ] {9ea961c6-e086-4b85-b65e-71ed614f2b21} <Debug> oximeter.measurements_cumulativei64 (4850ebd1-d5fa-4cd6-b354-f77f9075817f): There are no data parts | ||
468 | 2024.03.26 19:48:12.269220 [ 3 ] {9ea961c6-e086-4b85-b65e-71ed614f2b21} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.03.26 19:48:12.269247 [ 3 ] {} <Debug> HTTP-Session: ea7a6772-2447-4823-8a59-da33e7aa8da8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.03.26 19:48:12.269384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.03.26 19:48:12.269444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
472 | 2024.03.26 19:48:12.269463 [ 3 ] {} <Debug> HTTP-Session: 923ae2dd-e5f9-4d1d-9000-b0b2725326ba Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
473 | 2024.03.26 19:48:12.269489 [ 3 ] {} <Debug> HTTP-Session: 923ae2dd-e5f9-4d1d-9000-b0b2725326ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.03.26 19:48:12.269512 [ 3 ] {} <Debug> HTTP-Session: 923ae2dd-e5f9-4d1d-9000-b0b2725326ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.03.26 19:48:12.269542 [ 3 ] {} <Trace> HTTP-Session: 923ae2dd-e5f9-4d1d-9000-b0b2725326ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.03.26 19:48:12.269705 [ 3 ] {51282432-c3f1-412c-b19a-1d131022d45a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.03.26 19:48:12.269779 [ 3 ] {51282432-c3f1-412c-b19a-1d131022d45a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.03.26 19:48:12.273206 [ 3 ] {51282432-c3f1-412c-b19a-1d131022d45a} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Loading data parts | ||
479 | 2024.03.26 19:48:12.273416 [ 3 ] {51282432-c3f1-412c-b19a-1d131022d45a} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): There are no data parts | ||
480 | 2024.03.26 19:48:12.285261 [ 3 ] {51282432-c3f1-412c-b19a-1d131022d45a} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.03.26 19:48:12.285310 [ 3 ] {} <Debug> HTTP-Session: 923ae2dd-e5f9-4d1d-9000-b0b2725326ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.03.26 19:48:12.285442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.03.26 19:48:12.285504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
484 | 2024.03.26 19:48:12.285533 [ 3 ] {} <Debug> HTTP-Session: 7343fd6a-1e18-4ac4-85d8-3b87ff6da67d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
485 | 2024.03.26 19:48:12.285549 [ 3 ] {} <Debug> HTTP-Session: 7343fd6a-1e18-4ac4-85d8-3b87ff6da67d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.03.26 19:48:12.285570 [ 3 ] {} <Debug> HTTP-Session: 7343fd6a-1e18-4ac4-85d8-3b87ff6da67d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.03.26 19:48:12.285609 [ 3 ] {} <Trace> HTTP-Session: 7343fd6a-1e18-4ac4-85d8-3b87ff6da67d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.03.26 19:48:12.285777 [ 3 ] {abdfe474-7df1-4c1b-9b4c-b923910dbe26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.03.26 19:48:12.285847 [ 3 ] {abdfe474-7df1-4c1b-9b4c-b923910dbe26} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.03.26 19:48:12.287920 [ 3 ] {abdfe474-7df1-4c1b-9b4c-b923910dbe26} <Debug> oximeter.measurements_cumulativef32 (9a46d138-a0fd-490f-ad15-e0f914b948ed): Loading data parts | ||
491 | 2024.03.26 19:48:12.288104 [ 3 ] {abdfe474-7df1-4c1b-9b4c-b923910dbe26} <Debug> oximeter.measurements_cumulativef32 (9a46d138-a0fd-490f-ad15-e0f914b948ed): There are no data parts | ||
492 | 2024.03.26 19:48:12.299371 [ 3 ] {abdfe474-7df1-4c1b-9b4c-b923910dbe26} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.03.26 19:48:12.299427 [ 3 ] {} <Debug> HTTP-Session: 7343fd6a-1e18-4ac4-85d8-3b87ff6da67d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.03.26 19:48:12.299604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.03.26 19:48:12.299660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
496 | 2024.03.26 19:48:12.299695 [ 3 ] {} <Debug> HTTP-Session: 870c4e3f-43a6-48e4-bd8b-3ccb74c9fe7a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
497 | 2024.03.26 19:48:12.299727 [ 3 ] {} <Debug> HTTP-Session: 870c4e3f-43a6-48e4-bd8b-3ccb74c9fe7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.03.26 19:48:12.299744 [ 3 ] {} <Debug> HTTP-Session: 870c4e3f-43a6-48e4-bd8b-3ccb74c9fe7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.03.26 19:48:12.299791 [ 3 ] {} <Trace> HTTP-Session: 870c4e3f-43a6-48e4-bd8b-3ccb74c9fe7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.03.26 19:48:12.299990 [ 3 ] {55caf54f-c56e-44b9-a30d-5a36b7bedb84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.03.26 19:48:12.300067 [ 3 ] {55caf54f-c56e-44b9-a30d-5a36b7bedb84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.03.26 19:48:12.302650 [ 3 ] {55caf54f-c56e-44b9-a30d-5a36b7bedb84} <Debug> oximeter.measurements_cumulativef64 (45c7c2b5-2f65-4234-bfa3-1e3ac824cebc): Loading data parts | ||
503 | 2024.03.26 19:48:12.302829 [ 3 ] {55caf54f-c56e-44b9-a30d-5a36b7bedb84} <Debug> oximeter.measurements_cumulativef64 (45c7c2b5-2f65-4234-bfa3-1e3ac824cebc): There are no data parts | ||
504 | 2024.03.26 19:48:12.304184 [ 3 ] {55caf54f-c56e-44b9-a30d-5a36b7bedb84} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.03.26 19:48:12.304212 [ 3 ] {} <Debug> HTTP-Session: 870c4e3f-43a6-48e4-bd8b-3ccb74c9fe7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.03.26 19:48:12.304366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 836, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.03.26 19:48:12.304428 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
508 | 2024.03.26 19:48:12.304446 [ 3 ] {} <Debug> HTTP-Session: 5b4e3591-5cc5-4f1b-8263-14c179d3ebc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
509 | 2024.03.26 19:48:12.304473 [ 3 ] {} <Debug> HTTP-Session: 5b4e3591-5cc5-4f1b-8263-14c179d3ebc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.03.26 19:48:12.304494 [ 3 ] {} <Debug> HTTP-Session: 5b4e3591-5cc5-4f1b-8263-14c179d3ebc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.03.26 19:48:12.304523 [ 3 ] {} <Trace> HTTP-Session: 5b4e3591-5cc5-4f1b-8263-14c179d3ebc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.03.26 19:48:12.304690 [ 3 ] {9cde7622-ee49-4871-b53f-66ab40bd1b0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.03.26 19:48:12.304754 [ 3 ] {9cde7622-ee49-4871-b53f-66ab40bd1b0a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.03.26 19:48:12.317483 [ 3 ] {9cde7622-ee49-4871-b53f-66ab40bd1b0a} <Debug> oximeter.measurements_histogrami8 (5f270918-534a-441c-9e94-aac1ee05643b): Loading data parts | ||
525 | 2024.03.26 19:48:12.317643 [ 3 ] {9cde7622-ee49-4871-b53f-66ab40bd1b0a} <Debug> oximeter.measurements_histogrami8 (5f270918-534a-441c-9e94-aac1ee05643b): There are no data parts | ||
526 | 2024.03.26 19:48:12.319353 [ 3 ] {9cde7622-ee49-4871-b53f-66ab40bd1b0a} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.03.26 19:48:12.319380 [ 3 ] {} <Debug> HTTP-Session: 5b4e3591-5cc5-4f1b-8263-14c179d3ebc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.03.26 19:48:12.319511 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 373, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.03.26 19:48:12.319564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
530 | 2024.03.26 19:48:12.319588 [ 3 ] {} <Debug> HTTP-Session: 69fbd92d-86fd-419d-b610-0dd1b7798f93 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
531 | 2024.03.26 19:48:12.319604 [ 3 ] {} <Debug> HTTP-Session: 69fbd92d-86fd-419d-b610-0dd1b7798f93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.03.26 19:48:12.319623 [ 3 ] {} <Debug> HTTP-Session: 69fbd92d-86fd-419d-b610-0dd1b7798f93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.03.26 19:48:12.319658 [ 3 ] {} <Trace> HTTP-Session: 69fbd92d-86fd-419d-b610-0dd1b7798f93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.03.26 19:48:12.319813 [ 3 ] {b6742e9c-de13-4642-863b-77978f7c0262} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
535 | 2024.03.26 19:48:12.319868 [ 3 ] {b6742e9c-de13-4642-863b-77978f7c0262} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.03.26 19:48:12.321381 [ 3 ] {b6742e9c-de13-4642-863b-77978f7c0262} <Debug> oximeter.measurements_histogramu8 (6f4aa4c7-d697-48e4-b7a2-d7868a6a276a): Loading data parts | ||
537 | 2024.03.26 19:48:12.321546 [ 3 ] {b6742e9c-de13-4642-863b-77978f7c0262} <Debug> oximeter.measurements_histogramu8 (6f4aa4c7-d697-48e4-b7a2-d7868a6a276a): There are no data parts | ||
538 | 2024.03.26 19:48:12.322652 [ 3 ] {b6742e9c-de13-4642-863b-77978f7c0262} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.03.26 19:48:12.322694 [ 3 ] {} <Debug> HTTP-Session: 69fbd92d-86fd-419d-b610-0dd1b7798f93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.03.26 19:48:12.322817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.03.26 19:48:12.322879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
542 | 2024.03.26 19:48:12.322908 [ 3 ] {} <Debug> HTTP-Session: acbe03e2-f112-4fba-9340-10c4a6a89652 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
543 | 2024.03.26 19:48:12.322935 [ 3 ] {} <Debug> HTTP-Session: acbe03e2-f112-4fba-9340-10c4a6a89652 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.03.26 19:48:12.322950 [ 3 ] {} <Debug> HTTP-Session: acbe03e2-f112-4fba-9340-10c4a6a89652 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.03.26 19:48:12.322990 [ 3 ] {} <Trace> HTTP-Session: acbe03e2-f112-4fba-9340-10c4a6a89652 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.03.26 19:48:12.323168 [ 3 ] {7934f796-b5fd-4754-b5bd-f44239c139ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
547 | 2024.03.26 19:48:12.323237 [ 3 ] {7934f796-b5fd-4754-b5bd-f44239c139ed} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.03.26 19:48:12.326246 [ 3 ] {7934f796-b5fd-4754-b5bd-f44239c139ed} <Debug> oximeter.measurements_histogrami16 (bf351ba8-7f00-4a59-9808-2bf8fb2a2532): Loading data parts | ||
549 | 2024.03.26 19:48:12.326427 [ 3 ] {7934f796-b5fd-4754-b5bd-f44239c139ed} <Debug> oximeter.measurements_histogrami16 (bf351ba8-7f00-4a59-9808-2bf8fb2a2532): There are no data parts | ||
550 | 2024.03.26 19:48:12.327627 [ 3 ] {7934f796-b5fd-4754-b5bd-f44239c139ed} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.03.26 19:48:12.327653 [ 3 ] {} <Debug> HTTP-Session: acbe03e2-f112-4fba-9340-10c4a6a89652 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.03.26 19:48:12.327789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.03.26 19:48:12.327849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
554 | 2024.03.26 19:48:12.327866 [ 3 ] {} <Debug> HTTP-Session: c9410777-06c1-429a-a175-c279d91d49fd Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
555 | 2024.03.26 19:48:12.327895 [ 3 ] {} <Debug> HTTP-Session: c9410777-06c1-429a-a175-c279d91d49fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.03.26 19:48:12.327920 [ 3 ] {} <Debug> HTTP-Session: c9410777-06c1-429a-a175-c279d91d49fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.03.26 19:48:12.327949 [ 3 ] {} <Trace> HTTP-Session: c9410777-06c1-429a-a175-c279d91d49fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.03.26 19:48:12.328116 [ 3 ] {d9da2251-92e1-4814-9800-b6817434b141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
559 | 2024.03.26 19:48:12.328178 [ 3 ] {d9da2251-92e1-4814-9800-b6817434b141} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.03.26 19:48:12.329842 [ 3 ] {d9da2251-92e1-4814-9800-b6817434b141} <Debug> oximeter.measurements_histogramu16 (f57062d5-fcf5-4678-a895-e665d0ffad6a): Loading data parts | ||
561 | 2024.03.26 19:48:12.330000 [ 3 ] {d9da2251-92e1-4814-9800-b6817434b141} <Debug> oximeter.measurements_histogramu16 (f57062d5-fcf5-4678-a895-e665d0ffad6a): There are no data parts | ||
562 | 2024.03.26 19:48:12.331125 [ 3 ] {d9da2251-92e1-4814-9800-b6817434b141} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.03.26 19:48:12.331161 [ 3 ] {} <Debug> HTTP-Session: c9410777-06c1-429a-a175-c279d91d49fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.03.26 19:48:12.331282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.03.26 19:48:12.331333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
566 | 2024.03.26 19:48:12.331358 [ 3 ] {} <Debug> HTTP-Session: 5694771a-d47e-42de-9ec5-f80e29ae212b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
567 | 2024.03.26 19:48:12.331374 [ 3 ] {} <Debug> HTTP-Session: 5694771a-d47e-42de-9ec5-f80e29ae212b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.03.26 19:48:12.331393 [ 3 ] {} <Debug> HTTP-Session: 5694771a-d47e-42de-9ec5-f80e29ae212b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.03.26 19:48:12.331428 [ 3 ] {} <Trace> HTTP-Session: 5694771a-d47e-42de-9ec5-f80e29ae212b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.03.26 19:48:12.331582 [ 3 ] {0ecea583-7b1d-41aa-9e78-a723de6311e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
571 | 2024.03.26 19:48:12.331638 [ 3 ] {0ecea583-7b1d-41aa-9e78-a723de6311e9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.03.26 19:48:12.341717 [ 3 ] {0ecea583-7b1d-41aa-9e78-a723de6311e9} <Debug> oximeter.measurements_histogrami32 (f41b00d4-674e-4dd7-9182-9b80b8c70c4d): Loading data parts | ||
573 | 2024.03.26 19:48:12.341910 [ 3 ] {0ecea583-7b1d-41aa-9e78-a723de6311e9} <Debug> oximeter.measurements_histogrami32 (f41b00d4-674e-4dd7-9182-9b80b8c70c4d): There are no data parts | ||
574 | 2024.03.26 19:48:12.343992 [ 3 ] {0ecea583-7b1d-41aa-9e78-a723de6311e9} <Debug> DynamicQueryHandler: Done processing query | ||
575 | 2024.03.26 19:48:12.344028 [ 3 ] {} <Debug> HTTP-Session: 5694771a-d47e-42de-9ec5-f80e29ae212b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
576 | 2024.03.26 19:48:12.344157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
577 | 2024.03.26 19:48:12.344203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
578 | 2024.03.26 19:48:12.344230 [ 3 ] {} <Debug> HTTP-Session: cc03a679-4482-42c8-9ec8-638ab78a7058 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
579 | 2024.03.26 19:48:12.344253 [ 3 ] {} <Debug> HTTP-Session: cc03a679-4482-42c8-9ec8-638ab78a7058 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
580 | 2024.03.26 19:48:12.344266 [ 3 ] {} <Debug> HTTP-Session: cc03a679-4482-42c8-9ec8-638ab78a7058 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.03.26 19:48:12.344300 [ 3 ] {} <Trace> HTTP-Session: cc03a679-4482-42c8-9ec8-638ab78a7058 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
582 | 2024.03.26 19:48:12.344468 [ 3 ] {7a6d25a9-410a-438c-a4e1-464d67503c2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
583 | 2024.03.26 19:48:12.344531 [ 3 ] {7a6d25a9-410a-438c-a4e1-464d67503c2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
584 | 2024.03.26 19:48:12.346081 [ 3 ] {7a6d25a9-410a-438c-a4e1-464d67503c2b} <Debug> oximeter.measurements_histogramu32 (dde08f9b-404e-4428-a16e-f86d52798ca3): Loading data parts | ||
585 | 2024.03.26 19:48:12.346238 [ 3 ] {7a6d25a9-410a-438c-a4e1-464d67503c2b} <Debug> oximeter.measurements_histogramu32 (dde08f9b-404e-4428-a16e-f86d52798ca3): There are no data parts | ||
586 | 2024.03.26 19:48:12.347570 [ 3 ] {7a6d25a9-410a-438c-a4e1-464d67503c2b} <Debug> DynamicQueryHandler: Done processing query | ||
587 | 2024.03.26 19:48:12.347602 [ 3 ] {} <Debug> HTTP-Session: cc03a679-4482-42c8-9ec8-638ab78a7058 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
588 | 2024.03.26 19:48:12.347727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
589 | 2024.03.26 19:48:12.347785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
590 | 2024.03.26 19:48:12.347804 [ 3 ] {} <Debug> HTTP-Session: e2982b1c-c471-4f49-9032-fe8b35cac8f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
591 | 2024.03.26 19:48:12.347836 [ 3 ] {} <Debug> HTTP-Session: e2982b1c-c471-4f49-9032-fe8b35cac8f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
592 | 2024.03.26 19:48:12.347863 [ 3 ] {} <Debug> HTTP-Session: e2982b1c-c471-4f49-9032-fe8b35cac8f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.03.26 19:48:12.347893 [ 3 ] {} <Trace> HTTP-Session: e2982b1c-c471-4f49-9032-fe8b35cac8f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
594 | 2024.03.26 19:48:12.348061 [ 3 ] {c256acbc-bead-4b66-a2bb-2d6337cc9009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
595 | 2024.03.26 19:48:12.348122 [ 3 ] {c256acbc-bead-4b66-a2bb-2d6337cc9009} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
596 | 2024.03.26 19:48:12.350225 [ 3 ] {c256acbc-bead-4b66-a2bb-2d6337cc9009} <Debug> oximeter.measurements_histogrami64 (d7b36cd3-d366-4b6d-8a0f-c0335c256ce8): Loading data parts | ||
597 | 2024.03.26 19:48:12.350403 [ 3 ] {c256acbc-bead-4b66-a2bb-2d6337cc9009} <Debug> oximeter.measurements_histogrami64 (d7b36cd3-d366-4b6d-8a0f-c0335c256ce8): There are no data parts | ||
598 | 2024.03.26 19:48:12.352670 [ 3 ] {c256acbc-bead-4b66-a2bb-2d6337cc9009} <Debug> DynamicQueryHandler: Done processing query | ||
599 | 2024.03.26 19:48:12.352714 [ 3 ] {} <Debug> HTTP-Session: e2982b1c-c471-4f49-9032-fe8b35cac8f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
600 | 2024.03.26 19:48:12.352840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
601 | 2024.03.26 19:48:12.352909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
602 | 2024.03.26 19:48:12.352942 [ 3 ] {} <Debug> HTTP-Session: 9347d39f-0b33-4582-8f4e-65c2cafa955d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
603 | 2024.03.26 19:48:12.352958 [ 3 ] {} <Debug> HTTP-Session: 9347d39f-0b33-4582-8f4e-65c2cafa955d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
604 | 2024.03.26 19:48:12.352983 [ 3 ] {} <Debug> HTTP-Session: 9347d39f-0b33-4582-8f4e-65c2cafa955d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.03.26 19:48:12.353026 [ 3 ] {} <Trace> HTTP-Session: 9347d39f-0b33-4582-8f4e-65c2cafa955d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
606 | 2024.03.26 19:48:12.353184 [ 3 ] {81989108-2df2-4e6d-b2ef-f773ccfc3337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
607 | 2024.03.26 19:48:12.353254 [ 3 ] {81989108-2df2-4e6d-b2ef-f773ccfc3337} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
608 | 2024.03.26 19:48:12.364905 [ 3 ] {81989108-2df2-4e6d-b2ef-f773ccfc3337} <Debug> oximeter.measurements_histogramu64 (cf0f1bb2-b386-4202-83fe-2e3b2b32229e): Loading data parts | ||
609 | 2024.03.26 19:48:12.365092 [ 3 ] {81989108-2df2-4e6d-b2ef-f773ccfc3337} <Debug> oximeter.measurements_histogramu64 (cf0f1bb2-b386-4202-83fe-2e3b2b32229e): There are no data parts | ||
610 | 2024.03.26 19:48:12.367002 [ 3 ] {81989108-2df2-4e6d-b2ef-f773ccfc3337} <Debug> DynamicQueryHandler: Done processing query | ||
611 | 2024.03.26 19:48:12.367050 [ 3 ] {} <Debug> HTTP-Session: 9347d39f-0b33-4582-8f4e-65c2cafa955d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
612 | 2024.03.26 19:48:12.367190 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
613 | 2024.03.26 19:48:12.367236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
614 | 2024.03.26 19:48:12.367269 [ 3 ] {} <Debug> HTTP-Session: 4f847521-1d32-4fdb-8e77-9b4355d34863 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
615 | 2024.03.26 19:48:12.367298 [ 3 ] {} <Debug> HTTP-Session: 4f847521-1d32-4fdb-8e77-9b4355d34863 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
616 | 2024.03.26 19:48:12.367312 [ 3 ] {} <Debug> HTTP-Session: 4f847521-1d32-4fdb-8e77-9b4355d34863 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.03.26 19:48:12.367353 [ 3 ] {} <Trace> HTTP-Session: 4f847521-1d32-4fdb-8e77-9b4355d34863 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
618 | 2024.03.26 19:48:12.367535 [ 3 ] {875c79c3-3a04-420b-94fd-4640f823f238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
619 | 2024.03.26 19:48:12.367610 [ 3 ] {875c79c3-3a04-420b-94fd-4640f823f238} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
620 | 2024.03.26 19:48:12.379466 [ 3 ] {875c79c3-3a04-420b-94fd-4640f823f238} <Debug> oximeter.measurements_histogramf32 (d1983d7c-ce4d-4b9b-a548-3bd63f55f16d): Loading data parts | ||
621 | 2024.03.26 19:48:12.379667 [ 3 ] {875c79c3-3a04-420b-94fd-4640f823f238} <Debug> oximeter.measurements_histogramf32 (d1983d7c-ce4d-4b9b-a548-3bd63f55f16d): There are no data parts | ||
622 | 2024.03.26 19:48:12.382336 [ 3 ] {875c79c3-3a04-420b-94fd-4640f823f238} <Debug> DynamicQueryHandler: Done processing query | ||
623 | 2024.03.26 19:48:12.382364 [ 3 ] {} <Debug> HTTP-Session: 4f847521-1d32-4fdb-8e77-9b4355d34863 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
624 | 2024.03.26 19:48:12.382507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 376, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
625 | 2024.03.26 19:48:12.382569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
626 | 2024.03.26 19:48:12.382590 [ 3 ] {} <Debug> HTTP-Session: 54fdf61e-6cf6-4b05-a596-68e7af0d8168 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
627 | 2024.03.26 19:48:12.382620 [ 3 ] {} <Debug> HTTP-Session: 54fdf61e-6cf6-4b05-a596-68e7af0d8168 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
628 | 2024.03.26 19:48:12.382649 [ 3 ] {} <Debug> HTTP-Session: 54fdf61e-6cf6-4b05-a596-68e7af0d8168 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.03.26 19:48:12.382681 [ 3 ] {} <Trace> HTTP-Session: 54fdf61e-6cf6-4b05-a596-68e7af0d8168 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
630 | 2024.03.26 19:48:12.382850 [ 3 ] {eacd7531-67a7-423d-ab37-3fffc6339251} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
631 | 2024.03.26 19:48:12.382912 [ 3 ] {eacd7531-67a7-423d-ab37-3fffc6339251} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
632 | 2024.03.26 19:48:12.385422 [ 3 ] {eacd7531-67a7-423d-ab37-3fffc6339251} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Loading data parts | ||
633 | 2024.03.26 19:48:12.385588 [ 3 ] {eacd7531-67a7-423d-ab37-3fffc6339251} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): There are no data parts | ||
634 | 2024.03.26 19:48:12.397041 [ 3 ] {eacd7531-67a7-423d-ab37-3fffc6339251} <Debug> DynamicQueryHandler: Done processing query | ||
635 | 2024.03.26 19:48:12.397081 [ 3 ] {} <Debug> HTTP-Session: 54fdf61e-6cf6-4b05-a596-68e7af0d8168 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
636 | 2024.03.26 19:48:12.397220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
637 | 2024.03.26 19:48:12.397282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
638 | 2024.03.26 19:48:12.397315 [ 3 ] {} <Debug> HTTP-Session: 53571367-5bfc-4e8b-87b8-e30c17a2e8ca Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
639 | 2024.03.26 19:48:12.397332 [ 3 ] {} <Debug> HTTP-Session: 53571367-5bfc-4e8b-87b8-e30c17a2e8ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
640 | 2024.03.26 19:48:12.397358 [ 3 ] {} <Debug> HTTP-Session: 53571367-5bfc-4e8b-87b8-e30c17a2e8ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.03.26 19:48:12.397396 [ 3 ] {} <Trace> HTTP-Session: 53571367-5bfc-4e8b-87b8-e30c17a2e8ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
642 | 2024.03.26 19:48:12.397513 [ 3 ] {9c859267-71ec-4129-a27c-7934d9970961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) /* The field tables store named dimensions of each timeseries. | ||
643 | * | ||
644 | * As with the measurement tables, there is one field table for each field data | ||
645 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
646 | * this behavior **must not** be relied upon for query correctness. | ||
647 | * | ||
648 | * The index for the fields differs from the measurements, however. Rows are | ||
649 | * sorted by timeseries name, then field name, field value, and finally | ||
650 | * timeseries key. This reflects the most common pattern for looking them up: | ||
651 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
652 | * usually then used to look up measurements. | ||
653 | * | ||
654 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
655 | * timeseries name and then key, since it would improve lookups where one | ||
656 | * already has the key. Realistically though, these tables are quite small and | ||
657 | * so performance benefits will be low in absolute terms. | ||
658 | */ | ||
659 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
660 | 2024.03.26 19:48:12.397572 [ 3 ] {9c859267-71ec-4129-a27c-7934d9970961} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
661 | 2024.03.26 19:48:12.400440 [ 3 ] {9c859267-71ec-4129-a27c-7934d9970961} <Debug> oximeter.fields_bool (3f784621-53d4-4602-9551-65bc16bfc7f6): Loading data parts | ||
662 | 2024.03.26 19:48:12.400611 [ 3 ] {9c859267-71ec-4129-a27c-7934d9970961} <Debug> oximeter.fields_bool (3f784621-53d4-4602-9551-65bc16bfc7f6): There are no data parts | ||
663 | 2024.03.26 19:48:12.403176 [ 3 ] {9c859267-71ec-4129-a27c-7934d9970961} <Debug> DynamicQueryHandler: Done processing query | ||
664 | 2024.03.26 19:48:12.403204 [ 3 ] {} <Debug> HTTP-Session: 53571367-5bfc-4e8b-87b8-e30c17a2e8ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
665 | 2024.03.26 19:48:12.403341 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
666 | 2024.03.26 19:48:12.403404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
667 | 2024.03.26 19:48:12.403423 [ 3 ] {} <Debug> HTTP-Session: 460f131b-2bc2-4b99-98c0-2d4968efa9b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
668 | 2024.03.26 19:48:12.403453 [ 3 ] {} <Debug> HTTP-Session: 460f131b-2bc2-4b99-98c0-2d4968efa9b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
669 | 2024.03.26 19:48:12.403477 [ 3 ] {} <Debug> HTTP-Session: 460f131b-2bc2-4b99-98c0-2d4968efa9b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.03.26 19:48:12.403507 [ 3 ] {} <Trace> HTTP-Session: 460f131b-2bc2-4b99-98c0-2d4968efa9b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
671 | 2024.03.26 19:48:12.403625 [ 3 ] {fe272c27-3b48-4829-82ee-646ca41aa2be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
672 | 2024.03.26 19:48:12.403674 [ 3 ] {fe272c27-3b48-4829-82ee-646ca41aa2be} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
673 | 2024.03.26 19:48:12.405272 [ 3 ] {fe272c27-3b48-4829-82ee-646ca41aa2be} <Debug> oximeter.fields_i8 (e47aae39-5680-442b-8cd5-5dd7616c5caf): Loading data parts | ||
674 | 2024.03.26 19:48:12.405466 [ 3 ] {fe272c27-3b48-4829-82ee-646ca41aa2be} <Debug> oximeter.fields_i8 (e47aae39-5680-442b-8cd5-5dd7616c5caf): There are no data parts | ||
675 | 2024.03.26 19:48:12.417141 [ 3 ] {fe272c27-3b48-4829-82ee-646ca41aa2be} <Debug> DynamicQueryHandler: Done processing query | ||
676 | 2024.03.26 19:48:12.417190 [ 3 ] {} <Debug> HTTP-Session: 460f131b-2bc2-4b99-98c0-2d4968efa9b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
677 | 2024.03.26 19:48:12.417333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
678 | 2024.03.26 19:48:12.417381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
679 | 2024.03.26 19:48:12.417416 [ 3 ] {} <Debug> HTTP-Session: 4769a10f-640d-449e-83bd-e78ea7eeb905 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
680 | 2024.03.26 19:48:12.417448 [ 3 ] {} <Debug> HTTP-Session: 4769a10f-640d-449e-83bd-e78ea7eeb905 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
681 | 2024.03.26 19:48:12.417461 [ 3 ] {} <Debug> HTTP-Session: 4769a10f-640d-449e-83bd-e78ea7eeb905 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.03.26 19:48:12.417502 [ 3 ] {} <Trace> HTTP-Session: 4769a10f-640d-449e-83bd-e78ea7eeb905 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
683 | 2024.03.26 19:48:12.417627 [ 3 ] {a24abda2-6926-4eeb-a85d-b5159c9ab5a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
684 | 2024.03.26 19:48:12.417677 [ 3 ] {a24abda2-6926-4eeb-a85d-b5159c9ab5a5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
685 | 2024.03.26 19:48:12.419565 [ 3 ] {a24abda2-6926-4eeb-a85d-b5159c9ab5a5} <Debug> oximeter.fields_u8 (69080dbd-d339-45b0-a023-d1fc88c25711): Loading data parts | ||
686 | 2024.03.26 19:48:12.419734 [ 3 ] {a24abda2-6926-4eeb-a85d-b5159c9ab5a5} <Debug> oximeter.fields_u8 (69080dbd-d339-45b0-a023-d1fc88c25711): There are no data parts | ||
687 | 2024.03.26 19:48:12.421831 [ 3 ] {a24abda2-6926-4eeb-a85d-b5159c9ab5a5} <Debug> DynamicQueryHandler: Done processing query | ||
688 | 2024.03.26 19:48:12.421878 [ 3 ] {} <Debug> HTTP-Session: 4769a10f-640d-449e-83bd-e78ea7eeb905 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
689 | 2024.03.26 19:48:12.422005 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
690 | 2024.03.26 19:48:12.422068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
691 | 2024.03.26 19:48:12.422103 [ 3 ] {} <Debug> HTTP-Session: d4453856-4453-4f6d-b5fa-f85f0e82e7af Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
692 | 2024.03.26 19:48:12.422119 [ 3 ] {} <Debug> HTTP-Session: d4453856-4453-4f6d-b5fa-f85f0e82e7af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
693 | 2024.03.26 19:48:12.422144 [ 3 ] {} <Debug> HTTP-Session: d4453856-4453-4f6d-b5fa-f85f0e82e7af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.03.26 19:48:12.422187 [ 3 ] {} <Trace> HTTP-Session: d4453856-4453-4f6d-b5fa-f85f0e82e7af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
695 | 2024.03.26 19:48:12.422304 [ 3 ] {3aff6577-32b3-4750-9a6e-3db07d29e8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
696 | 2024.03.26 19:48:12.422373 [ 3 ] {3aff6577-32b3-4750-9a6e-3db07d29e8cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
697 | 2024.03.26 19:48:12.424284 [ 3 ] {3aff6577-32b3-4750-9a6e-3db07d29e8cf} <Debug> oximeter.fields_i16 (ae06cbcf-c38f-4754-aca9-a48ae603e994): Loading data parts | ||
698 | 2024.03.26 19:48:12.424459 [ 3 ] {3aff6577-32b3-4750-9a6e-3db07d29e8cf} <Debug> oximeter.fields_i16 (ae06cbcf-c38f-4754-aca9-a48ae603e994): There are no data parts | ||
699 | 2024.03.26 19:48:12.425766 [ 3 ] {3aff6577-32b3-4750-9a6e-3db07d29e8cf} <Debug> DynamicQueryHandler: Done processing query | ||
700 | 2024.03.26 19:48:12.425797 [ 3 ] {} <Debug> HTTP-Session: d4453856-4453-4f6d-b5fa-f85f0e82e7af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
701 | 2024.03.26 19:48:12.425933 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
702 | 2024.03.26 19:48:12.425989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
703 | 2024.03.26 19:48:12.426008 [ 3 ] {} <Debug> HTTP-Session: 187892e6-9fe1-4b97-bed0-a41c2045a2b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
704 | 2024.03.26 19:48:12.426032 [ 3 ] {} <Debug> HTTP-Session: 187892e6-9fe1-4b97-bed0-a41c2045a2b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
705 | 2024.03.26 19:48:12.426051 [ 3 ] {} <Debug> HTTP-Session: 187892e6-9fe1-4b97-bed0-a41c2045a2b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.03.26 19:48:12.426081 [ 3 ] {} <Trace> HTTP-Session: 187892e6-9fe1-4b97-bed0-a41c2045a2b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
707 | 2024.03.26 19:48:12.426199 [ 3 ] {aab49bea-62ba-45e8-bc23-7e2292cb6668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
708 | 2024.03.26 19:48:12.426252 [ 3 ] {aab49bea-62ba-45e8-bc23-7e2292cb6668} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
709 | 2024.03.26 19:48:12.436138 [ 3 ] {aab49bea-62ba-45e8-bc23-7e2292cb6668} <Debug> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Loading data parts | ||
710 | 2024.03.26 19:48:12.436308 [ 3 ] {aab49bea-62ba-45e8-bc23-7e2292cb6668} <Debug> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): There are no data parts | ||
711 | 2024.03.26 19:48:12.438384 [ 3 ] {aab49bea-62ba-45e8-bc23-7e2292cb6668} <Debug> DynamicQueryHandler: Done processing query | ||
712 | 2024.03.26 19:48:12.438420 [ 3 ] {} <Debug> HTTP-Session: 187892e6-9fe1-4b97-bed0-a41c2045a2b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
713 | 2024.03.26 19:48:12.438561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
714 | 2024.03.26 19:48:12.438615 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
715 | 2024.03.26 19:48:12.438633 [ 3 ] {} <Debug> HTTP-Session: 4e54051c-9cc8-418f-bd5c-111bfa4a2712 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
716 | 2024.03.26 19:48:12.438656 [ 3 ] {} <Debug> HTTP-Session: 4e54051c-9cc8-418f-bd5c-111bfa4a2712 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
717 | 2024.03.26 19:48:12.438669 [ 3 ] {} <Debug> HTTP-Session: 4e54051c-9cc8-418f-bd5c-111bfa4a2712 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.03.26 19:48:12.438704 [ 3 ] {} <Trace> HTTP-Session: 4e54051c-9cc8-418f-bd5c-111bfa4a2712 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
719 | 2024.03.26 19:48:12.438820 [ 3 ] {9d11976e-f827-49ca-b073-7dbea4965757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
720 | 2024.03.26 19:48:12.438871 [ 3 ] {9d11976e-f827-49ca-b073-7dbea4965757} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
721 | 2024.03.26 19:48:12.440950 [ 3 ] {9d11976e-f827-49ca-b073-7dbea4965757} <Debug> oximeter.fields_i32 (cbe4718a-67ca-4bf2-ac1c-c9549925a0c7): Loading data parts | ||
722 | 2024.03.26 19:48:12.441134 [ 3 ] {9d11976e-f827-49ca-b073-7dbea4965757} <Debug> oximeter.fields_i32 (cbe4718a-67ca-4bf2-ac1c-c9549925a0c7): There are no data parts | ||
723 | 2024.03.26 19:48:12.442440 [ 3 ] {9d11976e-f827-49ca-b073-7dbea4965757} <Debug> DynamicQueryHandler: Done processing query | ||
724 | 2024.03.26 19:48:12.442475 [ 3 ] {} <Debug> HTTP-Session: 4e54051c-9cc8-418f-bd5c-111bfa4a2712 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
725 | 2024.03.26 19:48:12.442616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
726 | 2024.03.26 19:48:12.442677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
727 | 2024.03.26 19:48:12.442694 [ 3 ] {} <Debug> HTTP-Session: 1eb7a199-0b06-4d10-a209-f9bbe21b0684 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
728 | 2024.03.26 19:48:12.442710 [ 3 ] {} <Debug> HTTP-Session: 1eb7a199-0b06-4d10-a209-f9bbe21b0684 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
729 | 2024.03.26 19:48:12.442731 [ 3 ] {} <Debug> HTTP-Session: 1eb7a199-0b06-4d10-a209-f9bbe21b0684 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.03.26 19:48:12.442767 [ 3 ] {} <Trace> HTTP-Session: 1eb7a199-0b06-4d10-a209-f9bbe21b0684 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
731 | 2024.03.26 19:48:12.442887 [ 3 ] {6d7b5971-ef57-4147-8a88-d096be38f51f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
732 | 2024.03.26 19:48:12.442933 [ 3 ] {6d7b5971-ef57-4147-8a88-d096be38f51f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
733 | 2024.03.26 19:48:12.444347 [ 3 ] {6d7b5971-ef57-4147-8a88-d096be38f51f} <Debug> oximeter.fields_u32 (fbcebdb3-b0b7-4e44-998c-e4906f0289a2): Loading data parts | ||
734 | 2024.03.26 19:48:12.444560 [ 3 ] {6d7b5971-ef57-4147-8a88-d096be38f51f} <Debug> oximeter.fields_u32 (fbcebdb3-b0b7-4e44-998c-e4906f0289a2): There are no data parts | ||
735 | 2024.03.26 19:48:12.456634 [ 3 ] {6d7b5971-ef57-4147-8a88-d096be38f51f} <Debug> DynamicQueryHandler: Done processing query | ||
736 | 2024.03.26 19:48:12.456678 [ 3 ] {} <Debug> HTTP-Session: 1eb7a199-0b06-4d10-a209-f9bbe21b0684 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
737 | 2024.03.26 19:48:12.456894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
738 | 2024.03.26 19:48:12.456987 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
739 | 2024.03.26 19:48:12.457036 [ 3 ] {} <Debug> HTTP-Session: 65712292-f43b-4293-a8ed-e9e7b6f88f29 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
740 | 2024.03.26 19:48:12.457062 [ 3 ] {} <Debug> HTTP-Session: 65712292-f43b-4293-a8ed-e9e7b6f88f29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
741 | 2024.03.26 19:48:12.457104 [ 3 ] {} <Debug> HTTP-Session: 65712292-f43b-4293-a8ed-e9e7b6f88f29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.03.26 19:48:12.457169 [ 3 ] {} <Trace> HTTP-Session: 65712292-f43b-4293-a8ed-e9e7b6f88f29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
743 | 2024.03.26 19:48:12.457309 [ 3 ] {67604ea7-3c04-4386-a861-2e117b638c41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
744 | 2024.03.26 19:48:12.457359 [ 3 ] {67604ea7-3c04-4386-a861-2e117b638c41} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
745 | 2024.03.26 19:48:12.460040 [ 3 ] {67604ea7-3c04-4386-a861-2e117b638c41} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Loading data parts | ||
746 | 2024.03.26 19:48:12.460251 [ 3 ] {67604ea7-3c04-4386-a861-2e117b638c41} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): There are no data parts | ||
747 | 2024.03.26 19:48:12.461920 [ 3 ] {67604ea7-3c04-4386-a861-2e117b638c41} <Debug> DynamicQueryHandler: Done processing query | ||
748 | 2024.03.26 19:48:12.461954 [ 3 ] {} <Debug> HTTP-Session: 65712292-f43b-4293-a8ed-e9e7b6f88f29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
749 | 2024.03.26 19:48:12.462104 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
750 | 2024.03.26 19:48:12.462163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
751 | 2024.03.26 19:48:12.462181 [ 3 ] {} <Debug> HTTP-Session: 6e8909ff-63ed-423f-9bb6-f606fe303b3f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
752 | 2024.03.26 19:48:12.462206 [ 3 ] {} <Debug> HTTP-Session: 6e8909ff-63ed-423f-9bb6-f606fe303b3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
753 | 2024.03.26 19:48:12.462227 [ 3 ] {} <Debug> HTTP-Session: 6e8909ff-63ed-423f-9bb6-f606fe303b3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.03.26 19:48:12.462257 [ 3 ] {} <Trace> HTTP-Session: 6e8909ff-63ed-423f-9bb6-f606fe303b3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
755 | 2024.03.26 19:48:12.462378 [ 3 ] {7bcb8997-8a68-472d-a695-6c3a6c95ae82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
756 | 2024.03.26 19:48:12.462436 [ 3 ] {7bcb8997-8a68-472d-a695-6c3a6c95ae82} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
757 | 2024.03.26 19:48:12.464321 [ 3 ] {7bcb8997-8a68-472d-a695-6c3a6c95ae82} <Debug> oximeter.fields_u64 (3e0f519d-3dfe-4533-b3c5-b843b019c1cc): Loading data parts | ||
758 | 2024.03.26 19:48:12.464493 [ 3 ] {7bcb8997-8a68-472d-a695-6c3a6c95ae82} <Debug> oximeter.fields_u64 (3e0f519d-3dfe-4533-b3c5-b843b019c1cc): There are no data parts | ||
759 | 2024.03.26 19:48:12.476364 [ 3 ] {7bcb8997-8a68-472d-a695-6c3a6c95ae82} <Debug> DynamicQueryHandler: Done processing query | ||
760 | 2024.03.26 19:48:12.476393 [ 3 ] {} <Debug> HTTP-Session: 6e8909ff-63ed-423f-9bb6-f606fe303b3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
761 | 2024.03.26 19:48:12.476549 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
762 | 2024.03.26 19:48:12.476609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
763 | 2024.03.26 19:48:12.476628 [ 3 ] {} <Debug> HTTP-Session: 27577bce-42c6-48f8-9d6a-e38dbf014235 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
764 | 2024.03.26 19:48:12.476651 [ 3 ] {} <Debug> HTTP-Session: 27577bce-42c6-48f8-9d6a-e38dbf014235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
765 | 2024.03.26 19:48:12.476674 [ 3 ] {} <Debug> HTTP-Session: 27577bce-42c6-48f8-9d6a-e38dbf014235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.03.26 19:48:12.476706 [ 3 ] {} <Trace> HTTP-Session: 27577bce-42c6-48f8-9d6a-e38dbf014235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
767 | 2024.03.26 19:48:12.476837 [ 3 ] {b4813169-b2d6-4bb0-8013-8f245dffc50b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
768 | 2024.03.26 19:48:12.476876 [ 3 ] {b4813169-b2d6-4bb0-8013-8f245dffc50b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
769 | 2024.03.26 19:48:12.479453 [ 3 ] {b4813169-b2d6-4bb0-8013-8f245dffc50b} <Debug> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Loading data parts | ||
770 | 2024.03.26 19:48:12.479626 [ 3 ] {b4813169-b2d6-4bb0-8013-8f245dffc50b} <Debug> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): There are no data parts | ||
771 | 2024.03.26 19:48:12.480972 [ 3 ] {b4813169-b2d6-4bb0-8013-8f245dffc50b} <Debug> DynamicQueryHandler: Done processing query | ||
772 | 2024.03.26 19:48:12.481021 [ 3 ] {} <Debug> HTTP-Session: 27577bce-42c6-48f8-9d6a-e38dbf014235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
773 | 2024.03.26 19:48:12.481159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
774 | 2024.03.26 19:48:12.481207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
775 | 2024.03.26 19:48:12.481245 [ 3 ] {} <Debug> HTTP-Session: b3a46a61-0501-48b4-8007-07d8a84c71a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
776 | 2024.03.26 19:48:12.481264 [ 3 ] {} <Debug> HTTP-Session: b3a46a61-0501-48b4-8007-07d8a84c71a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
777 | 2024.03.26 19:48:12.481278 [ 3 ] {} <Debug> HTTP-Session: b3a46a61-0501-48b4-8007-07d8a84c71a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.03.26 19:48:12.481310 [ 3 ] {} <Trace> HTTP-Session: b3a46a61-0501-48b4-8007-07d8a84c71a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
779 | 2024.03.26 19:48:12.481424 [ 3 ] {44d10f54-c9d6-4991-a10b-993648262473} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
780 | 2024.03.26 19:48:12.481463 [ 3 ] {44d10f54-c9d6-4991-a10b-993648262473} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
781 | 2024.03.26 19:48:12.483466 [ 3 ] {44d10f54-c9d6-4991-a10b-993648262473} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Loading data parts | ||
782 | 2024.03.26 19:48:12.483630 [ 3 ] {44d10f54-c9d6-4991-a10b-993648262473} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): There are no data parts | ||
783 | 2024.03.26 19:48:12.494854 [ 3 ] {44d10f54-c9d6-4991-a10b-993648262473} <Debug> DynamicQueryHandler: Done processing query | ||
784 | 2024.03.26 19:48:12.494880 [ 3 ] {} <Debug> HTTP-Session: b3a46a61-0501-48b4-8007-07d8a84c71a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
785 | 2024.03.26 19:48:12.494999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
786 | 2024.03.26 19:48:12.495046 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
787 | 2024.03.26 19:48:12.495066 [ 3 ] {} <Debug> HTTP-Session: 7d9a34b7-b04f-4db4-b864-93be536b897e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
788 | 2024.03.26 19:48:12.495081 [ 3 ] {} <Debug> HTTP-Session: 7d9a34b7-b04f-4db4-b864-93be536b897e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
789 | 2024.03.26 19:48:12.495095 [ 3 ] {} <Debug> HTTP-Session: 7d9a34b7-b04f-4db4-b864-93be536b897e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.03.26 19:48:12.495124 [ 3 ] {} <Trace> HTTP-Session: 7d9a34b7-b04f-4db4-b864-93be536b897e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
791 | 2024.03.26 19:48:12.495236 [ 3 ] {b06c2463-70a2-48b7-95c0-4a6d7cd63129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
792 | 2024.03.26 19:48:12.495274 [ 3 ] {b06c2463-70a2-48b7-95c0-4a6d7cd63129} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
793 | 2024.03.26 19:48:12.497338 [ 3 ] {b06c2463-70a2-48b7-95c0-4a6d7cd63129} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Loading data parts | ||
794 | 2024.03.26 19:48:12.497515 [ 3 ] {b06c2463-70a2-48b7-95c0-4a6d7cd63129} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): There are no data parts | ||
795 | 2024.03.26 19:48:12.498766 [ 3 ] {b06c2463-70a2-48b7-95c0-4a6d7cd63129} <Debug> DynamicQueryHandler: Done processing query | ||
796 | 2024.03.26 19:48:12.498792 [ 3 ] {} <Debug> HTTP-Session: 7d9a34b7-b04f-4db4-b864-93be536b897e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
797 | 2024.03.26 19:48:12.498906 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
798 | 2024.03.26 19:48:12.498951 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
799 | 2024.03.26 19:48:12.498969 [ 3 ] {} <Debug> HTTP-Session: cc970430-af18-4fb8-8051-aba9b6f959a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
800 | 2024.03.26 19:48:12.498985 [ 3 ] {} <Debug> HTTP-Session: cc970430-af18-4fb8-8051-aba9b6f959a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
801 | 2024.03.26 19:48:12.499000 [ 3 ] {} <Debug> HTTP-Session: cc970430-af18-4fb8-8051-aba9b6f959a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.03.26 19:48:12.499030 [ 3 ] {} <Trace> HTTP-Session: cc970430-af18-4fb8-8051-aba9b6f959a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
803 | 2024.03.26 19:48:12.499212 [ 3 ] {7904a4e6-75e4-4818-9159-8095e1492053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) /* The timeseries schema table stores the extracted schema for the samples | ||
804 | * oximeter collects. | ||
805 | */ | ||
806 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
807 | 2024.03.26 19:48:12.499269 [ 3 ] {7904a4e6-75e4-4818-9159-8095e1492053} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
808 | 2024.03.26 19:48:12.501051 [ 3 ] {7904a4e6-75e4-4818-9159-8095e1492053} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0): Loading data parts | ||
809 | 2024.03.26 19:48:12.501214 [ 3 ] {7904a4e6-75e4-4818-9159-8095e1492053} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0): There are no data parts | ||
810 | 2024.03.26 19:48:12.503495 [ 3 ] {7904a4e6-75e4-4818-9159-8095e1492053} <Debug> DynamicQueryHandler: Done processing query | ||
811 | 2024.03.26 19:48:12.503524 [ 3 ] {} <Debug> HTTP-Session: cc970430-af18-4fb8-8051-aba9b6f959a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
812 | 2024.03.26 19:48:12.503668 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
813 | 2024.03.26 19:48:12.503717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
814 | 2024.03.26 19:48:12.503735 [ 3 ] {} <Debug> HTTP-Session: ba422848-6216-47f3-bbbd-486a5306b2dc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
815 | 2024.03.26 19:48:12.503752 [ 3 ] {} <Debug> HTTP-Session: ba422848-6216-47f3-bbbd-486a5306b2dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
816 | 2024.03.26 19:48:12.503766 [ 3 ] {} <Debug> HTTP-Session: ba422848-6216-47f3-bbbd-486a5306b2dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.03.26 19:48:12.503796 [ 3 ] {} <Trace> HTTP-Session: ba422848-6216-47f3-bbbd-486a5306b2dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
818 | 2024.03.26 19:48:12.503932 [ 3 ] {89e0a5a6-1297-4112-9d7d-f83141b365d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
819 | 2024.03.26 19:48:12.505666 [ 3 ] {89e0a5a6-1297-4112-9d7d-f83141b365d4} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
820 | 2024.03.26 19:48:12.509560 [ 3 ] {89e0a5a6-1297-4112-9d7d-f83141b365d4} <Trace> oximeter.version (ded38e47-500a-4da0-b661-5ba180798a9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
821 | 2024.03.26 19:48:12.509599 [ 3 ] {89e0a5a6-1297-4112-9d7d-f83141b365d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
822 | 2024.03.26 19:48:12.514172 [ 3 ] {89e0a5a6-1297-4112-9d7d-f83141b365d4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
823 | 2024.03.26 19:48:12.515220 [ 3 ] {89e0a5a6-1297-4112-9d7d-f83141b365d4} <Trace> oximeter.version (ded38e47-500a-4da0-b661-5ba180798a9c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
824 | 2024.03.26 19:48:12.515499 [ 3 ] {89e0a5a6-1297-4112-9d7d-f83141b365d4} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.011645 sec., 85.87376556462 rows/sec., 1.34 KiB/sec. | ||
825 | 2024.03.26 19:48:12.515620 [ 3 ] {89e0a5a6-1297-4112-9d7d-f83141b365d4} <Debug> DynamicQueryHandler: Done processing query | ||
826 | 2024.03.26 19:48:12.515642 [ 3 ] {89e0a5a6-1297-4112-9d7d-f83141b365d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
827 | 2024.03.26 19:48:12.515658 [ 3 ] {} <Debug> HTTP-Session: ba422848-6216-47f3-bbbd-486a5306b2dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
828 | 2024.03.26 19:48:13.001308 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 161.15 MiB, peak 166.36 MiB, free memory in arenas 0.00 B, will set to 173.48 MiB (RSS), difference: 12.33 MiB | ||
829 | 2024.03.26 19:48:17.528605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
830 | 2024.03.26 19:48:17.528729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
831 | 2024.03.26 19:48:17.528754 [ 3 ] {} <Debug> HTTP-Session: c762dcaf-0239-46a5-b88d-5b3d25ea68dd Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
832 | 2024.03.26 19:48:17.528780 [ 3 ] {} <Debug> HTTP-Session: c762dcaf-0239-46a5-b88d-5b3d25ea68dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
833 | 2024.03.26 19:48:17.528797 [ 3 ] {} <Debug> HTTP-Session: c762dcaf-0239-46a5-b88d-5b3d25ea68dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
834 | 2024.03.26 19:48:17.528847 [ 3 ] {} <Trace> HTTP-Session: c762dcaf-0239-46a5-b88d-5b3d25ea68dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
835 | 2024.03.26 19:48:17.528970 [ 3 ] {e5045355-e5a7-4c73-81ae-5547f93df054} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
836 | 2024.03.26 19:48:17.529308 [ 3 ] {e5045355-e5a7-4c73-81ae-5547f93df054} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
837 | 2024.03.26 19:48:17.529451 [ 3 ] {e5045355-e5a7-4c73-81ae-5547f93df054} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
838 | 2024.03.26 19:48:17.530424 [ 3 ] {e5045355-e5a7-4c73-81ae-5547f93df054} <Debug> DynamicQueryHandler: Done processing query | ||
839 | 2024.03.26 19:48:17.530457 [ 3 ] {e5045355-e5a7-4c73-81ae-5547f93df054} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
840 | 2024.03.26 19:48:17.530474 [ 3 ] {} <Debug> HTTP-Session: c762dcaf-0239-46a5-b88d-5b3d25ea68dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
841 | 2024.03.26 19:48:17.546215 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
842 | 2024.03.26 19:48:17.546282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
843 | 2024.03.26 19:48:17.546303 [ 3 ] {} <Debug> HTTP-Session: 2bd97834-254a-42f5-992e-c16809832573 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
844 | 2024.03.26 19:48:17.546323 [ 3 ] {} <Debug> HTTP-Session: 2bd97834-254a-42f5-992e-c16809832573 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
845 | 2024.03.26 19:48:17.546337 [ 3 ] {} <Debug> HTTP-Session: 2bd97834-254a-42f5-992e-c16809832573 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
846 | 2024.03.26 19:48:17.546375 [ 3 ] {} <Trace> HTTP-Session: 2bd97834-254a-42f5-992e-c16809832573 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
847 | 2024.03.26 19:48:17.546501 [ 3 ] {b63a4c79-ae61-4280-8033-336295dd67d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
848 | 2024.03.26 19:48:17.548893 [ 3 ] {b63a4c79-ae61-4280-8033-336295dd67d8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
849 | 2024.03.26 19:48:17.548952 [ 3 ] {b63a4c79-ae61-4280-8033-336295dd67d8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
850 | 2024.03.26 19:48:17.549905 [ 3 ] {b63a4c79-ae61-4280-8033-336295dd67d8} <Debug> DynamicQueryHandler: Done processing query | ||
851 | 2024.03.26 19:48:17.549941 [ 3 ] {b63a4c79-ae61-4280-8033-336295dd67d8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
852 | 2024.03.26 19:48:17.549959 [ 3 ] {} <Debug> HTTP-Session: 2bd97834-254a-42f5-992e-c16809832573 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
853 | 2024.03.26 19:48:17.550369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
854 | 2024.03.26 19:48:17.550422 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
855 | 2024.03.26 19:48:17.550441 [ 3 ] {} <Debug> HTTP-Session: eefd187e-8092-4582-b701-5d739e72c79b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
856 | 2024.03.26 19:48:17.550459 [ 3 ] {} <Debug> HTTP-Session: eefd187e-8092-4582-b701-5d739e72c79b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
857 | 2024.03.26 19:48:17.550473 [ 3 ] {} <Debug> HTTP-Session: eefd187e-8092-4582-b701-5d739e72c79b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
858 | 2024.03.26 19:48:17.550510 [ 3 ] {} <Trace> HTTP-Session: eefd187e-8092-4582-b701-5d739e72c79b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
859 | 2024.03.26 19:48:17.550609 [ 3 ] {c07cba41-5fa4-425e-bf71-190b0cd9e29b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
860 | 2024.03.26 19:48:17.550976 [ 3 ] {c07cba41-5fa4-425e-bf71-190b0cd9e29b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
861 | 2024.03.26 19:48:17.551030 [ 3 ] {c07cba41-5fa4-425e-bf71-190b0cd9e29b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
862 | 2024.03.26 19:48:17.551957 [ 3 ] {c07cba41-5fa4-425e-bf71-190b0cd9e29b} <Debug> DynamicQueryHandler: Done processing query | ||
863 | 2024.03.26 19:48:17.551986 [ 3 ] {c07cba41-5fa4-425e-bf71-190b0cd9e29b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
864 | 2024.03.26 19:48:17.552003 [ 3 ] {} <Debug> HTTP-Session: eefd187e-8092-4582-b701-5d739e72c79b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
865 | 2024.03.26 19:48:17.552287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
866 | 2024.03.26 19:48:17.552336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
867 | 2024.03.26 19:48:17.552356 [ 3 ] {} <Debug> HTTP-Session: 1caa0089-825a-4277-8aef-0f60719622c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
868 | 2024.03.26 19:48:17.552374 [ 3 ] {} <Debug> HTTP-Session: 1caa0089-825a-4277-8aef-0f60719622c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
869 | 2024.03.26 19:48:17.552390 [ 3 ] {} <Debug> HTTP-Session: 1caa0089-825a-4277-8aef-0f60719622c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
870 | 2024.03.26 19:48:17.552421 [ 3 ] {} <Trace> HTTP-Session: 1caa0089-825a-4277-8aef-0f60719622c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
871 | 2024.03.26 19:48:17.552515 [ 3 ] {c0335ebc-bf8a-47fd-bfb3-e210617fa09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
872 | 2024.03.26 19:48:17.552828 [ 3 ] {c0335ebc-bf8a-47fd-bfb3-e210617fa09a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
873 | 2024.03.26 19:48:17.552880 [ 3 ] {c0335ebc-bf8a-47fd-bfb3-e210617fa09a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
874 | 2024.03.26 19:48:17.553722 [ 3 ] {c0335ebc-bf8a-47fd-bfb3-e210617fa09a} <Debug> DynamicQueryHandler: Done processing query | ||
875 | 2024.03.26 19:48:17.553750 [ 3 ] {c0335ebc-bf8a-47fd-bfb3-e210617fa09a} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
876 | 2024.03.26 19:48:17.553767 [ 3 ] {} <Debug> HTTP-Session: 1caa0089-825a-4277-8aef-0f60719622c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
877 | 2024.03.26 19:48:17.553999 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
878 | 2024.03.26 19:48:17.554045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
879 | 2024.03.26 19:48:17.554063 [ 3 ] {} <Debug> HTTP-Session: 3181cdbf-a6e7-41e0-a386-513ddd1ea744 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
880 | 2024.03.26 19:48:17.554081 [ 3 ] {} <Debug> HTTP-Session: 3181cdbf-a6e7-41e0-a386-513ddd1ea744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
881 | 2024.03.26 19:48:17.554095 [ 3 ] {} <Debug> HTTP-Session: 3181cdbf-a6e7-41e0-a386-513ddd1ea744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
882 | 2024.03.26 19:48:17.554125 [ 3 ] {} <Trace> HTTP-Session: 3181cdbf-a6e7-41e0-a386-513ddd1ea744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
883 | 2024.03.26 19:48:17.554217 [ 3 ] {47ab929e-7973-436b-ae40-fd85833fe96f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
884 | 2024.03.26 19:48:17.554527 [ 3 ] {47ab929e-7973-436b-ae40-fd85833fe96f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
885 | 2024.03.26 19:48:17.554578 [ 3 ] {47ab929e-7973-436b-ae40-fd85833fe96f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
886 | 2024.03.26 19:48:17.555415 [ 3 ] {47ab929e-7973-436b-ae40-fd85833fe96f} <Debug> DynamicQueryHandler: Done processing query | ||
887 | 2024.03.26 19:48:17.555445 [ 3 ] {47ab929e-7973-436b-ae40-fd85833fe96f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
888 | 2024.03.26 19:48:17.555462 [ 3 ] {} <Debug> HTTP-Session: 3181cdbf-a6e7-41e0-a386-513ddd1ea744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
889 | 2024.03.26 19:48:17.555711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
890 | 2024.03.26 19:48:17.555763 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
891 | 2024.03.26 19:48:17.555782 [ 3 ] {} <Debug> HTTP-Session: 1732a22e-9267-4d01-a18e-d100a6b8bf1b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
892 | 2024.03.26 19:48:17.555798 [ 3 ] {} <Debug> HTTP-Session: 1732a22e-9267-4d01-a18e-d100a6b8bf1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
893 | 2024.03.26 19:48:17.555812 [ 3 ] {} <Debug> HTTP-Session: 1732a22e-9267-4d01-a18e-d100a6b8bf1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
894 | 2024.03.26 19:48:17.555844 [ 3 ] {} <Trace> HTTP-Session: 1732a22e-9267-4d01-a18e-d100a6b8bf1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
895 | 2024.03.26 19:48:17.555939 [ 3 ] {043a9889-1b00-46c7-95d8-31f58ff3124d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
896 | 2024.03.26 19:48:17.556270 [ 3 ] {043a9889-1b00-46c7-95d8-31f58ff3124d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
897 | 2024.03.26 19:48:17.556323 [ 3 ] {043a9889-1b00-46c7-95d8-31f58ff3124d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
898 | 2024.03.26 19:48:17.557150 [ 3 ] {043a9889-1b00-46c7-95d8-31f58ff3124d} <Debug> DynamicQueryHandler: Done processing query | ||
899 | 2024.03.26 19:48:17.557180 [ 3 ] {043a9889-1b00-46c7-95d8-31f58ff3124d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
900 | 2024.03.26 19:48:17.557196 [ 3 ] {} <Debug> HTTP-Session: 1732a22e-9267-4d01-a18e-d100a6b8bf1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
901 | 2024.03.26 19:48:17.557395 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
902 | 2024.03.26 19:48:17.557441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
903 | 2024.03.26 19:48:17.557460 [ 3 ] {} <Debug> HTTP-Session: 4fd472ec-aa84-4625-bf2e-c1307719f216 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
904 | 2024.03.26 19:48:17.557477 [ 3 ] {} <Debug> HTTP-Session: 4fd472ec-aa84-4625-bf2e-c1307719f216 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
905 | 2024.03.26 19:48:17.557491 [ 3 ] {} <Debug> HTTP-Session: 4fd472ec-aa84-4625-bf2e-c1307719f216 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
906 | 2024.03.26 19:48:17.557521 [ 3 ] {} <Trace> HTTP-Session: 4fd472ec-aa84-4625-bf2e-c1307719f216 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
907 | 2024.03.26 19:48:17.557614 [ 3 ] {7be90587-f39e-4f99-8a43-39f0bd3c637f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
908 | 2024.03.26 19:48:17.557939 [ 3 ] {7be90587-f39e-4f99-8a43-39f0bd3c637f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
909 | 2024.03.26 19:48:17.557990 [ 3 ] {7be90587-f39e-4f99-8a43-39f0bd3c637f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
910 | 2024.03.26 19:48:17.558794 [ 3 ] {7be90587-f39e-4f99-8a43-39f0bd3c637f} <Debug> DynamicQueryHandler: Done processing query | ||
911 | 2024.03.26 19:48:17.558822 [ 3 ] {7be90587-f39e-4f99-8a43-39f0bd3c637f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
912 | 2024.03.26 19:48:17.558839 [ 3 ] {} <Debug> HTTP-Session: 4fd472ec-aa84-4625-bf2e-c1307719f216 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
913 | 2024.03.26 19:48:17.559052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
914 | 2024.03.26 19:48:17.559099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
915 | 2024.03.26 19:48:17.559118 [ 3 ] {} <Debug> HTTP-Session: b1f31648-c895-423e-93ce-0bcded29f7f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
916 | 2024.03.26 19:48:17.559134 [ 3 ] {} <Debug> HTTP-Session: b1f31648-c895-423e-93ce-0bcded29f7f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
917 | 2024.03.26 19:48:17.559148 [ 3 ] {} <Debug> HTTP-Session: b1f31648-c895-423e-93ce-0bcded29f7f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
918 | 2024.03.26 19:48:17.559179 [ 3 ] {} <Trace> HTTP-Session: b1f31648-c895-423e-93ce-0bcded29f7f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
919 | 2024.03.26 19:48:17.559272 [ 3 ] {b2145efb-f9f5-49af-9f10-0d0da88d4a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
920 | 2024.03.26 19:48:17.559600 [ 3 ] {b2145efb-f9f5-49af-9f10-0d0da88d4a54} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
921 | 2024.03.26 19:48:17.559651 [ 3 ] {b2145efb-f9f5-49af-9f10-0d0da88d4a54} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
922 | 2024.03.26 19:48:17.560524 [ 3 ] {b2145efb-f9f5-49af-9f10-0d0da88d4a54} <Debug> DynamicQueryHandler: Done processing query | ||
923 | 2024.03.26 19:48:17.560553 [ 3 ] {b2145efb-f9f5-49af-9f10-0d0da88d4a54} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
924 | 2024.03.26 19:48:17.560570 [ 3 ] {} <Debug> HTTP-Session: b1f31648-c895-423e-93ce-0bcded29f7f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
925 | 2024.03.26 19:48:17.560787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
926 | 2024.03.26 19:48:17.560838 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
927 | 2024.03.26 19:48:17.560859 [ 3 ] {} <Debug> HTTP-Session: 01caf668-b2df-4bf3-a60f-17e23069ce27 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
928 | 2024.03.26 19:48:17.560876 [ 3 ] {} <Debug> HTTP-Session: 01caf668-b2df-4bf3-a60f-17e23069ce27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
929 | 2024.03.26 19:48:17.560890 [ 3 ] {} <Debug> HTTP-Session: 01caf668-b2df-4bf3-a60f-17e23069ce27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
930 | 2024.03.26 19:48:17.560924 [ 3 ] {} <Trace> HTTP-Session: 01caf668-b2df-4bf3-a60f-17e23069ce27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
931 | 2024.03.26 19:48:17.561022 [ 3 ] {c08172f0-33be-48ad-8d45-6f83f2754693} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
932 | 2024.03.26 19:48:17.561445 [ 3 ] {c08172f0-33be-48ad-8d45-6f83f2754693} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
933 | 2024.03.26 19:48:17.561502 [ 3 ] {c08172f0-33be-48ad-8d45-6f83f2754693} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
934 | 2024.03.26 19:48:17.562331 [ 3 ] {c08172f0-33be-48ad-8d45-6f83f2754693} <Debug> DynamicQueryHandler: Done processing query | ||
935 | 2024.03.26 19:48:17.562361 [ 3 ] {c08172f0-33be-48ad-8d45-6f83f2754693} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
936 | 2024.03.26 19:48:17.562378 [ 3 ] {} <Debug> HTTP-Session: 01caf668-b2df-4bf3-a60f-17e23069ce27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
937 | 2024.03.26 19:48:17.562613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
938 | 2024.03.26 19:48:17.562661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
939 | 2024.03.26 19:48:17.562680 [ 3 ] {} <Debug> HTTP-Session: a01c7c03-6400-4bfb-bb4b-14342df0a44e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
940 | 2024.03.26 19:48:17.562696 [ 3 ] {} <Debug> HTTP-Session: a01c7c03-6400-4bfb-bb4b-14342df0a44e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
941 | 2024.03.26 19:48:17.562710 [ 3 ] {} <Debug> HTTP-Session: a01c7c03-6400-4bfb-bb4b-14342df0a44e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
942 | 2024.03.26 19:48:17.562740 [ 3 ] {} <Trace> HTTP-Session: a01c7c03-6400-4bfb-bb4b-14342df0a44e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
943 | 2024.03.26 19:48:17.562837 [ 3 ] {9da4e35b-a748-4f6c-b526-c9b90a3ba102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
944 | 2024.03.26 19:48:17.563169 [ 3 ] {9da4e35b-a748-4f6c-b526-c9b90a3ba102} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
945 | 2024.03.26 19:48:17.563220 [ 3 ] {9da4e35b-a748-4f6c-b526-c9b90a3ba102} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
946 | 2024.03.26 19:48:17.564018 [ 3 ] {9da4e35b-a748-4f6c-b526-c9b90a3ba102} <Debug> DynamicQueryHandler: Done processing query | ||
947 | 2024.03.26 19:48:17.564048 [ 3 ] {9da4e35b-a748-4f6c-b526-c9b90a3ba102} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
948 | 2024.03.26 19:48:17.564065 [ 3 ] {} <Debug> HTTP-Session: a01c7c03-6400-4bfb-bb4b-14342df0a44e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
949 | 2024.03.26 19:48:17.564287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
950 | 2024.03.26 19:48:17.564335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
951 | 2024.03.26 19:48:17.564354 [ 3 ] {} <Debug> HTTP-Session: 9c0d8c64-d12d-48b9-b141-208262e006e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
952 | 2024.03.26 19:48:17.564371 [ 3 ] {} <Debug> HTTP-Session: 9c0d8c64-d12d-48b9-b141-208262e006e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
953 | 2024.03.26 19:48:17.564386 [ 3 ] {} <Debug> HTTP-Session: 9c0d8c64-d12d-48b9-b141-208262e006e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
954 | 2024.03.26 19:48:17.564417 [ 3 ] {} <Trace> HTTP-Session: 9c0d8c64-d12d-48b9-b141-208262e006e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
955 | 2024.03.26 19:48:17.564515 [ 3 ] {40cf74b3-6690-4262-9ab4-4208f5676e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
956 | 2024.03.26 19:48:17.564846 [ 3 ] {40cf74b3-6690-4262-9ab4-4208f5676e5d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
957 | 2024.03.26 19:48:17.564899 [ 3 ] {40cf74b3-6690-4262-9ab4-4208f5676e5d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
958 | 2024.03.26 19:48:17.565782 [ 3 ] {40cf74b3-6690-4262-9ab4-4208f5676e5d} <Debug> DynamicQueryHandler: Done processing query | ||
959 | 2024.03.26 19:48:17.565814 [ 3 ] {40cf74b3-6690-4262-9ab4-4208f5676e5d} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
960 | 2024.03.26 19:48:17.565831 [ 3 ] {} <Debug> HTTP-Session: 9c0d8c64-d12d-48b9-b141-208262e006e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
961 | 2024.03.26 19:48:17.566060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
962 | 2024.03.26 19:48:17.566107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
963 | 2024.03.26 19:48:17.566126 [ 3 ] {} <Debug> HTTP-Session: 6fc81f9c-26ad-4524-aef5-6c925f3a3a46 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
964 | 2024.03.26 19:48:17.566142 [ 3 ] {} <Debug> HTTP-Session: 6fc81f9c-26ad-4524-aef5-6c925f3a3a46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
965 | 2024.03.26 19:48:17.566158 [ 3 ] {} <Debug> HTTP-Session: 6fc81f9c-26ad-4524-aef5-6c925f3a3a46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
966 | 2024.03.26 19:48:17.566189 [ 3 ] {} <Trace> HTTP-Session: 6fc81f9c-26ad-4524-aef5-6c925f3a3a46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
967 | 2024.03.26 19:48:17.566289 [ 3 ] {d6409c72-afa1-4b91-9849-2b6142f8d9ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
968 | 2024.03.26 19:48:17.566624 [ 3 ] {d6409c72-afa1-4b91-9849-2b6142f8d9ff} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
969 | 2024.03.26 19:48:17.566676 [ 3 ] {d6409c72-afa1-4b91-9849-2b6142f8d9ff} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
970 | 2024.03.26 19:48:17.567491 [ 3 ] {d6409c72-afa1-4b91-9849-2b6142f8d9ff} <Debug> DynamicQueryHandler: Done processing query | ||
971 | 2024.03.26 19:48:17.567519 [ 3 ] {d6409c72-afa1-4b91-9849-2b6142f8d9ff} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
972 | 2024.03.26 19:48:17.567537 [ 3 ] {} <Debug> HTTP-Session: 6fc81f9c-26ad-4524-aef5-6c925f3a3a46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
973 | 2024.03.26 19:48:17.567767 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
974 | 2024.03.26 19:48:17.567817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
975 | 2024.03.26 19:48:17.567836 [ 3 ] {} <Debug> HTTP-Session: 045718f5-012f-427a-b7a8-d99566f14527 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
976 | 2024.03.26 19:48:17.567853 [ 3 ] {} <Debug> HTTP-Session: 045718f5-012f-427a-b7a8-d99566f14527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
977 | 2024.03.26 19:48:17.567867 [ 3 ] {} <Debug> HTTP-Session: 045718f5-012f-427a-b7a8-d99566f14527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
978 | 2024.03.26 19:48:17.567897 [ 3 ] {} <Trace> HTTP-Session: 045718f5-012f-427a-b7a8-d99566f14527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
979 | 2024.03.26 19:48:17.568012 [ 3 ] {ae465a45-6b32-4bea-803d-610156c3385f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
980 | 2024.03.26 19:48:17.568355 [ 3 ] {ae465a45-6b32-4bea-803d-610156c3385f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
981 | 2024.03.26 19:48:17.568408 [ 3 ] {ae465a45-6b32-4bea-803d-610156c3385f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
982 | 2024.03.26 19:48:17.569236 [ 3 ] {ae465a45-6b32-4bea-803d-610156c3385f} <Debug> DynamicQueryHandler: Done processing query | ||
983 | 2024.03.26 19:48:17.569264 [ 3 ] {ae465a45-6b32-4bea-803d-610156c3385f} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
984 | 2024.03.26 19:48:17.569280 [ 3 ] {} <Debug> HTTP-Session: 045718f5-012f-427a-b7a8-d99566f14527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
985 | 2024.03.26 19:48:17.569494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
986 | 2024.03.26 19:48:17.569541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
987 | 2024.03.26 19:48:17.569560 [ 3 ] {} <Debug> HTTP-Session: 989ee1b3-bc9f-45e0-a7a0-4078836c3342 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
988 | 2024.03.26 19:48:17.569577 [ 3 ] {} <Debug> HTTP-Session: 989ee1b3-bc9f-45e0-a7a0-4078836c3342 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
989 | 2024.03.26 19:48:17.569591 [ 3 ] {} <Debug> HTTP-Session: 989ee1b3-bc9f-45e0-a7a0-4078836c3342 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
990 | 2024.03.26 19:48:17.569621 [ 3 ] {} <Trace> HTTP-Session: 989ee1b3-bc9f-45e0-a7a0-4078836c3342 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
991 | 2024.03.26 19:48:17.569719 [ 3 ] {8969fe32-e2c2-43df-896b-4c466114b4f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
992 | 2024.03.26 19:48:17.570052 [ 3 ] {8969fe32-e2c2-43df-896b-4c466114b4f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
993 | 2024.03.26 19:48:17.570104 [ 3 ] {8969fe32-e2c2-43df-896b-4c466114b4f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
994 | 2024.03.26 19:48:17.570903 [ 3 ] {8969fe32-e2c2-43df-896b-4c466114b4f2} <Debug> DynamicQueryHandler: Done processing query | ||
995 | 2024.03.26 19:48:17.570932 [ 3 ] {8969fe32-e2c2-43df-896b-4c466114b4f2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
996 | 2024.03.26 19:48:17.570949 [ 3 ] {} <Debug> HTTP-Session: 989ee1b3-bc9f-45e0-a7a0-4078836c3342 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
997 | 2024.03.26 19:48:17.573599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
998 | 2024.03.26 19:48:17.573650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
999 | 2024.03.26 19:48:17.573671 [ 3 ] {} <Debug> HTTP-Session: 05e2529f-4147-4848-b95d-df5d63fa6fd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1000 | 2024.03.26 19:48:17.573688 [ 3 ] {} <Debug> HTTP-Session: 05e2529f-4147-4848-b95d-df5d63fa6fd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1001 | 2024.03.26 19:48:17.573703 [ 3 ] {} <Debug> HTTP-Session: 05e2529f-4147-4848-b95d-df5d63fa6fd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1002 | 2024.03.26 19:48:17.573737 [ 3 ] {} <Trace> HTTP-Session: 05e2529f-4147-4848-b95d-df5d63fa6fd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1003 | 2024.03.26 19:48:17.573828 [ 3 ] {813b7dd6-43d5-484d-9b3e-03d62ce3d668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1004 | 2024.03.26 19:48:17.573872 [ 3 ] {813b7dd6-43d5-484d-9b3e-03d62ce3d668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1005 | 2024.03.26 19:48:17.574072 [ 3 ] {813b7dd6-43d5-484d-9b3e-03d62ce3d668} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1006 | 2024.03.26 19:48:17.574613 [ 3 ] {813b7dd6-43d5-484d-9b3e-03d62ce3d668} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1007 | 2024.03.26 19:48:17.574660 [ 3 ] {813b7dd6-43d5-484d-9b3e-03d62ce3d668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1008 | 2024.03.26 19:48:17.575422 [ 3 ] {813b7dd6-43d5-484d-9b3e-03d62ce3d668} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1009 | 2024.03.26 19:48:17.576119 [ 3 ] {813b7dd6-43d5-484d-9b3e-03d62ce3d668} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1010 | 2024.03.26 19:48:17.576313 [ 3 ] {813b7dd6-43d5-484d-9b3e-03d62ce3d668} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.00252 sec., 5555.555555555556 rows/sec., 797.14 KiB/sec. | ||
1011 | 2024.03.26 19:48:17.576540 [ 3 ] {813b7dd6-43d5-484d-9b3e-03d62ce3d668} <Debug> DynamicQueryHandler: Done processing query | ||
1012 | 2024.03.26 19:48:17.576565 [ 3 ] {813b7dd6-43d5-484d-9b3e-03d62ce3d668} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
1013 | 2024.03.26 19:48:17.576583 [ 3 ] {} <Debug> HTTP-Session: 05e2529f-4147-4848-b95d-df5d63fa6fd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1014 | 2024.03.26 19:48:17.576706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1015 | 2024.03.26 19:48:17.576754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1016 | 2024.03.26 19:48:17.576772 [ 3 ] {} <Debug> HTTP-Session: 59600c84-ee06-415a-ac64-cca8ffc34aa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1017 | 2024.03.26 19:48:17.576790 [ 3 ] {} <Debug> HTTP-Session: 59600c84-ee06-415a-ac64-cca8ffc34aa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1018 | 2024.03.26 19:48:17.576804 [ 3 ] {} <Debug> HTTP-Session: 59600c84-ee06-415a-ac64-cca8ffc34aa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1019 | 2024.03.26 19:48:17.576836 [ 3 ] {} <Trace> HTTP-Session: 59600c84-ee06-415a-ac64-cca8ffc34aa0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1020 | 2024.03.26 19:48:17.576916 [ 3 ] {58f91fcf-baab-4b1e-b064-71dad3527459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1021 | 2024.03.26 19:48:17.576969 [ 3 ] {58f91fcf-baab-4b1e-b064-71dad3527459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1022 | 2024.03.26 19:48:17.577115 [ 3 ] {58f91fcf-baab-4b1e-b064-71dad3527459} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1023 | 2024.03.26 19:48:17.578189 [ 3 ] {58f91fcf-baab-4b1e-b064-71dad3527459} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1024 | 2024.03.26 19:48:17.578229 [ 3 ] {58f91fcf-baab-4b1e-b064-71dad3527459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1025 | 2024.03.26 19:48:17.578790 [ 3 ] {58f91fcf-baab-4b1e-b064-71dad3527459} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1026 | 2024.03.26 19:48:17.579526 [ 3 ] {58f91fcf-baab-4b1e-b064-71dad3527459} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1027 | 2024.03.26 19:48:17.579690 [ 3 ] {58f91fcf-baab-4b1e-b064-71dad3527459} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002806 sec., 9265.858873841767 rows/sec., 705.45 KiB/sec. | ||
1028 | 2024.03.26 19:48:17.579912 [ 3 ] {58f91fcf-baab-4b1e-b064-71dad3527459} <Debug> DynamicQueryHandler: Done processing query | ||
1029 | 2024.03.26 19:48:17.579938 [ 3 ] {58f91fcf-baab-4b1e-b064-71dad3527459} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1030 | 2024.03.26 19:48:17.579954 [ 3 ] {} <Debug> HTTP-Session: 59600c84-ee06-415a-ac64-cca8ffc34aa0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1031 | 2024.03.26 19:48:17.580090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1032 | 2024.03.26 19:48:17.580137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1033 | 2024.03.26 19:48:17.580156 [ 3 ] {} <Debug> HTTP-Session: cbc3444c-3713-4b9d-83eb-7b39fc84a525 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1034 | 2024.03.26 19:48:17.580172 [ 3 ] {} <Debug> HTTP-Session: cbc3444c-3713-4b9d-83eb-7b39fc84a525 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1035 | 2024.03.26 19:48:17.580185 [ 3 ] {} <Debug> HTTP-Session: cbc3444c-3713-4b9d-83eb-7b39fc84a525 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1036 | 2024.03.26 19:48:17.580216 [ 3 ] {} <Trace> HTTP-Session: cbc3444c-3713-4b9d-83eb-7b39fc84a525 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1037 | 2024.03.26 19:48:17.580293 [ 3 ] {695c924e-1ad7-4369-9ee1-7ab4d1cbcea3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1038 | 2024.03.26 19:48:17.580333 [ 3 ] {695c924e-1ad7-4369-9ee1-7ab4d1cbcea3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1039 | 2024.03.26 19:48:17.581110 [ 3 ] {695c924e-1ad7-4369-9ee1-7ab4d1cbcea3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1040 | 2024.03.26 19:48:17.581469 [ 3 ] {695c924e-1ad7-4369-9ee1-7ab4d1cbcea3} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1041 | 2024.03.26 19:48:17.581509 [ 3 ] {695c924e-1ad7-4369-9ee1-7ab4d1cbcea3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1042 | 2024.03.26 19:48:17.582589 [ 3 ] {695c924e-1ad7-4369-9ee1-7ab4d1cbcea3} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1043 | 2024.03.26 19:48:17.583161 [ 3 ] {695c924e-1ad7-4369-9ee1-7ab4d1cbcea3} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1044 | 2024.03.26 19:48:17.583312 [ 3 ] {695c924e-1ad7-4369-9ee1-7ab4d1cbcea3} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.003043 sec., 9201.445941505093 rows/sec., 734.91 KiB/sec. | ||
1045 | 2024.03.26 19:48:17.583516 [ 3 ] {695c924e-1ad7-4369-9ee1-7ab4d1cbcea3} <Debug> DynamicQueryHandler: Done processing query | ||
1046 | 2024.03.26 19:48:17.583541 [ 3 ] {695c924e-1ad7-4369-9ee1-7ab4d1cbcea3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1047 | 2024.03.26 19:48:17.583557 [ 3 ] {} <Debug> HTTP-Session: cbc3444c-3713-4b9d-83eb-7b39fc84a525 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1048 | 2024.03.26 19:48:17.583740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11495, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1049 | 2024.03.26 19:48:17.583790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1050 | 2024.03.26 19:48:17.583808 [ 3 ] {} <Debug> HTTP-Session: be5124c5-5bd9-4248-b40d-f199e383f3eb Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1051 | 2024.03.26 19:48:17.583825 [ 3 ] {} <Debug> HTTP-Session: be5124c5-5bd9-4248-b40d-f199e383f3eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1052 | 2024.03.26 19:48:17.583839 [ 3 ] {} <Debug> HTTP-Session: be5124c5-5bd9-4248-b40d-f199e383f3eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1053 | 2024.03.26 19:48:17.583870 [ 3 ] {} <Trace> HTTP-Session: be5124c5-5bd9-4248-b40d-f199e383f3eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1054 | 2024.03.26 19:48:17.583963 [ 3 ] {944544f7-852c-4599-b1a1-9b67699d0e16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1055 | 2024.03.26 19:48:17.584007 [ 3 ] {944544f7-852c-4599-b1a1-9b67699d0e16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1056 | 2024.03.26 19:48:17.584167 [ 3 ] {944544f7-852c-4599-b1a1-9b67699d0e16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1057 | 2024.03.26 19:48:17.585134 [ 3 ] {944544f7-852c-4599-b1a1-9b67699d0e16} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1058 | 2024.03.26 19:48:17.585171 [ 3 ] {944544f7-852c-4599-b1a1-9b67699d0e16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1059 | 2024.03.26 19:48:17.585766 [ 3 ] {944544f7-852c-4599-b1a1-9b67699d0e16} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1060 | 2024.03.26 19:48:17.586423 [ 3 ] {944544f7-852c-4599-b1a1-9b67699d0e16} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1061 | 2024.03.26 19:48:17.586575 [ 3 ] {944544f7-852c-4599-b1a1-9b67699d0e16} <Debug> executeQuery: Read 60 rows, 4.26 KiB in 0.002649 sec., 22650.056625141562 rows/sec., 1.57 MiB/sec. | ||
1062 | 2024.03.26 19:48:17.586696 [ 3 ] {944544f7-852c-4599-b1a1-9b67699d0e16} <Debug> DynamicQueryHandler: Done processing query | ||
1063 | 2024.03.26 19:48:17.586722 [ 3 ] {944544f7-852c-4599-b1a1-9b67699d0e16} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1064 | 2024.03.26 19:48:17.586737 [ 3 ] {} <Debug> HTTP-Session: be5124c5-5bd9-4248-b40d-f199e383f3eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1065 | 2024.03.26 19:48:17.586852 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1066 | 2024.03.26 19:48:17.586899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1067 | 2024.03.26 19:48:17.586919 [ 3 ] {} <Debug> HTTP-Session: f458d945-f7e3-4715-b793-59b24c82964b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1068 | 2024.03.26 19:48:17.586936 [ 3 ] {} <Debug> HTTP-Session: f458d945-f7e3-4715-b793-59b24c82964b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1069 | 2024.03.26 19:48:17.586951 [ 3 ] {} <Debug> HTTP-Session: f458d945-f7e3-4715-b793-59b24c82964b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1070 | 2024.03.26 19:48:17.586983 [ 3 ] {} <Trace> HTTP-Session: f458d945-f7e3-4715-b793-59b24c82964b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1071 | 2024.03.26 19:48:17.587055 [ 3 ] {2c319a0e-2d6c-49c1-8f5e-7a29d8238ece} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1072 | 2024.03.26 19:48:17.587099 [ 3 ] {2c319a0e-2d6c-49c1-8f5e-7a29d8238ece} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1073 | 2024.03.26 19:48:17.587227 [ 3 ] {2c319a0e-2d6c-49c1-8f5e-7a29d8238ece} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1074 | 2024.03.26 19:48:17.587521 [ 3 ] {2c319a0e-2d6c-49c1-8f5e-7a29d8238ece} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1075 | 2024.03.26 19:48:17.587559 [ 3 ] {2c319a0e-2d6c-49c1-8f5e-7a29d8238ece} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1076 | 2024.03.26 19:48:17.588055 [ 3 ] {2c319a0e-2d6c-49c1-8f5e-7a29d8238ece} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1077 | 2024.03.26 19:48:17.588808 [ 3 ] {2c319a0e-2d6c-49c1-8f5e-7a29d8238ece} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1078 | 2024.03.26 19:48:17.588932 [ 3 ] {2c319a0e-2d6c-49c1-8f5e-7a29d8238ece} <Debug> executeQuery: Read 18 rows, 1.26 KiB in 0.001907 sec., 9438.909281594126 rows/sec., 662.14 KiB/sec. | ||
1079 | 2024.03.26 19:48:17.589056 [ 3 ] {2c319a0e-2d6c-49c1-8f5e-7a29d8238ece} <Debug> DynamicQueryHandler: Done processing query | ||
1080 | 2024.03.26 19:48:17.589086 [ 3 ] {2c319a0e-2d6c-49c1-8f5e-7a29d8238ece} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1081 | 2024.03.26 19:48:17.589106 [ 3 ] {} <Debug> HTTP-Session: f458d945-f7e3-4715-b793-59b24c82964b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1082 | 2024.03.26 19:48:22.522272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1083 | 2024.03.26 19:48:22.522404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1084 | 2024.03.26 19:48:22.522431 [ 3 ] {} <Debug> HTTP-Session: 90f1c873-fafa-4b5b-81ac-7f47b41c771d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1085 | 2024.03.26 19:48:22.522461 [ 3 ] {} <Debug> HTTP-Session: 90f1c873-fafa-4b5b-81ac-7f47b41c771d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1086 | 2024.03.26 19:48:22.522479 [ 3 ] {} <Debug> HTTP-Session: 90f1c873-fafa-4b5b-81ac-7f47b41c771d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1087 | 2024.03.26 19:48:22.522535 [ 3 ] {} <Trace> HTTP-Session: 90f1c873-fafa-4b5b-81ac-7f47b41c771d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1088 | 2024.03.26 19:48:22.522675 [ 3 ] {1912c59f-f2dc-479b-8a94-5e0d79cf8884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1089 | 2024.03.26 19:48:22.522749 [ 3 ] {1912c59f-f2dc-479b-8a94-5e0d79cf8884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1090 | 2024.03.26 19:48:22.522967 [ 3 ] {1912c59f-f2dc-479b-8a94-5e0d79cf8884} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1091 | 2024.03.26 19:48:22.523421 [ 3 ] {1912c59f-f2dc-479b-8a94-5e0d79cf8884} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1092 | 2024.03.26 19:48:22.523472 [ 3 ] {1912c59f-f2dc-479b-8a94-5e0d79cf8884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1093 | 2024.03.26 19:48:22.523858 [ 3 ] {1912c59f-f2dc-479b-8a94-5e0d79cf8884} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1094 | 2024.03.26 19:48:22.524206 [ 3 ] {1912c59f-f2dc-479b-8a94-5e0d79cf8884} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1095 | 2024.03.26 19:48:22.524382 [ 3 ] {1912c59f-f2dc-479b-8a94-5e0d79cf8884} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001771 sec., 14680.971202710332 rows/sec., 1.09 MiB/sec. | ||
1096 | 2024.03.26 19:48:22.524550 [ 3 ] {1912c59f-f2dc-479b-8a94-5e0d79cf8884} <Debug> DynamicQueryHandler: Done processing query | ||
1097 | 2024.03.26 19:48:22.524575 [ 3 ] {1912c59f-f2dc-479b-8a94-5e0d79cf8884} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1098 | 2024.03.26 19:48:22.524591 [ 3 ] {} <Debug> HTTP-Session: 90f1c873-fafa-4b5b-81ac-7f47b41c771d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1099 | 2024.03.26 19:48:22.524775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1100 | 2024.03.26 19:48:22.524827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1101 | 2024.03.26 19:48:22.524846 [ 3 ] {} <Debug> HTTP-Session: 9cc5224d-4838-404c-87c7-309fea449cf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1102 | 2024.03.26 19:48:22.524865 [ 3 ] {} <Debug> HTTP-Session: 9cc5224d-4838-404c-87c7-309fea449cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1103 | 2024.03.26 19:48:22.524879 [ 3 ] {} <Debug> HTTP-Session: 9cc5224d-4838-404c-87c7-309fea449cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1104 | 2024.03.26 19:48:22.524916 [ 3 ] {} <Trace> HTTP-Session: 9cc5224d-4838-404c-87c7-309fea449cf4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1105 | 2024.03.26 19:48:22.524996 [ 3 ] {457144bd-4854-46d8-b1f1-75b5e0bf85c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1106 | 2024.03.26 19:48:22.525042 [ 3 ] {457144bd-4854-46d8-b1f1-75b5e0bf85c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1107 | 2024.03.26 19:48:22.525179 [ 3 ] {457144bd-4854-46d8-b1f1-75b5e0bf85c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1108 | 2024.03.26 19:48:22.525500 [ 3 ] {457144bd-4854-46d8-b1f1-75b5e0bf85c6} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1109 | 2024.03.26 19:48:22.525539 [ 3 ] {457144bd-4854-46d8-b1f1-75b5e0bf85c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1110 | 2024.03.26 19:48:22.525853 [ 3 ] {457144bd-4854-46d8-b1f1-75b5e0bf85c6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1111 | 2024.03.26 19:48:22.526179 [ 3 ] {457144bd-4854-46d8-b1f1-75b5e0bf85c6} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1112 | 2024.03.26 19:48:22.526327 [ 3 ] {457144bd-4854-46d8-b1f1-75b5e0bf85c6} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001356 sec., 20648.96755162242 rows/sec., 1.61 MiB/sec. | ||
1113 | 2024.03.26 19:48:22.526460 [ 3 ] {457144bd-4854-46d8-b1f1-75b5e0bf85c6} <Debug> DynamicQueryHandler: Done processing query | ||
1114 | 2024.03.26 19:48:22.526492 [ 3 ] {457144bd-4854-46d8-b1f1-75b5e0bf85c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1115 | 2024.03.26 19:48:22.526510 [ 3 ] {} <Debug> HTTP-Session: 9cc5224d-4838-404c-87c7-309fea449cf4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1116 | 2024.03.26 19:48:22.526659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1117 | 2024.03.26 19:48:22.526712 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1118 | 2024.03.26 19:48:22.526731 [ 3 ] {} <Debug> HTTP-Session: ed153bca-f347-4153-a0c7-5d56cef49455 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1119 | 2024.03.26 19:48:22.526749 [ 3 ] {} <Debug> HTTP-Session: ed153bca-f347-4153-a0c7-5d56cef49455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1120 | 2024.03.26 19:48:22.526764 [ 3 ] {} <Debug> HTTP-Session: ed153bca-f347-4153-a0c7-5d56cef49455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1121 | 2024.03.26 19:48:22.526797 [ 3 ] {} <Trace> HTTP-Session: ed153bca-f347-4153-a0c7-5d56cef49455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1122 | 2024.03.26 19:48:22.526906 [ 3 ] {a7e09577-65bc-455e-8f89-ff4daf85e288} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1123 | 2024.03.26 19:48:22.526954 [ 3 ] {a7e09577-65bc-455e-8f89-ff4daf85e288} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1124 | 2024.03.26 19:48:22.527100 [ 3 ] {a7e09577-65bc-455e-8f89-ff4daf85e288} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1125 | 2024.03.26 19:48:22.527442 [ 3 ] {a7e09577-65bc-455e-8f89-ff4daf85e288} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1126 | 2024.03.26 19:48:22.527480 [ 3 ] {a7e09577-65bc-455e-8f89-ff4daf85e288} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1127 | 2024.03.26 19:48:22.527871 [ 3 ] {a7e09577-65bc-455e-8f89-ff4daf85e288} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1128 | 2024.03.26 19:48:22.528235 [ 3 ] {a7e09577-65bc-455e-8f89-ff4daf85e288} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1129 | 2024.03.26 19:48:22.528386 [ 3 ] {a7e09577-65bc-455e-8f89-ff4daf85e288} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00154 sec., 64935.06493506494 rows/sec., 4.50 MiB/sec. | ||
1130 | 2024.03.26 19:48:22.528502 [ 3 ] {a7e09577-65bc-455e-8f89-ff4daf85e288} <Debug> DynamicQueryHandler: Done processing query | ||
1131 | 2024.03.26 19:48:22.528527 [ 3 ] {a7e09577-65bc-455e-8f89-ff4daf85e288} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1132 | 2024.03.26 19:48:22.528542 [ 3 ] {} <Debug> HTTP-Session: ed153bca-f347-4153-a0c7-5d56cef49455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1133 | 2024.03.26 19:48:22.528704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1134 | 2024.03.26 19:48:22.528752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1135 | 2024.03.26 19:48:22.528770 [ 3 ] {} <Debug> HTTP-Session: a6343c2d-f189-4814-b21f-f685e951be88 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1136 | 2024.03.26 19:48:22.528786 [ 3 ] {} <Debug> HTTP-Session: a6343c2d-f189-4814-b21f-f685e951be88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1137 | 2024.03.26 19:48:22.528801 [ 3 ] {} <Debug> HTTP-Session: a6343c2d-f189-4814-b21f-f685e951be88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1138 | 2024.03.26 19:48:22.528833 [ 3 ] {} <Trace> HTTP-Session: a6343c2d-f189-4814-b21f-f685e951be88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1139 | 2024.03.26 19:48:22.528910 [ 3 ] {fa8cf3bf-33dc-47ea-8e26-0942b3618f96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1140 | 2024.03.26 19:48:22.528954 [ 3 ] {fa8cf3bf-33dc-47ea-8e26-0942b3618f96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1141 | 2024.03.26 19:48:22.529082 [ 3 ] {fa8cf3bf-33dc-47ea-8e26-0942b3618f96} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1142 | 2024.03.26 19:48:22.529374 [ 3 ] {fa8cf3bf-33dc-47ea-8e26-0942b3618f96} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1143 | 2024.03.26 19:48:22.529412 [ 3 ] {fa8cf3bf-33dc-47ea-8e26-0942b3618f96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1144 | 2024.03.26 19:48:22.529781 [ 3 ] {fa8cf3bf-33dc-47ea-8e26-0942b3618f96} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1145 | 2024.03.26 19:48:22.530119 [ 3 ] {fa8cf3bf-33dc-47ea-8e26-0942b3618f96} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1146 | 2024.03.26 19:48:22.530272 [ 3 ] {fa8cf3bf-33dc-47ea-8e26-0942b3618f96} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001387 sec., 21629.416005767845 rows/sec., 1.48 MiB/sec. | ||
1147 | 2024.03.26 19:48:22.530395 [ 3 ] {fa8cf3bf-33dc-47ea-8e26-0942b3618f96} <Debug> DynamicQueryHandler: Done processing query | ||
1148 | 2024.03.26 19:48:22.530419 [ 3 ] {fa8cf3bf-33dc-47ea-8e26-0942b3618f96} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1149 | 2024.03.26 19:48:22.530435 [ 3 ] {} <Debug> HTTP-Session: a6343c2d-f189-4814-b21f-f685e951be88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1150 | 2024.03.26 19:48:26.460634 [ 118 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1151 | 2024.03.26 19:48:26.460704 [ 118 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1152 | 2024.03.26 19:48:27.522102 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1153 | 2024.03.26 19:48:27.522210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1154 | 2024.03.26 19:48:27.522234 [ 3 ] {} <Debug> HTTP-Session: 91a037c0-26f5-4bd9-91d5-d55185c4eec8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1155 | 2024.03.26 19:48:27.522259 [ 3 ] {} <Debug> HTTP-Session: 91a037c0-26f5-4bd9-91d5-d55185c4eec8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1156 | 2024.03.26 19:48:27.522274 [ 3 ] {} <Debug> HTTP-Session: 91a037c0-26f5-4bd9-91d5-d55185c4eec8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1157 | 2024.03.26 19:48:27.522322 [ 3 ] {} <Trace> HTTP-Session: 91a037c0-26f5-4bd9-91d5-d55185c4eec8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1158 | 2024.03.26 19:48:27.522445 [ 3 ] {a427e804-bb31-4d19-9baf-010bfc0590e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1159 | 2024.03.26 19:48:27.522508 [ 3 ] {a427e804-bb31-4d19-9baf-010bfc0590e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1160 | 2024.03.26 19:48:27.522699 [ 3 ] {a427e804-bb31-4d19-9baf-010bfc0590e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1161 | 2024.03.26 19:48:27.523162 [ 3 ] {a427e804-bb31-4d19-9baf-010bfc0590e7} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1162 | 2024.03.26 19:48:27.523206 [ 3 ] {a427e804-bb31-4d19-9baf-010bfc0590e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1163 | 2024.03.26 19:48:27.523603 [ 3 ] {a427e804-bb31-4d19-9baf-010bfc0590e7} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1164 | 2024.03.26 19:48:27.523967 [ 3 ] {a427e804-bb31-4d19-9baf-010bfc0590e7} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): 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.03.26 19:48:27.524124 [ 3 ] {a427e804-bb31-4d19-9baf-010bfc0590e7} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001735 sec., 14985.590778097983 rows/sec., 1.11 MiB/sec. | ||
1166 | 2024.03.26 19:48:27.524277 [ 3 ] {a427e804-bb31-4d19-9baf-010bfc0590e7} <Debug> DynamicQueryHandler: Done processing query | ||
1167 | 2024.03.26 19:48:27.524303 [ 3 ] {a427e804-bb31-4d19-9baf-010bfc0590e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1168 | 2024.03.26 19:48:27.524321 [ 3 ] {} <Debug> HTTP-Session: 91a037c0-26f5-4bd9-91d5-d55185c4eec8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1169 | 2024.03.26 19:48:27.524453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1170 | 2024.03.26 19:48:27.524503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1171 | 2024.03.26 19:48:27.524522 [ 3 ] {} <Debug> HTTP-Session: c5f78b6a-0db6-49d3-944d-0ac73b63bcd5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1172 | 2024.03.26 19:48:27.524540 [ 3 ] {} <Debug> HTTP-Session: c5f78b6a-0db6-49d3-944d-0ac73b63bcd5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.03.26 19:48:27.524553 [ 3 ] {} <Debug> HTTP-Session: c5f78b6a-0db6-49d3-944d-0ac73b63bcd5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1174 | 2024.03.26 19:48:27.524585 [ 3 ] {} <Trace> HTTP-Session: c5f78b6a-0db6-49d3-944d-0ac73b63bcd5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1175 | 2024.03.26 19:48:27.524661 [ 3 ] {80a58fee-7b34-4996-a046-d8fe948737cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1176 | 2024.03.26 19:48:27.524702 [ 3 ] {80a58fee-7b34-4996-a046-d8fe948737cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1177 | 2024.03.26 19:48:27.524829 [ 3 ] {80a58fee-7b34-4996-a046-d8fe948737cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1178 | 2024.03.26 19:48:27.525170 [ 3 ] {80a58fee-7b34-4996-a046-d8fe948737cd} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1179 | 2024.03.26 19:48:27.525208 [ 3 ] {80a58fee-7b34-4996-a046-d8fe948737cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1180 | 2024.03.26 19:48:27.525518 [ 3 ] {80a58fee-7b34-4996-a046-d8fe948737cd} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1181 | 2024.03.26 19:48:27.525840 [ 3 ] {80a58fee-7b34-4996-a046-d8fe948737cd} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): 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.03.26 19:48:27.525994 [ 3 ] {80a58fee-7b34-4996-a046-d8fe948737cd} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001362 sec., 20558.002936857563 rows/sec., 1.60 MiB/sec. | ||
1183 | 2024.03.26 19:48:27.526121 [ 3 ] {80a58fee-7b34-4996-a046-d8fe948737cd} <Debug> DynamicQueryHandler: Done processing query | ||
1184 | 2024.03.26 19:48:27.526145 [ 3 ] {80a58fee-7b34-4996-a046-d8fe948737cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1185 | 2024.03.26 19:48:27.526161 [ 3 ] {} <Debug> HTTP-Session: c5f78b6a-0db6-49d3-944d-0ac73b63bcd5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1186 | 2024.03.26 19:48:27.526315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1187 | 2024.03.26 19:48:27.526364 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1188 | 2024.03.26 19:48:27.526382 [ 3 ] {} <Debug> HTTP-Session: d5e8a751-47d6-4e29-bf78-735c8b6df5b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1189 | 2024.03.26 19:48:27.526398 [ 3 ] {} <Debug> HTTP-Session: d5e8a751-47d6-4e29-bf78-735c8b6df5b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1190 | 2024.03.26 19:48:27.526412 [ 3 ] {} <Debug> HTTP-Session: d5e8a751-47d6-4e29-bf78-735c8b6df5b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1191 | 2024.03.26 19:48:27.526443 [ 3 ] {} <Trace> HTTP-Session: d5e8a751-47d6-4e29-bf78-735c8b6df5b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1192 | 2024.03.26 19:48:27.526552 [ 3 ] {3ffa6ceb-230b-49b2-9569-4eb16563a57a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1193 | 2024.03.26 19:48:27.526600 [ 3 ] {3ffa6ceb-230b-49b2-9569-4eb16563a57a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1194 | 2024.03.26 19:48:27.526747 [ 3 ] {3ffa6ceb-230b-49b2-9569-4eb16563a57a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1195 | 2024.03.26 19:48:27.527108 [ 3 ] {3ffa6ceb-230b-49b2-9569-4eb16563a57a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1196 | 2024.03.26 19:48:27.527146 [ 3 ] {3ffa6ceb-230b-49b2-9569-4eb16563a57a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1197 | 2024.03.26 19:48:27.527548 [ 3 ] {3ffa6ceb-230b-49b2-9569-4eb16563a57a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1198 | 2024.03.26 19:48:27.527894 [ 3 ] {3ffa6ceb-230b-49b2-9569-4eb16563a57a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): 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.03.26 19:48:27.528052 [ 3 ] {3ffa6ceb-230b-49b2-9569-4eb16563a57a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001553 sec., 64391.50032195751 rows/sec., 4.46 MiB/sec. | ||
1200 | 2024.03.26 19:48:27.528204 [ 3 ] {3ffa6ceb-230b-49b2-9569-4eb16563a57a} <Debug> DynamicQueryHandler: Done processing query | ||
1201 | 2024.03.26 19:48:27.528229 [ 3 ] {3ffa6ceb-230b-49b2-9569-4eb16563a57a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1202 | 2024.03.26 19:48:27.528246 [ 3 ] {} <Debug> HTTP-Session: d5e8a751-47d6-4e29-bf78-735c8b6df5b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1203 | 2024.03.26 19:48:27.528363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1204 | 2024.03.26 19:48:27.528411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1205 | 2024.03.26 19:48:27.528430 [ 3 ] {} <Debug> HTTP-Session: 1d8e8b40-f6aa-40d1-8636-5e0fe4918dc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1206 | 2024.03.26 19:48:27.528447 [ 3 ] {} <Debug> HTTP-Session: 1d8e8b40-f6aa-40d1-8636-5e0fe4918dc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1207 | 2024.03.26 19:48:27.528460 [ 3 ] {} <Debug> HTTP-Session: 1d8e8b40-f6aa-40d1-8636-5e0fe4918dc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1208 | 2024.03.26 19:48:27.528491 [ 3 ] {} <Trace> HTTP-Session: 1d8e8b40-f6aa-40d1-8636-5e0fe4918dc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1209 | 2024.03.26 19:48:27.528576 [ 3 ] {61176ad9-ee0c-4cbb-8481-6249faac41be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1210 | 2024.03.26 19:48:27.528618 [ 3 ] {61176ad9-ee0c-4cbb-8481-6249faac41be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1211 | 2024.03.26 19:48:27.528744 [ 3 ] {61176ad9-ee0c-4cbb-8481-6249faac41be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1212 | 2024.03.26 19:48:27.529050 [ 3 ] {61176ad9-ee0c-4cbb-8481-6249faac41be} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1213 | 2024.03.26 19:48:27.529088 [ 3 ] {61176ad9-ee0c-4cbb-8481-6249faac41be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1214 | 2024.03.26 19:48:27.529446 [ 3 ] {61176ad9-ee0c-4cbb-8481-6249faac41be} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1215 | 2024.03.26 19:48:27.529770 [ 3 ] {61176ad9-ee0c-4cbb-8481-6249faac41be} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): 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.03.26 19:48:27.529918 [ 3 ] {61176ad9-ee0c-4cbb-8481-6249faac41be} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001371 sec., 21881.83807439825 rows/sec., 1.50 MiB/sec. | ||
1217 | 2024.03.26 19:48:27.530049 [ 3 ] {61176ad9-ee0c-4cbb-8481-6249faac41be} <Debug> DynamicQueryHandler: Done processing query | ||
1218 | 2024.03.26 19:48:27.530073 [ 3 ] {61176ad9-ee0c-4cbb-8481-6249faac41be} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1219 | 2024.03.26 19:48:27.530089 [ 3 ] {} <Debug> HTTP-Session: 1d8e8b40-f6aa-40d1-8636-5e0fe4918dc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1220 | 2024.03.26 19:48:32.521458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1221 | 2024.03.26 19:48:32.521580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1222 | 2024.03.26 19:48:32.521605 [ 3 ] {} <Debug> HTTP-Session: bcf4c9ca-82d5-4c4b-b0eb-ec585615f793 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1223 | 2024.03.26 19:48:32.521631 [ 3 ] {} <Debug> HTTP-Session: bcf4c9ca-82d5-4c4b-b0eb-ec585615f793 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1224 | 2024.03.26 19:48:32.521647 [ 3 ] {} <Debug> HTTP-Session: bcf4c9ca-82d5-4c4b-b0eb-ec585615f793 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1225 | 2024.03.26 19:48:32.521698 [ 3 ] {} <Trace> HTTP-Session: bcf4c9ca-82d5-4c4b-b0eb-ec585615f793 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1226 | 2024.03.26 19:48:32.521830 [ 3 ] {feb8bfdf-0072-45e9-bcb9-bf97338f1c40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1227 | 2024.03.26 19:48:32.521894 [ 3 ] {feb8bfdf-0072-45e9-bcb9-bf97338f1c40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1228 | 2024.03.26 19:48:32.522085 [ 3 ] {feb8bfdf-0072-45e9-bcb9-bf97338f1c40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1229 | 2024.03.26 19:48:32.522536 [ 3 ] {feb8bfdf-0072-45e9-bcb9-bf97338f1c40} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1230 | 2024.03.26 19:48:32.522576 [ 3 ] {feb8bfdf-0072-45e9-bcb9-bf97338f1c40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1231 | 2024.03.26 19:48:32.522984 [ 3 ] {feb8bfdf-0072-45e9-bcb9-bf97338f1c40} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1232 | 2024.03.26 19:48:32.523345 [ 3 ] {feb8bfdf-0072-45e9-bcb9-bf97338f1c40} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1233 | 2024.03.26 19:48:32.523495 [ 3 ] {feb8bfdf-0072-45e9-bcb9-bf97338f1c40} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001732 sec., 15011.547344110853 rows/sec., 1.12 MiB/sec. | ||
1234 | 2024.03.26 19:48:32.523645 [ 3 ] {feb8bfdf-0072-45e9-bcb9-bf97338f1c40} <Debug> DynamicQueryHandler: Done processing query | ||
1235 | 2024.03.26 19:48:32.523670 [ 3 ] {feb8bfdf-0072-45e9-bcb9-bf97338f1c40} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1236 | 2024.03.26 19:48:32.523688 [ 3 ] {} <Debug> HTTP-Session: bcf4c9ca-82d5-4c4b-b0eb-ec585615f793 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1237 | 2024.03.26 19:48:32.523826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1238 | 2024.03.26 19:48:32.523880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1239 | 2024.03.26 19:48:32.523901 [ 3 ] {} <Debug> HTTP-Session: d4014f20-a23b-4be6-ad2d-d13637c8b2a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1240 | 2024.03.26 19:48:32.523919 [ 3 ] {} <Debug> HTTP-Session: d4014f20-a23b-4be6-ad2d-d13637c8b2a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1241 | 2024.03.26 19:48:32.523934 [ 3 ] {} <Debug> HTTP-Session: d4014f20-a23b-4be6-ad2d-d13637c8b2a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1242 | 2024.03.26 19:48:32.523968 [ 3 ] {} <Trace> HTTP-Session: d4014f20-a23b-4be6-ad2d-d13637c8b2a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1243 | 2024.03.26 19:48:32.524044 [ 3 ] {cffa6f22-c2ef-4912-8ed1-0408afc47c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1244 | 2024.03.26 19:48:32.524085 [ 3 ] {cffa6f22-c2ef-4912-8ed1-0408afc47c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1245 | 2024.03.26 19:48:32.524209 [ 3 ] {cffa6f22-c2ef-4912-8ed1-0408afc47c3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1246 | 2024.03.26 19:48:32.524555 [ 3 ] {cffa6f22-c2ef-4912-8ed1-0408afc47c3a} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1247 | 2024.03.26 19:48:32.524592 [ 3 ] {cffa6f22-c2ef-4912-8ed1-0408afc47c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1248 | 2024.03.26 19:48:32.524901 [ 3 ] {cffa6f22-c2ef-4912-8ed1-0408afc47c3a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1249 | 2024.03.26 19:48:32.525216 [ 3 ] {cffa6f22-c2ef-4912-8ed1-0408afc47c3a} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1250 | 2024.03.26 19:48:32.525338 [ 3 ] {cffa6f22-c2ef-4912-8ed1-0408afc47c3a} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001324 sec., 21148.036253776434 rows/sec., 1.65 MiB/sec. | ||
1251 | 2024.03.26 19:48:32.525564 [ 3 ] {cffa6f22-c2ef-4912-8ed1-0408afc47c3a} <Debug> DynamicQueryHandler: Done processing query | ||
1252 | 2024.03.26 19:48:32.525589 [ 3 ] {cffa6f22-c2ef-4912-8ed1-0408afc47c3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1253 | 2024.03.26 19:48:32.525606 [ 3 ] {} <Debug> HTTP-Session: d4014f20-a23b-4be6-ad2d-d13637c8b2a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1254 | 2024.03.26 19:48:32.525736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1255 | 2024.03.26 19:48:32.525785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1256 | 2024.03.26 19:48:32.525804 [ 3 ] {} <Debug> HTTP-Session: 40998326-5912-43b8-af32-16e648f4aeab Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1257 | 2024.03.26 19:48:32.525820 [ 3 ] {} <Debug> HTTP-Session: 40998326-5912-43b8-af32-16e648f4aeab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1258 | 2024.03.26 19:48:32.525834 [ 3 ] {} <Debug> HTTP-Session: 40998326-5912-43b8-af32-16e648f4aeab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1259 | 2024.03.26 19:48:32.525865 [ 3 ] {} <Trace> HTTP-Session: 40998326-5912-43b8-af32-16e648f4aeab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1260 | 2024.03.26 19:48:32.525966 [ 3 ] {13f4bfd6-1e3e-4cc7-b666-65e79fff646f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1261 | 2024.03.26 19:48:32.526012 [ 3 ] {13f4bfd6-1e3e-4cc7-b666-65e79fff646f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1262 | 2024.03.26 19:48:32.526169 [ 3 ] {13f4bfd6-1e3e-4cc7-b666-65e79fff646f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1263 | 2024.03.26 19:48:32.526529 [ 3 ] {13f4bfd6-1e3e-4cc7-b666-65e79fff646f} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1264 | 2024.03.26 19:48:32.526564 [ 3 ] {13f4bfd6-1e3e-4cc7-b666-65e79fff646f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1265 | 2024.03.26 19:48:32.526958 [ 3 ] {13f4bfd6-1e3e-4cc7-b666-65e79fff646f} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1266 | 2024.03.26 19:48:32.527303 [ 3 ] {13f4bfd6-1e3e-4cc7-b666-65e79fff646f} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1267 | 2024.03.26 19:48:32.527430 [ 3 ] {13f4bfd6-1e3e-4cc7-b666-65e79fff646f} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00152 sec., 65789.47368421052 rows/sec., 4.56 MiB/sec. | ||
1268 | 2024.03.26 19:48:32.527608 [ 3 ] {13f4bfd6-1e3e-4cc7-b666-65e79fff646f} <Debug> DynamicQueryHandler: Done processing query | ||
1269 | 2024.03.26 19:48:32.527632 [ 3 ] {13f4bfd6-1e3e-4cc7-b666-65e79fff646f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1270 | 2024.03.26 19:48:32.527647 [ 3 ] {} <Debug> HTTP-Session: 40998326-5912-43b8-af32-16e648f4aeab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1271 | 2024.03.26 19:48:32.527779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1272 | 2024.03.26 19:48:32.527826 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1273 | 2024.03.26 19:48:32.527845 [ 3 ] {} <Debug> HTTP-Session: 763d86b8-925b-4291-a9f8-3947c288131c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1274 | 2024.03.26 19:48:32.527862 [ 3 ] {} <Debug> HTTP-Session: 763d86b8-925b-4291-a9f8-3947c288131c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1275 | 2024.03.26 19:48:32.527876 [ 3 ] {} <Debug> HTTP-Session: 763d86b8-925b-4291-a9f8-3947c288131c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1276 | 2024.03.26 19:48:32.527907 [ 3 ] {} <Trace> HTTP-Session: 763d86b8-925b-4291-a9f8-3947c288131c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1277 | 2024.03.26 19:48:32.527989 [ 3 ] {22a413bb-15f6-41f8-adde-e5f2fc6c688d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1278 | 2024.03.26 19:48:32.528031 [ 3 ] {22a413bb-15f6-41f8-adde-e5f2fc6c688d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1279 | 2024.03.26 19:48:32.528166 [ 3 ] {22a413bb-15f6-41f8-adde-e5f2fc6c688d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1280 | 2024.03.26 19:48:32.528455 [ 3 ] {22a413bb-15f6-41f8-adde-e5f2fc6c688d} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1281 | 2024.03.26 19:48:32.528499 [ 3 ] {22a413bb-15f6-41f8-adde-e5f2fc6c688d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1282 | 2024.03.26 19:48:32.528884 [ 3 ] {22a413bb-15f6-41f8-adde-e5f2fc6c688d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1283 | 2024.03.26 19:48:32.529219 [ 3 ] {22a413bb-15f6-41f8-adde-e5f2fc6c688d} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1284 | 2024.03.26 19:48:32.529342 [ 3 ] {22a413bb-15f6-41f8-adde-e5f2fc6c688d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001391 sec., 21567.21782890007 rows/sec., 1.48 MiB/sec. | ||
1285 | 2024.03.26 19:48:32.529465 [ 3 ] {22a413bb-15f6-41f8-adde-e5f2fc6c688d} <Debug> DynamicQueryHandler: Done processing query | ||
1286 | 2024.03.26 19:48:32.529490 [ 3 ] {22a413bb-15f6-41f8-adde-e5f2fc6c688d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1287 | 2024.03.26 19:48:32.529505 [ 3 ] {} <Debug> HTTP-Session: 763d86b8-925b-4291-a9f8-3947c288131c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1288 | 2024.03.26 19:48:37.521473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1289 | 2024.03.26 19:48:37.521599 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1290 | 2024.03.26 19:48:37.521625 [ 3 ] {} <Debug> HTTP-Session: c1d0002b-0ca2-4e10-9e5a-ae0fbda2ffcf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1291 | 2024.03.26 19:48:37.521652 [ 3 ] {} <Debug> HTTP-Session: c1d0002b-0ca2-4e10-9e5a-ae0fbda2ffcf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1292 | 2024.03.26 19:48:37.521666 [ 3 ] {} <Debug> HTTP-Session: c1d0002b-0ca2-4e10-9e5a-ae0fbda2ffcf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1293 | 2024.03.26 19:48:37.521716 [ 3 ] {} <Trace> HTTP-Session: c1d0002b-0ca2-4e10-9e5a-ae0fbda2ffcf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1294 | 2024.03.26 19:48:37.521839 [ 3 ] {7147db52-989f-4437-bbec-fcddcdfcf09e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1295 | 2024.03.26 19:48:37.521904 [ 3 ] {7147db52-989f-4437-bbec-fcddcdfcf09e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1296 | 2024.03.26 19:48:37.522101 [ 3 ] {7147db52-989f-4437-bbec-fcddcdfcf09e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1297 | 2024.03.26 19:48:37.522540 [ 3 ] {7147db52-989f-4437-bbec-fcddcdfcf09e} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1298 | 2024.03.26 19:48:37.522587 [ 3 ] {7147db52-989f-4437-bbec-fcddcdfcf09e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1299 | 2024.03.26 19:48:37.522962 [ 3 ] {7147db52-989f-4437-bbec-fcddcdfcf09e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1300 | 2024.03.26 19:48:37.523315 [ 3 ] {7147db52-989f-4437-bbec-fcddcdfcf09e} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1301 | 2024.03.26 19:48:37.523479 [ 3 ] {7147db52-989f-4437-bbec-fcddcdfcf09e} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00169 sec., 15384.615384615383 rows/sec., 1.14 MiB/sec. | ||
1302 | 2024.03.26 19:48:37.523490 [ 101 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1303 | 2024.03.26 19:48:37.523613 [ 101 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1304 | 2024.03.26 19:48:37.523643 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1305 | 2024.03.26 19:48:37.523671 [ 3 ] {7147db52-989f-4437-bbec-fcddcdfcf09e} <Debug> DynamicQueryHandler: Done processing query | ||
1306 | 2024.03.26 19:48:37.523718 [ 3 ] {7147db52-989f-4437-bbec-fcddcdfcf09e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1307 | 2024.03.26 19:48:37.523745 [ 3 ] {} <Debug> HTTP-Session: c1d0002b-0ca2-4e10-9e5a-ae0fbda2ffcf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1308 | 2024.03.26 19:48:37.523928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1309 | 2024.03.26 19:48:37.523992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1310 | 2024.03.26 19:48:37.524016 [ 3 ] {} <Debug> HTTP-Session: dad8734d-da42-4c54-8252-477b321d8b24 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1311 | 2024.03.26 19:48:37.524038 [ 3 ] {} <Debug> HTTP-Session: dad8734d-da42-4c54-8252-477b321d8b24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1312 | 2024.03.26 19:48:37.524053 [ 3 ] {} <Debug> HTTP-Session: dad8734d-da42-4c54-8252-477b321d8b24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1313 | 2024.03.26 19:48:37.524089 [ 3 ] {} <Trace> HTTP-Session: dad8734d-da42-4c54-8252-477b321d8b24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1314 | 2024.03.26 19:48:37.524119 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::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 | ||
1315 | 2024.03.26 19:48:37.524220 [ 3 ] {e1cb69a0-4122-4550-85a2-4b5be32ed6d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1316 | 2024.03.26 19:48:37.524306 [ 3 ] {e1cb69a0-4122-4550-85a2-4b5be32ed6d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1317 | 2024.03.26 19:48:37.524457 [ 3 ] {e1cb69a0-4122-4550-85a2-4b5be32ed6d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1318 | 2024.03.26 19:48:37.524784 [ 3 ] {e1cb69a0-4122-4550-85a2-4b5be32ed6d8} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1319 | 2024.03.26 19:48:37.524820 [ 3 ] {e1cb69a0-4122-4550-85a2-4b5be32ed6d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1320 | 2024.03.26 19:48:37.525128 [ 3 ] {e1cb69a0-4122-4550-85a2-4b5be32ed6d8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1321 | 2024.03.26 19:48:37.526407 [ 3 ] {e1cb69a0-4122-4550-85a2-4b5be32ed6d8} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1322 | 2024.03.26 19:48:37.526448 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1323 | 2024.03.26 19:48:37.526547 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
1324 | 2024.03.26 19:48:37.526634 [ 101 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
1325 | 2024.03.26 19:48:37.526657 [ 3 ] {e1cb69a0-4122-4550-85a2-4b5be32ed6d8} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.002498 sec., 11208.967173738993 rows/sec., 895.25 KiB/sec. | ||
1326 | 2024.03.26 19:48:37.526700 [ 101 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1327 | 2024.03.26 19:48:37.526777 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1328 | 2024.03.26 19:48:37.527096 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 26 rows starting from the beginning of the part | ||
1329 | 2024.03.26 19:48:37.527257 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::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 | ||
1330 | 2024.03.26 19:48:37.527475 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 26 rows starting from the beginning of the part | ||
1331 | 2024.03.26 19:48:37.527888 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
1332 | 2024.03.26 19:48:37.528068 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1333 | 2024.03.26 19:48:37.528214 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
1334 | 2024.03.26 19:48:37.528390 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
1335 | 2024.03.26 19:48:37.528700 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 28 rows starting from the beginning of the part | ||
1336 | 2024.03.26 19:48:37.529054 [ 3 ] {e1cb69a0-4122-4550-85a2-4b5be32ed6d8} <Debug> DynamicQueryHandler: Done processing query | ||
1337 | 2024.03.26 19:48:37.529177 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 28 rows starting from the beginning of the part | ||
1338 | 2024.03.26 19:48:37.529261 [ 3 ] {e1cb69a0-4122-4550-85a2-4b5be32ed6d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1339 | 2024.03.26 19:48:37.529540 [ 3 ] {} <Debug> HTTP-Session: dad8734d-da42-4c54-8252-477b321d8b24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1340 | 2024.03.26 19:48:37.529622 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
1341 | 2024.03.26 19:48:37.530008 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 28 rows starting from the beginning of the part | ||
1342 | 2024.03.26 19:48:37.530167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1343 | 2024.03.26 19:48:37.530575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1344 | 2024.03.26 19:48:37.530739 [ 3 ] {} <Debug> HTTP-Session: fad50b1b-dcbe-4f83-8c69-68b805a0acf6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1345 | 2024.03.26 19:48:37.530810 [ 3 ] {} <Debug> HTTP-Session: fad50b1b-dcbe-4f83-8c69-68b805a0acf6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1346 | 2024.03.26 19:48:37.530869 [ 3 ] {} <Debug> HTTP-Session: fad50b1b-dcbe-4f83-8c69-68b805a0acf6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1347 | 2024.03.26 19:48:37.531057 [ 3 ] {} <Trace> HTTP-Session: fad50b1b-dcbe-4f83-8c69-68b805a0acf6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1348 | 2024.03.26 19:48:37.531772 [ 3 ] {8950c5ac-71bc-48e2-9419-8b7c083a84dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1349 | 2024.03.26 19:48:37.532006 [ 3 ] {8950c5ac-71bc-48e2-9419-8b7c083a84dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1350 | 2024.03.26 19:48:37.533665 [ 195 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 130 rows, containing 4 columns (4 merged, 0 gathered) in 0.009884999 sec., 13151.24058181493 rows/sec., 1001.26 KiB/sec. | ||
1351 | 2024.03.26 19:48:37.533856 [ 3 ] {8950c5ac-71bc-48e2-9419-8b7c083a84dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1352 | 2024.03.26 19:48:37.534028 [ 195 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1353 | 2024.03.26 19:48:37.534500 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 4 columns (4 merged, 0 gathered) in 0.00756672 sec., 18502.072232089995 rows/sec., 1.44 MiB/sec. | ||
1354 | 2024.03.26 19:48:37.534740 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
1355 | 2024.03.26 19:48:37.535165 [ 195 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_5_1} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1356 | 2024.03.26 19:48:37.535550 [ 195 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_5_1} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1357 | 2024.03.26 19:48:37.535888 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
1358 | 2024.03.26 19:48:37.536091 [ 3 ] {8950c5ac-71bc-48e2-9419-8b7c083a84dc} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1359 | 2024.03.26 19:48:37.536159 [ 3 ] {8950c5ac-71bc-48e2-9419-8b7c083a84dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1360 | 2024.03.26 19:48:37.536195 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_5_1} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1361 | 2024.03.26 19:48:37.536404 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_5_1} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
1362 | 2024.03.26 19:48:37.536528 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
1363 | 2024.03.26 19:48:37.536842 [ 3 ] {8950c5ac-71bc-48e2-9419-8b7c083a84dc} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1364 | 2024.03.26 19:48:37.537212 [ 3 ] {8950c5ac-71bc-48e2-9419-8b7c083a84dc} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1365 | 2024.03.26 19:48:37.537383 [ 3 ] {8950c5ac-71bc-48e2-9419-8b7c083a84dc} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.006035 sec., 16570.00828500414 rows/sec., 1.15 MiB/sec. | ||
1366 | 2024.03.26 19:48:37.537531 [ 3 ] {8950c5ac-71bc-48e2-9419-8b7c083a84dc} <Debug> DynamicQueryHandler: Done processing query | ||
1367 | 2024.03.26 19:48:37.537557 [ 3 ] {8950c5ac-71bc-48e2-9419-8b7c083a84dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1368 | 2024.03.26 19:48:37.537574 [ 3 ] {} <Debug> HTTP-Session: fad50b1b-dcbe-4f83-8c69-68b805a0acf6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1369 | 2024.03.26 19:48:37.537712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1370 | 2024.03.26 19:48:37.537770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1371 | 2024.03.26 19:48:37.537792 [ 3 ] {} <Debug> HTTP-Session: 247c2bbe-7aa5-4487-addf-5f71596ea8fd Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1372 | 2024.03.26 19:48:37.537810 [ 3 ] {} <Debug> HTTP-Session: 247c2bbe-7aa5-4487-addf-5f71596ea8fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1373 | 2024.03.26 19:48:37.537824 [ 3 ] {} <Debug> HTTP-Session: 247c2bbe-7aa5-4487-addf-5f71596ea8fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1374 | 2024.03.26 19:48:37.537859 [ 3 ] {} <Trace> HTTP-Session: 247c2bbe-7aa5-4487-addf-5f71596ea8fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1375 | 2024.03.26 19:48:37.537943 [ 3 ] {a947b0a3-f0f9-4e10-8b67-4dcb93d3434a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1376 | 2024.03.26 19:48:37.537988 [ 3 ] {a947b0a3-f0f9-4e10-8b67-4dcb93d3434a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1377 | 2024.03.26 19:48:37.538125 [ 3 ] {a947b0a3-f0f9-4e10-8b67-4dcb93d3434a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1378 | 2024.03.26 19:48:37.538409 [ 3 ] {a947b0a3-f0f9-4e10-8b67-4dcb93d3434a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1379 | 2024.03.26 19:48:37.538447 [ 3 ] {a947b0a3-f0f9-4e10-8b67-4dcb93d3434a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.52 GiB. | ||
1380 | 2024.03.26 19:48:37.538842 [ 3 ] {a947b0a3-f0f9-4e10-8b67-4dcb93d3434a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1381 | 2024.03.26 19:48:37.539188 [ 3 ] {a947b0a3-f0f9-4e10-8b67-4dcb93d3434a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1382 | 2024.03.26 19:48:37.539352 [ 3 ] {a947b0a3-f0f9-4e10-8b67-4dcb93d3434a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001436 sec., 20891.364902506964 rows/sec., 1.43 MiB/sec. | ||
1383 | 2024.03.26 19:48:37.539576 [ 3 ] {a947b0a3-f0f9-4e10-8b67-4dcb93d3434a} <Debug> DynamicQueryHandler: Done processing query | ||
1384 | 2024.03.26 19:48:37.539603 [ 3 ] {a947b0a3-f0f9-4e10-8b67-4dcb93d3434a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1385 | 2024.03.26 19:48:37.539618 [ 3 ] {} <Debug> HTTP-Session: 247c2bbe-7aa5-4487-addf-5f71596ea8fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1386 | 2024.03.26 19:48:41.460948 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1387 | 2024.03.26 19:48:41.461009 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1388 | 2024.03.26 19:48:42.522156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1389 | 2024.03.26 19:48:42.522278 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1390 | 2024.03.26 19:48:42.522306 [ 3 ] {} <Debug> HTTP-Session: 72a5bd75-0c82-4f8b-8561-611b182fc53e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1391 | 2024.03.26 19:48:42.522334 [ 3 ] {} <Debug> HTTP-Session: 72a5bd75-0c82-4f8b-8561-611b182fc53e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1392 | 2024.03.26 19:48:42.522352 [ 3 ] {} <Debug> HTTP-Session: 72a5bd75-0c82-4f8b-8561-611b182fc53e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1393 | 2024.03.26 19:48:42.522408 [ 3 ] {} <Trace> HTTP-Session: 72a5bd75-0c82-4f8b-8561-611b182fc53e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1394 | 2024.03.26 19:48:42.522544 [ 3 ] {f1490842-5df1-460a-ad0b-f66f8aadf551} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1395 | 2024.03.26 19:48:42.522616 [ 3 ] {f1490842-5df1-460a-ad0b-f66f8aadf551} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1396 | 2024.03.26 19:48:42.522833 [ 3 ] {f1490842-5df1-460a-ad0b-f66f8aadf551} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1397 | 2024.03.26 19:48:42.523278 [ 3 ] {f1490842-5df1-460a-ad0b-f66f8aadf551} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1398 | 2024.03.26 19:48:42.523325 [ 3 ] {f1490842-5df1-460a-ad0b-f66f8aadf551} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1399 | 2024.03.26 19:48:42.523702 [ 3 ] {f1490842-5df1-460a-ad0b-f66f8aadf551} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1400 | 2024.03.26 19:48:42.524036 [ 3 ] {f1490842-5df1-460a-ad0b-f66f8aadf551} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1401 | 2024.03.26 19:48:42.524212 [ 3 ] {f1490842-5df1-460a-ad0b-f66f8aadf551} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001724 sec., 15081.20649651972 rows/sec., 1.12 MiB/sec. | ||
1402 | 2024.03.26 19:48:42.524363 [ 3 ] {f1490842-5df1-460a-ad0b-f66f8aadf551} <Debug> DynamicQueryHandler: Done processing query | ||
1403 | 2024.03.26 19:48:42.524389 [ 3 ] {f1490842-5df1-460a-ad0b-f66f8aadf551} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1404 | 2024.03.26 19:48:42.524404 [ 3 ] {} <Debug> HTTP-Session: 72a5bd75-0c82-4f8b-8561-611b182fc53e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1405 | 2024.03.26 19:48:42.524558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1406 | 2024.03.26 19:48:42.524612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1407 | 2024.03.26 19:48:42.524632 [ 3 ] {} <Debug> HTTP-Session: b25eed46-3876-4903-81f6-8eb62209a8cf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1408 | 2024.03.26 19:48:42.524651 [ 3 ] {} <Debug> HTTP-Session: b25eed46-3876-4903-81f6-8eb62209a8cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1409 | 2024.03.26 19:48:42.524665 [ 3 ] {} <Debug> HTTP-Session: b25eed46-3876-4903-81f6-8eb62209a8cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1410 | 2024.03.26 19:48:42.524701 [ 3 ] {} <Trace> HTTP-Session: b25eed46-3876-4903-81f6-8eb62209a8cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1411 | 2024.03.26 19:48:42.524783 [ 3 ] {e273097e-ea62-4874-918f-a678abaab929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1412 | 2024.03.26 19:48:42.524828 [ 3 ] {e273097e-ea62-4874-918f-a678abaab929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1413 | 2024.03.26 19:48:42.524963 [ 3 ] {e273097e-ea62-4874-918f-a678abaab929} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1414 | 2024.03.26 19:48:42.525320 [ 3 ] {e273097e-ea62-4874-918f-a678abaab929} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1415 | 2024.03.26 19:48:42.525359 [ 3 ] {e273097e-ea62-4874-918f-a678abaab929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1416 | 2024.03.26 19:48:42.525683 [ 3 ] {e273097e-ea62-4874-918f-a678abaab929} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1417 | 2024.03.26 19:48:42.526003 [ 3 ] {e273097e-ea62-4874-918f-a678abaab929} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1418 | 2024.03.26 19:48:42.526160 [ 3 ] {e273097e-ea62-4874-918f-a678abaab929} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001411 sec., 19844.082211197732 rows/sec., 1.55 MiB/sec. | ||
1419 | 2024.03.26 19:48:42.526286 [ 3 ] {e273097e-ea62-4874-918f-a678abaab929} <Debug> DynamicQueryHandler: Done processing query | ||
1420 | 2024.03.26 19:48:42.526310 [ 3 ] {e273097e-ea62-4874-918f-a678abaab929} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1421 | 2024.03.26 19:48:42.526326 [ 3 ] {} <Debug> HTTP-Session: b25eed46-3876-4903-81f6-8eb62209a8cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1422 | 2024.03.26 19:48:42.526465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19122, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1423 | 2024.03.26 19:48:42.526515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1424 | 2024.03.26 19:48:42.526534 [ 3 ] {} <Debug> HTTP-Session: bc8fb0fd-d49a-4c82-8341-1d2ae6f241ce Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1425 | 2024.03.26 19:48:42.526551 [ 3 ] {} <Debug> HTTP-Session: bc8fb0fd-d49a-4c82-8341-1d2ae6f241ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1426 | 2024.03.26 19:48:42.526564 [ 3 ] {} <Debug> HTTP-Session: bc8fb0fd-d49a-4c82-8341-1d2ae6f241ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1427 | 2024.03.26 19:48:42.526602 [ 3 ] {} <Trace> HTTP-Session: bc8fb0fd-d49a-4c82-8341-1d2ae6f241ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1428 | 2024.03.26 19:48:42.526750 [ 3 ] {09caf1b7-a61d-4cf1-b015-f0806ae91823} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1429 | 2024.03.26 19:48:42.526798 [ 3 ] {09caf1b7-a61d-4cf1-b015-f0806ae91823} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1430 | 2024.03.26 19:48:42.526946 [ 3 ] {09caf1b7-a61d-4cf1-b015-f0806ae91823} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1431 | 2024.03.26 19:48:42.527268 [ 3 ] {09caf1b7-a61d-4cf1-b015-f0806ae91823} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1432 | 2024.03.26 19:48:42.527305 [ 3 ] {09caf1b7-a61d-4cf1-b015-f0806ae91823} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1433 | 2024.03.26 19:48:42.527697 [ 3 ] {09caf1b7-a61d-4cf1-b015-f0806ae91823} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1434 | 2024.03.26 19:48:42.528059 [ 3 ] {09caf1b7-a61d-4cf1-b015-f0806ae91823} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1435 | 2024.03.26 19:48:42.528220 [ 3 ] {09caf1b7-a61d-4cf1-b015-f0806ae91823} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00156 sec., 64102.5641025641 rows/sec., 4.44 MiB/sec. | ||
1436 | 2024.03.26 19:48:42.528230 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1437 | 2024.03.26 19:48:42.528335 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1438 | 2024.03.26 19:48:42.528374 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1439 | 2024.03.26 19:48:42.528405 [ 3 ] {09caf1b7-a61d-4cf1-b015-f0806ae91823} <Debug> DynamicQueryHandler: Done processing query | ||
1440 | 2024.03.26 19:48:42.528464 [ 3 ] {09caf1b7-a61d-4cf1-b015-f0806ae91823} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1441 | 2024.03.26 19:48:42.528514 [ 3 ] {} <Debug> HTTP-Session: bc8fb0fd-d49a-4c82-8341-1d2ae6f241ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1442 | 2024.03.26 19:48:42.528612 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
1443 | 2024.03.26 19:48:42.528690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1444 | 2024.03.26 19:48:42.528793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1445 | 2024.03.26 19:48:42.528849 [ 3 ] {} <Debug> HTTP-Session: 316649c6-c33e-4510-8f3e-1925c9d59c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1446 | 2024.03.26 19:48:42.528900 [ 3 ] {} <Debug> HTTP-Session: 316649c6-c33e-4510-8f3e-1925c9d59c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1447 | 2024.03.26 19:48:42.528945 [ 3 ] {} <Debug> HTTP-Session: 316649c6-c33e-4510-8f3e-1925c9d59c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.03.26 19:48:42.528968 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1449 | 2024.03.26 19:48:42.529004 [ 3 ] {} <Trace> HTTP-Session: 316649c6-c33e-4510-8f3e-1925c9d59c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1450 | 2024.03.26 19:48:42.529037 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 60 rows starting from the beginning of the part | ||
1451 | 2024.03.26 19:48:42.529246 [ 3 ] {4d4e6f28-aef9-49a3-9d45-02a51b1eb18c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1452 | 2024.03.26 19:48:42.529298 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
1453 | 2024.03.26 19:48:42.529445 [ 3 ] {4d4e6f28-aef9-49a3-9d45-02a51b1eb18c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1454 | 2024.03.26 19:48:42.529643 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
1455 | 2024.03.26 19:48:42.530011 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
1456 | 2024.03.26 19:48:42.530361 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
1457 | 2024.03.26 19:48:42.530648 [ 3 ] {4d4e6f28-aef9-49a3-9d45-02a51b1eb18c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1458 | 2024.03.26 19:48:42.530727 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 100 rows starting from the beginning of the part | ||
1459 | 2024.03.26 19:48:42.531452 [ 3 ] {4d4e6f28-aef9-49a3-9d45-02a51b1eb18c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1460 | 2024.03.26 19:48:42.531516 [ 3 ] {4d4e6f28-aef9-49a3-9d45-02a51b1eb18c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1461 | 2024.03.26 19:48:42.532530 [ 3 ] {4d4e6f28-aef9-49a3-9d45-02a51b1eb18c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1462 | 2024.03.26 19:48:42.533356 [ 3 ] {4d4e6f28-aef9-49a3-9d45-02a51b1eb18c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1463 | 2024.03.26 19:48:42.533532 [ 3 ] {4d4e6f28-aef9-49a3-9d45-02a51b1eb18c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004444 sec., 6750.675067506751 rows/sec., 473.56 KiB/sec. | ||
1464 | 2024.03.26 19:48:42.533544 [ 95 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1465 | 2024.03.26 19:48:42.533667 [ 95 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1466 | 2024.03.26 19:48:42.533732 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1467 | 2024.03.26 19:48:42.533764 [ 3 ] {4d4e6f28-aef9-49a3-9d45-02a51b1eb18c} <Debug> DynamicQueryHandler: Done processing query | ||
1468 | 2024.03.26 19:48:42.533821 [ 3 ] {4d4e6f28-aef9-49a3-9d45-02a51b1eb18c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1469 | 2024.03.26 19:48:42.533873 [ 3 ] {} <Debug> HTTP-Session: 316649c6-c33e-4510-8f3e-1925c9d59c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1470 | 2024.03.26 19:48:42.533968 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
1471 | 2024.03.26 19:48:42.534118 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1472 | 2024.03.26 19:48:42.534155 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
1473 | 2024.03.26 19:48:42.534274 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
1474 | 2024.03.26 19:48:42.534469 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
1475 | 2024.03.26 19:48:42.534654 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
1476 | 2024.03.26 19:48:42.534756 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
1477 | 2024.03.26 19:48:42.534969 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 30 rows starting from the beginning of the part | ||
1478 | 2024.03.26 19:48:42.536021 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 560 rows, containing 5 columns (5 merged, 0 gathered) in 0.007545518 sec., 74216.2433380982 rows/sec., 5.15 MiB/sec. | ||
1479 | 2024.03.26 19:48:42.536303 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1480 | 2024.03.26 19:48:42.537521 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1481 | 2024.03.26 19:48:42.537549 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 168 rows, containing 4 columns (4 merged, 0 gathered) in 0.003721803 sec., 45139.412268731045 rows/sec., 3.09 MiB/sec. | ||
1482 | 2024.03.26 19:48:42.537647 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1483 | 2024.03.26 19:48:42.537781 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1484 | 2024.03.26 19:48:42.537799 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
1485 | 2024.03.26 19:48:42.538219 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_6_1} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1486 | 2024.03.26 19:48:42.538304 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_6_1} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1487 | 2024.03.26 19:48:42.538386 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
1488 | 2024.03.26 19:48:47.521961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1489 | 2024.03.26 19:48:47.522089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1490 | 2024.03.26 19:48:47.522119 [ 3 ] {} <Debug> HTTP-Session: 9fa41a26-ca75-4862-89d6-70608cc70d9b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1491 | 2024.03.26 19:48:47.522148 [ 3 ] {} <Debug> HTTP-Session: 9fa41a26-ca75-4862-89d6-70608cc70d9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1492 | 2024.03.26 19:48:47.522166 [ 3 ] {} <Debug> HTTP-Session: 9fa41a26-ca75-4862-89d6-70608cc70d9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1493 | 2024.03.26 19:48:47.522223 [ 3 ] {} <Trace> HTTP-Session: 9fa41a26-ca75-4862-89d6-70608cc70d9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1494 | 2024.03.26 19:48:47.522361 [ 3 ] {9c689c8c-05fc-4574-8c37-d5089c7dd366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1495 | 2024.03.26 19:48:47.522431 [ 3 ] {9c689c8c-05fc-4574-8c37-d5089c7dd366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1496 | 2024.03.26 19:48:47.522648 [ 3 ] {9c689c8c-05fc-4574-8c37-d5089c7dd366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1497 | 2024.03.26 19:48:47.523082 [ 3 ] {9c689c8c-05fc-4574-8c37-d5089c7dd366} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1498 | 2024.03.26 19:48:47.523128 [ 3 ] {9c689c8c-05fc-4574-8c37-d5089c7dd366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1499 | 2024.03.26 19:48:47.523524 [ 3 ] {9c689c8c-05fc-4574-8c37-d5089c7dd366} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1500 | 2024.03.26 19:48:47.523871 [ 3 ] {9c689c8c-05fc-4574-8c37-d5089c7dd366} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1501 | 2024.03.26 19:48:47.524063 [ 3 ] {9c689c8c-05fc-4574-8c37-d5089c7dd366} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001758 sec., 14789.533560864618 rows/sec., 1.10 MiB/sec. | ||
1502 | 2024.03.26 19:48:47.524215 [ 3 ] {9c689c8c-05fc-4574-8c37-d5089c7dd366} <Debug> DynamicQueryHandler: Done processing query | ||
1503 | 2024.03.26 19:48:47.524241 [ 3 ] {9c689c8c-05fc-4574-8c37-d5089c7dd366} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1504 | 2024.03.26 19:48:47.524257 [ 3 ] {} <Debug> HTTP-Session: 9fa41a26-ca75-4862-89d6-70608cc70d9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1505 | 2024.03.26 19:48:47.524433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1506 | 2024.03.26 19:48:47.524485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1507 | 2024.03.26 19:48:47.524507 [ 3 ] {} <Debug> HTTP-Session: 4cf08dda-0807-49f3-95e4-ff92c3ff6589 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1508 | 2024.03.26 19:48:47.524526 [ 3 ] {} <Debug> HTTP-Session: 4cf08dda-0807-49f3-95e4-ff92c3ff6589 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1509 | 2024.03.26 19:48:47.524540 [ 3 ] {} <Debug> HTTP-Session: 4cf08dda-0807-49f3-95e4-ff92c3ff6589 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1510 | 2024.03.26 19:48:47.524575 [ 3 ] {} <Trace> HTTP-Session: 4cf08dda-0807-49f3-95e4-ff92c3ff6589 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1511 | 2024.03.26 19:48:47.524658 [ 3 ] {ca326dff-cf5f-4371-836f-679744befd18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1512 | 2024.03.26 19:48:47.524701 [ 3 ] {ca326dff-cf5f-4371-836f-679744befd18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1513 | 2024.03.26 19:48:47.524833 [ 3 ] {ca326dff-cf5f-4371-836f-679744befd18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1514 | 2024.03.26 19:48:47.525142 [ 3 ] {ca326dff-cf5f-4371-836f-679744befd18} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1515 | 2024.03.26 19:48:47.525180 [ 3 ] {ca326dff-cf5f-4371-836f-679744befd18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1516 | 2024.03.26 19:48:47.525497 [ 3 ] {ca326dff-cf5f-4371-836f-679744befd18} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1517 | 2024.03.26 19:48:47.525813 [ 3 ] {ca326dff-cf5f-4371-836f-679744befd18} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1518 | 2024.03.26 19:48:47.525976 [ 3 ] {ca326dff-cf5f-4371-836f-679744befd18} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001354 sec., 20679.4682422452 rows/sec., 1.61 MiB/sec. | ||
1519 | 2024.03.26 19:48:47.526103 [ 3 ] {ca326dff-cf5f-4371-836f-679744befd18} <Debug> DynamicQueryHandler: Done processing query | ||
1520 | 2024.03.26 19:48:47.526129 [ 3 ] {ca326dff-cf5f-4371-836f-679744befd18} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1521 | 2024.03.26 19:48:47.526145 [ 3 ] {} <Debug> HTTP-Session: 4cf08dda-0807-49f3-95e4-ff92c3ff6589 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1522 | 2024.03.26 19:48:47.526342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1523 | 2024.03.26 19:48:47.526394 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1524 | 2024.03.26 19:48:47.526412 [ 3 ] {} <Debug> HTTP-Session: f1f7f617-8c24-461c-9ed4-9d8b7939e209 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1525 | 2024.03.26 19:48:47.526430 [ 3 ] {} <Debug> HTTP-Session: f1f7f617-8c24-461c-9ed4-9d8b7939e209 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1526 | 2024.03.26 19:48:47.526444 [ 3 ] {} <Debug> HTTP-Session: f1f7f617-8c24-461c-9ed4-9d8b7939e209 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1527 | 2024.03.26 19:48:47.526475 [ 3 ] {} <Trace> HTTP-Session: f1f7f617-8c24-461c-9ed4-9d8b7939e209 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1528 | 2024.03.26 19:48:47.526591 [ 3 ] {34ce7662-3dae-4ee3-b113-8056977271dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1529 | 2024.03.26 19:48:47.526638 [ 3 ] {34ce7662-3dae-4ee3-b113-8056977271dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1530 | 2024.03.26 19:48:47.526784 [ 3 ] {34ce7662-3dae-4ee3-b113-8056977271dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1531 | 2024.03.26 19:48:47.527103 [ 3 ] {34ce7662-3dae-4ee3-b113-8056977271dc} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1532 | 2024.03.26 19:48:47.527141 [ 3 ] {34ce7662-3dae-4ee3-b113-8056977271dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1533 | 2024.03.26 19:48:47.527527 [ 3 ] {34ce7662-3dae-4ee3-b113-8056977271dc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1534 | 2024.03.26 19:48:47.527864 [ 3 ] {34ce7662-3dae-4ee3-b113-8056977271dc} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1535 | 2024.03.26 19:48:47.528015 [ 3 ] {34ce7662-3dae-4ee3-b113-8056977271dc} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001481 sec., 67521.94463200541 rows/sec., 4.68 MiB/sec. | ||
1536 | 2024.03.26 19:48:47.528134 [ 3 ] {34ce7662-3dae-4ee3-b113-8056977271dc} <Debug> DynamicQueryHandler: Done processing query | ||
1537 | 2024.03.26 19:48:47.528158 [ 3 ] {34ce7662-3dae-4ee3-b113-8056977271dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1538 | 2024.03.26 19:48:47.528174 [ 3 ] {} <Debug> HTTP-Session: f1f7f617-8c24-461c-9ed4-9d8b7939e209 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1539 | 2024.03.26 19:48:47.528285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1540 | 2024.03.26 19:48:47.528335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1541 | 2024.03.26 19:48:47.528355 [ 3 ] {} <Debug> HTTP-Session: acbff387-659a-4f6d-959e-10e4fa32f246 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1542 | 2024.03.26 19:48:47.528372 [ 3 ] {} <Debug> HTTP-Session: acbff387-659a-4f6d-959e-10e4fa32f246 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1543 | 2024.03.26 19:48:47.528386 [ 3 ] {} <Debug> HTTP-Session: acbff387-659a-4f6d-959e-10e4fa32f246 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1544 | 2024.03.26 19:48:47.528417 [ 3 ] {} <Trace> HTTP-Session: acbff387-659a-4f6d-959e-10e4fa32f246 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1545 | 2024.03.26 19:48:47.528492 [ 3 ] {11fded64-2622-416f-bc03-c57e99393bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1546 | 2024.03.26 19:48:47.528537 [ 3 ] {11fded64-2622-416f-bc03-c57e99393bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1547 | 2024.03.26 19:48:47.528661 [ 3 ] {11fded64-2622-416f-bc03-c57e99393bde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1548 | 2024.03.26 19:48:47.528921 [ 3 ] {11fded64-2622-416f-bc03-c57e99393bde} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1549 | 2024.03.26 19:48:47.528958 [ 3 ] {11fded64-2622-416f-bc03-c57e99393bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1550 | 2024.03.26 19:48:47.529309 [ 3 ] {11fded64-2622-416f-bc03-c57e99393bde} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
1551 | 2024.03.26 19:48:47.529631 [ 3 ] {11fded64-2622-416f-bc03-c57e99393bde} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1552 | 2024.03.26 19:48:47.529783 [ 3 ] {11fded64-2622-416f-bc03-c57e99393bde} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001322 sec., 22692.8895612708 rows/sec., 1.55 MiB/sec. | ||
1553 | 2024.03.26 19:48:47.529907 [ 3 ] {11fded64-2622-416f-bc03-c57e99393bde} <Debug> DynamicQueryHandler: Done processing query | ||
1554 | 2024.03.26 19:48:47.529932 [ 3 ] {11fded64-2622-416f-bc03-c57e99393bde} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1555 | 2024.03.26 19:48:47.529948 [ 3 ] {} <Debug> HTTP-Session: acbff387-659a-4f6d-959e-10e4fa32f246 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1556 | 2024.03.26 19:48:52.521706 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1557 | 2024.03.26 19:48:52.521833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1558 | 2024.03.26 19:48:52.521859 [ 3 ] {} <Debug> HTTP-Session: ee075d8b-a2ac-4bbf-adc9-55c9e527f86f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1559 | 2024.03.26 19:48:52.521885 [ 3 ] {} <Debug> HTTP-Session: ee075d8b-a2ac-4bbf-adc9-55c9e527f86f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1560 | 2024.03.26 19:48:52.521899 [ 3 ] {} <Debug> HTTP-Session: ee075d8b-a2ac-4bbf-adc9-55c9e527f86f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1561 | 2024.03.26 19:48:52.521951 [ 3 ] {} <Trace> HTTP-Session: ee075d8b-a2ac-4bbf-adc9-55c9e527f86f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1562 | 2024.03.26 19:48:52.522076 [ 3 ] {1ff81a8f-4881-4bc6-9c34-cbc67f46cc93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1563 | 2024.03.26 19:48:52.522142 [ 3 ] {1ff81a8f-4881-4bc6-9c34-cbc67f46cc93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1564 | 2024.03.26 19:48:52.522334 [ 3 ] {1ff81a8f-4881-4bc6-9c34-cbc67f46cc93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1565 | 2024.03.26 19:48:52.522750 [ 3 ] {1ff81a8f-4881-4bc6-9c34-cbc67f46cc93} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1566 | 2024.03.26 19:48:52.522803 [ 3 ] {1ff81a8f-4881-4bc6-9c34-cbc67f46cc93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1567 | 2024.03.26 19:48:52.523196 [ 3 ] {1ff81a8f-4881-4bc6-9c34-cbc67f46cc93} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1568 | 2024.03.26 19:48:52.523540 [ 3 ] {1ff81a8f-4881-4bc6-9c34-cbc67f46cc93} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1569 | 2024.03.26 19:48:52.523716 [ 3 ] {1ff81a8f-4881-4bc6-9c34-cbc67f46cc93} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001691 sec., 15375.51744529864 rows/sec., 1.14 MiB/sec. | ||
1570 | 2024.03.26 19:48:52.523996 [ 3 ] {1ff81a8f-4881-4bc6-9c34-cbc67f46cc93} <Debug> DynamicQueryHandler: Done processing query | ||
1571 | 2024.03.26 19:48:52.524024 [ 3 ] {1ff81a8f-4881-4bc6-9c34-cbc67f46cc93} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1572 | 2024.03.26 19:48:52.524041 [ 3 ] {} <Debug> HTTP-Session: ee075d8b-a2ac-4bbf-adc9-55c9e527f86f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1573 | 2024.03.26 19:48:52.524181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1574 | 2024.03.26 19:48:52.524236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1575 | 2024.03.26 19:48:52.524256 [ 3 ] {} <Debug> HTTP-Session: 6846659b-fdfb-48e3-bf3f-fa93af5afbe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1576 | 2024.03.26 19:48:52.524274 [ 3 ] {} <Debug> HTTP-Session: 6846659b-fdfb-48e3-bf3f-fa93af5afbe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1577 | 2024.03.26 19:48:52.524288 [ 3 ] {} <Debug> HTTP-Session: 6846659b-fdfb-48e3-bf3f-fa93af5afbe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1578 | 2024.03.26 19:48:52.524325 [ 3 ] {} <Trace> HTTP-Session: 6846659b-fdfb-48e3-bf3f-fa93af5afbe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1579 | 2024.03.26 19:48:52.524411 [ 3 ] {0eca115e-7b8e-4726-b4b3-8d9494e7db95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1580 | 2024.03.26 19:48:52.524459 [ 3 ] {0eca115e-7b8e-4726-b4b3-8d9494e7db95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1581 | 2024.03.26 19:48:52.524612 [ 3 ] {0eca115e-7b8e-4726-b4b3-8d9494e7db95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1582 | 2024.03.26 19:48:52.524936 [ 3 ] {0eca115e-7b8e-4726-b4b3-8d9494e7db95} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1583 | 2024.03.26 19:48:52.524976 [ 3 ] {0eca115e-7b8e-4726-b4b3-8d9494e7db95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1584 | 2024.03.26 19:48:52.525289 [ 3 ] {0eca115e-7b8e-4726-b4b3-8d9494e7db95} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1585 | 2024.03.26 19:48:52.525594 [ 3 ] {0eca115e-7b8e-4726-b4b3-8d9494e7db95} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1586 | 2024.03.26 19:48:52.525754 [ 3 ] {0eca115e-7b8e-4726-b4b3-8d9494e7db95} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001372 sec., 20408.163265306124 rows/sec., 1.59 MiB/sec. | ||
1587 | 2024.03.26 19:48:52.525983 [ 3 ] {0eca115e-7b8e-4726-b4b3-8d9494e7db95} <Debug> DynamicQueryHandler: Done processing query | ||
1588 | 2024.03.26 19:48:52.526009 [ 3 ] {0eca115e-7b8e-4726-b4b3-8d9494e7db95} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1589 | 2024.03.26 19:48:52.526026 [ 3 ] {} <Debug> HTTP-Session: 6846659b-fdfb-48e3-bf3f-fa93af5afbe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1590 | 2024.03.26 19:48:52.526150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1591 | 2024.03.26 19:48:52.526201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1592 | 2024.03.26 19:48:52.526219 [ 3 ] {} <Debug> HTTP-Session: 8de2e650-6daa-4949-8afd-97ab28c0d49a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1593 | 2024.03.26 19:48:52.526236 [ 3 ] {} <Debug> HTTP-Session: 8de2e650-6daa-4949-8afd-97ab28c0d49a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1594 | 2024.03.26 19:48:52.526250 [ 3 ] {} <Debug> HTTP-Session: 8de2e650-6daa-4949-8afd-97ab28c0d49a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1595 | 2024.03.26 19:48:52.526283 [ 3 ] {} <Trace> HTTP-Session: 8de2e650-6daa-4949-8afd-97ab28c0d49a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1596 | 2024.03.26 19:48:52.526389 [ 3 ] {5c534368-7fed-4d1c-a847-ca41c3c84c65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1597 | 2024.03.26 19:48:52.526440 [ 3 ] {5c534368-7fed-4d1c-a847-ca41c3c84c65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1598 | 2024.03.26 19:48:52.526606 [ 3 ] {5c534368-7fed-4d1c-a847-ca41c3c84c65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1599 | 2024.03.26 19:48:52.526940 [ 3 ] {5c534368-7fed-4d1c-a847-ca41c3c84c65} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1600 | 2024.03.26 19:48:52.526978 [ 3 ] {5c534368-7fed-4d1c-a847-ca41c3c84c65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1601 | 2024.03.26 19:48:52.527398 [ 3 ] {5c534368-7fed-4d1c-a847-ca41c3c84c65} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1602 | 2024.03.26 19:48:52.527742 [ 3 ] {5c534368-7fed-4d1c-a847-ca41c3c84c65} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1603 | 2024.03.26 19:48:52.527906 [ 3 ] {5c534368-7fed-4d1c-a847-ca41c3c84c65} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001574 sec., 63532.40152477763 rows/sec., 4.40 MiB/sec. | ||
1604 | 2024.03.26 19:48:52.528043 [ 3 ] {5c534368-7fed-4d1c-a847-ca41c3c84c65} <Debug> DynamicQueryHandler: Done processing query | ||
1605 | 2024.03.26 19:48:52.528066 [ 3 ] {5c534368-7fed-4d1c-a847-ca41c3c84c65} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1606 | 2024.03.26 19:48:52.528082 [ 3 ] {} <Debug> HTTP-Session: 8de2e650-6daa-4949-8afd-97ab28c0d49a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1607 | 2024.03.26 19:48:52.528189 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1608 | 2024.03.26 19:48:52.528239 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1609 | 2024.03.26 19:48:52.528258 [ 3 ] {} <Debug> HTTP-Session: a40cc394-514d-467d-bc62-a43b02865df2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1610 | 2024.03.26 19:48:52.528274 [ 3 ] {} <Debug> HTTP-Session: a40cc394-514d-467d-bc62-a43b02865df2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1611 | 2024.03.26 19:48:52.528288 [ 3 ] {} <Debug> HTTP-Session: a40cc394-514d-467d-bc62-a43b02865df2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1612 | 2024.03.26 19:48:52.528319 [ 3 ] {} <Trace> HTTP-Session: a40cc394-514d-467d-bc62-a43b02865df2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1613 | 2024.03.26 19:48:52.528395 [ 3 ] {0a516806-3aa0-4402-bfc2-9606dd031fe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1614 | 2024.03.26 19:48:52.528437 [ 3 ] {0a516806-3aa0-4402-bfc2-9606dd031fe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1615 | 2024.03.26 19:48:52.528566 [ 3 ] {0a516806-3aa0-4402-bfc2-9606dd031fe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1616 | 2024.03.26 19:48:52.528832 [ 3 ] {0a516806-3aa0-4402-bfc2-9606dd031fe5} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1617 | 2024.03.26 19:48:52.528869 [ 3 ] {0a516806-3aa0-4402-bfc2-9606dd031fe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1618 | 2024.03.26 19:48:52.529232 [ 3 ] {0a516806-3aa0-4402-bfc2-9606dd031fe5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
1619 | 2024.03.26 19:48:52.529555 [ 3 ] {0a516806-3aa0-4402-bfc2-9606dd031fe5} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1620 | 2024.03.26 19:48:52.529711 [ 3 ] {0a516806-3aa0-4402-bfc2-9606dd031fe5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001347 sec., 22271.714922048996 rows/sec., 1.53 MiB/sec. | ||
1621 | 2024.03.26 19:48:52.529834 [ 3 ] {0a516806-3aa0-4402-bfc2-9606dd031fe5} <Debug> DynamicQueryHandler: Done processing query | ||
1622 | 2024.03.26 19:48:52.529857 [ 3 ] {0a516806-3aa0-4402-bfc2-9606dd031fe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1623 | 2024.03.26 19:48:52.529873 [ 3 ] {} <Debug> HTTP-Session: a40cc394-514d-467d-bc62-a43b02865df2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1624 | 2024.03.26 19:48:56.461048 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1625 | 2024.03.26 19:48:56.461114 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1626 | 2024.03.26 19:48:57.519446 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1627 | 2024.03.26 19:48:57.519577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1628 | 2024.03.26 19:48:57.519606 [ 3 ] {} <Debug> HTTP-Session: 1cec43bf-036d-4b45-a97f-4b5b5dc07ea5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1629 | 2024.03.26 19:48:57.519635 [ 3 ] {} <Debug> HTTP-Session: 1cec43bf-036d-4b45-a97f-4b5b5dc07ea5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1630 | 2024.03.26 19:48:57.519654 [ 3 ] {} <Debug> HTTP-Session: 1cec43bf-036d-4b45-a97f-4b5b5dc07ea5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1631 | 2024.03.26 19:48:57.519708 [ 3 ] {} <Trace> HTTP-Session: 1cec43bf-036d-4b45-a97f-4b5b5dc07ea5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1632 | 2024.03.26 19:48:57.519893 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
1633 | 2024.03.26 19:48:57.522248 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1634 | 2024.03.26 19:48:57.526742 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <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 | ||
1635 | 2024.03.26 19:48:57.527295 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1636 | 2024.03.26 19:48:57.535543 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1637 | 2024.03.26 19:48:57.542483 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1638 | 2024.03.26 19:48:57.545911 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1639 | 2024.03.26 19:48:57.548231 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1640 | 2024.03.26 19:48:57.548256 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1641 | 2024.03.26 19:48:57.548360 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <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'))" | ||
1642 | 2024.03.26 19:48:57.548411 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1643 | 2024.03.26 19:48:57.566374 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.046579 sec., 300.56463213035914 rows/sec., 12.26 KiB/sec. | ||
1644 | 2024.03.26 19:48:57.566617 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Debug> DynamicQueryHandler: Done processing query | ||
1645 | 2024.03.26 19:48:57.566644 [ 3 ] {252841f8-cea1-405e-91d5-7ba8c3e25f8c} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1646 | 2024.03.26 19:48:57.566662 [ 3 ] {} <Debug> HTTP-Session: 1cec43bf-036d-4b45-a97f-4b5b5dc07ea5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1647 | 2024.03.26 19:48:57.570523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 647, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1648 | 2024.03.26 19:48:57.570589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1649 | 2024.03.26 19:48:57.570614 [ 3 ] {} <Debug> HTTP-Session: e534bf1a-da28-4c63-a678-983174926fde Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1650 | 2024.03.26 19:48:57.570640 [ 3 ] {} <Debug> HTTP-Session: e534bf1a-da28-4c63-a678-983174926fde Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1651 | 2024.03.26 19:48:57.570657 [ 3 ] {} <Debug> HTTP-Session: e534bf1a-da28-4c63-a678-983174926fde Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1652 | 2024.03.26 19:48:57.570712 [ 3 ] {} <Trace> HTTP-Session: e534bf1a-da28-4c63-a678-983174926fde Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1653 | 2024.03.26 19:48:57.570861 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
1654 | 2024.03.26 19:48:57.571185 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1655 | 2024.03.26 19:48:57.571234 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <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 | ||
1656 | 2024.03.26 19:48:57.571503 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1657 | 2024.03.26 19:48:57.571571 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1658 | 2024.03.26 19:48:57.571717 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1659 | 2024.03.26 19:48:57.571751 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1660 | 2024.03.26 19:48:57.571774 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
1661 | 2024.03.26 19:48:57.571791 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1662 | 2024.03.26 19:48:57.571834 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <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'))" | ||
1663 | 2024.03.26 19:48:57.571856 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1664 | 2024.03.26 19:48:57.572669 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001899 sec., 7372.30121116377 rows/sec., 300.84 KiB/sec. | ||
1665 | 2024.03.26 19:48:57.572869 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Debug> DynamicQueryHandler: Done processing query | ||
1666 | 2024.03.26 19:48:57.572894 [ 3 ] {a4e8c674-37c6-4bdf-bfac-bd0625ffbae5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1667 | 2024.03.26 19:48:57.572911 [ 3 ] {} <Debug> HTTP-Session: e534bf1a-da28-4c63-a678-983174926fde Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1668 | 2024.03.26 19:48:57.573203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1669 | 2024.03.26 19:48:57.573254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1670 | 2024.03.26 19:48:57.573273 [ 3 ] {} <Debug> HTTP-Session: 36d99378-ae3a-4479-a2b8-d914ff7520df Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1671 | 2024.03.26 19:48:57.573291 [ 3 ] {} <Debug> HTTP-Session: 36d99378-ae3a-4479-a2b8-d914ff7520df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1672 | 2024.03.26 19:48:57.573305 [ 3 ] {} <Debug> HTTP-Session: 36d99378-ae3a-4479-a2b8-d914ff7520df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1673 | 2024.03.26 19:48:57.573340 [ 3 ] {} <Trace> HTTP-Session: 36d99378-ae3a-4479-a2b8-d914ff7520df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1674 | 2024.03.26 19:48:57.573453 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
1675 | 2024.03.26 19:48:57.573703 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1676 | 2024.03.26 19:48:57.573742 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <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 | ||
1677 | 2024.03.26 19:48:57.573983 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1678 | 2024.03.26 19:48:57.574047 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1679 | 2024.03.26 19:48:57.574184 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1680 | 2024.03.26 19:48:57.574218 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1681 | 2024.03.26 19:48:57.574241 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (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 | ||
1682 | 2024.03.26 19:48:57.574258 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1683 | 2024.03.26 19:48:57.574298 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <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'))" | ||
1684 | 2024.03.26 19:48:57.574320 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1685 | 2024.03.26 19:48:57.575093 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001703 sec., 8220.786846741044 rows/sec., 335.46 KiB/sec. | ||
1686 | 2024.03.26 19:48:57.575286 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Debug> DynamicQueryHandler: Done processing query | ||
1687 | 2024.03.26 19:48:57.575312 [ 3 ] {9cfc41fa-5ada-4fc1-a32a-0fdb2eac3fa9} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1688 | 2024.03.26 19:48:57.575329 [ 3 ] {} <Debug> HTTP-Session: 36d99378-ae3a-4479-a2b8-d914ff7520df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1689 | 2024.03.26 19:48:57.575519 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 722, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1690 | 2024.03.26 19:48:57.575569 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1691 | 2024.03.26 19:48:57.575588 [ 3 ] {} <Debug> HTTP-Session: 42b242e6-2878-499e-b2d8-cc4ae1dc45b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1692 | 2024.03.26 19:48:57.575605 [ 3 ] {} <Debug> HTTP-Session: 42b242e6-2878-499e-b2d8-cc4ae1dc45b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1693 | 2024.03.26 19:48:57.575619 [ 3 ] {} <Debug> HTTP-Session: 42b242e6-2878-499e-b2d8-cc4ae1dc45b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1694 | 2024.03.26 19:48:57.575651 [ 3 ] {} <Trace> HTTP-Session: 42b242e6-2878-499e-b2d8-cc4ae1dc45b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1695 | 2024.03.26 19:48:57.575758 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
1696 | 2024.03.26 19:48:57.576008 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1697 | 2024.03.26 19:48:57.576048 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <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 | ||
1698 | 2024.03.26 19:48:57.576289 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1699 | 2024.03.26 19:48:57.576352 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1700 | 2024.03.26 19:48:57.576488 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1701 | 2024.03.26 19:48:57.576521 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1702 | 2024.03.26 19:48:57.576545 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (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 | ||
1703 | 2024.03.26 19:48:57.576562 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1704 | 2024.03.26 19:48:57.576604 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <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'))" | ||
1705 | 2024.03.26 19:48:57.576625 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1706 | 2024.03.26 19:48:57.577356 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.00166 sec., 8433.734939759037 rows/sec., 344.15 KiB/sec. | ||
1707 | 2024.03.26 19:48:57.577555 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Debug> DynamicQueryHandler: Done processing query | ||
1708 | 2024.03.26 19:48:57.577580 [ 3 ] {edebdb36-0ada-42b8-b2ff-1381043c7c4b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1709 | 2024.03.26 19:48:57.577596 [ 3 ] {} <Debug> HTTP-Session: 42b242e6-2878-499e-b2d8-cc4ae1dc45b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1710 | 2024.03.26 19:48:57.580627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1711 | 2024.03.26 19:48:57.580685 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1712 | 2024.03.26 19:48:57.580709 [ 3 ] {} <Debug> HTTP-Session: ba8b100b-6cf0-432a-9035-950d697601bf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1713 | 2024.03.26 19:48:57.580729 [ 3 ] {} <Debug> HTTP-Session: ba8b100b-6cf0-432a-9035-950d697601bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1714 | 2024.03.26 19:48:57.580747 [ 3 ] {} <Debug> HTTP-Session: ba8b100b-6cf0-432a-9035-950d697601bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1715 | 2024.03.26 19:48:57.580786 [ 3 ] {} <Trace> HTTP-Session: ba8b100b-6cf0-432a-9035-950d697601bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1716 | 2024.03.26 19:48:57.580881 [ 3 ] {615e508f-575b-429d-9c36-0d8bdce70c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1717 | 2024.03.26 19:48:57.580933 [ 3 ] {615e508f-575b-429d-9c36-0d8bdce70c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1718 | 2024.03.26 19:48:57.581130 [ 3 ] {615e508f-575b-429d-9c36-0d8bdce70c55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1719 | 2024.03.26 19:48:57.581469 [ 3 ] {615e508f-575b-429d-9c36-0d8bdce70c55} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1720 | 2024.03.26 19:48:57.581512 [ 3 ] {615e508f-575b-429d-9c36-0d8bdce70c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1721 | 2024.03.26 19:48:57.582012 [ 3 ] {615e508f-575b-429d-9c36-0d8bdce70c55} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1722 | 2024.03.26 19:48:57.582332 [ 3 ] {615e508f-575b-429d-9c36-0d8bdce70c55} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1723 | 2024.03.26 19:48:57.582493 [ 3 ] {615e508f-575b-429d-9c36-0d8bdce70c55} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001649 sec., 2425.712553062462 rows/sec., 262.35 KiB/sec. | ||
1724 | 2024.03.26 19:48:57.582738 [ 3 ] {615e508f-575b-429d-9c36-0d8bdce70c55} <Debug> DynamicQueryHandler: Done processing query | ||
1725 | 2024.03.26 19:48:57.582763 [ 3 ] {615e508f-575b-429d-9c36-0d8bdce70c55} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1726 | 2024.03.26 19:48:57.582779 [ 3 ] {} <Debug> HTTP-Session: ba8b100b-6cf0-432a-9035-950d697601bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1727 | 2024.03.26 19:48:57.582889 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2204, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1728 | 2024.03.26 19:48:57.582939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1729 | 2024.03.26 19:48:57.582958 [ 3 ] {} <Debug> HTTP-Session: 318e759e-0be7-4d0c-885b-76fdbf7329b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1730 | 2024.03.26 19:48:57.582975 [ 3 ] {} <Debug> HTTP-Session: 318e759e-0be7-4d0c-885b-76fdbf7329b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1731 | 2024.03.26 19:48:57.582989 [ 3 ] {} <Debug> HTTP-Session: 318e759e-0be7-4d0c-885b-76fdbf7329b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1732 | 2024.03.26 19:48:57.583020 [ 3 ] {} <Trace> HTTP-Session: 318e759e-0be7-4d0c-885b-76fdbf7329b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1733 | 2024.03.26 19:48:57.583093 [ 3 ] {09da0e99-a2bb-46d6-8aad-2e60dae62f04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1734 | 2024.03.26 19:48:57.583136 [ 3 ] {09da0e99-a2bb-46d6-8aad-2e60dae62f04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1735 | 2024.03.26 19:48:57.583283 [ 3 ] {09da0e99-a2bb-46d6-8aad-2e60dae62f04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1736 | 2024.03.26 19:48:57.584161 [ 3 ] {09da0e99-a2bb-46d6-8aad-2e60dae62f04} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1737 | 2024.03.26 19:48:57.584199 [ 3 ] {09da0e99-a2bb-46d6-8aad-2e60dae62f04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1738 | 2024.03.26 19:48:57.584522 [ 3 ] {09da0e99-a2bb-46d6-8aad-2e60dae62f04} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1739 | 2024.03.26 19:48:57.584834 [ 3 ] {09da0e99-a2bb-46d6-8aad-2e60dae62f04} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1740 | 2024.03.26 19:48:57.584992 [ 3 ] {09da0e99-a2bb-46d6-8aad-2e60dae62f04} <Debug> executeQuery: Read 15 rows, 1.22 KiB in 0.001924 sec., 7796.257796257796 rows/sec., 631.92 KiB/sec. | ||
1741 | 2024.03.26 19:48:57.585215 [ 3 ] {09da0e99-a2bb-46d6-8aad-2e60dae62f04} <Debug> DynamicQueryHandler: Done processing query | ||
1742 | 2024.03.26 19:48:57.585240 [ 3 ] {09da0e99-a2bb-46d6-8aad-2e60dae62f04} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1743 | 2024.03.26 19:48:57.585256 [ 3 ] {} <Debug> HTTP-Session: 318e759e-0be7-4d0c-885b-76fdbf7329b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1744 | 2024.03.26 19:48:57.585420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10345, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1745 | 2024.03.26 19:48:57.585470 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1746 | 2024.03.26 19:48:57.585489 [ 3 ] {} <Debug> HTTP-Session: cb1233c7-382b-4519-b7bc-72f528d7b6c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1747 | 2024.03.26 19:48:57.585506 [ 3 ] {} <Debug> HTTP-Session: cb1233c7-382b-4519-b7bc-72f528d7b6c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1748 | 2024.03.26 19:48:57.585520 [ 3 ] {} <Debug> HTTP-Session: cb1233c7-382b-4519-b7bc-72f528d7b6c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1749 | 2024.03.26 19:48:57.585552 [ 3 ] {} <Trace> HTTP-Session: cb1233c7-382b-4519-b7bc-72f528d7b6c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1750 | 2024.03.26 19:48:57.585641 [ 3 ] {a4841f0d-b992-48d9-86f8-1ba6761c6686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1751 | 2024.03.26 19:48:57.585682 [ 3 ] {a4841f0d-b992-48d9-86f8-1ba6761c6686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1752 | 2024.03.26 19:48:57.585827 [ 3 ] {a4841f0d-b992-48d9-86f8-1ba6761c6686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1753 | 2024.03.26 19:48:57.586148 [ 3 ] {a4841f0d-b992-48d9-86f8-1ba6761c6686} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1754 | 2024.03.26 19:48:57.586187 [ 3 ] {a4841f0d-b992-48d9-86f8-1ba6761c6686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1755 | 2024.03.26 19:48:57.586509 [ 3 ] {a4841f0d-b992-48d9-86f8-1ba6761c6686} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1756 | 2024.03.26 19:48:57.586814 [ 3 ] {a4841f0d-b992-48d9-86f8-1ba6761c6686} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1757 | 2024.03.26 19:48:57.586966 [ 3 ] {a4841f0d-b992-48d9-86f8-1ba6761c6686} <Debug> executeQuery: Read 71 rows, 5.99 KiB in 0.001354 sec., 52437.22304283604 rows/sec., 4.32 MiB/sec. | ||
1758 | 2024.03.26 19:48:57.587080 [ 3 ] {a4841f0d-b992-48d9-86f8-1ba6761c6686} <Debug> DynamicQueryHandler: Done processing query | ||
1759 | 2024.03.26 19:48:57.587104 [ 3 ] {a4841f0d-b992-48d9-86f8-1ba6761c6686} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
1760 | 2024.03.26 19:48:57.587120 [ 3 ] {} <Debug> HTTP-Session: cb1233c7-382b-4519-b7bc-72f528d7b6c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1761 | 2024.03.26 19:48:57.587259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 9369, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1762 | 2024.03.26 19:48:57.587307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1763 | 2024.03.26 19:48:57.587325 [ 3 ] {} <Debug> HTTP-Session: 184ab822-b1fa-44f4-b71e-a758debed6b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1764 | 2024.03.26 19:48:57.587342 [ 3 ] {} <Debug> HTTP-Session: 184ab822-b1fa-44f4-b71e-a758debed6b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1765 | 2024.03.26 19:48:57.587357 [ 3 ] {} <Debug> HTTP-Session: 184ab822-b1fa-44f4-b71e-a758debed6b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1766 | 2024.03.26 19:48:57.587389 [ 3 ] {} <Trace> HTTP-Session: 184ab822-b1fa-44f4-b71e-a758debed6b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1767 | 2024.03.26 19:48:57.587470 [ 3 ] {2771282b-c73d-4c5e-91f3-c1d1bd5bd0d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1768 | 2024.03.26 19:48:57.587511 [ 3 ] {2771282b-c73d-4c5e-91f3-c1d1bd5bd0d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1769 | 2024.03.26 19:48:57.587635 [ 3 ] {2771282b-c73d-4c5e-91f3-c1d1bd5bd0d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1770 | 2024.03.26 19:48:57.587940 [ 3 ] {2771282b-c73d-4c5e-91f3-c1d1bd5bd0d0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1771 | 2024.03.26 19:48:57.587979 [ 3 ] {2771282b-c73d-4c5e-91f3-c1d1bd5bd0d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1772 | 2024.03.26 19:48:57.588284 [ 3 ] {2771282b-c73d-4c5e-91f3-c1d1bd5bd0d0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1773 | 2024.03.26 19:48:57.588595 [ 3 ] {2771282b-c73d-4c5e-91f3-c1d1bd5bd0d0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1774 | 2024.03.26 19:48:57.588751 [ 3 ] {2771282b-c73d-4c5e-91f3-c1d1bd5bd0d0} <Debug> executeQuery: Read 55 rows, 4.40 KiB in 0.001308 sec., 42048.929663608564 rows/sec., 3.29 MiB/sec. | ||
1775 | 2024.03.26 19:48:57.588996 [ 3 ] {2771282b-c73d-4c5e-91f3-c1d1bd5bd0d0} <Debug> DynamicQueryHandler: Done processing query | ||
1776 | 2024.03.26 19:48:57.589022 [ 3 ] {2771282b-c73d-4c5e-91f3-c1d1bd5bd0d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
1777 | 2024.03.26 19:48:57.589038 [ 3 ] {} <Debug> HTTP-Session: 184ab822-b1fa-44f4-b71e-a758debed6b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1778 | 2024.03.26 19:48:57.589168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1779 | 2024.03.26 19:48:57.589217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1780 | 2024.03.26 19:48:57.589236 [ 3 ] {} <Debug> HTTP-Session: 259d612c-b806-4c1e-bb2f-71ce6e5f4e24 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1781 | 2024.03.26 19:48:57.589253 [ 3 ] {} <Debug> HTTP-Session: 259d612c-b806-4c1e-bb2f-71ce6e5f4e24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.03.26 19:48:57.589267 [ 3 ] {} <Debug> HTTP-Session: 259d612c-b806-4c1e-bb2f-71ce6e5f4e24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1783 | 2024.03.26 19:48:57.589298 [ 3 ] {} <Trace> HTTP-Session: 259d612c-b806-4c1e-bb2f-71ce6e5f4e24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1784 | 2024.03.26 19:48:57.589401 [ 3 ] {66dc5b1c-c0d1-418a-9b94-aaeb763a660b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1785 | 2024.03.26 19:48:57.589447 [ 3 ] {66dc5b1c-c0d1-418a-9b94-aaeb763a660b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1786 | 2024.03.26 19:48:57.589607 [ 3 ] {66dc5b1c-c0d1-418a-9b94-aaeb763a660b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1787 | 2024.03.26 19:48:57.589946 [ 3 ] {66dc5b1c-c0d1-418a-9b94-aaeb763a660b} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1788 | 2024.03.26 19:48:57.589982 [ 3 ] {66dc5b1c-c0d1-418a-9b94-aaeb763a660b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1789 | 2024.03.26 19:48:57.590351 [ 3 ] {66dc5b1c-c0d1-418a-9b94-aaeb763a660b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1790 | 2024.03.26 19:48:57.590694 [ 3 ] {66dc5b1c-c0d1-418a-9b94-aaeb763a660b} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1791 | 2024.03.26 19:48:57.590848 [ 3 ] {66dc5b1c-c0d1-418a-9b94-aaeb763a660b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001495 sec., 66889.63210702341 rows/sec., 4.64 MiB/sec. | ||
1792 | 2024.03.26 19:48:57.590965 [ 3 ] {66dc5b1c-c0d1-418a-9b94-aaeb763a660b} <Debug> DynamicQueryHandler: Done processing query | ||
1793 | 2024.03.26 19:48:57.590989 [ 3 ] {66dc5b1c-c0d1-418a-9b94-aaeb763a660b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1794 | 2024.03.26 19:48:57.591005 [ 3 ] {} <Debug> HTTP-Session: 259d612c-b806-4c1e-bb2f-71ce6e5f4e24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1795 | 2024.03.26 19:48:57.591170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 16094, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1796 | 2024.03.26 19:48:57.591217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1797 | 2024.03.26 19:48:57.591235 [ 3 ] {} <Debug> HTTP-Session: 8d515e43-ce27-4ac5-bfe0-613f398c81d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1798 | 2024.03.26 19:48:57.591252 [ 3 ] {} <Debug> HTTP-Session: 8d515e43-ce27-4ac5-bfe0-613f398c81d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1799 | 2024.03.26 19:48:57.591266 [ 3 ] {} <Debug> HTTP-Session: 8d515e43-ce27-4ac5-bfe0-613f398c81d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1800 | 2024.03.26 19:48:57.591296 [ 3 ] {} <Trace> HTTP-Session: 8d515e43-ce27-4ac5-bfe0-613f398c81d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1801 | 2024.03.26 19:48:57.591444 [ 3 ] {7a5b7444-766f-488f-b8da-5b08776cc2e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
1802 | 2024.03.26 19:48:57.591489 [ 3 ] {7a5b7444-766f-488f-b8da-5b08776cc2e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
1803 | 2024.03.26 19:48:57.593963 [ 3 ] {7a5b7444-766f-488f-b8da-5b08776cc2e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1804 | 2024.03.26 19:48:57.598840 [ 3 ] {7a5b7444-766f-488f-b8da-5b08776cc2e5} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1805 | 2024.03.26 19:48:57.598913 [ 3 ] {7a5b7444-766f-488f-b8da-5b08776cc2e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1806 | 2024.03.26 19:48:57.604213 [ 3 ] {7a5b7444-766f-488f-b8da-5b08776cc2e5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1807 | 2024.03.26 19:48:57.604594 [ 3 ] {7a5b7444-766f-488f-b8da-5b08776cc2e5} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1808 | 2024.03.26 19:48:57.604751 [ 3 ] {7a5b7444-766f-488f-b8da-5b08776cc2e5} <Debug> executeQuery: Read 15 rows, 20.73 KiB in 0.013401 sec., 1119.3194537721065 rows/sec., 1.51 MiB/sec. | ||
1809 | 2024.03.26 19:48:57.604986 [ 3 ] {7a5b7444-766f-488f-b8da-5b08776cc2e5} <Debug> DynamicQueryHandler: Done processing query | ||
1810 | 2024.03.26 19:48:57.605012 [ 3 ] {7a5b7444-766f-488f-b8da-5b08776cc2e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
1811 | 2024.03.26 19:48:57.605028 [ 3 ] {} <Debug> HTTP-Session: 8d515e43-ce27-4ac5-bfe0-613f398c81d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1812 | 2024.03.26 19:48:57.605145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2892, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1813 | 2024.03.26 19:48:57.605196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1814 | 2024.03.26 19:48:57.605214 [ 3 ] {} <Debug> HTTP-Session: 75ebb936-b17c-4c62-be9d-f246f96a1e37 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1815 | 2024.03.26 19:48:57.605231 [ 3 ] {} <Debug> HTTP-Session: 75ebb936-b17c-4c62-be9d-f246f96a1e37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1816 | 2024.03.26 19:48:57.605245 [ 3 ] {} <Debug> HTTP-Session: 75ebb936-b17c-4c62-be9d-f246f96a1e37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1817 | 2024.03.26 19:48:57.605277 [ 3 ] {} <Trace> HTTP-Session: 75ebb936-b17c-4c62-be9d-f246f96a1e37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1818 | 2024.03.26 19:48:57.605349 [ 3 ] {5d236d68-691c-4855-b1a4-6a694a68cc27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1819 | 2024.03.26 19:48:57.605395 [ 3 ] {5d236d68-691c-4855-b1a4-6a694a68cc27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1820 | 2024.03.26 19:48:57.605538 [ 3 ] {5d236d68-691c-4855-b1a4-6a694a68cc27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1821 | 2024.03.26 19:48:57.605833 [ 3 ] {5d236d68-691c-4855-b1a4-6a694a68cc27} <Trace> oximeter.measurements_i64 (500e5620-c2e6-4832-9e67-1580053c6abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1822 | 2024.03.26 19:48:57.605870 [ 3 ] {5d236d68-691c-4855-b1a4-6a694a68cc27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1823 | 2024.03.26 19:48:57.606232 [ 3 ] {5d236d68-691c-4855-b1a4-6a694a68cc27} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1824 | 2024.03.26 19:48:57.606551 [ 3 ] {5d236d68-691c-4855-b1a4-6a694a68cc27} <Trace> oximeter.measurements_i64 (500e5620-c2e6-4832-9e67-1580053c6abc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1825 | 2024.03.26 19:48:57.606701 [ 3 ] {5d236d68-691c-4855-b1a4-6a694a68cc27} <Debug> executeQuery: Read 18 rows, 1.33 KiB in 0.001372 sec., 13119.533527696793 rows/sec., 968.02 KiB/sec. | ||
1826 | 2024.03.26 19:48:57.606905 [ 3 ] {5d236d68-691c-4855-b1a4-6a694a68cc27} <Debug> DynamicQueryHandler: Done processing query | ||
1827 | 2024.03.26 19:48:57.606930 [ 3 ] {5d236d68-691c-4855-b1a4-6a694a68cc27} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1828 | 2024.03.26 19:48:57.606946 [ 3 ] {} <Debug> HTTP-Session: 75ebb936-b17c-4c62-be9d-f246f96a1e37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1829 | 2024.03.26 19:48:57.607052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1830 | 2024.03.26 19:48:57.607101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1831 | 2024.03.26 19:48:57.607119 [ 3 ] {} <Debug> HTTP-Session: 4406d5fa-9320-4928-9fe6-cfa92c136317 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1832 | 2024.03.26 19:48:57.607136 [ 3 ] {} <Debug> HTTP-Session: 4406d5fa-9320-4928-9fe6-cfa92c136317 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1833 | 2024.03.26 19:48:57.607150 [ 3 ] {} <Debug> HTTP-Session: 4406d5fa-9320-4928-9fe6-cfa92c136317 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1834 | 2024.03.26 19:48:57.607181 [ 3 ] {} <Trace> HTTP-Session: 4406d5fa-9320-4928-9fe6-cfa92c136317 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1835 | 2024.03.26 19:48:57.607255 [ 3 ] {836d8d2d-b9e3-45bf-83af-2a26508786d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1836 | 2024.03.26 19:48:57.607295 [ 3 ] {836d8d2d-b9e3-45bf-83af-2a26508786d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1837 | 2024.03.26 19:48:57.607439 [ 3 ] {836d8d2d-b9e3-45bf-83af-2a26508786d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1838 | 2024.03.26 19:48:57.607706 [ 3 ] {836d8d2d-b9e3-45bf-83af-2a26508786d8} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1839 | 2024.03.26 19:48:57.607744 [ 3 ] {836d8d2d-b9e3-45bf-83af-2a26508786d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1840 | 2024.03.26 19:48:57.608090 [ 3 ] {836d8d2d-b9e3-45bf-83af-2a26508786d8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
1841 | 2024.03.26 19:48:57.608406 [ 3 ] {836d8d2d-b9e3-45bf-83af-2a26508786d8} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1842 | 2024.03.26 19:48:57.608566 [ 3 ] {836d8d2d-b9e3-45bf-83af-2a26508786d8} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001332 sec., 22522.522522522522 rows/sec., 1.54 MiB/sec. | ||
1843 | 2024.03.26 19:48:57.608811 [ 3 ] {836d8d2d-b9e3-45bf-83af-2a26508786d8} <Debug> DynamicQueryHandler: Done processing query | ||
1844 | 2024.03.26 19:48:57.608855 [ 3 ] {836d8d2d-b9e3-45bf-83af-2a26508786d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1845 | 2024.03.26 19:48:57.608884 [ 3 ] {} <Debug> HTTP-Session: 4406d5fa-9320-4928-9fe6-cfa92c136317 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1846 | 2024.03.26 19:49:02.521853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1847 | 2024.03.26 19:49:02.521978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1848 | 2024.03.26 19:49:02.522002 [ 3 ] {} <Debug> HTTP-Session: 3dfea0ec-2708-4153-a99a-9f7a0a1f74d0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1849 | 2024.03.26 19:49:02.522027 [ 3 ] {} <Debug> HTTP-Session: 3dfea0ec-2708-4153-a99a-9f7a0a1f74d0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1850 | 2024.03.26 19:49:02.522043 [ 3 ] {} <Debug> HTTP-Session: 3dfea0ec-2708-4153-a99a-9f7a0a1f74d0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1851 | 2024.03.26 19:49:02.522093 [ 3 ] {} <Trace> HTTP-Session: 3dfea0ec-2708-4153-a99a-9f7a0a1f74d0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1852 | 2024.03.26 19:49:02.522218 [ 3 ] {86336627-7e16-4729-a51f-ce6fa1caac6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1853 | 2024.03.26 19:49:02.522284 [ 3 ] {86336627-7e16-4729-a51f-ce6fa1caac6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1854 | 2024.03.26 19:49:02.522477 [ 3 ] {86336627-7e16-4729-a51f-ce6fa1caac6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1855 | 2024.03.26 19:49:02.522892 [ 3 ] {86336627-7e16-4729-a51f-ce6fa1caac6d} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1856 | 2024.03.26 19:49:02.522938 [ 3 ] {86336627-7e16-4729-a51f-ce6fa1caac6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1857 | 2024.03.26 19:49:02.523333 [ 3 ] {86336627-7e16-4729-a51f-ce6fa1caac6d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1858 | 2024.03.26 19:49:02.523674 [ 3 ] {86336627-7e16-4729-a51f-ce6fa1caac6d} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1859 | 2024.03.26 19:49:02.523854 [ 77 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
1860 | 2024.03.26 19:49:02.523858 [ 3 ] {86336627-7e16-4729-a51f-ce6fa1caac6d} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.00169 sec., 15384.615384615383 rows/sec., 1.14 MiB/sec. | ||
1861 | 2024.03.26 19:49:02.523939 [ 77 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1862 | 2024.03.26 19:49:02.524001 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1863 | 2024.03.26 19:49:02.524181 [ 3 ] {86336627-7e16-4729-a51f-ce6fa1caac6d} <Debug> DynamicQueryHandler: Done processing query | ||
1864 | 2024.03.26 19:49:02.524195 [ 187 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::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 | ||
1865 | 2024.03.26 19:49:02.524219 [ 3 ] {86336627-7e16-4729-a51f-ce6fa1caac6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
1866 | 2024.03.26 19:49:02.524268 [ 3 ] {} <Debug> HTTP-Session: 3dfea0ec-2708-4153-a99a-9f7a0a1f74d0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1867 | 2024.03.26 19:49:02.524392 [ 187 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1868 | 2024.03.26 19:49:02.524450 [ 187 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 26 rows starting from the beginning of the part | ||
1869 | 2024.03.26 19:49:02.524464 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1870 | 2024.03.26 19:49:02.524591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1871 | 2024.03.26 19:49:02.524603 [ 187 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 26 rows starting from the beginning of the part | ||
1872 | 2024.03.26 19:49:02.524699 [ 3 ] {} <Debug> HTTP-Session: d3f40257-8f05-4e14-aa93-80a2b85f4d88 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1873 | 2024.03.26 19:49:02.524815 [ 3 ] {} <Debug> HTTP-Session: d3f40257-8f05-4e14-aa93-80a2b85f4d88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1874 | 2024.03.26 19:49:02.524898 [ 3 ] {} <Debug> HTTP-Session: d3f40257-8f05-4e14-aa93-80a2b85f4d88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1875 | 2024.03.26 19:49:02.524924 [ 187 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
1876 | 2024.03.26 19:49:02.525022 [ 3 ] {} <Trace> HTTP-Session: d3f40257-8f05-4e14-aa93-80a2b85f4d88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1877 | 2024.03.26 19:49:02.525223 [ 187 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 26 rows starting from the beginning of the part | ||
1878 | 2024.03.26 19:49:02.525477 [ 187 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 71 rows starting from the beginning of the part | ||
1879 | 2024.03.26 19:49:02.525496 [ 3 ] {e29f6633-8a72-4b1d-946d-5748beefd326} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1880 | 2024.03.26 19:49:02.525697 [ 187 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 26 rows starting from the beginning of the part | ||
1881 | 2024.03.26 19:49:02.525709 [ 3 ] {e29f6633-8a72-4b1d-946d-5748beefd326} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1882 | 2024.03.26 19:49:02.526399 [ 3 ] {e29f6633-8a72-4b1d-946d-5748beefd326} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1883 | 2024.03.26 19:49:02.527378 [ 3 ] {e29f6633-8a72-4b1d-946d-5748beefd326} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1884 | 2024.03.26 19:49:02.527444 [ 3 ] {e29f6633-8a72-4b1d-946d-5748beefd326} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1885 | 2024.03.26 19:49:02.528285 [ 3 ] {e29f6633-8a72-4b1d-946d-5748beefd326} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1886 | 2024.03.26 19:49:02.528338 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 201 rows, containing 4 columns (4 merged, 0 gathered) in 0.004231108 sec., 47505.28703119845 rows/sec., 3.67 MiB/sec. | ||
1887 | 2024.03.26 19:49:02.528683 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
1888 | 2024.03.26 19:49:02.528867 [ 3 ] {e29f6633-8a72-4b1d-946d-5748beefd326} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1889 | 2024.03.26 19:49:02.529143 [ 77 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
1890 | 2024.03.26 19:49:02.529258 [ 77 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1891 | 2024.03.26 19:49:02.529331 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1892 | 2024.03.26 19:49:02.529348 [ 3 ] {e29f6633-8a72-4b1d-946d-5748beefd326} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00407 sec., 6879.60687960688 rows/sec., 549.47 KiB/sec. | ||
1893 | 2024.03.26 19:49:02.529742 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::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 | ||
1894 | 2024.03.26 19:49:02.529871 [ 3 ] {e29f6633-8a72-4b1d-946d-5748beefd326} <Debug> DynamicQueryHandler: Done processing query | ||
1895 | 2024.03.26 19:49:02.529938 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1896 | 2024.03.26 19:49:02.529970 [ 3 ] {e29f6633-8a72-4b1d-946d-5748beefd326} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1897 | 2024.03.26 19:49:02.530082 [ 3 ] {} <Debug> HTTP-Session: d3f40257-8f05-4e14-aa93-80a2b85f4d88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1898 | 2024.03.26 19:49:02.530183 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1899 | 2024.03.26 19:49:02.530203 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_10_2} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
1900 | 2024.03.26 19:49:02.530230 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 28 rows starting from the beginning of the part | ||
1901 | 2024.03.26 19:49:02.530400 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1902 | 2024.03.26 19:49:02.530383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1903 | 2024.03.26 19:49:02.530563 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 28 rows starting from the beginning of the part | ||
1904 | 2024.03.26 19:49:02.530654 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1905 | 2024.03.26 19:49:02.530817 [ 3 ] {} <Debug> HTTP-Session: a1f1d13e-4f70-4750-924e-87aa2b5ae421 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1906 | 2024.03.26 19:49:02.530840 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 28 rows starting from the beginning of the part | ||
1907 | 2024.03.26 19:49:02.530906 [ 3 ] {} <Debug> HTTP-Session: a1f1d13e-4f70-4750-924e-87aa2b5ae421 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1908 | 2024.03.26 19:49:02.530964 [ 3 ] {} <Debug> HTTP-Session: a1f1d13e-4f70-4750-924e-87aa2b5ae421 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1909 | 2024.03.26 19:49:02.531089 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 28 rows starting from the beginning of the part | ||
1910 | 2024.03.26 19:49:02.531193 [ 3 ] {} <Trace> HTTP-Session: a1f1d13e-4f70-4750-924e-87aa2b5ae421 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1911 | 2024.03.26 19:49:02.531362 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 55 rows starting from the beginning of the part | ||
1912 | 2024.03.26 19:49:02.531571 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 28 rows starting from the beginning of the part | ||
1913 | 2024.03.26 19:49:02.531812 [ 3 ] {4005fbd1-dc32-41fc-b476-1263811f7812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1914 | 2024.03.26 19:49:02.532038 [ 3 ] {4005fbd1-dc32-41fc-b476-1263811f7812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1915 | 2024.03.26 19:49:02.532509 [ 3 ] {4005fbd1-dc32-41fc-b476-1263811f7812} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1916 | 2024.03.26 19:49:02.533504 [ 3 ] {4005fbd1-dc32-41fc-b476-1263811f7812} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1917 | 2024.03.26 19:49:02.533571 [ 3 ] {4005fbd1-dc32-41fc-b476-1263811f7812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1918 | 2024.03.26 19:49:02.534310 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 195 rows, containing 4 columns (4 merged, 0 gathered) in 0.004811605 sec., 40527.01749208424 rows/sec., 3.16 MiB/sec. | ||
1919 | 2024.03.26 19:49:02.534568 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
1920 | 2024.03.26 19:49:02.534592 [ 3 ] {4005fbd1-dc32-41fc-b476-1263811f7812} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1921 | 2024.03.26 19:49:02.535574 [ 3 ] {4005fbd1-dc32-41fc-b476-1263811f7812} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1922 | 2024.03.26 19:49:02.535639 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1923 | 2024.03.26 19:49:02.535833 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_10_2} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
1924 | 2024.03.26 19:49:02.535915 [ 3 ] {4005fbd1-dc32-41fc-b476-1263811f7812} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004477 sec., 22336.38597274961 rows/sec., 1.55 MiB/sec. | ||
1925 | 2024.03.26 19:49:02.536123 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
1926 | 2024.03.26 19:49:02.536259 [ 3 ] {4005fbd1-dc32-41fc-b476-1263811f7812} <Debug> DynamicQueryHandler: Done processing query | ||
1927 | 2024.03.26 19:49:02.536290 [ 3 ] {4005fbd1-dc32-41fc-b476-1263811f7812} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
1928 | 2024.03.26 19:49:02.536307 [ 3 ] {} <Debug> HTTP-Session: a1f1d13e-4f70-4750-924e-87aa2b5ae421 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1929 | 2024.03.26 19:49:02.536441 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1930 | 2024.03.26 19:49:02.536492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1931 | 2024.03.26 19:49:02.536512 [ 3 ] {} <Debug> HTTP-Session: 9e9f614a-c305-4654-bff4-9f3cab797b00 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1932 | 2024.03.26 19:49:02.536530 [ 3 ] {} <Debug> HTTP-Session: 9e9f614a-c305-4654-bff4-9f3cab797b00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1933 | 2024.03.26 19:49:02.536544 [ 3 ] {} <Debug> HTTP-Session: 9e9f614a-c305-4654-bff4-9f3cab797b00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1934 | 2024.03.26 19:49:02.536577 [ 3 ] {} <Trace> HTTP-Session: 9e9f614a-c305-4654-bff4-9f3cab797b00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1935 | 2024.03.26 19:49:02.536660 [ 3 ] {97d07e6e-67de-41f6-9ae5-6f75d0c6488c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1936 | 2024.03.26 19:49:02.536703 [ 3 ] {97d07e6e-67de-41f6-9ae5-6f75d0c6488c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1937 | 2024.03.26 19:49:02.536858 [ 3 ] {97d07e6e-67de-41f6-9ae5-6f75d0c6488c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1938 | 2024.03.26 19:49:02.537153 [ 3 ] {97d07e6e-67de-41f6-9ae5-6f75d0c6488c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1939 | 2024.03.26 19:49:02.537191 [ 3 ] {97d07e6e-67de-41f6-9ae5-6f75d0c6488c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
1940 | 2024.03.26 19:49:02.537572 [ 3 ] {97d07e6e-67de-41f6-9ae5-6f75d0c6488c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
1941 | 2024.03.26 19:49:02.537913 [ 3 ] {97d07e6e-67de-41f6-9ae5-6f75d0c6488c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1942 | 2024.03.26 19:49:02.538080 [ 3 ] {97d07e6e-67de-41f6-9ae5-6f75d0c6488c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001448 sec., 20718.232044198892 rows/sec., 1.42 MiB/sec. | ||
1943 | 2024.03.26 19:49:02.538208 [ 3 ] {97d07e6e-67de-41f6-9ae5-6f75d0c6488c} <Debug> DynamicQueryHandler: Done processing query | ||
1944 | 2024.03.26 19:49:02.538232 [ 3 ] {97d07e6e-67de-41f6-9ae5-6f75d0c6488c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
1945 | 2024.03.26 19:49:02.538250 [ 3 ] {} <Debug> HTTP-Session: 9e9f614a-c305-4654-bff4-9f3cab797b00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1946 | 2024.03.26 19:49:07.521122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 774, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1947 | 2024.03.26 19:49:07.521313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1948 | 2024.03.26 19:49:07.521358 [ 3 ] {} <Debug> HTTP-Session: 91c9157c-f056-49cc-bfb2-6378bb39de11 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1949 | 2024.03.26 19:49:07.521400 [ 3 ] {} <Debug> HTTP-Session: 91c9157c-f056-49cc-bfb2-6378bb39de11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1950 | 2024.03.26 19:49:07.521430 [ 3 ] {} <Debug> HTTP-Session: 91c9157c-f056-49cc-bfb2-6378bb39de11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1951 | 2024.03.26 19:49:07.521513 [ 3 ] {} <Trace> HTTP-Session: 91c9157c-f056-49cc-bfb2-6378bb39de11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1952 | 2024.03.26 19:49:07.521793 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) 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) | ||
1953 | 2024.03.26 19:49:07.522244 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1954 | 2024.03.26 19:49:07.522287 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <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 | ||
1955 | 2024.03.26 19:49:07.522584 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1956 | 2024.03.26 19:49:07.522674 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1957 | 2024.03.26 19:49:07.522851 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1958 | 2024.03.26 19:49:07.523017 [ 256 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1959 | 2024.03.26 19:49:07.523036 [ 257 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1960 | 2024.03.26 19:49:07.523213 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (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 | ||
1961 | 2024.03.26 19:49:07.523248 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1962 | 2024.03.26 19:49:07.525462 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1963 | 2024.03.26 19:49:07.528122 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1964 | 2024.03.26 19:49:07.528235 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <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'))" | ||
1965 | 2024.03.26 19:49:07.528323 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <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'))" | ||
1966 | 2024.03.26 19:49:07.532340 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.010726 sec., 1678.1652060413949 rows/sec., 70.47 KiB/sec. | ||
1967 | 2024.03.26 19:49:07.532644 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Debug> DynamicQueryHandler: Done processing query | ||
1968 | 2024.03.26 19:49:07.532672 [ 3 ] {6f0ac4f6-a55f-4f73-996b-497a70a45fab} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1969 | 2024.03.26 19:49:07.532691 [ 3 ] {} <Debug> HTTP-Session: 91c9157c-f056-49cc-bfb2-6378bb39de11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1970 | 2024.03.26 19:49:07.532925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 812, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1971 | 2024.03.26 19:49:07.532981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1972 | 2024.03.26 19:49:07.533001 [ 3 ] {} <Debug> HTTP-Session: 971354ec-736b-4d1f-b5db-f7c6e70954fa Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1973 | 2024.03.26 19:49:07.533020 [ 3 ] {} <Debug> HTTP-Session: 971354ec-736b-4d1f-b5db-f7c6e70954fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1974 | 2024.03.26 19:49:07.533034 [ 3 ] {} <Debug> HTTP-Session: 971354ec-736b-4d1f-b5db-f7c6e70954fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1975 | 2024.03.26 19:49:07.533071 [ 3 ] {} <Trace> HTTP-Session: 971354ec-736b-4d1f-b5db-f7c6e70954fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1976 | 2024.03.26 19:49:07.533190 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:errors_received') FORMAT JSONEachRow; (stage: Complete) | ||
1977 | 2024.03.26 19:49:07.533461 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1978 | 2024.03.26 19:49:07.533501 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:errors_received')" moved to PREWHERE | ||
1979 | 2024.03.26 19:49:07.533755 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1980 | 2024.03.26 19:49:07.533820 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1981 | 2024.03.26 19:49:07.533959 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1982 | 2024.03.26 19:49:07.534100 [ 259 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1983 | 2024.03.26 19:49:07.534106 [ 260 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1984 | 2024.03.26 19:49:07.534269 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (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 | ||
1985 | 2024.03.26 19:49:07.534300 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1986 | 2024.03.26 19:49:07.534378 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1987 | 2024.03.26 19:49:07.534398 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1988 | 2024.03.26 19:49:07.534439 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:errors_received'))" | ||
1989 | 2024.03.26 19:49:07.534478 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:errors_received'))" | ||
1990 | 2024.03.26 19:49:07.535703 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002582 sec., 6971.3400464756005 rows/sec., 292.74 KiB/sec. | ||
1991 | 2024.03.26 19:49:07.535970 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Debug> DynamicQueryHandler: Done processing query | ||
1992 | 2024.03.26 19:49:07.535996 [ 3 ] {ad4b7ae4-9628-4422-8ecb-bfc5f4d52c64} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1993 | 2024.03.26 19:49:07.536012 [ 3 ] {} <Debug> HTTP-Session: 971354ec-736b-4d1f-b5db-f7c6e70954fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1994 | 2024.03.26 19:49:07.536259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 846, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1995 | 2024.03.26 19:49:07.536309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
1996 | 2024.03.26 19:49:07.536328 [ 3 ] {} <Debug> HTTP-Session: 9c61f00d-37d1-477d-9978-5bfedf431512 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
1997 | 2024.03.26 19:49:07.536346 [ 3 ] {} <Debug> HTTP-Session: 9c61f00d-37d1-477d-9978-5bfedf431512 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1998 | 2024.03.26 19:49:07.536360 [ 3 ] {} <Debug> HTTP-Session: 9c61f00d-37d1-477d-9978-5bfedf431512 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1999 | 2024.03.26 19:49:07.536393 [ 3 ] {} <Trace> HTTP-Session: 9c61f00d-37d1-477d-9978-5bfedf431512 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2000 | 2024.03.26 19:49:07.536504 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2001 | 2024.03.26 19:49:07.536775 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2002 | 2024.03.26 19:49:07.536815 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
2003 | 2024.03.26 19:49:07.537072 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2004 | 2024.03.26 19:49:07.537138 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2005 | 2024.03.26 19:49:07.537276 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
2006 | 2024.03.26 19:49:07.537379 [ 257 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2007 | 2024.03.26 19:49:07.537382 [ 256 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2008 | 2024.03.26 19:49:07.537502 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (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 | ||
2009 | 2024.03.26 19:49:07.537530 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2010 | 2024.03.26 19:49:07.537609 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2011 | 2024.03.26 19:49:07.537628 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2012 | 2024.03.26 19:49:07.537668 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2013 | 2024.03.26 19:49:07.537708 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2014 | 2024.03.26 19:49:07.538955 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002516 sec., 7154.213036565978 rows/sec., 300.42 KiB/sec. | ||
2015 | 2024.03.26 19:49:07.539221 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Debug> DynamicQueryHandler: Done processing query | ||
2016 | 2024.03.26 19:49:07.539246 [ 3 ] {5dd1c43b-c891-4dc1-a2c4-eed0021d04ed} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2017 | 2024.03.26 19:49:07.539263 [ 3 ] {} <Debug> HTTP-Session: 9c61f00d-37d1-477d-9978-5bfedf431512 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2018 | 2024.03.26 19:49:07.539450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2019 | 2024.03.26 19:49:07.539500 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2020 | 2024.03.26 19:49:07.539519 [ 3 ] {} <Debug> HTTP-Session: f5fd3996-5c75-4d7b-a8c6-e2793e09e7d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2021 | 2024.03.26 19:49:07.539536 [ 3 ] {} <Debug> HTTP-Session: f5fd3996-5c75-4d7b-a8c6-e2793e09e7d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2022 | 2024.03.26 19:49:07.539550 [ 3 ] {} <Debug> HTTP-Session: f5fd3996-5c75-4d7b-a8c6-e2793e09e7d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2023 | 2024.03.26 19:49:07.539582 [ 3 ] {} <Trace> HTTP-Session: f5fd3996-5c75-4d7b-a8c6-e2793e09e7d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2024 | 2024.03.26 19:49:07.539693 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2025 | 2024.03.26 19:49:07.539958 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2026 | 2024.03.26 19:49:07.539999 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent')" moved to PREWHERE | ||
2027 | 2024.03.26 19:49:07.540258 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2028 | 2024.03.26 19:49:07.540323 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2029 | 2024.03.26 19:49:07.540466 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
2030 | 2024.03.26 19:49:07.540563 [ 261 ] {75b77b43-433f-4510-b334-6da6b070b763} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2031 | 2024.03.26 19:49:07.540573 [ 258 ] {75b77b43-433f-4510-b334-6da6b070b763} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2032 | 2024.03.26 19:49:07.540693 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (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 | ||
2033 | 2024.03.26 19:49:07.540722 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2034 | 2024.03.26 19:49:07.540800 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2035 | 2024.03.26 19:49:07.540819 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2036 | 2024.03.26 19:49:07.540857 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2037 | 2024.03.26 19:49:07.540899 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent'))" | ||
2038 | 2024.03.26 19:49:07.542214 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002584 sec., 6965.94427244582 rows/sec., 292.52 KiB/sec. | ||
2039 | 2024.03.26 19:49:07.542475 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Debug> DynamicQueryHandler: Done processing query | ||
2040 | 2024.03.26 19:49:07.542500 [ 3 ] {75b77b43-433f-4510-b334-6da6b070b763} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2041 | 2024.03.26 19:49:07.542517 [ 3 ] {} <Debug> HTTP-Session: f5fd3996-5c75-4d7b-a8c6-e2793e09e7d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2042 | 2024.03.26 19:49:07.542738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 922, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2043 | 2024.03.26 19:49:07.542787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2044 | 2024.03.26 19:49:07.542806 [ 3 ] {} <Debug> HTTP-Session: 54e7b857-1a89-4996-8c0f-bf749ab64f3d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2045 | 2024.03.26 19:49:07.542823 [ 3 ] {} <Debug> HTTP-Session: 54e7b857-1a89-4996-8c0f-bf749ab64f3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2046 | 2024.03.26 19:49:07.542837 [ 3 ] {} <Debug> HTTP-Session: 54e7b857-1a89-4996-8c0f-bf749ab64f3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2047 | 2024.03.26 19:49:07.542869 [ 3 ] {} <Trace> HTTP-Session: 54e7b857-1a89-4996-8c0f-bf749ab64f3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2048 | 2024.03.26 19:49:07.542980 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
2049 | 2024.03.26 19:49:07.543249 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2050 | 2024.03.26 19:49:07.543289 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
2051 | 2024.03.26 19:49:07.543551 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2052 | 2024.03.26 19:49:07.543616 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2053 | 2024.03.26 19:49:07.543751 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
2054 | 2024.03.26 19:49:07.543838 [ 257 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2055 | 2024.03.26 19:49:07.543855 [ 259 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2056 | 2024.03.26 19:49:07.543960 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (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 | ||
2057 | 2024.03.26 19:49:07.543990 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2058 | 2024.03.26 19:49:07.544068 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2059 | 2024.03.26 19:49:07.544088 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2060 | 2024.03.26 19:49:07.544127 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2061 | 2024.03.26 19:49:07.544166 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2062 | 2024.03.26 19:49:07.545603 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002689 sec., 6693.93826701376 rows/sec., 281.09 KiB/sec. | ||
2063 | 2024.03.26 19:49:07.545874 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Debug> DynamicQueryHandler: Done processing query | ||
2064 | 2024.03.26 19:49:07.545899 [ 3 ] {a99761fd-034d-464f-83b7-3d01ea24217c} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2065 | 2024.03.26 19:49:07.545915 [ 3 ] {} <Debug> HTTP-Session: 54e7b857-1a89-4996-8c0f-bf749ab64f3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2066 | 2024.03.26 19:49:07.546124 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2067 | 2024.03.26 19:49:07.546174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2068 | 2024.03.26 19:49:07.546194 [ 3 ] {} <Debug> HTTP-Session: 23281420-bf95-460f-ab3e-45cfb79769f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2069 | 2024.03.26 19:49:07.546211 [ 3 ] {} <Debug> HTTP-Session: 23281420-bf95-460f-ab3e-45cfb79769f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2070 | 2024.03.26 19:49:07.546255 [ 3 ] {} <Debug> HTTP-Session: 23281420-bf95-460f-ab3e-45cfb79769f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2071 | 2024.03.26 19:49:07.546287 [ 3 ] {} <Trace> HTTP-Session: 23281420-bf95-460f-ab3e-45cfb79769f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2072 | 2024.03.26 19:49:07.546397 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received') FORMAT JSONEachRow; (stage: Complete) | ||
2073 | 2024.03.26 19:49:07.546664 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2074 | 2024.03.26 19:49:07.546705 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received')" moved to PREWHERE | ||
2075 | 2024.03.26 19:49:07.546994 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2076 | 2024.03.26 19:49:07.547059 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2077 | 2024.03.26 19:49:07.547193 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
2078 | 2024.03.26 19:49:07.547276 [ 259 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2079 | 2024.03.26 19:49:07.547280 [ 258 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2080 | 2024.03.26 19:49:07.547384 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (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 | ||
2081 | 2024.03.26 19:49:07.547412 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2082 | 2024.03.26 19:49:07.547489 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2083 | 2024.03.26 19:49:07.547509 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
2084 | 2024.03.26 19:49:07.547547 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2085 | 2024.03.26 19:49:07.547586 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received'))" | ||
2086 | 2024.03.26 19:49:07.549010 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Debug> executeQuery: Read 18 rows, 774.00 B in 0.002677 sec., 6723.94471423235 rows/sec., 282.35 KiB/sec. | ||
2087 | 2024.03.26 19:49:07.549275 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Debug> DynamicQueryHandler: Done processing query | ||
2088 | 2024.03.26 19:49:07.549300 [ 3 ] {bf0f6948-8473-413f-8735-6d9340e08424} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
2089 | 2024.03.26 19:49:07.549317 [ 3 ] {} <Debug> HTTP-Session: 23281420-bf95-460f-ab3e-45cfb79769f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2090 | 2024.03.26 19:49:07.560540 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 1942, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2091 | 2024.03.26 19:49:07.560604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2092 | 2024.03.26 19:49:07.560627 [ 3 ] {} <Debug> HTTP-Session: 0a70b62e-c8a4-46db-ace7-ff2ded58d862 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2093 | 2024.03.26 19:49:07.560648 [ 3 ] {} <Debug> HTTP-Session: 0a70b62e-c8a4-46db-ace7-ff2ded58d862 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2094 | 2024.03.26 19:49:07.560665 [ 3 ] {} <Debug> HTTP-Session: 0a70b62e-c8a4-46db-ace7-ff2ded58d862 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2095 | 2024.03.26 19:49:07.560703 [ 3 ] {} <Trace> HTTP-Session: 0a70b62e-c8a4-46db-ace7-ff2ded58d862 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2096 | 2024.03.26 19:49:07.560808 [ 3 ] {e069b420-e3e2-40e1-bebb-5f31cc5830d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2097 | 2024.03.26 19:49:07.560861 [ 3 ] {e069b420-e3e2-40e1-bebb-5f31cc5830d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2098 | 2024.03.26 19:49:07.561050 [ 3 ] {e069b420-e3e2-40e1-bebb-5f31cc5830d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2099 | 2024.03.26 19:49:07.561392 [ 3 ] {e069b420-e3e2-40e1-bebb-5f31cc5830d4} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2100 | 2024.03.26 19:49:07.561439 [ 3 ] {e069b420-e3e2-40e1-bebb-5f31cc5830d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2101 | 2024.03.26 19:49:07.561975 [ 3 ] {e069b420-e3e2-40e1-bebb-5f31cc5830d4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2102 | 2024.03.26 19:49:07.562297 [ 3 ] {e069b420-e3e2-40e1-bebb-5f31cc5830d4} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2103 | 2024.03.26 19:49:07.562504 [ 3 ] {e069b420-e3e2-40e1-bebb-5f31cc5830d4} <Debug> executeQuery: Read 6 rows, 996.00 B in 0.001742 sec., 3444.316877152698 rows/sec., 558.36 KiB/sec. | ||
2104 | 2024.03.26 19:49:07.562758 [ 3 ] {e069b420-e3e2-40e1-bebb-5f31cc5830d4} <Debug> DynamicQueryHandler: Done processing query | ||
2105 | 2024.03.26 19:49:07.562784 [ 3 ] {e069b420-e3e2-40e1-bebb-5f31cc5830d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2106 | 2024.03.26 19:49:07.562799 [ 3 ] {} <Debug> HTTP-Session: 0a70b62e-c8a4-46db-ace7-ff2ded58d862 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2107 | 2024.03.26 19:49:07.562908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2108 | 2024.03.26 19:49:07.562957 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2109 | 2024.03.26 19:49:07.562976 [ 3 ] {} <Debug> HTTP-Session: 454a45f8-18e5-4654-9c4f-26081e7372f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2110 | 2024.03.26 19:49:07.562994 [ 3 ] {} <Debug> HTTP-Session: 454a45f8-18e5-4654-9c4f-26081e7372f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2111 | 2024.03.26 19:49:07.563008 [ 3 ] {} <Debug> HTTP-Session: 454a45f8-18e5-4654-9c4f-26081e7372f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2112 | 2024.03.26 19:49:07.563039 [ 3 ] {} <Trace> HTTP-Session: 454a45f8-18e5-4654-9c4f-26081e7372f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2113 | 2024.03.26 19:49:07.563114 [ 3 ] {bb9c6faf-7058-4780-9792-d0ec05179d7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2114 | 2024.03.26 19:49:07.563155 [ 3 ] {bb9c6faf-7058-4780-9792-d0ec05179d7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2115 | 2024.03.26 19:49:07.563301 [ 3 ] {bb9c6faf-7058-4780-9792-d0ec05179d7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2116 | 2024.03.26 19:49:07.563588 [ 3 ] {bb9c6faf-7058-4780-9792-d0ec05179d7a} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2117 | 2024.03.26 19:49:07.563628 [ 3 ] {bb9c6faf-7058-4780-9792-d0ec05179d7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2118 | 2024.03.26 19:49:07.563938 [ 3 ] {bb9c6faf-7058-4780-9792-d0ec05179d7a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2119 | 2024.03.26 19:49:07.564254 [ 3 ] {bb9c6faf-7058-4780-9792-d0ec05179d7a} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2120 | 2024.03.26 19:49:07.564415 [ 3 ] {bb9c6faf-7058-4780-9792-d0ec05179d7a} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001324 sec., 12084.592145015105 rows/sec., 979.51 KiB/sec. | ||
2121 | 2024.03.26 19:49:07.564629 [ 3 ] {bb9c6faf-7058-4780-9792-d0ec05179d7a} <Debug> DynamicQueryHandler: Done processing query | ||
2122 | 2024.03.26 19:49:07.564654 [ 3 ] {bb9c6faf-7058-4780-9792-d0ec05179d7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2123 | 2024.03.26 19:49:07.564670 [ 3 ] {} <Debug> HTTP-Session: 454a45f8-18e5-4654-9c4f-26081e7372f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2124 | 2024.03.26 19:49:07.564833 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2125 | 2024.03.26 19:49:07.564884 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2126 | 2024.03.26 19:49:07.564902 [ 3 ] {} <Debug> HTTP-Session: 388d1dc8-2bcb-4b7d-aaf4-b170f50c4854 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2127 | 2024.03.26 19:49:07.564919 [ 3 ] {} <Debug> HTTP-Session: 388d1dc8-2bcb-4b7d-aaf4-b170f50c4854 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2128 | 2024.03.26 19:49:07.564933 [ 3 ] {} <Debug> HTTP-Session: 388d1dc8-2bcb-4b7d-aaf4-b170f50c4854 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2129 | 2024.03.26 19:49:07.564964 [ 3 ] {} <Trace> HTTP-Session: 388d1dc8-2bcb-4b7d-aaf4-b170f50c4854 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2130 | 2024.03.26 19:49:07.565061 [ 3 ] {69bac16b-e40f-4577-b629-d3552111b1fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2131 | 2024.03.26 19:49:07.565104 [ 3 ] {69bac16b-e40f-4577-b629-d3552111b1fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2132 | 2024.03.26 19:49:07.565251 [ 3 ] {69bac16b-e40f-4577-b629-d3552111b1fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2133 | 2024.03.26 19:49:07.565609 [ 3 ] {69bac16b-e40f-4577-b629-d3552111b1fc} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2134 | 2024.03.26 19:49:07.565648 [ 3 ] {69bac16b-e40f-4577-b629-d3552111b1fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2135 | 2024.03.26 19:49:07.565962 [ 3 ] {69bac16b-e40f-4577-b629-d3552111b1fc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2136 | 2024.03.26 19:49:07.566281 [ 3 ] {69bac16b-e40f-4577-b629-d3552111b1fc} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2137 | 2024.03.26 19:49:07.566464 [ 3 ] {69bac16b-e40f-4577-b629-d3552111b1fc} <Debug> executeQuery: Read 110 rows, 9.06 KiB in 0.00144 sec., 76388.88888888889 rows/sec., 6.14 MiB/sec. | ||
2138 | 2024.03.26 19:49:07.566705 [ 3 ] {69bac16b-e40f-4577-b629-d3552111b1fc} <Debug> DynamicQueryHandler: Done processing query | ||
2139 | 2024.03.26 19:49:07.566729 [ 3 ] {69bac16b-e40f-4577-b629-d3552111b1fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2140 | 2024.03.26 19:49:07.566745 [ 3 ] {} <Debug> HTTP-Session: 388d1dc8-2bcb-4b7d-aaf4-b170f50c4854 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2141 | 2024.03.26 19:49:07.566864 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2142 | 2024.03.26 19:49:07.566912 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2143 | 2024.03.26 19:49:07.566931 [ 3 ] {} <Debug> HTTP-Session: 59c5132b-20ee-47cd-937c-4d56892cb967 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2144 | 2024.03.26 19:49:07.566947 [ 3 ] {} <Debug> HTTP-Session: 59c5132b-20ee-47cd-937c-4d56892cb967 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2145 | 2024.03.26 19:49:07.566960 [ 3 ] {} <Debug> HTTP-Session: 59c5132b-20ee-47cd-937c-4d56892cb967 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2146 | 2024.03.26 19:49:07.566991 [ 3 ] {} <Trace> HTTP-Session: 59c5132b-20ee-47cd-937c-4d56892cb967 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2147 | 2024.03.26 19:49:07.567083 [ 3 ] {dc8ecb57-dcba-4ba9-8140-f7396819c8d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2148 | 2024.03.26 19:49:07.567123 [ 3 ] {dc8ecb57-dcba-4ba9-8140-f7396819c8d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2149 | 2024.03.26 19:49:07.567269 [ 3 ] {dc8ecb57-dcba-4ba9-8140-f7396819c8d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2150 | 2024.03.26 19:49:07.567583 [ 3 ] {dc8ecb57-dcba-4ba9-8140-f7396819c8d1} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2151 | 2024.03.26 19:49:07.567621 [ 3 ] {dc8ecb57-dcba-4ba9-8140-f7396819c8d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2152 | 2024.03.26 19:49:07.567926 [ 3 ] {dc8ecb57-dcba-4ba9-8140-f7396819c8d1} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2153 | 2024.03.26 19:49:07.568224 [ 3 ] {dc8ecb57-dcba-4ba9-8140-f7396819c8d1} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2154 | 2024.03.26 19:49:07.568378 [ 3 ] {dc8ecb57-dcba-4ba9-8140-f7396819c8d1} <Debug> executeQuery: Read 68 rows, 5.42 KiB in 0.001339 sec., 50784.16728902166 rows/sec., 3.95 MiB/sec. | ||
2155 | 2024.03.26 19:49:07.568535 [ 3 ] {dc8ecb57-dcba-4ba9-8140-f7396819c8d1} <Debug> DynamicQueryHandler: Done processing query | ||
2156 | 2024.03.26 19:49:07.568560 [ 3 ] {dc8ecb57-dcba-4ba9-8140-f7396819c8d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2157 | 2024.03.26 19:49:07.568576 [ 3 ] {} <Debug> HTTP-Session: 59c5132b-20ee-47cd-937c-4d56892cb967 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2158 | 2024.03.26 19:49:07.568911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 69890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2159 | 2024.03.26 19:49:07.568958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2160 | 2024.03.26 19:49:07.568976 [ 3 ] {} <Debug> HTTP-Session: fa5aed4d-a5be-44f6-8b24-cfc2fefb8b12 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2161 | 2024.03.26 19:49:07.568992 [ 3 ] {} <Debug> HTTP-Session: fa5aed4d-a5be-44f6-8b24-cfc2fefb8b12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2162 | 2024.03.26 19:49:07.569006 [ 3 ] {} <Debug> HTTP-Session: fa5aed4d-a5be-44f6-8b24-cfc2fefb8b12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2163 | 2024.03.26 19:49:07.569036 [ 3 ] {} <Trace> HTTP-Session: fa5aed4d-a5be-44f6-8b24-cfc2fefb8b12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2164 | 2024.03.26 19:49:07.569219 [ 3 ] {d5eae209-90c8-4a5c-a22c-a60564b2a45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2165 | 2024.03.26 19:49:07.569263 [ 3 ] {d5eae209-90c8-4a5c-a22c-a60564b2a45c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2166 | 2024.03.26 19:49:07.569405 [ 3 ] {d5eae209-90c8-4a5c-a22c-a60564b2a45c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2167 | 2024.03.26 19:49:07.569887 [ 3 ] {d5eae209-90c8-4a5c-a22c-a60564b2a45c} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2168 | 2024.03.26 19:49:07.569923 [ 3 ] {d5eae209-90c8-4a5c-a22c-a60564b2a45c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2169 | 2024.03.26 19:49:07.570309 [ 3 ] {d5eae209-90c8-4a5c-a22c-a60564b2a45c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2170 | 2024.03.26 19:49:07.570649 [ 3 ] {d5eae209-90c8-4a5c-a22c-a60564b2a45c} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2171 | 2024.03.26 19:49:07.570799 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2172 | 2024.03.26 19:49:07.570812 [ 3 ] {d5eae209-90c8-4a5c-a22c-a60564b2a45c} <Debug> executeQuery: Read 364 rows, 26.18 KiB in 0.001697 sec., 214496.16971125518 rows/sec., 15.06 MiB/sec. | ||
2173 | 2024.03.26 19:49:07.570867 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2174 | 2024.03.26 19:49:07.570929 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2175 | 2024.03.26 19:49:07.571056 [ 3 ] {d5eae209-90c8-4a5c-a22c-a60564b2a45c} <Debug> DynamicQueryHandler: Done processing query | ||
2176 | 2024.03.26 19:49:07.571114 [ 3 ] {d5eae209-90c8-4a5c-a22c-a60564b2a45c} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2177 | 2024.03.26 19:49:07.571177 [ 3 ] {} <Debug> HTTP-Session: fa5aed4d-a5be-44f6-8b24-cfc2fefb8b12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2178 | 2024.03.26 19:49:07.571268 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
2179 | 2024.03.26 19:49:07.571397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2180 | 2024.03.26 19:49:07.571514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2181 | 2024.03.26 19:49:07.571571 [ 3 ] {} <Debug> HTTP-Session: 7f65bbd2-8555-4a99-84e5-893c560452af Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2182 | 2024.03.26 19:49:07.571631 [ 3 ] {} <Debug> HTTP-Session: 7f65bbd2-8555-4a99-84e5-893c560452af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2183 | 2024.03.26 19:49:07.571674 [ 3 ] {} <Debug> HTTP-Session: 7f65bbd2-8555-4a99-84e5-893c560452af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2184 | 2024.03.26 19:49:07.571772 [ 3 ] {} <Trace> HTTP-Session: 7f65bbd2-8555-4a99-84e5-893c560452af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2185 | 2024.03.26 19:49:07.571768 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2186 | 2024.03.26 19:49:07.571895 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 560 rows starting from the beginning of the part | ||
2187 | 2024.03.26 19:49:07.572165 [ 3 ] {4f99e1ab-f19d-4e61-ad49-c6474adca176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2188 | 2024.03.26 19:49:07.572184 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 100 rows starting from the beginning of the part | ||
2189 | 2024.03.26 19:49:07.572467 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 100 rows starting from the beginning of the part | ||
2190 | 2024.03.26 19:49:07.572480 [ 3 ] {4f99e1ab-f19d-4e61-ad49-c6474adca176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2191 | 2024.03.26 19:49:07.572783 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 100 rows starting from the beginning of the part | ||
2192 | 2024.03.26 19:49:07.573081 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 100 rows starting from the beginning of the part | ||
2193 | 2024.03.26 19:49:07.573428 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 364 rows starting from the beginning of the part | ||
2194 | 2024.03.26 19:49:07.574028 [ 3 ] {4f99e1ab-f19d-4e61-ad49-c6474adca176} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2195 | 2024.03.26 19:49:07.574757 [ 3 ] {4f99e1ab-f19d-4e61-ad49-c6474adca176} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2196 | 2024.03.26 19:49:07.574825 [ 3 ] {4f99e1ab-f19d-4e61-ad49-c6474adca176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2197 | 2024.03.26 19:49:07.576350 [ 3 ] {4f99e1ab-f19d-4e61-ad49-c6474adca176} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2198 | 2024.03.26 19:49:07.577140 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1324 rows, containing 5 columns (5 merged, 0 gathered) in 0.006079664 sec., 217775.19283960428 rows/sec., 15.15 MiB/sec. | ||
2199 | 2024.03.26 19:49:07.577396 [ 3 ] {4f99e1ab-f19d-4e61-ad49-c6474adca176} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2200 | 2024.03.26 19:49:07.577431 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2201 | 2024.03.26 19:49:07.577755 [ 3 ] {4f99e1ab-f19d-4e61-ad49-c6474adca176} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.005891 sec., 2716.0074690205397 rows/sec., 3.67 MiB/sec. | ||
2202 | 2024.03.26 19:49:07.578289 [ 3 ] {4f99e1ab-f19d-4e61-ad49-c6474adca176} <Debug> DynamicQueryHandler: Done processing query | ||
2203 | 2024.03.26 19:49:07.578329 [ 3 ] {4f99e1ab-f19d-4e61-ad49-c6474adca176} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2204 | 2024.03.26 19:49:07.578359 [ 3 ] {} <Debug> HTTP-Session: 7f65bbd2-8555-4a99-84e5-893c560452af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2205 | 2024.03.26 19:49:07.578535 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2206 | 2024.03.26 19:49:07.578543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2207 | 2024.03.26 19:49:07.578652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2208 | 2024.03.26 19:49:07.578695 [ 3 ] {} <Debug> HTTP-Session: 0053aff1-637f-40d4-9ad5-a1a8b0f25b12 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2209 | 2024.03.26 19:49:07.578692 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2210 | 2024.03.26 19:49:07.578730 [ 3 ] {} <Debug> HTTP-Session: 0053aff1-637f-40d4-9ad5-a1a8b0f25b12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2211 | 2024.03.26 19:49:07.578759 [ 3 ] {} <Debug> HTTP-Session: 0053aff1-637f-40d4-9ad5-a1a8b0f25b12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2212 | 2024.03.26 19:49:07.578847 [ 3 ] {} <Trace> HTTP-Session: 0053aff1-637f-40d4-9ad5-a1a8b0f25b12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2213 | 2024.03.26 19:49:07.578868 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
2214 | 2024.03.26 19:49:07.578971 [ 3 ] {68c0395b-a16c-46c4-8956-5a27463ec2d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2215 | 2024.03.26 19:49:07.579018 [ 3 ] {68c0395b-a16c-46c4-8956-5a27463ec2d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2216 | 2024.03.26 19:49:07.579168 [ 3 ] {68c0395b-a16c-46c4-8956-5a27463ec2d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2217 | 2024.03.26 19:49:07.579434 [ 3 ] {68c0395b-a16c-46c4-8956-5a27463ec2d4} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2218 | 2024.03.26 19:49:07.579470 [ 3 ] {68c0395b-a16c-46c4-8956-5a27463ec2d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2219 | 2024.03.26 19:49:07.579834 [ 3 ] {68c0395b-a16c-46c4-8956-5a27463ec2d4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2220 | 2024.03.26 19:49:07.580156 [ 3 ] {68c0395b-a16c-46c4-8956-5a27463ec2d4} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2221 | 2024.03.26 19:49:07.580309 [ 71 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2222 | 2024.03.26 19:49:07.580327 [ 3 ] {68c0395b-a16c-46c4-8956-5a27463ec2d4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001397 sec., 21474.58840372226 rows/sec., 1.47 MiB/sec. | ||
2223 | 2024.03.26 19:49:07.580360 [ 71 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2224 | 2024.03.26 19:49:07.580425 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2225 | 2024.03.26 19:49:07.580558 [ 3 ] {68c0395b-a16c-46c4-8956-5a27463ec2d4} <Debug> DynamicQueryHandler: Done processing query | ||
2226 | 2024.03.26 19:49:07.580573 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
2227 | 2024.03.26 19:49:07.580590 [ 3 ] {68c0395b-a16c-46c4-8956-5a27463ec2d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2228 | 2024.03.26 19:49:07.580621 [ 3 ] {} <Debug> HTTP-Session: 0053aff1-637f-40d4-9ad5-a1a8b0f25b12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2229 | 2024.03.26 19:49:07.580711 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2230 | 2024.03.26 19:49:07.580748 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 168 rows starting from the beginning of the part | ||
2231 | 2024.03.26 19:49:07.580852 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 30 rows starting from the beginning of the part | ||
2232 | 2024.03.26 19:49:07.581027 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 30 rows starting from the beginning of the part | ||
2233 | 2024.03.26 19:49:07.581261 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 30 rows starting from the beginning of the part | ||
2234 | 2024.03.26 19:49:07.581407 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 30 rows starting from the beginning of the part | ||
2235 | 2024.03.26 19:49:07.581588 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 30 rows starting from the beginning of the part | ||
2236 | 2024.03.26 19:49:07.582695 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 318 rows, containing 4 columns (4 merged, 0 gathered) in 0.002172336 sec., 146386.19440086617 rows/sec., 10.03 MiB/sec. | ||
2237 | 2024.03.26 19:49:07.582905 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2238 | 2024.03.26 19:49:07.583396 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2239 | 2024.03.26 19:49:07.583497 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_11_2} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2240 | 2024.03.26 19:49:07.583599 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2241 | 2024.03.26 19:49:11.461165 [ 69 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2242 | 2024.03.26 19:49:11.461249 [ 69 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2243 | 2024.03.26 19:49:12.520524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 3601, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2244 | 2024.03.26 19:49:12.520641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2245 | 2024.03.26 19:49:12.520667 [ 3 ] {} <Debug> HTTP-Session: e128b9f5-66d5-4328-a835-3b4ac6fed16a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2246 | 2024.03.26 19:49:12.520693 [ 3 ] {} <Debug> HTTP-Session: e128b9f5-66d5-4328-a835-3b4ac6fed16a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2247 | 2024.03.26 19:49:12.520709 [ 3 ] {} <Debug> HTTP-Session: e128b9f5-66d5-4328-a835-3b4ac6fed16a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2248 | 2024.03.26 19:49:12.520758 [ 3 ] {} <Trace> HTTP-Session: e128b9f5-66d5-4328-a835-3b4ac6fed16a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2249 | 2024.03.26 19:49:12.520881 [ 3 ] {53710bfc-6466-46ae-bc9c-ccc166100e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2250 | 2024.03.26 19:49:12.520945 [ 3 ] {53710bfc-6466-46ae-bc9c-ccc166100e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2251 | 2024.03.26 19:49:12.521140 [ 3 ] {53710bfc-6466-46ae-bc9c-ccc166100e1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2252 | 2024.03.26 19:49:12.521561 [ 3 ] {53710bfc-6466-46ae-bc9c-ccc166100e1c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2253 | 2024.03.26 19:49:12.521609 [ 3 ] {53710bfc-6466-46ae-bc9c-ccc166100e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2254 | 2024.03.26 19:49:12.521996 [ 3 ] {53710bfc-6466-46ae-bc9c-ccc166100e1c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2255 | 2024.03.26 19:49:12.522346 [ 3 ] {53710bfc-6466-46ae-bc9c-ccc166100e1c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2256 | 2024.03.26 19:49:12.522488 [ 3 ] {53710bfc-6466-46ae-bc9c-ccc166100e1c} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.001667 sec., 15596.880623875224 rows/sec., 1.16 MiB/sec. | ||
2257 | 2024.03.26 19:49:12.522909 [ 3 ] {53710bfc-6466-46ae-bc9c-ccc166100e1c} <Debug> DynamicQueryHandler: Done processing query | ||
2258 | 2024.03.26 19:49:12.522949 [ 3 ] {53710bfc-6466-46ae-bc9c-ccc166100e1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2259 | 2024.03.26 19:49:12.522980 [ 3 ] {} <Debug> HTTP-Session: e128b9f5-66d5-4328-a835-3b4ac6fed16a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2260 | 2024.03.26 19:49:12.523109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4790, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2261 | 2024.03.26 19:49:12.523158 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2262 | 2024.03.26 19:49:12.523178 [ 3 ] {} <Debug> HTTP-Session: 7b9aece7-6680-4774-8c4b-1c0c4771b6d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2263 | 2024.03.26 19:49:12.523194 [ 3 ] {} <Debug> HTTP-Session: 7b9aece7-6680-4774-8c4b-1c0c4771b6d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2264 | 2024.03.26 19:49:12.523207 [ 3 ] {} <Debug> HTTP-Session: 7b9aece7-6680-4774-8c4b-1c0c4771b6d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2265 | 2024.03.26 19:49:12.523238 [ 3 ] {} <Trace> HTTP-Session: 7b9aece7-6680-4774-8c4b-1c0c4771b6d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2266 | 2024.03.26 19:49:12.523316 [ 3 ] {673db23d-3622-4947-a611-a0a292521b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2267 | 2024.03.26 19:49:12.523359 [ 3 ] {673db23d-3622-4947-a611-a0a292521b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2268 | 2024.03.26 19:49:12.523501 [ 3 ] {673db23d-3622-4947-a611-a0a292521b6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2269 | 2024.03.26 19:49:12.523858 [ 3 ] {673db23d-3622-4947-a611-a0a292521b6c} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2270 | 2024.03.26 19:49:12.523894 [ 3 ] {673db23d-3622-4947-a611-a0a292521b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2271 | 2024.03.26 19:49:12.524205 [ 3 ] {673db23d-3622-4947-a611-a0a292521b6c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2272 | 2024.03.26 19:49:12.524526 [ 3 ] {673db23d-3622-4947-a611-a0a292521b6c} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2273 | 2024.03.26 19:49:12.524647 [ 3 ] {673db23d-3622-4947-a611-a0a292521b6c} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.001364 sec., 20527.859237536657 rows/sec., 1.60 MiB/sec. | ||
2274 | 2024.03.26 19:49:12.524894 [ 3 ] {673db23d-3622-4947-a611-a0a292521b6c} <Debug> DynamicQueryHandler: Done processing query | ||
2275 | 2024.03.26 19:49:12.524932 [ 3 ] {673db23d-3622-4947-a611-a0a292521b6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2276 | 2024.03.26 19:49:12.524948 [ 3 ] {} <Debug> HTTP-Session: 7b9aece7-6680-4774-8c4b-1c0c4771b6d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2277 | 2024.03.26 19:49:12.525081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2278 | 2024.03.26 19:49:12.525131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2279 | 2024.03.26 19:49:12.525150 [ 3 ] {} <Debug> HTTP-Session: 9186ba2f-e477-4f9f-9f59-1607178d08b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2280 | 2024.03.26 19:49:12.525172 [ 3 ] {} <Debug> HTTP-Session: 9186ba2f-e477-4f9f-9f59-1607178d08b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2281 | 2024.03.26 19:49:12.525186 [ 3 ] {} <Debug> HTTP-Session: 9186ba2f-e477-4f9f-9f59-1607178d08b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2282 | 2024.03.26 19:49:12.525217 [ 3 ] {} <Trace> HTTP-Session: 9186ba2f-e477-4f9f-9f59-1607178d08b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2283 | 2024.03.26 19:49:12.525321 [ 3 ] {acd4632b-56b6-48ef-8b7d-284b76b9108c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2284 | 2024.03.26 19:49:12.525368 [ 3 ] {acd4632b-56b6-48ef-8b7d-284b76b9108c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2285 | 2024.03.26 19:49:12.525530 [ 3 ] {acd4632b-56b6-48ef-8b7d-284b76b9108c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2286 | 2024.03.26 19:49:12.525895 [ 3 ] {acd4632b-56b6-48ef-8b7d-284b76b9108c} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2287 | 2024.03.26 19:49:12.525932 [ 3 ] {acd4632b-56b6-48ef-8b7d-284b76b9108c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2288 | 2024.03.26 19:49:12.526317 [ 3 ] {acd4632b-56b6-48ef-8b7d-284b76b9108c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2289 | 2024.03.26 19:49:12.526662 [ 3 ] {acd4632b-56b6-48ef-8b7d-284b76b9108c} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2290 | 2024.03.26 19:49:12.526786 [ 3 ] {acd4632b-56b6-48ef-8b7d-284b76b9108c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001523 sec., 65659.88181221274 rows/sec., 4.55 MiB/sec. | ||
2291 | 2024.03.26 19:49:12.526925 [ 3 ] {acd4632b-56b6-48ef-8b7d-284b76b9108c} <Debug> DynamicQueryHandler: Done processing query | ||
2292 | 2024.03.26 19:49:12.526949 [ 3 ] {acd4632b-56b6-48ef-8b7d-284b76b9108c} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2293 | 2024.03.26 19:49:12.526966 [ 3 ] {} <Debug> HTTP-Session: 9186ba2f-e477-4f9f-9f59-1607178d08b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2294 | 2024.03.26 19:49:12.527080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2295 | 2024.03.26 19:49:12.527129 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2296 | 2024.03.26 19:49:12.527147 [ 3 ] {} <Debug> HTTP-Session: 4aa7e230-a972-4835-9fab-deb330099f85 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2297 | 2024.03.26 19:49:12.527164 [ 3 ] {} <Debug> HTTP-Session: 4aa7e230-a972-4835-9fab-deb330099f85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2298 | 2024.03.26 19:49:12.527178 [ 3 ] {} <Debug> HTTP-Session: 4aa7e230-a972-4835-9fab-deb330099f85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2299 | 2024.03.26 19:49:12.527209 [ 3 ] {} <Trace> HTTP-Session: 4aa7e230-a972-4835-9fab-deb330099f85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2300 | 2024.03.26 19:49:12.527288 [ 3 ] {ba73698d-56c4-4a0e-a3e3-956a885d31de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2301 | 2024.03.26 19:49:12.527331 [ 3 ] {ba73698d-56c4-4a0e-a3e3-956a885d31de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2302 | 2024.03.26 19:49:12.527462 [ 3 ] {ba73698d-56c4-4a0e-a3e3-956a885d31de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2303 | 2024.03.26 19:49:12.527751 [ 3 ] {ba73698d-56c4-4a0e-a3e3-956a885d31de} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2304 | 2024.03.26 19:49:12.527786 [ 3 ] {ba73698d-56c4-4a0e-a3e3-956a885d31de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2305 | 2024.03.26 19:49:12.528143 [ 3 ] {ba73698d-56c4-4a0e-a3e3-956a885d31de} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2306 | 2024.03.26 19:49:12.528463 [ 3 ] {ba73698d-56c4-4a0e-a3e3-956a885d31de} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2307 | 2024.03.26 19:49:12.528593 [ 3 ] {ba73698d-56c4-4a0e-a3e3-956a885d31de} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001339 sec., 22404.779686333084 rows/sec., 1.53 MiB/sec. | ||
2308 | 2024.03.26 19:49:12.528769 [ 3 ] {ba73698d-56c4-4a0e-a3e3-956a885d31de} <Debug> DynamicQueryHandler: Done processing query | ||
2309 | 2024.03.26 19:49:12.528793 [ 3 ] {ba73698d-56c4-4a0e-a3e3-956a885d31de} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2310 | 2024.03.26 19:49:12.528808 [ 3 ] {} <Debug> HTTP-Session: 4aa7e230-a972-4835-9fab-deb330099f85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2311 | 2024.03.26 19:49:17.516963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 990, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2312 | 2024.03.26 19:49:17.517079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2313 | 2024.03.26 19:49:17.517104 [ 3 ] {} <Debug> HTTP-Session: 243a17c9-d98a-48d6-a8df-973972062c7c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2314 | 2024.03.26 19:49:17.517129 [ 3 ] {} <Debug> HTTP-Session: 243a17c9-d98a-48d6-a8df-973972062c7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.03.26 19:49:17.517143 [ 3 ] {} <Debug> HTTP-Session: 243a17c9-d98a-48d6-a8df-973972062c7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2316 | 2024.03.26 19:49:17.517192 [ 3 ] {} <Trace> HTTP-Session: 243a17c9-d98a-48d6-a8df-973972062c7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2317 | 2024.03.26 19:49:17.517362 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent') FORMAT JSONEachRow; (stage: Complete) | ||
2318 | 2024.03.26 19:49:17.517736 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2319 | 2024.03.26 19:49:17.517782 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent')" moved to PREWHERE | ||
2320 | 2024.03.26 19:49:17.518098 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2321 | 2024.03.26 19:49:17.518182 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2322 | 2024.03.26 19:49:17.518357 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
2323 | 2024.03.26 19:49:17.518497 [ 261 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2324 | 2024.03.26 19:49:17.518533 [ 259 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2325 | 2024.03.26 19:49:17.518551 [ 257 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2326 | 2024.03.26 19:49:17.518703 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (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 | ||
2327 | 2024.03.26 19:49:17.518738 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2328 | 2024.03.26 19:49:17.518852 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2329 | 2024.03.26 19:49:17.518874 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Debug> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0) (SelectExecutor): Reading approx. 24 rows with 3 streams | ||
2330 | 2024.03.26 19:49:17.518917 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
2331 | 2024.03.26 19:49:17.518962 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
2332 | 2024.03.26 19:49:17.519001 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'physical_data_link:bytes_received', 'physical_data_link:bytes_sent', 'physical_data_link:errors_received', 'physical_data_link:errors_sent', 'physical_data_link:packets_received', 'physical_data_link:packets_sent'))" | ||
2333 | 2024.03.26 19:49:17.521009 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Debug> executeQuery: Read 24 rows, 1020.00 B in 0.003752 sec., 6396.588486140725 rows/sec., 265.48 KiB/sec. | ||
2334 | 2024.03.26 19:49:17.521338 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Debug> DynamicQueryHandler: Done processing query | ||
2335 | 2024.03.26 19:49:17.521366 [ 3 ] {42d3b06d-5ccf-4354-8486-cfba253892b8} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2336 | 2024.03.26 19:49:17.521383 [ 3 ] {} <Debug> HTTP-Session: 243a17c9-d98a-48d6-a8df-973972062c7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2337 | 2024.03.26 19:49:17.525198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2338 | 2024.03.26 19:49:17.525254 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2339 | 2024.03.26 19:49:17.525273 [ 3 ] {} <Debug> HTTP-Session: 33f13ca3-5a83-4906-a23d-31b39ebcff7a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2340 | 2024.03.26 19:49:17.525293 [ 3 ] {} <Debug> HTTP-Session: 33f13ca3-5a83-4906-a23d-31b39ebcff7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2341 | 2024.03.26 19:49:17.525308 [ 3 ] {} <Debug> HTTP-Session: 33f13ca3-5a83-4906-a23d-31b39ebcff7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2342 | 2024.03.26 19:49:17.525345 [ 3 ] {} <Trace> HTTP-Session: 33f13ca3-5a83-4906-a23d-31b39ebcff7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2343 | 2024.03.26 19:49:17.525429 [ 3 ] {8a040429-f003-43f4-b074-7741e157592b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2344 | 2024.03.26 19:49:17.525477 [ 3 ] {8a040429-f003-43f4-b074-7741e157592b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2345 | 2024.03.26 19:49:17.525653 [ 3 ] {8a040429-f003-43f4-b074-7741e157592b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2346 | 2024.03.26 19:49:17.525997 [ 3 ] {8a040429-f003-43f4-b074-7741e157592b} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2347 | 2024.03.26 19:49:17.526034 [ 3 ] {8a040429-f003-43f4-b074-7741e157592b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2348 | 2024.03.26 19:49:17.526575 [ 3 ] {8a040429-f003-43f4-b074-7741e157592b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2349 | 2024.03.26 19:49:17.526921 [ 3 ] {8a040429-f003-43f4-b074-7741e157592b} <Trace> oximeter.timeseries_schema (b91b2b48-f452-4f39-ad70-233aa5c866d0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2350 | 2024.03.26 19:49:17.527063 [ 3 ] {8a040429-f003-43f4-b074-7741e157592b} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001673 sec., 597.7286312014345 rows/sec., 135.42 KiB/sec. | ||
2351 | 2024.03.26 19:49:17.527319 [ 3 ] {8a040429-f003-43f4-b074-7741e157592b} <Debug> DynamicQueryHandler: Done processing query | ||
2352 | 2024.03.26 19:49:17.527344 [ 3 ] {8a040429-f003-43f4-b074-7741e157592b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2353 | 2024.03.26 19:49:17.527360 [ 3 ] {} <Debug> HTTP-Session: 33f13ca3-5a83-4906-a23d-31b39ebcff7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2354 | 2024.03.26 19:49:17.527482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2355 | 2024.03.26 19:49:17.527532 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2356 | 2024.03.26 19:49:17.527550 [ 3 ] {} <Debug> HTTP-Session: 9996c186-a1f2-4d4d-9427-07b908fd08b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2357 | 2024.03.26 19:49:17.527568 [ 3 ] {} <Debug> HTTP-Session: 9996c186-a1f2-4d4d-9427-07b908fd08b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2358 | 2024.03.26 19:49:17.527583 [ 3 ] {} <Debug> HTTP-Session: 9996c186-a1f2-4d4d-9427-07b908fd08b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2359 | 2024.03.26 19:49:17.527616 [ 3 ] {} <Trace> HTTP-Session: 9996c186-a1f2-4d4d-9427-07b908fd08b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2360 | 2024.03.26 19:49:17.527692 [ 3 ] {a544ca2f-fb5f-479b-acb0-72f808eb0718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2361 | 2024.03.26 19:49:17.527738 [ 3 ] {a544ca2f-fb5f-479b-acb0-72f808eb0718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2362 | 2024.03.26 19:49:17.527888 [ 3 ] {a544ca2f-fb5f-479b-acb0-72f808eb0718} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2363 | 2024.03.26 19:49:17.528191 [ 3 ] {a544ca2f-fb5f-479b-acb0-72f808eb0718} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2364 | 2024.03.26 19:49:17.528229 [ 3 ] {a544ca2f-fb5f-479b-acb0-72f808eb0718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2365 | 2024.03.26 19:49:17.528535 [ 3 ] {a544ca2f-fb5f-479b-acb0-72f808eb0718} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2366 | 2024.03.26 19:49:17.528848 [ 3 ] {a544ca2f-fb5f-479b-acb0-72f808eb0718} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2367 | 2024.03.26 19:49:17.528980 [ 3 ] {a544ca2f-fb5f-479b-acb0-72f808eb0718} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001319 sec., 12130.401819560273 rows/sec., 983.23 KiB/sec. | ||
2368 | 2024.03.26 19:49:17.529188 [ 3 ] {a544ca2f-fb5f-479b-acb0-72f808eb0718} <Debug> DynamicQueryHandler: Done processing query | ||
2369 | 2024.03.26 19:49:17.529213 [ 3 ] {a544ca2f-fb5f-479b-acb0-72f808eb0718} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2370 | 2024.03.26 19:49:17.529229 [ 3 ] {} <Debug> HTTP-Session: 9996c186-a1f2-4d4d-9427-07b908fd08b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2371 | 2024.03.26 19:49:17.529331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2372 | 2024.03.26 19:49:17.529381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2373 | 2024.03.26 19:49:17.529399 [ 3 ] {} <Debug> HTTP-Session: 6c2d0586-dd65-4933-9b25-f9dd50710022 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2374 | 2024.03.26 19:49:17.529416 [ 3 ] {} <Debug> HTTP-Session: 6c2d0586-dd65-4933-9b25-f9dd50710022 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2375 | 2024.03.26 19:49:17.529429 [ 3 ] {} <Debug> HTTP-Session: 6c2d0586-dd65-4933-9b25-f9dd50710022 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2376 | 2024.03.26 19:49:17.529462 [ 3 ] {} <Trace> HTTP-Session: 6c2d0586-dd65-4933-9b25-f9dd50710022 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2377 | 2024.03.26 19:49:17.529527 [ 3 ] {080cd8b1-92e4-41ca-8ee7-1b4441b99ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2378 | 2024.03.26 19:49:17.529571 [ 3 ] {080cd8b1-92e4-41ca-8ee7-1b4441b99ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2379 | 2024.03.26 19:49:17.529749 [ 3 ] {080cd8b1-92e4-41ca-8ee7-1b4441b99ac0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2380 | 2024.03.26 19:49:17.530024 [ 3 ] {080cd8b1-92e4-41ca-8ee7-1b4441b99ac0} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2381 | 2024.03.26 19:49:17.530061 [ 3 ] {080cd8b1-92e4-41ca-8ee7-1b4441b99ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2382 | 2024.03.26 19:49:17.534506 [ 3 ] {080cd8b1-92e4-41ca-8ee7-1b4441b99ac0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2383 | 2024.03.26 19:49:17.534832 [ 3 ] {080cd8b1-92e4-41ca-8ee7-1b4441b99ac0} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2384 | 2024.03.26 19:49:17.534968 [ 3 ] {080cd8b1-92e4-41ca-8ee7-1b4441b99ac0} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005452 sec., 366.8378576669112 rows/sec., 29.91 KiB/sec. | ||
2385 | 2024.03.26 19:49:17.535287 [ 3 ] {080cd8b1-92e4-41ca-8ee7-1b4441b99ac0} <Debug> DynamicQueryHandler: Done processing query | ||
2386 | 2024.03.26 19:49:17.535312 [ 3 ] {080cd8b1-92e4-41ca-8ee7-1b4441b99ac0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2387 | 2024.03.26 19:49:17.535328 [ 3 ] {} <Debug> HTTP-Session: 6c2d0586-dd65-4933-9b25-f9dd50710022 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2388 | 2024.03.26 19:49:17.535453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2389 | 2024.03.26 19:49:17.535502 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2390 | 2024.03.26 19:49:17.535520 [ 3 ] {} <Debug> HTTP-Session: c42a2ae6-5488-4875-9149-30f00b906d9e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2391 | 2024.03.26 19:49:17.535538 [ 3 ] {} <Debug> HTTP-Session: c42a2ae6-5488-4875-9149-30f00b906d9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2392 | 2024.03.26 19:49:17.535553 [ 3 ] {} <Debug> HTTP-Session: c42a2ae6-5488-4875-9149-30f00b906d9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2393 | 2024.03.26 19:49:17.535584 [ 3 ] {} <Trace> HTTP-Session: c42a2ae6-5488-4875-9149-30f00b906d9e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2394 | 2024.03.26 19:49:17.535675 [ 3 ] {8ede2820-f5dd-4252-a381-f08fac4218c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2395 | 2024.03.26 19:49:17.535717 [ 3 ] {8ede2820-f5dd-4252-a381-f08fac4218c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2396 | 2024.03.26 19:49:17.535867 [ 3 ] {8ede2820-f5dd-4252-a381-f08fac4218c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2397 | 2024.03.26 19:49:17.536206 [ 3 ] {8ede2820-f5dd-4252-a381-f08fac4218c6} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2398 | 2024.03.26 19:49:17.536242 [ 3 ] {8ede2820-f5dd-4252-a381-f08fac4218c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2399 | 2024.03.26 19:49:17.536542 [ 3 ] {8ede2820-f5dd-4252-a381-f08fac4218c6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2400 | 2024.03.26 19:49:17.536854 [ 3 ] {8ede2820-f5dd-4252-a381-f08fac4218c6} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2401 | 2024.03.26 19:49:17.536981 [ 3 ] {8ede2820-f5dd-4252-a381-f08fac4218c6} <Debug> executeQuery: Read 75 rows, 6.37 KiB in 0.001354 sec., 55391.43279172821 rows/sec., 4.60 MiB/sec. | ||
2402 | 2024.03.26 19:49:17.537104 [ 3 ] {8ede2820-f5dd-4252-a381-f08fac4218c6} <Debug> DynamicQueryHandler: Done processing query | ||
2403 | 2024.03.26 19:49:17.537128 [ 3 ] {8ede2820-f5dd-4252-a381-f08fac4218c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2404 | 2024.03.26 19:49:17.537144 [ 3 ] {} <Debug> HTTP-Session: c42a2ae6-5488-4875-9149-30f00b906d9e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2405 | 2024.03.26 19:49:17.537258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2406 | 2024.03.26 19:49:17.537307 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2407 | 2024.03.26 19:49:17.537325 [ 3 ] {} <Debug> HTTP-Session: 7d4e9079-b59e-471d-81b6-41ad17802c3e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2408 | 2024.03.26 19:49:17.537341 [ 3 ] {} <Debug> HTTP-Session: 7d4e9079-b59e-471d-81b6-41ad17802c3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2409 | 2024.03.26 19:49:17.537355 [ 3 ] {} <Debug> HTTP-Session: 7d4e9079-b59e-471d-81b6-41ad17802c3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2410 | 2024.03.26 19:49:17.537385 [ 3 ] {} <Trace> HTTP-Session: 7d4e9079-b59e-471d-81b6-41ad17802c3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2411 | 2024.03.26 19:49:17.537447 [ 3 ] {434352e8-8d2c-481d-92a1-071be098d492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2412 | 2024.03.26 19:49:17.537487 [ 3 ] {434352e8-8d2c-481d-92a1-071be098d492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2413 | 2024.03.26 19:49:17.537608 [ 3 ] {434352e8-8d2c-481d-92a1-071be098d492} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2414 | 2024.03.26 19:49:17.540101 [ 3 ] {434352e8-8d2c-481d-92a1-071be098d492} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2415 | 2024.03.26 19:49:17.540137 [ 3 ] {434352e8-8d2c-481d-92a1-071be098d492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2416 | 2024.03.26 19:49:17.540424 [ 3 ] {434352e8-8d2c-481d-92a1-071be098d492} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2417 | 2024.03.26 19:49:17.540722 [ 3 ] {434352e8-8d2c-481d-92a1-071be098d492} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2418 | 2024.03.26 19:49:17.540846 [ 3 ] {434352e8-8d2c-481d-92a1-071be098d492} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003421 sec., 584.6243788365975 rows/sec., 40.82 KiB/sec. | ||
2419 | 2024.03.26 19:49:17.540993 [ 3 ] {434352e8-8d2c-481d-92a1-071be098d492} <Debug> DynamicQueryHandler: Done processing query | ||
2420 | 2024.03.26 19:49:17.541018 [ 3 ] {434352e8-8d2c-481d-92a1-071be098d492} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2421 | 2024.03.26 19:49:17.541034 [ 3 ] {} <Debug> HTTP-Session: 7d4e9079-b59e-471d-81b6-41ad17802c3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2422 | 2024.03.26 19:49:17.541159 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2423 | 2024.03.26 19:49:17.541208 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2424 | 2024.03.26 19:49:17.541226 [ 3 ] {} <Debug> HTTP-Session: 9df3d8e9-4bc7-42a7-8a7a-ef78a6135ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2425 | 2024.03.26 19:49:17.541243 [ 3 ] {} <Debug> HTTP-Session: 9df3d8e9-4bc7-42a7-8a7a-ef78a6135ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2426 | 2024.03.26 19:49:17.541258 [ 3 ] {} <Debug> HTTP-Session: 9df3d8e9-4bc7-42a7-8a7a-ef78a6135ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2427 | 2024.03.26 19:49:17.541290 [ 3 ] {} <Trace> HTTP-Session: 9df3d8e9-4bc7-42a7-8a7a-ef78a6135ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2428 | 2024.03.26 19:49:17.541365 [ 3 ] {4a6749e4-6d70-46ff-9f54-f13bdde4a274} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2429 | 2024.03.26 19:49:17.541405 [ 3 ] {4a6749e4-6d70-46ff-9f54-f13bdde4a274} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2430 | 2024.03.26 19:49:17.541528 [ 3 ] {4a6749e4-6d70-46ff-9f54-f13bdde4a274} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2431 | 2024.03.26 19:49:17.541828 [ 3 ] {4a6749e4-6d70-46ff-9f54-f13bdde4a274} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2432 | 2024.03.26 19:49:17.541863 [ 3 ] {4a6749e4-6d70-46ff-9f54-f13bdde4a274} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2433 | 2024.03.26 19:49:17.542163 [ 3 ] {4a6749e4-6d70-46ff-9f54-f13bdde4a274} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2434 | 2024.03.26 19:49:17.542464 [ 3 ] {4a6749e4-6d70-46ff-9f54-f13bdde4a274} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2435 | 2024.03.26 19:49:17.542594 [ 3 ] {4a6749e4-6d70-46ff-9f54-f13bdde4a274} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.00126 sec., 36507.93650793651 rows/sec., 2.85 MiB/sec. | ||
2436 | 2024.03.26 19:49:17.542827 [ 3 ] {4a6749e4-6d70-46ff-9f54-f13bdde4a274} <Debug> DynamicQueryHandler: Done processing query | ||
2437 | 2024.03.26 19:49:17.542855 [ 3 ] {4a6749e4-6d70-46ff-9f54-f13bdde4a274} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2438 | 2024.03.26 19:49:17.542873 [ 3 ] {} <Debug> HTTP-Session: 9df3d8e9-4bc7-42a7-8a7a-ef78a6135ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2439 | 2024.03.26 19:49:17.543006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2440 | 2024.03.26 19:49:17.543054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2441 | 2024.03.26 19:49:17.543073 [ 3 ] {} <Debug> HTTP-Session: 30e480c8-780f-4bd2-9b3a-81509b44cd9a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2442 | 2024.03.26 19:49:17.543089 [ 3 ] {} <Debug> HTTP-Session: 30e480c8-780f-4bd2-9b3a-81509b44cd9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2443 | 2024.03.26 19:49:17.543103 [ 3 ] {} <Debug> HTTP-Session: 30e480c8-780f-4bd2-9b3a-81509b44cd9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2444 | 2024.03.26 19:49:17.543138 [ 3 ] {} <Trace> HTTP-Session: 30e480c8-780f-4bd2-9b3a-81509b44cd9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2445 | 2024.03.26 19:49:17.543246 [ 3 ] {6427668b-a33c-4ada-9cb6-b04954fb8b04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2446 | 2024.03.26 19:49:17.543290 [ 3 ] {6427668b-a33c-4ada-9cb6-b04954fb8b04} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2447 | 2024.03.26 19:49:17.543449 [ 3 ] {6427668b-a33c-4ada-9cb6-b04954fb8b04} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2448 | 2024.03.26 19:49:17.543790 [ 3 ] {6427668b-a33c-4ada-9cb6-b04954fb8b04} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2449 | 2024.03.26 19:49:17.543826 [ 3 ] {6427668b-a33c-4ada-9cb6-b04954fb8b04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2450 | 2024.03.26 19:49:17.544221 [ 3 ] {6427668b-a33c-4ada-9cb6-b04954fb8b04} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2451 | 2024.03.26 19:49:17.544573 [ 3 ] {6427668b-a33c-4ada-9cb6-b04954fb8b04} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2452 | 2024.03.26 19:49:17.544699 [ 3 ] {6427668b-a33c-4ada-9cb6-b04954fb8b04} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001512 sec., 66798.9417989418 rows/sec., 4.63 MiB/sec. | ||
2453 | 2024.03.26 19:49:17.544824 [ 3 ] {6427668b-a33c-4ada-9cb6-b04954fb8b04} <Debug> DynamicQueryHandler: Done processing query | ||
2454 | 2024.03.26 19:49:17.544848 [ 3 ] {6427668b-a33c-4ada-9cb6-b04954fb8b04} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2455 | 2024.03.26 19:49:17.544864 [ 3 ] {} <Debug> HTTP-Session: 30e480c8-780f-4bd2-9b3a-81509b44cd9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2456 | 2024.03.26 19:49:17.544980 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2457 | 2024.03.26 19:49:17.545028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2458 | 2024.03.26 19:49:17.545046 [ 3 ] {} <Debug> HTTP-Session: b3ebdb94-a895-4aa5-9e81-318d9e43822c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2459 | 2024.03.26 19:49:17.545063 [ 3 ] {} <Debug> HTTP-Session: b3ebdb94-a895-4aa5-9e81-318d9e43822c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2460 | 2024.03.26 19:49:17.545076 [ 3 ] {} <Debug> HTTP-Session: b3ebdb94-a895-4aa5-9e81-318d9e43822c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2461 | 2024.03.26 19:49:17.545107 [ 3 ] {} <Trace> HTTP-Session: b3ebdb94-a895-4aa5-9e81-318d9e43822c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2462 | 2024.03.26 19:49:17.545252 [ 3 ] {82e5fccf-6b0e-458f-8a89-ef84baa97b66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2463 | 2024.03.26 19:49:17.545298 [ 3 ] {82e5fccf-6b0e-458f-8a89-ef84baa97b66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2464 | 2024.03.26 19:49:17.545454 [ 3 ] {82e5fccf-6b0e-458f-8a89-ef84baa97b66} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2465 | 2024.03.26 19:49:17.545990 [ 3 ] {82e5fccf-6b0e-458f-8a89-ef84baa97b66} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2466 | 2024.03.26 19:49:17.546025 [ 3 ] {82e5fccf-6b0e-458f-8a89-ef84baa97b66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2467 | 2024.03.26 19:49:17.546423 [ 3 ] {82e5fccf-6b0e-458f-8a89-ef84baa97b66} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2468 | 2024.03.26 19:49:17.546761 [ 3 ] {82e5fccf-6b0e-458f-8a89-ef84baa97b66} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2469 | 2024.03.26 19:49:17.546891 [ 3 ] {82e5fccf-6b0e-458f-8a89-ef84baa97b66} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001739 sec., 9200.690051753882 rows/sec., 12.42 MiB/sec. | ||
2470 | 2024.03.26 19:49:17.547017 [ 3 ] {82e5fccf-6b0e-458f-8a89-ef84baa97b66} <Debug> DynamicQueryHandler: Done processing query | ||
2471 | 2024.03.26 19:49:17.547042 [ 3 ] {82e5fccf-6b0e-458f-8a89-ef84baa97b66} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2472 | 2024.03.26 19:49:17.547058 [ 3 ] {} <Debug> HTTP-Session: b3ebdb94-a895-4aa5-9e81-318d9e43822c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2473 | 2024.03.26 19:49:17.547173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2474 | 2024.03.26 19:49:17.547221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2475 | 2024.03.26 19:49:17.547239 [ 3 ] {} <Debug> HTTP-Session: a8ae2edc-aeea-4a3b-8eb0-41171c563d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2476 | 2024.03.26 19:49:17.547256 [ 3 ] {} <Debug> HTTP-Session: a8ae2edc-aeea-4a3b-8eb0-41171c563d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2477 | 2024.03.26 19:49:17.547270 [ 3 ] {} <Debug> HTTP-Session: a8ae2edc-aeea-4a3b-8eb0-41171c563d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2478 | 2024.03.26 19:49:17.547301 [ 3 ] {} <Trace> HTTP-Session: a8ae2edc-aeea-4a3b-8eb0-41171c563d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2479 | 2024.03.26 19:49:17.547380 [ 3 ] {3f27483b-b4bb-44df-854d-c052bae8eaab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2480 | 2024.03.26 19:49:17.547422 [ 3 ] {3f27483b-b4bb-44df-854d-c052bae8eaab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2481 | 2024.03.26 19:49:17.547547 [ 3 ] {3f27483b-b4bb-44df-854d-c052bae8eaab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2482 | 2024.03.26 19:49:17.547818 [ 3 ] {3f27483b-b4bb-44df-854d-c052bae8eaab} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2483 | 2024.03.26 19:49:17.547854 [ 3 ] {3f27483b-b4bb-44df-854d-c052bae8eaab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2484 | 2024.03.26 19:49:17.548199 [ 3 ] {3f27483b-b4bb-44df-854d-c052bae8eaab} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
2485 | 2024.03.26 19:49:17.548527 [ 3 ] {3f27483b-b4bb-44df-854d-c052bae8eaab} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2486 | 2024.03.26 19:49:17.548652 [ 3 ] {3f27483b-b4bb-44df-854d-c052bae8eaab} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001305 sec., 22988.505747126437 rows/sec., 1.57 MiB/sec. | ||
2487 | 2024.03.26 19:49:17.548800 [ 3 ] {3f27483b-b4bb-44df-854d-c052bae8eaab} <Debug> DynamicQueryHandler: Done processing query | ||
2488 | 2024.03.26 19:49:17.548824 [ 3 ] {3f27483b-b4bb-44df-854d-c052bae8eaab} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2489 | 2024.03.26 19:49:17.548840 [ 3 ] {} <Debug> HTTP-Session: a8ae2edc-aeea-4a3b-8eb0-41171c563d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2490 | 2024.03.26 19:49:22.522675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 5794, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2491 | 2024.03.26 19:49:22.522805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2492 | 2024.03.26 19:49:22.522833 [ 3 ] {} <Debug> HTTP-Session: 997729ef-17ec-4103-a124-cefae00c5dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2493 | 2024.03.26 19:49:22.522859 [ 3 ] {} <Debug> HTTP-Session: 997729ef-17ec-4103-a124-cefae00c5dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2494 | 2024.03.26 19:49:22.522873 [ 3 ] {} <Debug> HTTP-Session: 997729ef-17ec-4103-a124-cefae00c5dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2495 | 2024.03.26 19:49:22.522925 [ 3 ] {} <Trace> HTTP-Session: 997729ef-17ec-4103-a124-cefae00c5dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2496 | 2024.03.26 19:49:22.523059 [ 3 ] {4d1b03f9-2bf8-4122-b990-fb012de400ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2497 | 2024.03.26 19:49:22.523122 [ 3 ] {4d1b03f9-2bf8-4122-b990-fb012de400ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2498 | 2024.03.26 19:49:22.523319 [ 3 ] {4d1b03f9-2bf8-4122-b990-fb012de400ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2499 | 2024.03.26 19:49:22.523790 [ 3 ] {4d1b03f9-2bf8-4122-b990-fb012de400ad} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2500 | 2024.03.26 19:49:22.523840 [ 3 ] {4d1b03f9-2bf8-4122-b990-fb012de400ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2501 | 2024.03.26 19:49:22.524265 [ 3 ] {4d1b03f9-2bf8-4122-b990-fb012de400ad} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2502 | 2024.03.26 19:49:22.524628 [ 3 ] {4d1b03f9-2bf8-4122-b990-fb012de400ad} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2503 | 2024.03.26 19:49:22.524777 [ 3 ] {4d1b03f9-2bf8-4122-b990-fb012de400ad} <Debug> executeQuery: Read 40 rows, 3.24 KiB in 0.001783 sec., 22434.09983174425 rows/sec., 1.78 MiB/sec. | ||
2504 | 2024.03.26 19:49:22.524943 [ 3 ] {4d1b03f9-2bf8-4122-b990-fb012de400ad} <Debug> DynamicQueryHandler: Done processing query | ||
2505 | 2024.03.26 19:49:22.524970 [ 3 ] {4d1b03f9-2bf8-4122-b990-fb012de400ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2506 | 2024.03.26 19:49:22.524986 [ 3 ] {} <Debug> HTTP-Session: 997729ef-17ec-4103-a124-cefae00c5dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2507 | 2024.03.26 19:49:22.525176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 23225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2508 | 2024.03.26 19:49:22.525237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2509 | 2024.03.26 19:49:22.525257 [ 3 ] {} <Debug> HTTP-Session: 70f271bc-04fe-4504-ac63-2bdf60d2235c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2510 | 2024.03.26 19:49:22.525277 [ 3 ] {} <Debug> HTTP-Session: 70f271bc-04fe-4504-ac63-2bdf60d2235c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2511 | 2024.03.26 19:49:22.525291 [ 3 ] {} <Debug> HTTP-Session: 70f271bc-04fe-4504-ac63-2bdf60d2235c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2512 | 2024.03.26 19:49:22.525334 [ 3 ] {} <Trace> HTTP-Session: 70f271bc-04fe-4504-ac63-2bdf60d2235c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2513 | 2024.03.26 19:49:22.525453 [ 3 ] {c76da231-3af2-4839-8b4b-20f30b393954} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2514 | 2024.03.26 19:49:22.525500 [ 3 ] {c76da231-3af2-4839-8b4b-20f30b393954} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2515 | 2024.03.26 19:49:22.525633 [ 3 ] {c76da231-3af2-4839-8b4b-20f30b393954} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2516 | 2024.03.26 19:49:22.526076 [ 3 ] {c76da231-3af2-4839-8b4b-20f30b393954} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2517 | 2024.03.26 19:49:22.526114 [ 3 ] {c76da231-3af2-4839-8b4b-20f30b393954} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2518 | 2024.03.26 19:49:22.526504 [ 3 ] {c76da231-3af2-4839-8b4b-20f30b393954} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2519 | 2024.03.26 19:49:22.526840 [ 3 ] {c76da231-3af2-4839-8b4b-20f30b393954} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2520 | 2024.03.26 19:49:22.526979 [ 3 ] {c76da231-3af2-4839-8b4b-20f30b393954} <Debug> executeQuery: Read 146 rows, 14.28 KiB in 0.001589 sec., 91881.68659534298 rows/sec., 8.78 MiB/sec. | ||
2521 | 2024.03.26 19:49:22.527145 [ 3 ] {c76da231-3af2-4839-8b4b-20f30b393954} <Debug> DynamicQueryHandler: Done processing query | ||
2522 | 2024.03.26 19:49:22.527170 [ 3 ] {c76da231-3af2-4839-8b4b-20f30b393954} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2523 | 2024.03.26 19:49:22.527186 [ 3 ] {} <Debug> HTTP-Session: 70f271bc-04fe-4504-ac63-2bdf60d2235c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2524 | 2024.03.26 19:49:22.527326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 12950, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2525 | 2024.03.26 19:49:22.527379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2526 | 2024.03.26 19:49:22.527398 [ 3 ] {} <Debug> HTTP-Session: 17e7b036-d562-49a4-9419-c5f08baacd04 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2527 | 2024.03.26 19:49:22.527414 [ 3 ] {} <Debug> HTTP-Session: 17e7b036-d562-49a4-9419-c5f08baacd04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2528 | 2024.03.26 19:49:22.527428 [ 3 ] {} <Debug> HTTP-Session: 17e7b036-d562-49a4-9419-c5f08baacd04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2529 | 2024.03.26 19:49:22.527462 [ 3 ] {} <Trace> HTTP-Session: 17e7b036-d562-49a4-9419-c5f08baacd04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2530 | 2024.03.26 19:49:22.527573 [ 3 ] {66bd96c2-3920-40fe-ae4b-1d40d1949919} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2531 | 2024.03.26 19:49:22.527617 [ 3 ] {66bd96c2-3920-40fe-ae4b-1d40d1949919} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2532 | 2024.03.26 19:49:22.527754 [ 3 ] {66bd96c2-3920-40fe-ae4b-1d40d1949919} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2533 | 2024.03.26 19:49:22.528116 [ 3 ] {66bd96c2-3920-40fe-ae4b-1d40d1949919} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2534 | 2024.03.26 19:49:22.528154 [ 3 ] {66bd96c2-3920-40fe-ae4b-1d40d1949919} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2535 | 2024.03.26 19:49:22.528520 [ 3 ] {66bd96c2-3920-40fe-ae4b-1d40d1949919} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2536 | 2024.03.26 19:49:22.528836 [ 3 ] {66bd96c2-3920-40fe-ae4b-1d40d1949919} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2537 | 2024.03.26 19:49:22.528983 [ 3 ] {66bd96c2-3920-40fe-ae4b-1d40d1949919} <Debug> executeQuery: Read 76 rows, 6.10 KiB in 0.001467 sec., 51806.40763462849 rows/sec., 4.06 MiB/sec. | ||
2538 | 2024.03.26 19:49:22.529116 [ 3 ] {66bd96c2-3920-40fe-ae4b-1d40d1949919} <Debug> DynamicQueryHandler: Done processing query | ||
2539 | 2024.03.26 19:49:22.529141 [ 3 ] {66bd96c2-3920-40fe-ae4b-1d40d1949919} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2540 | 2024.03.26 19:49:22.529157 [ 3 ] {} <Debug> HTTP-Session: 17e7b036-d562-49a4-9419-c5f08baacd04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2541 | 2024.03.26 19:49:22.529290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2542 | 2024.03.26 19:49:22.529341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2543 | 2024.03.26 19:49:22.529359 [ 3 ] {} <Debug> HTTP-Session: a1d014de-03d2-4b86-83db-0b77140e0927 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2544 | 2024.03.26 19:49:22.529376 [ 3 ] {} <Debug> HTTP-Session: a1d014de-03d2-4b86-83db-0b77140e0927 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2545 | 2024.03.26 19:49:22.529389 [ 3 ] {} <Debug> HTTP-Session: a1d014de-03d2-4b86-83db-0b77140e0927 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2546 | 2024.03.26 19:49:22.529422 [ 3 ] {} <Trace> HTTP-Session: a1d014de-03d2-4b86-83db-0b77140e0927 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2547 | 2024.03.26 19:49:22.529602 [ 3 ] {3b940ae3-cf2a-4923-b65a-c1517120c1d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2548 | 2024.03.26 19:49:22.529649 [ 3 ] {3b940ae3-cf2a-4923-b65a-c1517120c1d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2549 | 2024.03.26 19:49:22.529796 [ 3 ] {3b940ae3-cf2a-4923-b65a-c1517120c1d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2550 | 2024.03.26 19:49:22.530154 [ 3 ] {3b940ae3-cf2a-4923-b65a-c1517120c1d8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2551 | 2024.03.26 19:49:22.530192 [ 3 ] {3b940ae3-cf2a-4923-b65a-c1517120c1d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2552 | 2024.03.26 19:49:22.530612 [ 3 ] {3b940ae3-cf2a-4923-b65a-c1517120c1d8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2553 | 2024.03.26 19:49:22.530984 [ 3 ] {3b940ae3-cf2a-4923-b65a-c1517120c1d8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2554 | 2024.03.26 19:49:22.531144 [ 3 ] {3b940ae3-cf2a-4923-b65a-c1517120c1d8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001672 sec., 59808.612440191384 rows/sec., 4.15 MiB/sec. | ||
2555 | 2024.03.26 19:49:22.531273 [ 3 ] {3b940ae3-cf2a-4923-b65a-c1517120c1d8} <Debug> DynamicQueryHandler: Done processing query | ||
2556 | 2024.03.26 19:49:22.531296 [ 3 ] {3b940ae3-cf2a-4923-b65a-c1517120c1d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2557 | 2024.03.26 19:49:22.531312 [ 3 ] {} <Debug> HTTP-Session: a1d014de-03d2-4b86-83db-0b77140e0927 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2558 | 2024.03.26 19:49:22.531517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 42811, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2559 | 2024.03.26 19:49:22.531568 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2560 | 2024.03.26 19:49:22.531587 [ 3 ] {} <Debug> HTTP-Session: 33aef2a2-2f0a-4d4e-99f9-ded860cd1e5e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2561 | 2024.03.26 19:49:22.531603 [ 3 ] {} <Debug> HTTP-Session: 33aef2a2-2f0a-4d4e-99f9-ded860cd1e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2562 | 2024.03.26 19:49:22.531617 [ 3 ] {} <Debug> HTTP-Session: 33aef2a2-2f0a-4d4e-99f9-ded860cd1e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2563 | 2024.03.26 19:49:22.531648 [ 3 ] {} <Trace> HTTP-Session: 33aef2a2-2f0a-4d4e-99f9-ded860cd1e5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2564 | 2024.03.26 19:49:22.532344 [ 3 ] {a0c051e1-3ae4-45d4-a674-2847dbf46b02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2565 | 2024.03.26 19:49:22.532394 [ 3 ] {a0c051e1-3ae4-45d4-a674-2847dbf46b02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2566 | 2024.03.26 19:49:22.532555 [ 3 ] {a0c051e1-3ae4-45d4-a674-2847dbf46b02} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2567 | 2024.03.26 19:49:22.533134 [ 3 ] {a0c051e1-3ae4-45d4-a674-2847dbf46b02} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2568 | 2024.03.26 19:49:22.533171 [ 3 ] {a0c051e1-3ae4-45d4-a674-2847dbf46b02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2569 | 2024.03.26 19:49:22.533598 [ 3 ] {a0c051e1-3ae4-45d4-a674-2847dbf46b02} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2570 | 2024.03.26 19:49:22.533933 [ 3 ] {a0c051e1-3ae4-45d4-a674-2847dbf46b02} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2571 | 2024.03.26 19:49:22.534089 [ 3 ] {a0c051e1-3ae4-45d4-a674-2847dbf46b02} <Debug> executeQuery: Read 40 rows, 55.27 KiB in 0.002384 sec., 16778.523489932886 rows/sec., 22.64 MiB/sec. | ||
2572 | 2024.03.26 19:49:22.534340 [ 3 ] {a0c051e1-3ae4-45d4-a674-2847dbf46b02} <Debug> DynamicQueryHandler: Done processing query | ||
2573 | 2024.03.26 19:49:22.534377 [ 3 ] {a0c051e1-3ae4-45d4-a674-2847dbf46b02} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
2574 | 2024.03.26 19:49:22.534395 [ 3 ] {} <Debug> HTTP-Session: 33aef2a2-2f0a-4d4e-99f9-ded860cd1e5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2575 | 2024.03.26 19:49:22.534525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 1487, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2576 | 2024.03.26 19:49:22.534575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2577 | 2024.03.26 19:49:22.534593 [ 3 ] {} <Debug> HTTP-Session: 3cbf3601-e5cc-4d9f-bbf5-2520ca7650e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2578 | 2024.03.26 19:49:22.534610 [ 3 ] {} <Debug> HTTP-Session: 3cbf3601-e5cc-4d9f-bbf5-2520ca7650e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2579 | 2024.03.26 19:49:22.534623 [ 3 ] {} <Debug> HTTP-Session: 3cbf3601-e5cc-4d9f-bbf5-2520ca7650e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2580 | 2024.03.26 19:49:22.534654 [ 3 ] {} <Trace> HTTP-Session: 3cbf3601-e5cc-4d9f-bbf5-2520ca7650e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2581 | 2024.03.26 19:49:22.534725 [ 3 ] {57845fd3-5b6d-42e4-81f4-f774f1b20890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2582 | 2024.03.26 19:49:22.534767 [ 3 ] {57845fd3-5b6d-42e4-81f4-f774f1b20890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2583 | 2024.03.26 19:49:22.534915 [ 3 ] {57845fd3-5b6d-42e4-81f4-f774f1b20890} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2584 | 2024.03.26 19:49:22.535188 [ 3 ] {57845fd3-5b6d-42e4-81f4-f774f1b20890} <Trace> oximeter.measurements_i64 (500e5620-c2e6-4832-9e67-1580053c6abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2585 | 2024.03.26 19:49:22.535226 [ 3 ] {57845fd3-5b6d-42e4-81f4-f774f1b20890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2586 | 2024.03.26 19:49:22.535579 [ 3 ] {57845fd3-5b6d-42e4-81f4-f774f1b20890} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2587 | 2024.03.26 19:49:22.535897 [ 3 ] {57845fd3-5b6d-42e4-81f4-f774f1b20890} <Trace> oximeter.measurements_i64 (500e5620-c2e6-4832-9e67-1580053c6abc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2588 | 2024.03.26 19:49:22.536050 [ 3 ] {57845fd3-5b6d-42e4-81f4-f774f1b20890} <Debug> executeQuery: Read 9 rows, 680.00 B in 0.001349 sec., 6671.608598962194 rows/sec., 492.26 KiB/sec. | ||
2589 | 2024.03.26 19:49:22.536206 [ 3 ] {57845fd3-5b6d-42e4-81f4-f774f1b20890} <Debug> DynamicQueryHandler: Done processing query | ||
2590 | 2024.03.26 19:49:22.536230 [ 3 ] {57845fd3-5b6d-42e4-81f4-f774f1b20890} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2591 | 2024.03.26 19:49:22.536246 [ 3 ] {} <Debug> HTTP-Session: 3cbf3601-e5cc-4d9f-bbf5-2520ca7650e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2592 | 2024.03.26 19:49:22.536365 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2593 | 2024.03.26 19:49:22.536414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2594 | 2024.03.26 19:49:22.536433 [ 3 ] {} <Debug> HTTP-Session: 04126c79-d781-443e-910e-a73cbd3fec84 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2595 | 2024.03.26 19:49:22.536449 [ 3 ] {} <Debug> HTTP-Session: 04126c79-d781-443e-910e-a73cbd3fec84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2596 | 2024.03.26 19:49:22.536463 [ 3 ] {} <Debug> HTTP-Session: 04126c79-d781-443e-910e-a73cbd3fec84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2597 | 2024.03.26 19:49:22.536494 [ 3 ] {} <Trace> HTTP-Session: 04126c79-d781-443e-910e-a73cbd3fec84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2598 | 2024.03.26 19:49:22.536569 [ 3 ] {dfb725e1-4e1d-4d76-8052-b81670c440a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2599 | 2024.03.26 19:49:22.536610 [ 3 ] {dfb725e1-4e1d-4d76-8052-b81670c440a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2600 | 2024.03.26 19:49:22.536738 [ 3 ] {dfb725e1-4e1d-4d76-8052-b81670c440a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2601 | 2024.03.26 19:49:22.537116 [ 3 ] {dfb725e1-4e1d-4d76-8052-b81670c440a2} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2602 | 2024.03.26 19:49:22.537153 [ 3 ] {dfb725e1-4e1d-4d76-8052-b81670c440a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.51 GiB. | ||
2603 | 2024.03.26 19:49:22.537500 [ 3 ] {dfb725e1-4e1d-4d76-8052-b81670c440a2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
2604 | 2024.03.26 19:49:22.537851 [ 3 ] {dfb725e1-4e1d-4d76-8052-b81670c440a2} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2605 | 2024.03.26 19:49:22.538006 [ 3 ] {dfb725e1-4e1d-4d76-8052-b81670c440a2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001464 sec., 20491.803278688523 rows/sec., 1.40 MiB/sec. | ||
2606 | 2024.03.26 19:49:22.538136 [ 3 ] {dfb725e1-4e1d-4d76-8052-b81670c440a2} <Debug> DynamicQueryHandler: Done processing query | ||
2607 | 2024.03.26 19:49:22.538160 [ 3 ] {dfb725e1-4e1d-4d76-8052-b81670c440a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2608 | 2024.03.26 19:49:22.538176 [ 3 ] {} <Debug> HTTP-Session: 04126c79-d781-443e-910e-a73cbd3fec84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2609 | 2024.03.26 19:49:26.462283 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2610 | 2024.03.26 19:49:26.462353 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2611 | 2024.03.26 19:49:27.520296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2612 | 2024.03.26 19:49:27.520410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2613 | 2024.03.26 19:49:27.520437 [ 3 ] {} <Debug> HTTP-Session: 58f755b2-5fc4-43cf-8fd6-4b35cc6d40e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2614 | 2024.03.26 19:49:27.520462 [ 3 ] {} <Debug> HTTP-Session: 58f755b2-5fc4-43cf-8fd6-4b35cc6d40e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2615 | 2024.03.26 19:49:27.520478 [ 3 ] {} <Debug> HTTP-Session: 58f755b2-5fc4-43cf-8fd6-4b35cc6d40e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2616 | 2024.03.26 19:49:27.520530 [ 3 ] {} <Trace> HTTP-Session: 58f755b2-5fc4-43cf-8fd6-4b35cc6d40e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2617 | 2024.03.26 19:49:27.520654 [ 3 ] {f71df6af-d250-4163-9d2f-f819b0bc9baa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2618 | 2024.03.26 19:49:27.520722 [ 3 ] {f71df6af-d250-4163-9d2f-f819b0bc9baa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2619 | 2024.03.26 19:49:27.520914 [ 3 ] {f71df6af-d250-4163-9d2f-f819b0bc9baa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2620 | 2024.03.26 19:49:27.521386 [ 3 ] {f71df6af-d250-4163-9d2f-f819b0bc9baa} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2621 | 2024.03.26 19:49:27.521437 [ 3 ] {f71df6af-d250-4163-9d2f-f819b0bc9baa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2622 | 2024.03.26 19:49:27.521825 [ 3 ] {f71df6af-d250-4163-9d2f-f819b0bc9baa} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2623 | 2024.03.26 19:49:27.522165 [ 3 ] {f71df6af-d250-4163-9d2f-f819b0bc9baa} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2624 | 2024.03.26 19:49:27.522310 [ 3 ] {f71df6af-d250-4163-9d2f-f819b0bc9baa} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001714 sec., 9334.889148191365 rows/sec., 756.64 KiB/sec. | ||
2625 | 2024.03.26 19:49:27.522553 [ 3 ] {f71df6af-d250-4163-9d2f-f819b0bc9baa} <Debug> DynamicQueryHandler: Done processing query | ||
2626 | 2024.03.26 19:49:27.522581 [ 3 ] {f71df6af-d250-4163-9d2f-f819b0bc9baa} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2627 | 2024.03.26 19:49:27.522599 [ 3 ] {} <Debug> HTTP-Session: 58f755b2-5fc4-43cf-8fd6-4b35cc6d40e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2628 | 2024.03.26 19:49:27.522770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2629 | 2024.03.26 19:49:27.522828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2630 | 2024.03.26 19:49:27.522848 [ 3 ] {} <Debug> HTTP-Session: 75606b87-61f6-4c0a-ae29-a0cdeb6eceb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2631 | 2024.03.26 19:49:27.522868 [ 3 ] {} <Debug> HTTP-Session: 75606b87-61f6-4c0a-ae29-a0cdeb6eceb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2632 | 2024.03.26 19:49:27.522884 [ 3 ] {} <Debug> HTTP-Session: 75606b87-61f6-4c0a-ae29-a0cdeb6eceb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2633 | 2024.03.26 19:49:27.522919 [ 3 ] {} <Trace> HTTP-Session: 75606b87-61f6-4c0a-ae29-a0cdeb6eceb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2634 | 2024.03.26 19:49:27.523017 [ 3 ] {0729cfe0-9a34-4651-a0b0-e2b9770c9a8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2635 | 2024.03.26 19:49:27.523064 [ 3 ] {0729cfe0-9a34-4651-a0b0-e2b9770c9a8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2636 | 2024.03.26 19:49:27.523208 [ 3 ] {0729cfe0-9a34-4651-a0b0-e2b9770c9a8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2637 | 2024.03.26 19:49:27.523579 [ 3 ] {0729cfe0-9a34-4651-a0b0-e2b9770c9a8f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2638 | 2024.03.26 19:49:27.523620 [ 3 ] {0729cfe0-9a34-4651-a0b0-e2b9770c9a8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2639 | 2024.03.26 19:49:27.523936 [ 3 ] {0729cfe0-9a34-4651-a0b0-e2b9770c9a8f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2640 | 2024.03.26 19:49:27.524248 [ 3 ] {0729cfe0-9a34-4651-a0b0-e2b9770c9a8f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2641 | 2024.03.26 19:49:27.524399 [ 3 ] {0729cfe0-9a34-4651-a0b0-e2b9770c9a8f} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.001424 sec., 51966.29213483146 rows/sec., 4.31 MiB/sec. | ||
2642 | 2024.03.26 19:49:27.524411 [ 55 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
2643 | 2024.03.26 19:49:27.524522 [ 55 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2644 | 2024.03.26 19:49:27.524552 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2645 | 2024.03.26 19:49:27.524570 [ 3 ] {0729cfe0-9a34-4651-a0b0-e2b9770c9a8f} <Debug> DynamicQueryHandler: Done processing query | ||
2646 | 2024.03.26 19:49:27.524623 [ 3 ] {0729cfe0-9a34-4651-a0b0-e2b9770c9a8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2647 | 2024.03.26 19:49:27.524692 [ 3 ] {} <Debug> HTTP-Session: 75606b87-61f6-4c0a-ae29-a0cdeb6eceb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2648 | 2024.03.26 19:49:27.524833 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::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 | ||
2649 | 2024.03.26 19:49:27.524964 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2650 | 2024.03.26 19:49:27.525105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2651 | 2024.03.26 19:49:27.525150 [ 3 ] {} <Debug> HTTP-Session: d4a5bf60-4b2d-455b-a21e-c96f0c7ac77f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2652 | 2024.03.26 19:49:27.525182 [ 3 ] {} <Debug> HTTP-Session: d4a5bf60-4b2d-455b-a21e-c96f0c7ac77f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2653 | 2024.03.26 19:49:27.525190 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2654 | 2024.03.26 19:49:27.525200 [ 3 ] {} <Debug> HTTP-Session: d4a5bf60-4b2d-455b-a21e-c96f0c7ac77f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2655 | 2024.03.26 19:49:27.525225 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 71 rows starting from the beginning of the part | ||
2656 | 2024.03.26 19:49:27.525242 [ 3 ] {} <Trace> HTTP-Session: d4a5bf60-4b2d-455b-a21e-c96f0c7ac77f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2657 | 2024.03.26 19:49:27.525404 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 110 rows starting from the beginning of the part | ||
2658 | 2024.03.26 19:49:27.525445 [ 3 ] {df062934-8853-4abf-84a8-627266756b81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2659 | 2024.03.26 19:49:27.525646 [ 3 ] {df062934-8853-4abf-84a8-627266756b81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2660 | 2024.03.26 19:49:27.525720 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 26 rows starting from the beginning of the part | ||
2661 | 2024.03.26 19:49:27.526086 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 75 rows starting from the beginning of the part | ||
2662 | 2024.03.26 19:49:27.526401 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 146 rows starting from the beginning of the part | ||
2663 | 2024.03.26 19:49:27.526767 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 74 rows starting from the beginning of the part | ||
2664 | 2024.03.26 19:49:27.526868 [ 3 ] {df062934-8853-4abf-84a8-627266756b81} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2665 | 2024.03.26 19:49:27.527692 [ 3 ] {df062934-8853-4abf-84a8-627266756b81} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2666 | 2024.03.26 19:49:27.527734 [ 3 ] {df062934-8853-4abf-84a8-627266756b81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2667 | 2024.03.26 19:49:27.528291 [ 3 ] {df062934-8853-4abf-84a8-627266756b81} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2668 | 2024.03.26 19:49:27.528701 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 4 columns (4 merged, 0 gathered) in 0.004052133 sec., 123885.3709885633 rows/sec., 10.60 MiB/sec. | ||
2669 | 2024.03.26 19:49:27.528799 [ 3 ] {df062934-8853-4abf-84a8-627266756b81} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2670 | 2024.03.26 19:49:27.529029 [ 55 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
2671 | 2024.03.26 19:49:27.529029 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
2672 | 2024.03.26 19:49:27.529070 [ 3 ] {df062934-8853-4abf-84a8-627266756b81} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.003754 sec., 11720.831113478956 rows/sec., 937.02 KiB/sec. | ||
2673 | 2024.03.26 19:49:27.529106 [ 55 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2674 | 2024.03.26 19:49:27.529193 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2675 | 2024.03.26 19:49:27.529648 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::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 | ||
2676 | 2024.03.26 19:49:27.530462 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2677 | 2024.03.26 19:49:27.530592 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 55 rows starting from the beginning of the part | ||
2678 | 2024.03.26 19:49:27.530633 [ 3 ] {df062934-8853-4abf-84a8-627266756b81} <Debug> DynamicQueryHandler: Done processing query | ||
2679 | 2024.03.26 19:49:27.530808 [ 3 ] {df062934-8853-4abf-84a8-627266756b81} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2680 | 2024.03.26 19:49:27.530976 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 68 rows starting from the beginning of the part | ||
2681 | 2024.03.26 19:49:27.531078 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2682 | 2024.03.26 19:49:27.531163 [ 3 ] {} <Debug> HTTP-Session: d4a5bf60-4b2d-455b-a21e-c96f0c7ac77f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2683 | 2024.03.26 19:49:27.531344 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 28 rows starting from the beginning of the part | ||
2684 | 2024.03.26 19:49:27.531664 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 46 rows starting from the beginning of the part | ||
2685 | 2024.03.26 19:49:27.531654 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_15_3} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
2686 | 2024.03.26 19:49:27.531929 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 76 rows starting from the beginning of the part | ||
2687 | 2024.03.26 19:49:27.531943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2688 | 2024.03.26 19:49:27.532073 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
2689 | 2024.03.26 19:49:27.532253 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 44 rows starting from the beginning of the part | ||
2690 | 2024.03.26 19:49:27.532347 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2691 | 2024.03.26 19:49:27.532555 [ 3 ] {} <Debug> HTTP-Session: 3a4e4a87-b2c7-4da2-943c-dd3a5cdb6f87 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2692 | 2024.03.26 19:49:27.532687 [ 3 ] {} <Debug> HTTP-Session: 3a4e4a87-b2c7-4da2-943c-dd3a5cdb6f87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2693 | 2024.03.26 19:49:27.532757 [ 3 ] {} <Debug> HTTP-Session: 3a4e4a87-b2c7-4da2-943c-dd3a5cdb6f87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2694 | 2024.03.26 19:49:27.532864 [ 3 ] {} <Trace> HTTP-Session: 3a4e4a87-b2c7-4da2-943c-dd3a5cdb6f87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2695 | 2024.03.26 19:49:27.533054 [ 3 ] {3c9c4560-0623-4a9e-87c3-35ceade97dde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2696 | 2024.03.26 19:49:27.533153 [ 3 ] {3c9c4560-0623-4a9e-87c3-35ceade97dde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2697 | 2024.03.26 19:49:27.533780 [ 3 ] {3c9c4560-0623-4a9e-87c3-35ceade97dde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2698 | 2024.03.26 19:49:27.534766 [ 3 ] {3c9c4560-0623-4a9e-87c3-35ceade97dde} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2699 | 2024.03.26 19:49:27.534818 [ 3 ] {3c9c4560-0623-4a9e-87c3-35ceade97dde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2700 | 2024.03.26 19:49:27.535274 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 317 rows, containing 4 columns (4 merged, 0 gathered) in 0.00594327 sec., 53337.64072640146 rows/sec., 4.17 MiB/sec. | ||
2701 | 2024.03.26 19:49:27.535501 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
2702 | 2024.03.26 19:49:27.535836 [ 3 ] {3c9c4560-0623-4a9e-87c3-35ceade97dde} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2703 | 2024.03.26 19:49:27.536399 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2704 | 2024.03.26 19:49:27.536550 [ 190 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_15_3} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
2705 | 2024.03.26 19:49:27.536740 [ 3 ] {3c9c4560-0623-4a9e-87c3-35ceade97dde} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2706 | 2024.03.26 19:49:27.536740 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
2707 | 2024.03.26 19:49:27.536973 [ 3 ] {3c9c4560-0623-4a9e-87c3-35ceade97dde} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004017 sec., 24894.199651481205 rows/sec., 1.73 MiB/sec. | ||
2708 | 2024.03.26 19:49:27.537283 [ 3 ] {3c9c4560-0623-4a9e-87c3-35ceade97dde} <Debug> DynamicQueryHandler: Done processing query | ||
2709 | 2024.03.26 19:49:27.537309 [ 3 ] {3c9c4560-0623-4a9e-87c3-35ceade97dde} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2710 | 2024.03.26 19:49:27.537326 [ 3 ] {} <Debug> HTTP-Session: 3a4e4a87-b2c7-4da2-943c-dd3a5cdb6f87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2711 | 2024.03.26 19:49:27.537471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2712 | 2024.03.26 19:49:27.537522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2713 | 2024.03.26 19:49:27.537542 [ 3 ] {} <Debug> HTTP-Session: 2024975a-5e6c-436f-9045-52aa3c842daf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2714 | 2024.03.26 19:49:27.537559 [ 3 ] {} <Debug> HTTP-Session: 2024975a-5e6c-436f-9045-52aa3c842daf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2715 | 2024.03.26 19:49:27.537573 [ 3 ] {} <Debug> HTTP-Session: 2024975a-5e6c-436f-9045-52aa3c842daf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2716 | 2024.03.26 19:49:27.537605 [ 3 ] {} <Trace> HTTP-Session: 2024975a-5e6c-436f-9045-52aa3c842daf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2717 | 2024.03.26 19:49:27.537767 [ 3 ] {51bdf8fe-e764-435f-9aa8-87b5c7ac876c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2718 | 2024.03.26 19:49:27.537817 [ 3 ] {51bdf8fe-e764-435f-9aa8-87b5c7ac876c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2719 | 2024.03.26 19:49:27.538005 [ 3 ] {51bdf8fe-e764-435f-9aa8-87b5c7ac876c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2720 | 2024.03.26 19:49:27.538448 [ 3 ] {51bdf8fe-e764-435f-9aa8-87b5c7ac876c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2721 | 2024.03.26 19:49:27.538486 [ 3 ] {51bdf8fe-e764-435f-9aa8-87b5c7ac876c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2722 | 2024.03.26 19:49:27.538918 [ 3 ] {51bdf8fe-e764-435f-9aa8-87b5c7ac876c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2723 | 2024.03.26 19:49:27.539276 [ 3 ] {51bdf8fe-e764-435f-9aa8-87b5c7ac876c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2724 | 2024.03.26 19:49:27.539437 [ 3 ] {51bdf8fe-e764-435f-9aa8-87b5c7ac876c} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001766 sec., 9060.022650056626 rows/sec., 12.23 MiB/sec. | ||
2725 | 2024.03.26 19:49:27.539575 [ 3 ] {51bdf8fe-e764-435f-9aa8-87b5c7ac876c} <Debug> DynamicQueryHandler: Done processing query | ||
2726 | 2024.03.26 19:49:27.539600 [ 3 ] {51bdf8fe-e764-435f-9aa8-87b5c7ac876c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2727 | 2024.03.26 19:49:27.539616 [ 3 ] {} <Debug> HTTP-Session: 2024975a-5e6c-436f-9045-52aa3c842daf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2728 | 2024.03.26 19:49:27.539736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2729 | 2024.03.26 19:49:27.539786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2730 | 2024.03.26 19:49:27.539804 [ 3 ] {} <Debug> HTTP-Session: e7b4f447-a890-41a9-8db8-d7cbec022f84 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2731 | 2024.03.26 19:49:27.539821 [ 3 ] {} <Debug> HTTP-Session: e7b4f447-a890-41a9-8db8-d7cbec022f84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2732 | 2024.03.26 19:49:27.539835 [ 3 ] {} <Debug> HTTP-Session: e7b4f447-a890-41a9-8db8-d7cbec022f84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2733 | 2024.03.26 19:49:27.539866 [ 3 ] {} <Trace> HTTP-Session: e7b4f447-a890-41a9-8db8-d7cbec022f84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2734 | 2024.03.26 19:49:27.539947 [ 3 ] {7cbb016e-85d4-4c3d-9f12-432264628bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2735 | 2024.03.26 19:49:27.539990 [ 3 ] {7cbb016e-85d4-4c3d-9f12-432264628bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2736 | 2024.03.26 19:49:27.540121 [ 3 ] {7cbb016e-85d4-4c3d-9f12-432264628bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2737 | 2024.03.26 19:49:27.540420 [ 3 ] {7cbb016e-85d4-4c3d-9f12-432264628bcb} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2738 | 2024.03.26 19:49:27.540459 [ 3 ] {7cbb016e-85d4-4c3d-9f12-432264628bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2739 | 2024.03.26 19:49:27.540829 [ 3 ] {7cbb016e-85d4-4c3d-9f12-432264628bcb} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
2740 | 2024.03.26 19:49:27.541182 [ 3 ] {7cbb016e-85d4-4c3d-9f12-432264628bcb} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): 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.03.26 19:49:27.541337 [ 3 ] {7cbb016e-85d4-4c3d-9f12-432264628bcb} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001417 sec., 21171.48906139732 rows/sec., 1.45 MiB/sec. | ||
2742 | 2024.03.26 19:49:27.541471 [ 3 ] {7cbb016e-85d4-4c3d-9f12-432264628bcb} <Debug> DynamicQueryHandler: Done processing query | ||
2743 | 2024.03.26 19:49:27.541496 [ 3 ] {7cbb016e-85d4-4c3d-9f12-432264628bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2744 | 2024.03.26 19:49:27.541511 [ 3 ] {} <Debug> HTTP-Session: e7b4f447-a890-41a9-8db8-d7cbec022f84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2745 | 2024.03.26 19:49:32.520025 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2746 | 2024.03.26 19:49:32.520154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2747 | 2024.03.26 19:49:32.520179 [ 3 ] {} <Debug> HTTP-Session: 71ccbea1-9b48-418e-96ba-cf52824af66d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2748 | 2024.03.26 19:49:32.520203 [ 3 ] {} <Debug> HTTP-Session: 71ccbea1-9b48-418e-96ba-cf52824af66d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2749 | 2024.03.26 19:49:32.520270 [ 3 ] {} <Debug> HTTP-Session: 71ccbea1-9b48-418e-96ba-cf52824af66d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2750 | 2024.03.26 19:49:32.520321 [ 3 ] {} <Trace> HTTP-Session: 71ccbea1-9b48-418e-96ba-cf52824af66d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2751 | 2024.03.26 19:49:32.520452 [ 3 ] {9a9d3dd5-a8c7-4576-944f-cec0c3c99975} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2752 | 2024.03.26 19:49:32.520517 [ 3 ] {9a9d3dd5-a8c7-4576-944f-cec0c3c99975} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2753 | 2024.03.26 19:49:32.520710 [ 3 ] {9a9d3dd5-a8c7-4576-944f-cec0c3c99975} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2754 | 2024.03.26 19:49:32.521175 [ 3 ] {9a9d3dd5-a8c7-4576-944f-cec0c3c99975} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2755 | 2024.03.26 19:49:32.521223 [ 3 ] {9a9d3dd5-a8c7-4576-944f-cec0c3c99975} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2756 | 2024.03.26 19:49:32.521616 [ 3 ] {9a9d3dd5-a8c7-4576-944f-cec0c3c99975} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2757 | 2024.03.26 19:49:32.521954 [ 3 ] {9a9d3dd5-a8c7-4576-944f-cec0c3c99975} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2758 | 2024.03.26 19:49:32.522123 [ 3 ] {9a9d3dd5-a8c7-4576-944f-cec0c3c99975} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001727 sec., 24319.629415170817 rows/sec., 1.93 MiB/sec. | ||
2759 | 2024.03.26 19:49:32.522134 [ 51 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2760 | 2024.03.26 19:49:32.522321 [ 51 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2761 | 2024.03.26 19:49:32.522386 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2762 | 2024.03.26 19:49:32.522454 [ 3 ] {9a9d3dd5-a8c7-4576-944f-cec0c3c99975} <Debug> DynamicQueryHandler: Done processing query | ||
2763 | 2024.03.26 19:49:32.522511 [ 3 ] {9a9d3dd5-a8c7-4576-944f-cec0c3c99975} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2764 | 2024.03.26 19:49:32.522570 [ 3 ] {} <Debug> HTTP-Session: 71ccbea1-9b48-418e-96ba-cf52824af66d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2765 | 2024.03.26 19:49:32.522610 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
2766 | 2024.03.26 19:49:32.522799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2767 | 2024.03.26 19:49:32.522842 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2768 | 2024.03.26 19:49:32.522905 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2769 | 2024.03.26 19:49:32.522910 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
2770 | 2024.03.26 19:49:32.522942 [ 3 ] {} <Debug> HTTP-Session: 9d1eeb65-1c55-4674-acc2-342537c7f263 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2771 | 2024.03.26 19:49:32.522984 [ 3 ] {} <Debug> HTTP-Session: 9d1eeb65-1c55-4674-acc2-342537c7f263 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2772 | 2024.03.26 19:49:32.523018 [ 3 ] {} <Debug> HTTP-Session: 9d1eeb65-1c55-4674-acc2-342537c7f263 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2773 | 2024.03.26 19:49:32.523119 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part | ||
2774 | 2024.03.26 19:49:32.523173 [ 3 ] {} <Trace> HTTP-Session: 9d1eeb65-1c55-4674-acc2-342537c7f263 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2775 | 2024.03.26 19:49:32.523499 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
2776 | 2024.03.26 19:49:32.523602 [ 3 ] {e39eb5f0-ae30-48fa-b45e-7c483a36f72f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2777 | 2024.03.26 19:49:32.523780 [ 3 ] {e39eb5f0-ae30-48fa-b45e-7c483a36f72f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2778 | 2024.03.26 19:49:32.523864 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
2779 | 2024.03.26 19:49:32.524228 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
2780 | 2024.03.26 19:49:32.524556 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part | ||
2781 | 2024.03.26 19:49:32.524829 [ 3 ] {e39eb5f0-ae30-48fa-b45e-7c483a36f72f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2782 | 2024.03.26 19:49:32.525916 [ 3 ] {e39eb5f0-ae30-48fa-b45e-7c483a36f72f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2783 | 2024.03.26 19:49:32.525978 [ 3 ] {e39eb5f0-ae30-48fa-b45e-7c483a36f72f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2784 | 2024.03.26 19:49:32.526992 [ 3 ] {e39eb5f0-ae30-48fa-b45e-7c483a36f72f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2785 | 2024.03.26 19:49:32.527205 [ 190 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 4 columns (4 merged, 0 gathered) in 0.004722763 sec., 30702.366390183037 rows/sec., 2.43 MiB/sec. | ||
2786 | 2024.03.26 19:49:32.527507 [ 190 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2787 | 2024.03.26 19:49:32.527669 [ 3 ] {e39eb5f0-ae30-48fa-b45e-7c483a36f72f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2788 | 2024.03.26 19:49:32.528110 [ 3 ] {e39eb5f0-ae30-48fa-b45e-7c483a36f72f} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.00468 sec., 32478.632478632477 rows/sec., 3.10 MiB/sec. | ||
2789 | 2024.03.26 19:49:32.528373 [ 3 ] {e39eb5f0-ae30-48fa-b45e-7c483a36f72f} <Debug> DynamicQueryHandler: Done processing query | ||
2790 | 2024.03.26 19:49:32.528421 [ 3 ] {e39eb5f0-ae30-48fa-b45e-7c483a36f72f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
2791 | 2024.03.26 19:49:32.528452 [ 3 ] {} <Debug> HTTP-Session: 9d1eeb65-1c55-4674-acc2-342537c7f263 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2792 | 2024.03.26 19:49:32.528453 [ 190 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_6_1} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2793 | 2024.03.26 19:49:32.528572 [ 190 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_6_1} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2794 | 2024.03.26 19:49:32.528610 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2795 | 2024.03.26 19:49:32.528721 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
2796 | 2024.03.26 19:49:32.528733 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2797 | 2024.03.26 19:49:32.528775 [ 3 ] {} <Debug> HTTP-Session: 724d0375-04ad-43fe-bf3e-18758eaf2c3d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2798 | 2024.03.26 19:49:32.528792 [ 3 ] {} <Debug> HTTP-Session: 724d0375-04ad-43fe-bf3e-18758eaf2c3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2799 | 2024.03.26 19:49:32.528806 [ 3 ] {} <Debug> HTTP-Session: 724d0375-04ad-43fe-bf3e-18758eaf2c3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2800 | 2024.03.26 19:49:32.528839 [ 3 ] {} <Trace> HTTP-Session: 724d0375-04ad-43fe-bf3e-18758eaf2c3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2801 | 2024.03.26 19:49:32.528947 [ 3 ] {70de562a-3e88-4404-b141-3a8da6767109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2802 | 2024.03.26 19:49:32.528989 [ 3 ] {70de562a-3e88-4404-b141-3a8da6767109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2803 | 2024.03.26 19:49:32.529137 [ 3 ] {70de562a-3e88-4404-b141-3a8da6767109} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2804 | 2024.03.26 19:49:32.529494 [ 3 ] {70de562a-3e88-4404-b141-3a8da6767109} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2805 | 2024.03.26 19:49:32.529532 [ 3 ] {70de562a-3e88-4404-b141-3a8da6767109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2806 | 2024.03.26 19:49:32.529863 [ 3 ] {70de562a-3e88-4404-b141-3a8da6767109} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2807 | 2024.03.26 19:49:32.530185 [ 3 ] {70de562a-3e88-4404-b141-3a8da6767109} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2808 | 2024.03.26 19:49:32.530326 [ 3 ] {70de562a-3e88-4404-b141-3a8da6767109} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001439 sec., 48644.892286309936 rows/sec., 3.80 MiB/sec. | ||
2809 | 2024.03.26 19:49:32.530466 [ 3 ] {70de562a-3e88-4404-b141-3a8da6767109} <Debug> DynamicQueryHandler: Done processing query | ||
2810 | 2024.03.26 19:49:32.530490 [ 3 ] {70de562a-3e88-4404-b141-3a8da6767109} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
2811 | 2024.03.26 19:49:32.530506 [ 3 ] {} <Debug> HTTP-Session: 724d0375-04ad-43fe-bf3e-18758eaf2c3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2812 | 2024.03.26 19:49:32.530669 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2813 | 2024.03.26 19:49:32.530717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2814 | 2024.03.26 19:49:32.530735 [ 3 ] {} <Debug> HTTP-Session: 72978dc8-787b-4aac-a116-d043b3056df1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2815 | 2024.03.26 19:49:32.530752 [ 3 ] {} <Debug> HTTP-Session: 72978dc8-787b-4aac-a116-d043b3056df1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2816 | 2024.03.26 19:49:32.530765 [ 3 ] {} <Debug> HTTP-Session: 72978dc8-787b-4aac-a116-d043b3056df1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2817 | 2024.03.26 19:49:32.530798 [ 3 ] {} <Trace> HTTP-Session: 72978dc8-787b-4aac-a116-d043b3056df1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2818 | 2024.03.26 19:49:32.530916 [ 3 ] {4503c215-b007-42d9-884a-0a2cee473a8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2819 | 2024.03.26 19:49:32.530966 [ 3 ] {4503c215-b007-42d9-884a-0a2cee473a8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2820 | 2024.03.26 19:49:32.531128 [ 3 ] {4503c215-b007-42d9-884a-0a2cee473a8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2821 | 2024.03.26 19:49:32.531508 [ 3 ] {4503c215-b007-42d9-884a-0a2cee473a8e} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2822 | 2024.03.26 19:49:32.531545 [ 3 ] {4503c215-b007-42d9-884a-0a2cee473a8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2823 | 2024.03.26 19:49:32.531975 [ 3 ] {4503c215-b007-42d9-884a-0a2cee473a8e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2824 | 2024.03.26 19:49:32.532319 [ 3 ] {4503c215-b007-42d9-884a-0a2cee473a8e} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2825 | 2024.03.26 19:49:32.532494 [ 3 ] {4503c215-b007-42d9-884a-0a2cee473a8e} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001628 sec., 61425.06142506142 rows/sec., 4.26 MiB/sec. | ||
2826 | 2024.03.26 19:49:32.532497 [ 49 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2827 | 2024.03.26 19:49:32.532594 [ 49 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2828 | 2024.03.26 19:49:32.532651 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2829 | 2024.03.26 19:49:32.532728 [ 3 ] {4503c215-b007-42d9-884a-0a2cee473a8e} <Debug> DynamicQueryHandler: Done processing query | ||
2830 | 2024.03.26 19:49:32.532809 [ 3 ] {4503c215-b007-42d9-884a-0a2cee473a8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
2831 | 2024.03.26 19:49:32.532885 [ 3 ] {} <Debug> HTTP-Session: 72978dc8-787b-4aac-a116-d043b3056df1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2832 | 2024.03.26 19:49:32.532970 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
2833 | 2024.03.26 19:49:32.533201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2834 | 2024.03.26 19:49:32.533246 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2835 | 2024.03.26 19:49:32.533310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2836 | 2024.03.26 19:49:32.533321 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1324 rows starting from the beginning of the part | ||
2837 | 2024.03.26 19:49:32.533350 [ 3 ] {} <Debug> HTTP-Session: 1dd1b39e-6e7c-42d8-869e-9ef0b4446718 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2838 | 2024.03.26 19:49:32.533390 [ 3 ] {} <Debug> HTTP-Session: 1dd1b39e-6e7c-42d8-869e-9ef0b4446718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2839 | 2024.03.26 19:49:32.533444 [ 3 ] {} <Debug> HTTP-Session: 1dd1b39e-6e7c-42d8-869e-9ef0b4446718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2840 | 2024.03.26 19:49:32.533550 [ 3 ] {} <Trace> HTTP-Session: 1dd1b39e-6e7c-42d8-869e-9ef0b4446718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2841 | 2024.03.26 19:49:32.533642 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 100 rows starting from the beginning of the part | ||
2842 | 2024.03.26 19:49:32.533796 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 101 rows starting from the beginning of the part | ||
2843 | 2024.03.26 19:49:32.534029 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 100 rows starting from the beginning of the part | ||
2844 | 2024.03.26 19:49:32.534299 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 100 rows starting from the beginning of the part | ||
2845 | 2024.03.26 19:49:32.534332 [ 3 ] {dbe52bae-579d-4a68-aafb-c42ffe74f668} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2846 | 2024.03.26 19:49:32.534546 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 100 rows starting from the beginning of the part | ||
2847 | 2024.03.26 19:49:32.534654 [ 3 ] {dbe52bae-579d-4a68-aafb-c42ffe74f668} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
2848 | 2024.03.26 19:49:32.535503 [ 3 ] {dbe52bae-579d-4a68-aafb-c42ffe74f668} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2849 | 2024.03.26 19:49:32.536613 [ 3 ] {dbe52bae-579d-4a68-aafb-c42ffe74f668} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2850 | 2024.03.26 19:49:32.536678 [ 3 ] {dbe52bae-579d-4a68-aafb-c42ffe74f668} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2851 | 2024.03.26 19:49:32.537952 [ 3 ] {dbe52bae-579d-4a68-aafb-c42ffe74f668} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2852 | 2024.03.26 19:49:32.537954 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1825 rows, containing 5 columns (5 merged, 0 gathered) in 0.005206757 sec., 350506.0827689865 rows/sec., 24.36 MiB/sec. | ||
2853 | 2024.03.26 19:49:32.538328 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2854 | 2024.03.26 19:49:32.538586 [ 3 ] {dbe52bae-579d-4a68-aafb-c42ffe74f668} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2855 | 2024.03.26 19:49:32.538844 [ 49 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2856 | 2024.03.26 19:49:32.538939 [ 49 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2857 | 2024.03.26 19:49:32.539031 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2858 | 2024.03.26 19:49:32.539234 [ 3 ] {dbe52bae-579d-4a68-aafb-c42ffe74f668} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.005443 sec., 7716.332904648172 rows/sec., 10.41 MiB/sec. | ||
2859 | 2024.03.26 19:49:32.539365 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
2860 | 2024.03.26 19:49:32.539863 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2861 | 2024.03.26 19:49:32.539922 [ 3 ] {dbe52bae-579d-4a68-aafb-c42ffe74f668} <Debug> DynamicQueryHandler: Done processing query | ||
2862 | 2024.03.26 19:49:32.540016 [ 3 ] {dbe52bae-579d-4a68-aafb-c42ffe74f668} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
2863 | 2024.03.26 19:49:32.540128 [ 3 ] {} <Debug> HTTP-Session: 1dd1b39e-6e7c-42d8-869e-9ef0b4446718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2864 | 2024.03.26 19:49:32.540135 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2865 | 2024.03.26 19:49:32.540155 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2866 | 2024.03.26 19:49:32.540228 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
2867 | 2024.03.26 19:49:32.540440 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
2868 | 2024.03.26 19:49:32.540545 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2869 | 2024.03.26 19:49:32.540647 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 16 rows starting from the beginning of the part | ||
2870 | 2024.03.26 19:49:32.540771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2871 | 2024.03.26 19:49:32.540898 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
2872 | 2024.03.26 19:49:32.540906 [ 3 ] {} <Debug> HTTP-Session: dfbe05ac-12e4-4f66-a2df-4a26bb75b686 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2873 | 2024.03.26 19:49:32.540980 [ 3 ] {} <Debug> HTTP-Session: dfbe05ac-12e4-4f66-a2df-4a26bb75b686 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2874 | 2024.03.26 19:49:32.541051 [ 3 ] {} <Debug> HTTP-Session: dfbe05ac-12e4-4f66-a2df-4a26bb75b686 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2875 | 2024.03.26 19:49:32.541209 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 40 rows starting from the beginning of the part | ||
2876 | 2024.03.26 19:49:32.541226 [ 3 ] {} <Trace> HTTP-Session: dfbe05ac-12e4-4f66-a2df-4a26bb75b686 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2877 | 2024.03.26 19:49:32.541504 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
2878 | 2024.03.26 19:49:32.541585 [ 3 ] {e304584b-6979-49b2-a97a-8599627228d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2879 | 2024.03.26 19:49:32.541805 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part | ||
2880 | 2024.03.26 19:49:32.541830 [ 3 ] {e304584b-6979-49b2-a97a-8599627228d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2881 | 2024.03.26 19:49:32.542650 [ 3 ] {e304584b-6979-49b2-a97a-8599627228d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2882 | 2024.03.26 19:49:32.543461 [ 3 ] {e304584b-6979-49b2-a97a-8599627228d5} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2883 | 2024.03.26 19:49:32.543540 [ 3 ] {e304584b-6979-49b2-a97a-8599627228d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2884 | 2024.03.26 19:49:32.544586 [ 3 ] {e304584b-6979-49b2-a97a-8599627228d5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
2885 | 2024.03.26 19:49:32.545299 [ 3 ] {e304584b-6979-49b2-a97a-8599627228d5} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2886 | 2024.03.26 19:49:32.545665 [ 49 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
2887 | 2024.03.26 19:49:32.545684 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 145 rows, containing 6 columns (6 merged, 0 gathered) in 0.006511817 sec., 22267.210518968823 rows/sec., 30.05 MiB/sec. | ||
2888 | 2024.03.26 19:49:32.545725 [ 3 ] {e304584b-6979-49b2-a97a-8599627228d5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004344 sec., 6906.077348066298 rows/sec., 484.46 KiB/sec. | ||
2889 | 2024.03.26 19:49:32.545745 [ 49 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2890 | 2024.03.26 19:49:32.545821 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2891 | 2024.03.26 19:49:32.546130 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2892 | 2024.03.26 19:49:32.546178 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
2893 | 2024.03.26 19:49:32.546171 [ 3 ] {e304584b-6979-49b2-a97a-8599627228d5} <Debug> DynamicQueryHandler: Done processing query | ||
2894 | 2024.03.26 19:49:32.546273 [ 3 ] {e304584b-6979-49b2-a97a-8599627228d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2895 | 2024.03.26 19:49:32.546399 [ 3 ] {} <Debug> HTTP-Session: dfbe05ac-12e4-4f66-a2df-4a26bb75b686 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2896 | 2024.03.26 19:49:32.546597 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2897 | 2024.03.26 19:49:32.546659 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 318 rows starting from the beginning of the part | ||
2898 | 2024.03.26 19:49:32.547026 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 30 rows starting from the beginning of the part | ||
2899 | 2024.03.26 19:49:32.547387 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 30 rows starting from the beginning of the part | ||
2900 | 2024.03.26 19:49:32.547557 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 30 rows starting from the beginning of the part | ||
2901 | 2024.03.26 19:49:32.547874 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 30 rows starting from the beginning of the part | ||
2902 | 2024.03.26 19:49:32.547909 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2903 | 2024.03.26 19:49:32.548164 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 30 rows starting from the beginning of the part | ||
2904 | 2024.03.26 19:49:32.548279 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2905 | 2024.03.26 19:49:32.548638 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.72 MiB. | ||
2906 | 2024.03.26 19:49:32.549545 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 468 rows, containing 4 columns (4 merged, 0 gathered) in 0.003587628 sec., 130448.30734959143 rows/sec., 8.94 MiB/sec. | ||
2907 | 2024.03.26 19:49:32.549691 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
2908 | 2024.03.26 19:49:32.550075 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2909 | 2024.03.26 19:49:32.550146 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_16_3} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
2910 | 2024.03.26 19:49:32.550212 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
2911 | 2024.03.26 19:49:37.520018 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2912 | 2024.03.26 19:49:37.520161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2913 | 2024.03.26 19:49:37.520191 [ 3 ] {} <Debug> HTTP-Session: 4971b3e2-0383-4aa9-99b5-31dafd28da6d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2914 | 2024.03.26 19:49:37.520220 [ 3 ] {} <Debug> HTTP-Session: 4971b3e2-0383-4aa9-99b5-31dafd28da6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2915 | 2024.03.26 19:49:37.520239 [ 3 ] {} <Debug> HTTP-Session: 4971b3e2-0383-4aa9-99b5-31dafd28da6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2916 | 2024.03.26 19:49:37.520295 [ 3 ] {} <Trace> HTTP-Session: 4971b3e2-0383-4aa9-99b5-31dafd28da6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2917 | 2024.03.26 19:49:37.520430 [ 3 ] {893cde76-8787-49c9-9672-006f996ddf3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2918 | 2024.03.26 19:49:37.520501 [ 3 ] {893cde76-8787-49c9-9672-006f996ddf3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2919 | 2024.03.26 19:49:37.520705 [ 3 ] {893cde76-8787-49c9-9672-006f996ddf3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2920 | 2024.03.26 19:49:37.521139 [ 3 ] {893cde76-8787-49c9-9672-006f996ddf3c} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2921 | 2024.03.26 19:49:37.521183 [ 3 ] {893cde76-8787-49c9-9672-006f996ddf3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2922 | 2024.03.26 19:49:37.521570 [ 3 ] {893cde76-8787-49c9-9672-006f996ddf3c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2923 | 2024.03.26 19:49:37.521909 [ 3 ] {893cde76-8787-49c9-9672-006f996ddf3c} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2924 | 2024.03.26 19:49:37.522084 [ 3 ] {893cde76-8787-49c9-9672-006f996ddf3c} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001714 sec., 9334.889148191365 rows/sec., 756.64 KiB/sec. | ||
2925 | 2024.03.26 19:49:37.522239 [ 3 ] {893cde76-8787-49c9-9672-006f996ddf3c} <Debug> DynamicQueryHandler: Done processing query | ||
2926 | 2024.03.26 19:49:37.522266 [ 3 ] {893cde76-8787-49c9-9672-006f996ddf3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2927 | 2024.03.26 19:49:37.522283 [ 3 ] {} <Debug> HTTP-Session: 4971b3e2-0383-4aa9-99b5-31dafd28da6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2928 | 2024.03.26 19:49:37.522427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2929 | 2024.03.26 19:49:37.522478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2930 | 2024.03.26 19:49:37.522498 [ 3 ] {} <Debug> HTTP-Session: c29c2fb8-a7ef-4cc6-ab11-fe6e1f9653ef Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2931 | 2024.03.26 19:49:37.522514 [ 3 ] {} <Debug> HTTP-Session: c29c2fb8-a7ef-4cc6-ab11-fe6e1f9653ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2932 | 2024.03.26 19:49:37.522529 [ 3 ] {} <Debug> HTTP-Session: c29c2fb8-a7ef-4cc6-ab11-fe6e1f9653ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2933 | 2024.03.26 19:49:37.522561 [ 3 ] {} <Trace> HTTP-Session: c29c2fb8-a7ef-4cc6-ab11-fe6e1f9653ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2934 | 2024.03.26 19:49:37.522626 [ 3 ] {bdc4b704-17c4-454e-a53d-6c67354ce6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
2935 | 2024.03.26 19:49:37.522670 [ 3 ] {bdc4b704-17c4-454e-a53d-6c67354ce6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
2936 | 2024.03.26 19:49:37.522800 [ 3 ] {bdc4b704-17c4-454e-a53d-6c67354ce6c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2937 | 2024.03.26 19:49:37.523102 [ 3 ] {bdc4b704-17c4-454e-a53d-6c67354ce6c3} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2938 | 2024.03.26 19:49:37.523140 [ 3 ] {bdc4b704-17c4-454e-a53d-6c67354ce6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2939 | 2024.03.26 19:49:37.523447 [ 3 ] {bdc4b704-17c4-454e-a53d-6c67354ce6c3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2940 | 2024.03.26 19:49:37.523753 [ 3 ] {bdc4b704-17c4-454e-a53d-6c67354ce6c3} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2941 | 2024.03.26 19:49:37.523914 [ 3 ] {bdc4b704-17c4-454e-a53d-6c67354ce6c3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001307 sec., 1530.221882172915 rows/sec., 124.78 KiB/sec. | ||
2942 | 2024.03.26 19:49:37.524059 [ 3 ] {bdc4b704-17c4-454e-a53d-6c67354ce6c3} <Debug> DynamicQueryHandler: Done processing query | ||
2943 | 2024.03.26 19:49:37.524084 [ 3 ] {bdc4b704-17c4-454e-a53d-6c67354ce6c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2944 | 2024.03.26 19:49:37.524100 [ 3 ] {} <Debug> HTTP-Session: c29c2fb8-a7ef-4cc6-ab11-fe6e1f9653ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2945 | 2024.03.26 19:49:37.524240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2946 | 2024.03.26 19:49:37.524289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2947 | 2024.03.26 19:49:37.524307 [ 3 ] {} <Debug> HTTP-Session: aa7138da-0130-4233-acd3-4be3a71d6f44 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2948 | 2024.03.26 19:49:37.524324 [ 3 ] {} <Debug> HTTP-Session: aa7138da-0130-4233-acd3-4be3a71d6f44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2949 | 2024.03.26 19:49:37.524337 [ 3 ] {} <Debug> HTTP-Session: aa7138da-0130-4233-acd3-4be3a71d6f44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2950 | 2024.03.26 19:49:37.524370 [ 3 ] {} <Trace> HTTP-Session: aa7138da-0130-4233-acd3-4be3a71d6f44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2951 | 2024.03.26 19:49:37.524465 [ 3 ] {fdb515d2-6735-43e0-84e8-75a94b76f1c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2952 | 2024.03.26 19:49:37.524506 [ 3 ] {fdb515d2-6735-43e0-84e8-75a94b76f1c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2953 | 2024.03.26 19:49:37.524634 [ 3 ] {fdb515d2-6735-43e0-84e8-75a94b76f1c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2954 | 2024.03.26 19:49:37.525000 [ 3 ] {fdb515d2-6735-43e0-84e8-75a94b76f1c4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2955 | 2024.03.26 19:49:37.525037 [ 3 ] {fdb515d2-6735-43e0-84e8-75a94b76f1c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2956 | 2024.03.26 19:49:37.525363 [ 3 ] {fdb515d2-6735-43e0-84e8-75a94b76f1c4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2957 | 2024.03.26 19:49:37.525679 [ 3 ] {fdb515d2-6735-43e0-84e8-75a94b76f1c4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2958 | 2024.03.26 19:49:37.525829 [ 3 ] {fdb515d2-6735-43e0-84e8-75a94b76f1c4} <Debug> executeQuery: Read 111 rows, 9.14 KiB in 0.001405 sec., 79003.55871886121 rows/sec., 6.36 MiB/sec. | ||
2959 | 2024.03.26 19:49:37.525956 [ 3 ] {fdb515d2-6735-43e0-84e8-75a94b76f1c4} <Debug> DynamicQueryHandler: Done processing query | ||
2960 | 2024.03.26 19:49:37.525980 [ 3 ] {fdb515d2-6735-43e0-84e8-75a94b76f1c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2961 | 2024.03.26 19:49:37.525997 [ 3 ] {} <Debug> HTTP-Session: aa7138da-0130-4233-acd3-4be3a71d6f44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2962 | 2024.03.26 19:49:37.526112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2963 | 2024.03.26 19:49:37.526161 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2964 | 2024.03.26 19:49:37.526179 [ 3 ] {} <Debug> HTTP-Session: fd74a230-5bcc-4ea7-a026-9debcbc07cc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2965 | 2024.03.26 19:49:37.526195 [ 3 ] {} <Debug> HTTP-Session: fd74a230-5bcc-4ea7-a026-9debcbc07cc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2966 | 2024.03.26 19:49:37.526209 [ 3 ] {} <Debug> HTTP-Session: fd74a230-5bcc-4ea7-a026-9debcbc07cc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2967 | 2024.03.26 19:49:37.526240 [ 3 ] {} <Trace> HTTP-Session: fd74a230-5bcc-4ea7-a026-9debcbc07cc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2968 | 2024.03.26 19:49:37.526303 [ 3 ] {88fdaa3e-5e5a-44a0-b7e9-556875e4b3ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
2969 | 2024.03.26 19:49:37.526343 [ 3 ] {88fdaa3e-5e5a-44a0-b7e9-556875e4b3ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
2970 | 2024.03.26 19:49:37.526471 [ 3 ] {88fdaa3e-5e5a-44a0-b7e9-556875e4b3ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2971 | 2024.03.26 19:49:37.526753 [ 3 ] {88fdaa3e-5e5a-44a0-b7e9-556875e4b3ff} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2972 | 2024.03.26 19:49:37.526792 [ 3 ] {88fdaa3e-5e5a-44a0-b7e9-556875e4b3ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2973 | 2024.03.26 19:49:37.527129 [ 3 ] {88fdaa3e-5e5a-44a0-b7e9-556875e4b3ff} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
2974 | 2024.03.26 19:49:37.527439 [ 3 ] {88fdaa3e-5e5a-44a0-b7e9-556875e4b3ff} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2975 | 2024.03.26 19:49:37.527587 [ 3 ] {88fdaa3e-5e5a-44a0-b7e9-556875e4b3ff} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001301 sec., 1537.2790161414296 rows/sec., 107.34 KiB/sec. | ||
2976 | 2024.03.26 19:49:37.527710 [ 3 ] {88fdaa3e-5e5a-44a0-b7e9-556875e4b3ff} <Debug> DynamicQueryHandler: Done processing query | ||
2977 | 2024.03.26 19:49:37.527735 [ 3 ] {88fdaa3e-5e5a-44a0-b7e9-556875e4b3ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2978 | 2024.03.26 19:49:37.527750 [ 3 ] {} <Debug> HTTP-Session: fd74a230-5bcc-4ea7-a026-9debcbc07cc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2979 | 2024.03.26 19:49:37.527869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2980 | 2024.03.26 19:49:37.527918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2981 | 2024.03.26 19:49:37.527937 [ 3 ] {} <Debug> HTTP-Session: 4dba4210-8507-495f-afe3-06e875c7eb2e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2982 | 2024.03.26 19:49:37.527954 [ 3 ] {} <Debug> HTTP-Session: 4dba4210-8507-495f-afe3-06e875c7eb2e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2983 | 2024.03.26 19:49:37.527969 [ 3 ] {} <Debug> HTTP-Session: 4dba4210-8507-495f-afe3-06e875c7eb2e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2984 | 2024.03.26 19:49:37.528004 [ 3 ] {} <Trace> HTTP-Session: 4dba4210-8507-495f-afe3-06e875c7eb2e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2985 | 2024.03.26 19:49:37.528091 [ 3 ] {511cadc6-46c6-43ba-8c5e-69ccc32b7197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2986 | 2024.03.26 19:49:37.528134 [ 3 ] {511cadc6-46c6-43ba-8c5e-69ccc32b7197} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2987 | 2024.03.26 19:49:37.528260 [ 3 ] {511cadc6-46c6-43ba-8c5e-69ccc32b7197} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2988 | 2024.03.26 19:49:37.528589 [ 3 ] {511cadc6-46c6-43ba-8c5e-69ccc32b7197} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2989 | 2024.03.26 19:49:37.528627 [ 3 ] {511cadc6-46c6-43ba-8c5e-69ccc32b7197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
2990 | 2024.03.26 19:49:37.528938 [ 3 ] {511cadc6-46c6-43ba-8c5e-69ccc32b7197} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
2991 | 2024.03.26 19:49:37.529245 [ 3 ] {511cadc6-46c6-43ba-8c5e-69ccc32b7197} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2992 | 2024.03.26 19:49:37.529398 [ 3 ] {511cadc6-46c6-43ba-8c5e-69ccc32b7197} <Debug> executeQuery: Read 70 rows, 5.58 KiB in 0.001343 sec., 52122.11466865227 rows/sec., 4.06 MiB/sec. | ||
2993 | 2024.03.26 19:49:37.529520 [ 3 ] {511cadc6-46c6-43ba-8c5e-69ccc32b7197} <Debug> DynamicQueryHandler: Done processing query | ||
2994 | 2024.03.26 19:49:37.529545 [ 3 ] {511cadc6-46c6-43ba-8c5e-69ccc32b7197} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
2995 | 2024.03.26 19:49:37.529561 [ 3 ] {} <Debug> HTTP-Session: 4dba4210-8507-495f-afe3-06e875c7eb2e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2996 | 2024.03.26 19:49:37.529719 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26265, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2997 | 2024.03.26 19:49:37.529769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
2998 | 2024.03.26 19:49:37.529788 [ 3 ] {} <Debug> HTTP-Session: 5d80a925-569a-47a6-968a-9a3eb4012c69 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
2999 | 2024.03.26 19:49:37.529805 [ 3 ] {} <Debug> HTTP-Session: 5d80a925-569a-47a6-968a-9a3eb4012c69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3000 | 2024.03.26 19:49:37.529819 [ 3 ] {} <Debug> HTTP-Session: 5d80a925-569a-47a6-968a-9a3eb4012c69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3001 | 2024.03.26 19:49:37.529850 [ 3 ] {} <Trace> HTTP-Session: 5d80a925-569a-47a6-968a-9a3eb4012c69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3002 | 2024.03.26 19:49:37.529961 [ 3 ] {f6610e39-199f-4317-b2ae-a6830de95ae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3003 | 2024.03.26 19:49:37.530007 [ 3 ] {f6610e39-199f-4317-b2ae-a6830de95ae5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3004 | 2024.03.26 19:49:37.530155 [ 3 ] {f6610e39-199f-4317-b2ae-a6830de95ae5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3005 | 2024.03.26 19:49:37.530528 [ 3 ] {f6610e39-199f-4317-b2ae-a6830de95ae5} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3006 | 2024.03.26 19:49:37.530566 [ 3 ] {f6610e39-199f-4317-b2ae-a6830de95ae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3007 | 2024.03.26 19:49:37.530959 [ 3 ] {f6610e39-199f-4317-b2ae-a6830de95ae5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3008 | 2024.03.26 19:49:37.531299 [ 3 ] {f6610e39-199f-4317-b2ae-a6830de95ae5} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3009 | 2024.03.26 19:49:37.531459 [ 3 ] {f6610e39-199f-4317-b2ae-a6830de95ae5} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001555 sec., 88102.89389067524 rows/sec., 6.14 MiB/sec. | ||
3010 | 2024.03.26 19:49:37.531589 [ 3 ] {f6610e39-199f-4317-b2ae-a6830de95ae5} <Debug> DynamicQueryHandler: Done processing query | ||
3011 | 2024.03.26 19:49:37.531613 [ 3 ] {f6610e39-199f-4317-b2ae-a6830de95ae5} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3012 | 2024.03.26 19:49:37.531628 [ 3 ] {} <Debug> HTTP-Session: 5d80a925-569a-47a6-968a-9a3eb4012c69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3013 | 2024.03.26 19:49:37.531755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3014 | 2024.03.26 19:49:37.531803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3015 | 2024.03.26 19:49:37.531822 [ 3 ] {} <Debug> HTTP-Session: 3a59b910-cd41-4ef5-b541-33106f0ed1df Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3016 | 2024.03.26 19:49:37.531838 [ 3 ] {} <Debug> HTTP-Session: 3a59b910-cd41-4ef5-b541-33106f0ed1df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3017 | 2024.03.26 19:49:37.531852 [ 3 ] {} <Debug> HTTP-Session: 3a59b910-cd41-4ef5-b541-33106f0ed1df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3018 | 2024.03.26 19:49:37.531883 [ 3 ] {} <Trace> HTTP-Session: 3a59b910-cd41-4ef5-b541-33106f0ed1df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3019 | 2024.03.26 19:49:37.532024 [ 3 ] {6d6b8d0d-427d-40ef-ac5d-41002b1693e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3020 | 2024.03.26 19:49:37.532070 [ 3 ] {6d6b8d0d-427d-40ef-ac5d-41002b1693e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3021 | 2024.03.26 19:49:37.532229 [ 3 ] {6d6b8d0d-427d-40ef-ac5d-41002b1693e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3022 | 2024.03.26 19:49:37.532621 [ 3 ] {6d6b8d0d-427d-40ef-ac5d-41002b1693e8} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3023 | 2024.03.26 19:49:37.532658 [ 3 ] {6d6b8d0d-427d-40ef-ac5d-41002b1693e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3024 | 2024.03.26 19:49:37.533089 [ 3 ] {6d6b8d0d-427d-40ef-ac5d-41002b1693e8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3025 | 2024.03.26 19:49:37.533433 [ 3 ] {6d6b8d0d-427d-40ef-ac5d-41002b1693e8} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3026 | 2024.03.26 19:49:37.533594 [ 3 ] {6d6b8d0d-427d-40ef-ac5d-41002b1693e8} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001659 sec., 9644.36407474382 rows/sec., 13.01 MiB/sec. | ||
3027 | 2024.03.26 19:49:37.533723 [ 3 ] {6d6b8d0d-427d-40ef-ac5d-41002b1693e8} <Debug> DynamicQueryHandler: Done processing query | ||
3028 | 2024.03.26 19:49:37.533748 [ 3 ] {6d6b8d0d-427d-40ef-ac5d-41002b1693e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3029 | 2024.03.26 19:49:37.533763 [ 3 ] {} <Debug> HTTP-Session: 3a59b910-cd41-4ef5-b541-33106f0ed1df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3030 | 2024.03.26 19:49:37.533874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3031 | 2024.03.26 19:49:37.533923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3032 | 2024.03.26 19:49:37.533942 [ 3 ] {} <Debug> HTTP-Session: 6d72465b-58df-4d5c-abc9-de66c43c5c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3033 | 2024.03.26 19:49:37.533958 [ 3 ] {} <Debug> HTTP-Session: 6d72465b-58df-4d5c-abc9-de66c43c5c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3034 | 2024.03.26 19:49:37.533972 [ 3 ] {} <Debug> HTTP-Session: 6d72465b-58df-4d5c-abc9-de66c43c5c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3035 | 2024.03.26 19:49:37.534007 [ 3 ] {} <Trace> HTTP-Session: 6d72465b-58df-4d5c-abc9-de66c43c5c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3036 | 2024.03.26 19:49:37.534089 [ 3 ] {5002afb2-5d9d-438b-aa10-c289a8c5c701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3037 | 2024.03.26 19:49:37.534131 [ 3 ] {5002afb2-5d9d-438b-aa10-c289a8c5c701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3038 | 2024.03.26 19:49:37.534259 [ 3 ] {5002afb2-5d9d-438b-aa10-c289a8c5c701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3039 | 2024.03.26 19:49:37.534538 [ 3 ] {5002afb2-5d9d-438b-aa10-c289a8c5c701} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3040 | 2024.03.26 19:49:37.534575 [ 3 ] {5002afb2-5d9d-438b-aa10-c289a8c5c701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3041 | 2024.03.26 19:49:37.534932 [ 3 ] {5002afb2-5d9d-438b-aa10-c289a8c5c701} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3042 | 2024.03.26 19:49:37.535257 [ 3 ] {5002afb2-5d9d-438b-aa10-c289a8c5c701} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3043 | 2024.03.26 19:49:37.535397 [ 3 ] {5002afb2-5d9d-438b-aa10-c289a8c5c701} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001339 sec., 22404.779686333084 rows/sec., 1.53 MiB/sec. | ||
3044 | 2024.03.26 19:49:37.535605 [ 3 ] {5002afb2-5d9d-438b-aa10-c289a8c5c701} <Debug> DynamicQueryHandler: Done processing query | ||
3045 | 2024.03.26 19:49:37.535643 [ 3 ] {5002afb2-5d9d-438b-aa10-c289a8c5c701} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3046 | 2024.03.26 19:49:37.535668 [ 3 ] {} <Debug> HTTP-Session: 6d72465b-58df-4d5c-abc9-de66c43c5c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3047 | 2024.03.26 19:49:41.462401 [ 40 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3048 | 2024.03.26 19:49:41.462473 [ 40 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3049 | 2024.03.26 19:49:42.519972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3050 | 2024.03.26 19:49:42.520084 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3051 | 2024.03.26 19:49:42.520108 [ 3 ] {} <Debug> HTTP-Session: 54bfce54-f548-4752-a61d-cb38a1509b14 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3052 | 2024.03.26 19:49:42.520133 [ 3 ] {} <Debug> HTTP-Session: 54bfce54-f548-4752-a61d-cb38a1509b14 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3053 | 2024.03.26 19:49:42.520148 [ 3 ] {} <Debug> HTTP-Session: 54bfce54-f548-4752-a61d-cb38a1509b14 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3054 | 2024.03.26 19:49:42.520198 [ 3 ] {} <Trace> HTTP-Session: 54bfce54-f548-4752-a61d-cb38a1509b14 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3055 | 2024.03.26 19:49:42.520327 [ 3 ] {7449f9c2-3885-4b47-9801-8493e2092aba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3056 | 2024.03.26 19:49:42.520398 [ 3 ] {7449f9c2-3885-4b47-9801-8493e2092aba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3057 | 2024.03.26 19:49:42.520599 [ 3 ] {7449f9c2-3885-4b47-9801-8493e2092aba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3058 | 2024.03.26 19:49:42.521046 [ 3 ] {7449f9c2-3885-4b47-9801-8493e2092aba} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3059 | 2024.03.26 19:49:42.521093 [ 3 ] {7449f9c2-3885-4b47-9801-8493e2092aba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3060 | 2024.03.26 19:49:42.521499 [ 3 ] {7449f9c2-3885-4b47-9801-8493e2092aba} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3061 | 2024.03.26 19:49:42.521836 [ 3 ] {7449f9c2-3885-4b47-9801-8493e2092aba} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3062 | 2024.03.26 19:49:42.522000 [ 3 ] {7449f9c2-3885-4b47-9801-8493e2092aba} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001732 sec., 24249.422632794456 rows/sec., 1.92 MiB/sec. | ||
3063 | 2024.03.26 19:49:42.522154 [ 3 ] {7449f9c2-3885-4b47-9801-8493e2092aba} <Debug> DynamicQueryHandler: Done processing query | ||
3064 | 2024.03.26 19:49:42.522180 [ 3 ] {7449f9c2-3885-4b47-9801-8493e2092aba} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3065 | 2024.03.26 19:49:42.522196 [ 3 ] {} <Debug> HTTP-Session: 54bfce54-f548-4752-a61d-cb38a1509b14 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3066 | 2024.03.26 19:49:42.522363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3067 | 2024.03.26 19:49:42.522412 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3068 | 2024.03.26 19:49:42.522431 [ 3 ] {} <Debug> HTTP-Session: a8ebc5a9-f91b-4119-9aa5-53014bfcf6f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3069 | 2024.03.26 19:49:42.522447 [ 3 ] {} <Debug> HTTP-Session: a8ebc5a9-f91b-4119-9aa5-53014bfcf6f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3070 | 2024.03.26 19:49:42.522461 [ 3 ] {} <Debug> HTTP-Session: a8ebc5a9-f91b-4119-9aa5-53014bfcf6f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3071 | 2024.03.26 19:49:42.522496 [ 3 ] {} <Trace> HTTP-Session: a8ebc5a9-f91b-4119-9aa5-53014bfcf6f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3072 | 2024.03.26 19:49:42.522609 [ 3 ] {d6f6bde9-a4df-49e6-9dd6-7f5797ac4061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3073 | 2024.03.26 19:49:42.522651 [ 3 ] {d6f6bde9-a4df-49e6-9dd6-7f5797ac4061} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3074 | 2024.03.26 19:49:42.522779 [ 3 ] {d6f6bde9-a4df-49e6-9dd6-7f5797ac4061} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3075 | 2024.03.26 19:49:42.523198 [ 3 ] {d6f6bde9-a4df-49e6-9dd6-7f5797ac4061} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3076 | 2024.03.26 19:49:42.523237 [ 3 ] {d6f6bde9-a4df-49e6-9dd6-7f5797ac4061} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3077 | 2024.03.26 19:49:42.523588 [ 3 ] {d6f6bde9-a4df-49e6-9dd6-7f5797ac4061} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3078 | 2024.03.26 19:49:42.523896 [ 3 ] {d6f6bde9-a4df-49e6-9dd6-7f5797ac4061} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3079 | 2024.03.26 19:49:42.524062 [ 3 ] {d6f6bde9-a4df-49e6-9dd6-7f5797ac4061} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001511 sec., 100595.63203176705 rows/sec., 9.61 MiB/sec. | ||
3080 | 2024.03.26 19:49:42.524188 [ 3 ] {d6f6bde9-a4df-49e6-9dd6-7f5797ac4061} <Debug> DynamicQueryHandler: Done processing query | ||
3081 | 2024.03.26 19:49:42.524213 [ 3 ] {d6f6bde9-a4df-49e6-9dd6-7f5797ac4061} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3082 | 2024.03.26 19:49:42.524228 [ 3 ] {} <Debug> HTTP-Session: a8ebc5a9-f91b-4119-9aa5-53014bfcf6f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3083 | 2024.03.26 19:49:42.524352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3084 | 2024.03.26 19:49:42.524399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3085 | 2024.03.26 19:49:42.524417 [ 3 ] {} <Debug> HTTP-Session: 97cc47f2-0462-437f-86f8-fe8b5a7eadfc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3086 | 2024.03.26 19:49:42.524433 [ 3 ] {} <Debug> HTTP-Session: 97cc47f2-0462-437f-86f8-fe8b5a7eadfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3087 | 2024.03.26 19:49:42.524447 [ 3 ] {} <Debug> HTTP-Session: 97cc47f2-0462-437f-86f8-fe8b5a7eadfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3088 | 2024.03.26 19:49:42.524478 [ 3 ] {} <Trace> HTTP-Session: 97cc47f2-0462-437f-86f8-fe8b5a7eadfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3089 | 2024.03.26 19:49:42.524558 [ 3 ] {4a484708-6d34-4ed9-bbc0-6155c68fa291} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3090 | 2024.03.26 19:49:42.524598 [ 3 ] {4a484708-6d34-4ed9-bbc0-6155c68fa291} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3091 | 2024.03.26 19:49:42.524723 [ 3 ] {4a484708-6d34-4ed9-bbc0-6155c68fa291} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3092 | 2024.03.26 19:49:42.525076 [ 3 ] {4a484708-6d34-4ed9-bbc0-6155c68fa291} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3093 | 2024.03.26 19:49:42.525113 [ 3 ] {4a484708-6d34-4ed9-bbc0-6155c68fa291} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3094 | 2024.03.26 19:49:42.525418 [ 3 ] {4a484708-6d34-4ed9-bbc0-6155c68fa291} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3095 | 2024.03.26 19:49:42.525727 [ 3 ] {4a484708-6d34-4ed9-bbc0-6155c68fa291} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3096 | 2024.03.26 19:49:42.525879 [ 3 ] {4a484708-6d34-4ed9-bbc0-6155c68fa291} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001351 sec., 51813.47150259068 rows/sec., 4.05 MiB/sec. | ||
3097 | 2024.03.26 19:49:42.526008 [ 3 ] {4a484708-6d34-4ed9-bbc0-6155c68fa291} <Debug> DynamicQueryHandler: Done processing query | ||
3098 | 2024.03.26 19:49:42.526032 [ 3 ] {4a484708-6d34-4ed9-bbc0-6155c68fa291} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3099 | 2024.03.26 19:49:42.526047 [ 3 ] {} <Debug> HTTP-Session: 97cc47f2-0462-437f-86f8-fe8b5a7eadfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3100 | 2024.03.26 19:49:42.526201 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3101 | 2024.03.26 19:49:42.526249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3102 | 2024.03.26 19:49:42.526267 [ 3 ] {} <Debug> HTTP-Session: 543d74f6-28e7-493f-a730-c8066e41d7d7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3103 | 2024.03.26 19:49:42.526283 [ 3 ] {} <Debug> HTTP-Session: 543d74f6-28e7-493f-a730-c8066e41d7d7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3104 | 2024.03.26 19:49:42.526296 [ 3 ] {} <Debug> HTTP-Session: 543d74f6-28e7-493f-a730-c8066e41d7d7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3105 | 2024.03.26 19:49:42.526327 [ 3 ] {} <Trace> HTTP-Session: 543d74f6-28e7-493f-a730-c8066e41d7d7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3106 | 2024.03.26 19:49:42.526424 [ 3 ] {82a9a29c-ae2f-47e6-acd3-84a45c68ebf8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3107 | 2024.03.26 19:49:42.526468 [ 3 ] {82a9a29c-ae2f-47e6-acd3-84a45c68ebf8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3108 | 2024.03.26 19:49:42.526615 [ 3 ] {82a9a29c-ae2f-47e6-acd3-84a45c68ebf8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3109 | 2024.03.26 19:49:42.526973 [ 3 ] {82a9a29c-ae2f-47e6-acd3-84a45c68ebf8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3110 | 2024.03.26 19:49:42.527011 [ 3 ] {82a9a29c-ae2f-47e6-acd3-84a45c68ebf8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3111 | 2024.03.26 19:49:42.527396 [ 3 ] {82a9a29c-ae2f-47e6-acd3-84a45c68ebf8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3112 | 2024.03.26 19:49:42.527729 [ 3 ] {82a9a29c-ae2f-47e6-acd3-84a45c68ebf8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3113 | 2024.03.26 19:49:42.527904 [ 3 ] {82a9a29c-ae2f-47e6-acd3-84a45c68ebf8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001522 sec., 65703.0223390276 rows/sec., 4.56 MiB/sec. | ||
3114 | 2024.03.26 19:49:42.528038 [ 3 ] {82a9a29c-ae2f-47e6-acd3-84a45c68ebf8} <Debug> DynamicQueryHandler: Done processing query | ||
3115 | 2024.03.26 19:49:42.528062 [ 3 ] {82a9a29c-ae2f-47e6-acd3-84a45c68ebf8} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3116 | 2024.03.26 19:49:42.528078 [ 3 ] {} <Debug> HTTP-Session: 543d74f6-28e7-493f-a730-c8066e41d7d7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3117 | 2024.03.26 19:49:42.528250 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44951, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3118 | 2024.03.26 19:49:42.528298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3119 | 2024.03.26 19:49:42.528316 [ 3 ] {} <Debug> HTTP-Session: e150bb71-ef49-4f42-b9a6-68d005801502 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3120 | 2024.03.26 19:49:42.528333 [ 3 ] {} <Debug> HTTP-Session: e150bb71-ef49-4f42-b9a6-68d005801502 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3121 | 2024.03.26 19:49:42.528346 [ 3 ] {} <Debug> HTTP-Session: e150bb71-ef49-4f42-b9a6-68d005801502 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3122 | 2024.03.26 19:49:42.528378 [ 3 ] {} <Trace> HTTP-Session: e150bb71-ef49-4f42-b9a6-68d005801502 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3123 | 2024.03.26 19:49:42.528653 [ 3 ] {d36e0eec-f18d-4b48-995e-8ddf6a7a1b74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3124 | 2024.03.26 19:49:42.528700 [ 3 ] {d36e0eec-f18d-4b48-995e-8ddf6a7a1b74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3125 | 2024.03.26 19:49:42.528863 [ 3 ] {d36e0eec-f18d-4b48-995e-8ddf6a7a1b74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3126 | 2024.03.26 19:49:42.529368 [ 3 ] {d36e0eec-f18d-4b48-995e-8ddf6a7a1b74} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3127 | 2024.03.26 19:49:42.529404 [ 3 ] {d36e0eec-f18d-4b48-995e-8ddf6a7a1b74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3128 | 2024.03.26 19:49:42.529850 [ 3 ] {d36e0eec-f18d-4b48-995e-8ddf6a7a1b74} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3129 | 2024.03.26 19:49:42.530201 [ 3 ] {d36e0eec-f18d-4b48-995e-8ddf6a7a1b74} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3130 | 2024.03.26 19:49:42.530359 [ 3 ] {d36e0eec-f18d-4b48-995e-8ddf6a7a1b74} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001922 sec., 21852.2372528616 rows/sec., 29.49 MiB/sec. | ||
3131 | 2024.03.26 19:49:42.530491 [ 3 ] {d36e0eec-f18d-4b48-995e-8ddf6a7a1b74} <Debug> DynamicQueryHandler: Done processing query | ||
3132 | 2024.03.26 19:49:42.530515 [ 3 ] {d36e0eec-f18d-4b48-995e-8ddf6a7a1b74} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3133 | 2024.03.26 19:49:42.530530 [ 3 ] {} <Debug> HTTP-Session: e150bb71-ef49-4f42-b9a6-68d005801502 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3134 | 2024.03.26 19:49:42.530646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3135 | 2024.03.26 19:49:42.530695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3136 | 2024.03.26 19:49:42.530713 [ 3 ] {} <Debug> HTTP-Session: 56fe8011-63b6-40e7-8a6d-00bf20be9ed1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3137 | 2024.03.26 19:49:42.530729 [ 3 ] {} <Debug> HTTP-Session: 56fe8011-63b6-40e7-8a6d-00bf20be9ed1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3138 | 2024.03.26 19:49:42.530743 [ 3 ] {} <Debug> HTTP-Session: 56fe8011-63b6-40e7-8a6d-00bf20be9ed1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3139 | 2024.03.26 19:49:42.530773 [ 3 ] {} <Trace> HTTP-Session: 56fe8011-63b6-40e7-8a6d-00bf20be9ed1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3140 | 2024.03.26 19:49:42.530845 [ 3 ] {95883207-2a2c-48c2-b42b-a39e6a86418e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3141 | 2024.03.26 19:49:42.530887 [ 3 ] {95883207-2a2c-48c2-b42b-a39e6a86418e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3142 | 2024.03.26 19:49:42.531014 [ 3 ] {95883207-2a2c-48c2-b42b-a39e6a86418e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3143 | 2024.03.26 19:49:42.531276 [ 3 ] {95883207-2a2c-48c2-b42b-a39e6a86418e} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3144 | 2024.03.26 19:49:42.531313 [ 3 ] {95883207-2a2c-48c2-b42b-a39e6a86418e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3145 | 2024.03.26 19:49:42.531664 [ 3 ] {95883207-2a2c-48c2-b42b-a39e6a86418e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3146 | 2024.03.26 19:49:42.531994 [ 3 ] {95883207-2a2c-48c2-b42b-a39e6a86418e} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3147 | 2024.03.26 19:49:42.532168 [ 3 ] {95883207-2a2c-48c2-b42b-a39e6a86418e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001351 sec., 22205.77350111029 rows/sec., 1.52 MiB/sec. | ||
3148 | 2024.03.26 19:49:42.532289 [ 3 ] {95883207-2a2c-48c2-b42b-a39e6a86418e} <Debug> DynamicQueryHandler: Done processing query | ||
3149 | 2024.03.26 19:49:42.532313 [ 3 ] {95883207-2a2c-48c2-b42b-a39e6a86418e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3150 | 2024.03.26 19:49:42.532328 [ 3 ] {} <Debug> HTTP-Session: 56fe8011-63b6-40e7-8a6d-00bf20be9ed1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3151 | 2024.03.26 19:49:47.518384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3152 | 2024.03.26 19:49:47.518525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3153 | 2024.03.26 19:49:47.518553 [ 3 ] {} <Debug> HTTP-Session: 4101aa7a-d1db-4c03-a3a0-ebb735b31cf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3154 | 2024.03.26 19:49:47.518582 [ 3 ] {} <Debug> HTTP-Session: 4101aa7a-d1db-4c03-a3a0-ebb735b31cf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3155 | 2024.03.26 19:49:47.518600 [ 3 ] {} <Debug> HTTP-Session: 4101aa7a-d1db-4c03-a3a0-ebb735b31cf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3156 | 2024.03.26 19:49:47.518658 [ 3 ] {} <Trace> HTTP-Session: 4101aa7a-d1db-4c03-a3a0-ebb735b31cf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3157 | 2024.03.26 19:49:47.518792 [ 3 ] {cce6b33e-bf10-4cf7-b762-8df19cbe8dcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3158 | 2024.03.26 19:49:47.518862 [ 3 ] {cce6b33e-bf10-4cf7-b762-8df19cbe8dcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3159 | 2024.03.26 19:49:47.519053 [ 3 ] {cce6b33e-bf10-4cf7-b762-8df19cbe8dcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3160 | 2024.03.26 19:49:47.519463 [ 3 ] {cce6b33e-bf10-4cf7-b762-8df19cbe8dcb} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3161 | 2024.03.26 19:49:47.519511 [ 3 ] {cce6b33e-bf10-4cf7-b762-8df19cbe8dcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3162 | 2024.03.26 19:49:47.519891 [ 3 ] {cce6b33e-bf10-4cf7-b762-8df19cbe8dcb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3163 | 2024.03.26 19:49:47.520227 [ 3 ] {cce6b33e-bf10-4cf7-b762-8df19cbe8dcb} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3164 | 2024.03.26 19:49:47.520376 [ 3 ] {cce6b33e-bf10-4cf7-b762-8df19cbe8dcb} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.00165 sec., 9696.969696969698 rows/sec., 785.98 KiB/sec. | ||
3165 | 2024.03.26 19:49:47.520611 [ 3 ] {cce6b33e-bf10-4cf7-b762-8df19cbe8dcb} <Debug> DynamicQueryHandler: Done processing query | ||
3166 | 2024.03.26 19:49:47.520667 [ 3 ] {cce6b33e-bf10-4cf7-b762-8df19cbe8dcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3167 | 2024.03.26 19:49:47.520703 [ 3 ] {} <Debug> HTTP-Session: 4101aa7a-d1db-4c03-a3a0-ebb735b31cf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3168 | 2024.03.26 19:49:47.520861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3169 | 2024.03.26 19:49:47.520910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3170 | 2024.03.26 19:49:47.520930 [ 3 ] {} <Debug> HTTP-Session: a8d67be6-0397-4cf4-92bf-9770f3662ec2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3171 | 2024.03.26 19:49:47.520947 [ 3 ] {} <Debug> HTTP-Session: a8d67be6-0397-4cf4-92bf-9770f3662ec2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3172 | 2024.03.26 19:49:47.520961 [ 3 ] {} <Debug> HTTP-Session: a8d67be6-0397-4cf4-92bf-9770f3662ec2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3173 | 2024.03.26 19:49:47.520993 [ 3 ] {} <Trace> HTTP-Session: a8d67be6-0397-4cf4-92bf-9770f3662ec2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3174 | 2024.03.26 19:49:47.521059 [ 3 ] {45119b8b-0e4c-4850-8de8-a70c7f85c01d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3175 | 2024.03.26 19:49:47.521103 [ 3 ] {45119b8b-0e4c-4850-8de8-a70c7f85c01d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3176 | 2024.03.26 19:49:47.521251 [ 3 ] {45119b8b-0e4c-4850-8de8-a70c7f85c01d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3177 | 2024.03.26 19:49:47.521531 [ 3 ] {45119b8b-0e4c-4850-8de8-a70c7f85c01d} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3178 | 2024.03.26 19:49:47.521569 [ 3 ] {45119b8b-0e4c-4850-8de8-a70c7f85c01d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3179 | 2024.03.26 19:49:47.521893 [ 3 ] {45119b8b-0e4c-4850-8de8-a70c7f85c01d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3180 | 2024.03.26 19:49:47.522198 [ 3 ] {45119b8b-0e4c-4850-8de8-a70c7f85c01d} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3181 | 2024.03.26 19:49:47.522350 [ 3 ] {45119b8b-0e4c-4850-8de8-a70c7f85c01d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001314 sec., 1522.0700152207 rows/sec., 124.11 KiB/sec. | ||
3182 | 2024.03.26 19:49:47.522492 [ 3 ] {45119b8b-0e4c-4850-8de8-a70c7f85c01d} <Debug> DynamicQueryHandler: Done processing query | ||
3183 | 2024.03.26 19:49:47.522516 [ 3 ] {45119b8b-0e4c-4850-8de8-a70c7f85c01d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3184 | 2024.03.26 19:49:47.522532 [ 3 ] {} <Debug> HTTP-Session: a8d67be6-0397-4cf4-92bf-9770f3662ec2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3185 | 2024.03.26 19:49:47.522655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3186 | 2024.03.26 19:49:47.522703 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3187 | 2024.03.26 19:49:47.522723 [ 3 ] {} <Debug> HTTP-Session: 9c605d38-dde0-4bcb-b573-8183d31cbb2c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3188 | 2024.03.26 19:49:47.522740 [ 3 ] {} <Debug> HTTP-Session: 9c605d38-dde0-4bcb-b573-8183d31cbb2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3189 | 2024.03.26 19:49:47.522754 [ 3 ] {} <Debug> HTTP-Session: 9c605d38-dde0-4bcb-b573-8183d31cbb2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3190 | 2024.03.26 19:49:47.522790 [ 3 ] {} <Trace> HTTP-Session: 9c605d38-dde0-4bcb-b573-8183d31cbb2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3191 | 2024.03.26 19:49:47.522881 [ 3 ] {295bcada-a4fd-4201-8663-0cb83d9a11e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3192 | 2024.03.26 19:49:47.522922 [ 3 ] {295bcada-a4fd-4201-8663-0cb83d9a11e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3193 | 2024.03.26 19:49:47.523047 [ 3 ] {295bcada-a4fd-4201-8663-0cb83d9a11e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3194 | 2024.03.26 19:49:47.523365 [ 3 ] {295bcada-a4fd-4201-8663-0cb83d9a11e3} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3195 | 2024.03.26 19:49:47.523402 [ 3 ] {295bcada-a4fd-4201-8663-0cb83d9a11e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3196 | 2024.03.26 19:49:47.523730 [ 3 ] {295bcada-a4fd-4201-8663-0cb83d9a11e3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3197 | 2024.03.26 19:49:47.524034 [ 3 ] {295bcada-a4fd-4201-8663-0cb83d9a11e3} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3198 | 2024.03.26 19:49:47.524202 [ 3 ] {295bcada-a4fd-4201-8663-0cb83d9a11e3} <Debug> executeQuery: Read 75 rows, 6.38 KiB in 0.00136 sec., 55147.058823529405 rows/sec., 4.58 MiB/sec. | ||
3199 | 2024.03.26 19:49:47.524454 [ 3 ] {295bcada-a4fd-4201-8663-0cb83d9a11e3} <Debug> DynamicQueryHandler: Done processing query | ||
3200 | 2024.03.26 19:49:47.524490 [ 3 ] {295bcada-a4fd-4201-8663-0cb83d9a11e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3201 | 2024.03.26 19:49:47.524507 [ 3 ] {} <Debug> HTTP-Session: 9c605d38-dde0-4bcb-b573-8183d31cbb2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3202 | 2024.03.26 19:49:47.524613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3203 | 2024.03.26 19:49:47.524663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3204 | 2024.03.26 19:49:47.524682 [ 3 ] {} <Debug> HTTP-Session: ba490fcc-0d51-43b6-9d82-7d683abcc723 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3205 | 2024.03.26 19:49:47.524698 [ 3 ] {} <Debug> HTTP-Session: ba490fcc-0d51-43b6-9d82-7d683abcc723 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3206 | 2024.03.26 19:49:47.524712 [ 3 ] {} <Debug> HTTP-Session: ba490fcc-0d51-43b6-9d82-7d683abcc723 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3207 | 2024.03.26 19:49:47.524743 [ 3 ] {} <Trace> HTTP-Session: ba490fcc-0d51-43b6-9d82-7d683abcc723 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3208 | 2024.03.26 19:49:47.524807 [ 3 ] {8f8da0d0-de05-4f2c-bda4-6c8a2edb844a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3209 | 2024.03.26 19:49:47.524850 [ 3 ] {8f8da0d0-de05-4f2c-bda4-6c8a2edb844a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3210 | 2024.03.26 19:49:47.524997 [ 3 ] {8f8da0d0-de05-4f2c-bda4-6c8a2edb844a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3211 | 2024.03.26 19:49:47.525260 [ 3 ] {8f8da0d0-de05-4f2c-bda4-6c8a2edb844a} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3212 | 2024.03.26 19:49:47.525298 [ 3 ] {8f8da0d0-de05-4f2c-bda4-6c8a2edb844a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3213 | 2024.03.26 19:49:47.525589 [ 3 ] {8f8da0d0-de05-4f2c-bda4-6c8a2edb844a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3214 | 2024.03.26 19:49:47.525892 [ 3 ] {8f8da0d0-de05-4f2c-bda4-6c8a2edb844a} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3215 | 2024.03.26 19:49:47.526052 [ 3 ] {8f8da0d0-de05-4f2c-bda4-6c8a2edb844a} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001267 sec., 1578.531965272297 rows/sec., 110.22 KiB/sec. | ||
3216 | 2024.03.26 19:49:47.526210 [ 3 ] {8f8da0d0-de05-4f2c-bda4-6c8a2edb844a} <Debug> DynamicQueryHandler: Done processing query | ||
3217 | 2024.03.26 19:49:47.526235 [ 3 ] {8f8da0d0-de05-4f2c-bda4-6c8a2edb844a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3218 | 2024.03.26 19:49:47.526251 [ 3 ] {} <Debug> HTTP-Session: ba490fcc-0d51-43b6-9d82-7d683abcc723 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3219 | 2024.03.26 19:49:47.526361 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3220 | 2024.03.26 19:49:47.526409 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3221 | 2024.03.26 19:49:47.526428 [ 3 ] {} <Debug> HTTP-Session: 7739ad33-865b-401d-86a6-f9771e34c735 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3222 | 2024.03.26 19:49:47.526445 [ 3 ] {} <Debug> HTTP-Session: 7739ad33-865b-401d-86a6-f9771e34c735 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3223 | 2024.03.26 19:49:47.526459 [ 3 ] {} <Debug> HTTP-Session: 7739ad33-865b-401d-86a6-f9771e34c735 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3224 | 2024.03.26 19:49:47.526490 [ 3 ] {} <Trace> HTTP-Session: 7739ad33-865b-401d-86a6-f9771e34c735 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3225 | 2024.03.26 19:49:47.526565 [ 3 ] {2df5d969-3548-4e33-9b08-472b57818cfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3226 | 2024.03.26 19:49:47.526605 [ 3 ] {2df5d969-3548-4e33-9b08-472b57818cfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3227 | 2024.03.26 19:49:47.526730 [ 3 ] {2df5d969-3548-4e33-9b08-472b57818cfa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3228 | 2024.03.26 19:49:47.527027 [ 3 ] {2df5d969-3548-4e33-9b08-472b57818cfa} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3229 | 2024.03.26 19:49:47.527064 [ 3 ] {2df5d969-3548-4e33-9b08-472b57818cfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3230 | 2024.03.26 19:49:47.527364 [ 3 ] {2df5d969-3548-4e33-9b08-472b57818cfa} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3231 | 2024.03.26 19:49:47.527692 [ 3 ] {2df5d969-3548-4e33-9b08-472b57818cfa} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3232 | 2024.03.26 19:49:47.527853 [ 3 ] {2df5d969-3548-4e33-9b08-472b57818cfa} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001321 sec., 34822.1044663134 rows/sec., 2.72 MiB/sec. | ||
3233 | 2024.03.26 19:49:47.527974 [ 3 ] {2df5d969-3548-4e33-9b08-472b57818cfa} <Debug> DynamicQueryHandler: Done processing query | ||
3234 | 2024.03.26 19:49:47.527999 [ 3 ] {2df5d969-3548-4e33-9b08-472b57818cfa} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3235 | 2024.03.26 19:49:47.528015 [ 3 ] {} <Debug> HTTP-Session: 7739ad33-865b-401d-86a6-f9771e34c735 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3236 | 2024.03.26 19:49:47.528147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19327, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3237 | 2024.03.26 19:49:47.528196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3238 | 2024.03.26 19:49:47.528214 [ 3 ] {} <Debug> HTTP-Session: 780e17fa-e9a4-49ad-a8c2-1c65375a68b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3239 | 2024.03.26 19:49:47.528231 [ 3 ] {} <Debug> HTTP-Session: 780e17fa-e9a4-49ad-a8c2-1c65375a68b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3240 | 2024.03.26 19:49:47.528245 [ 3 ] {} <Debug> HTTP-Session: 780e17fa-e9a4-49ad-a8c2-1c65375a68b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3241 | 2024.03.26 19:49:47.528275 [ 3 ] {} <Trace> HTTP-Session: 780e17fa-e9a4-49ad-a8c2-1c65375a68b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3242 | 2024.03.26 19:49:47.528380 [ 3 ] {884971fa-3a85-4a64-917a-2da5508f2bb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3243 | 2024.03.26 19:49:47.528426 [ 3 ] {884971fa-3a85-4a64-917a-2da5508f2bb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3244 | 2024.03.26 19:49:47.528571 [ 3 ] {884971fa-3a85-4a64-917a-2da5508f2bb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3245 | 2024.03.26 19:49:47.528937 [ 3 ] {884971fa-3a85-4a64-917a-2da5508f2bb4} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3246 | 2024.03.26 19:49:47.528975 [ 3 ] {884971fa-3a85-4a64-917a-2da5508f2bb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3247 | 2024.03.26 19:49:47.529362 [ 3 ] {884971fa-3a85-4a64-917a-2da5508f2bb4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3248 | 2024.03.26 19:49:47.529694 [ 3 ] {884971fa-3a85-4a64-917a-2da5508f2bb4} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3249 | 2024.03.26 19:49:47.529818 [ 3 ] {884971fa-3a85-4a64-917a-2da5508f2bb4} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001497 sec., 67468.2698730795 rows/sec., 4.68 MiB/sec. | ||
3250 | 2024.03.26 19:49:47.529983 [ 3 ] {884971fa-3a85-4a64-917a-2da5508f2bb4} <Debug> DynamicQueryHandler: Done processing query | ||
3251 | 2024.03.26 19:49:47.530008 [ 3 ] {884971fa-3a85-4a64-917a-2da5508f2bb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3252 | 2024.03.26 19:49:47.530024 [ 3 ] {} <Debug> HTTP-Session: 780e17fa-e9a4-49ad-a8c2-1c65375a68b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3253 | 2024.03.26 19:49:47.530153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3254 | 2024.03.26 19:49:47.530202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3255 | 2024.03.26 19:49:47.530221 [ 3 ] {} <Debug> HTTP-Session: ec69a585-b5ba-47d7-be04-69d547d4de31 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3256 | 2024.03.26 19:49:47.530238 [ 3 ] {} <Debug> HTTP-Session: ec69a585-b5ba-47d7-be04-69d547d4de31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3257 | 2024.03.26 19:49:47.530252 [ 3 ] {} <Debug> HTTP-Session: ec69a585-b5ba-47d7-be04-69d547d4de31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3258 | 2024.03.26 19:49:47.530283 [ 3 ] {} <Trace> HTTP-Session: ec69a585-b5ba-47d7-be04-69d547d4de31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3259 | 2024.03.26 19:49:47.530427 [ 3 ] {8b16470b-fd5b-4a2e-91d2-4de4373cd565} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3260 | 2024.03.26 19:49:47.530472 [ 3 ] {8b16470b-fd5b-4a2e-91d2-4de4373cd565} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3261 | 2024.03.26 19:49:47.530637 [ 3 ] {8b16470b-fd5b-4a2e-91d2-4de4373cd565} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3262 | 2024.03.26 19:49:47.531009 [ 3 ] {8b16470b-fd5b-4a2e-91d2-4de4373cd565} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3263 | 2024.03.26 19:49:47.531046 [ 3 ] {8b16470b-fd5b-4a2e-91d2-4de4373cd565} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3264 | 2024.03.26 19:49:47.531448 [ 3 ] {8b16470b-fd5b-4a2e-91d2-4de4373cd565} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3265 | 2024.03.26 19:49:47.531783 [ 3 ] {8b16470b-fd5b-4a2e-91d2-4de4373cd565} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3266 | 2024.03.26 19:49:47.531942 [ 3 ] {8b16470b-fd5b-4a2e-91d2-4de4373cd565} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001607 sec., 9956.440572495334 rows/sec., 13.44 MiB/sec. | ||
3267 | 2024.03.26 19:49:47.532075 [ 3 ] {8b16470b-fd5b-4a2e-91d2-4de4373cd565} <Debug> DynamicQueryHandler: Done processing query | ||
3268 | 2024.03.26 19:49:47.532099 [ 3 ] {8b16470b-fd5b-4a2e-91d2-4de4373cd565} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3269 | 2024.03.26 19:49:47.532115 [ 3 ] {} <Debug> HTTP-Session: ec69a585-b5ba-47d7-be04-69d547d4de31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3270 | 2024.03.26 19:49:47.532224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3271 | 2024.03.26 19:49:47.532273 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3272 | 2024.03.26 19:49:47.532292 [ 3 ] {} <Debug> HTTP-Session: c43d830d-68e8-42b6-b930-362827adecf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3273 | 2024.03.26 19:49:47.532308 [ 3 ] {} <Debug> HTTP-Session: c43d830d-68e8-42b6-b930-362827adecf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3274 | 2024.03.26 19:49:47.532322 [ 3 ] {} <Debug> HTTP-Session: c43d830d-68e8-42b6-b930-362827adecf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3275 | 2024.03.26 19:49:47.532353 [ 3 ] {} <Trace> HTTP-Session: c43d830d-68e8-42b6-b930-362827adecf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3276 | 2024.03.26 19:49:47.532428 [ 3 ] {7d64fdc0-19cb-4d3a-80a9-13791313b6ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3277 | 2024.03.26 19:49:47.532470 [ 3 ] {7d64fdc0-19cb-4d3a-80a9-13791313b6ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3278 | 2024.03.26 19:49:47.532594 [ 3 ] {7d64fdc0-19cb-4d3a-80a9-13791313b6ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3279 | 2024.03.26 19:49:47.532858 [ 3 ] {7d64fdc0-19cb-4d3a-80a9-13791313b6ff} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3280 | 2024.03.26 19:49:47.532895 [ 3 ] {7d64fdc0-19cb-4d3a-80a9-13791313b6ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3281 | 2024.03.26 19:49:47.533250 [ 3 ] {7d64fdc0-19cb-4d3a-80a9-13791313b6ff} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
3282 | 2024.03.26 19:49:47.533605 [ 3 ] {7d64fdc0-19cb-4d3a-80a9-13791313b6ff} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3283 | 2024.03.26 19:49:47.533760 [ 3 ] {7d64fdc0-19cb-4d3a-80a9-13791313b6ff} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001354 sec., 22156.573116691285 rows/sec., 1.52 MiB/sec. | ||
3284 | 2024.03.26 19:49:47.533882 [ 3 ] {7d64fdc0-19cb-4d3a-80a9-13791313b6ff} <Debug> DynamicQueryHandler: Done processing query | ||
3285 | 2024.03.26 19:49:47.533906 [ 3 ] {7d64fdc0-19cb-4d3a-80a9-13791313b6ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3286 | 2024.03.26 19:49:47.533922 [ 3 ] {} <Debug> HTTP-Session: c43d830d-68e8-42b6-b930-362827adecf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3287 | 2024.03.26 19:49:52.519482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3288 | 2024.03.26 19:49:52.519613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3289 | 2024.03.26 19:49:52.519639 [ 3 ] {} <Debug> HTTP-Session: 587f4ea8-83a2-4203-baa1-87af0934cee4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3290 | 2024.03.26 19:49:52.519664 [ 3 ] {} <Debug> HTTP-Session: 587f4ea8-83a2-4203-baa1-87af0934cee4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3291 | 2024.03.26 19:49:52.519679 [ 3 ] {} <Debug> HTTP-Session: 587f4ea8-83a2-4203-baa1-87af0934cee4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3292 | 2024.03.26 19:49:52.519728 [ 3 ] {} <Trace> HTTP-Session: 587f4ea8-83a2-4203-baa1-87af0934cee4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3293 | 2024.03.26 19:49:52.519858 [ 3 ] {640f51ac-be0f-44cc-83d3-1cf56957244b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3294 | 2024.03.26 19:49:52.519924 [ 3 ] {640f51ac-be0f-44cc-83d3-1cf56957244b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3295 | 2024.03.26 19:49:52.520119 [ 3 ] {640f51ac-be0f-44cc-83d3-1cf56957244b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3296 | 2024.03.26 19:49:52.520547 [ 3 ] {640f51ac-be0f-44cc-83d3-1cf56957244b} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3297 | 2024.03.26 19:49:52.520597 [ 3 ] {640f51ac-be0f-44cc-83d3-1cf56957244b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3298 | 2024.03.26 19:49:52.520988 [ 3 ] {640f51ac-be0f-44cc-83d3-1cf56957244b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3299 | 2024.03.26 19:49:52.521325 [ 3 ] {640f51ac-be0f-44cc-83d3-1cf56957244b} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3300 | 2024.03.26 19:49:52.521474 [ 3 ] {640f51ac-be0f-44cc-83d3-1cf56957244b} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001681 sec., 24985.127900059488 rows/sec., 1.98 MiB/sec. | ||
3301 | 2024.03.26 19:49:52.521695 [ 3 ] {640f51ac-be0f-44cc-83d3-1cf56957244b} <Debug> DynamicQueryHandler: Done processing query | ||
3302 | 2024.03.26 19:49:52.521748 [ 3 ] {640f51ac-be0f-44cc-83d3-1cf56957244b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3303 | 2024.03.26 19:49:52.521797 [ 3 ] {} <Debug> HTTP-Session: 587f4ea8-83a2-4203-baa1-87af0934cee4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3304 | 2024.03.26 19:49:52.522043 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3305 | 2024.03.26 19:49:52.522099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3306 | 2024.03.26 19:49:52.522119 [ 3 ] {} <Debug> HTTP-Session: b3896dc0-41d1-45bb-8acf-dcea43ddd10e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3307 | 2024.03.26 19:49:52.522138 [ 3 ] {} <Debug> HTTP-Session: b3896dc0-41d1-45bb-8acf-dcea43ddd10e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3308 | 2024.03.26 19:49:52.522152 [ 3 ] {} <Debug> HTTP-Session: b3896dc0-41d1-45bb-8acf-dcea43ddd10e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3309 | 2024.03.26 19:49:52.522187 [ 3 ] {} <Trace> HTTP-Session: b3896dc0-41d1-45bb-8acf-dcea43ddd10e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3310 | 2024.03.26 19:49:52.522309 [ 3 ] {834e916c-c0e4-42ae-a3df-6e315b791d76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3311 | 2024.03.26 19:49:52.522356 [ 3 ] {834e916c-c0e4-42ae-a3df-6e315b791d76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3312 | 2024.03.26 19:49:52.522502 [ 3 ] {834e916c-c0e4-42ae-a3df-6e315b791d76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3313 | 2024.03.26 19:49:52.522888 [ 3 ] {834e916c-c0e4-42ae-a3df-6e315b791d76} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3314 | 2024.03.26 19:49:52.522928 [ 3 ] {834e916c-c0e4-42ae-a3df-6e315b791d76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3315 | 2024.03.26 19:49:52.523260 [ 3 ] {834e916c-c0e4-42ae-a3df-6e315b791d76} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3316 | 2024.03.26 19:49:52.523574 [ 3 ] {834e916c-c0e4-42ae-a3df-6e315b791d76} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3317 | 2024.03.26 19:49:52.523735 [ 3 ] {834e916c-c0e4-42ae-a3df-6e315b791d76} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001486 sec., 102288.02153432033 rows/sec., 9.77 MiB/sec. | ||
3318 | 2024.03.26 19:49:52.523760 [ 30 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
3319 | 2024.03.26 19:49:52.523896 [ 30 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3320 | 2024.03.26 19:49:52.523910 [ 3 ] {834e916c-c0e4-42ae-a3df-6e315b791d76} <Debug> DynamicQueryHandler: Done processing query | ||
3321 | 2024.03.26 19:49:52.523951 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3322 | 2024.03.26 19:49:52.523959 [ 3 ] {834e916c-c0e4-42ae-a3df-6e315b791d76} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3323 | 2024.03.26 19:49:52.524009 [ 3 ] {} <Debug> HTTP-Session: b3896dc0-41d1-45bb-8acf-dcea43ddd10e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3324 | 2024.03.26 19:49:52.524258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3325 | 2024.03.26 19:49:52.524339 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::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 | ||
3326 | 2024.03.26 19:49:52.524372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3327 | 2024.03.26 19:49:52.524471 [ 3 ] {} <Debug> HTTP-Session: a8ad4b43-ade3-43a2-988b-0b50d656b955 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3328 | 2024.03.26 19:49:52.524518 [ 3 ] {} <Debug> HTTP-Session: a8ad4b43-ade3-43a2-988b-0b50d656b955 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3329 | 2024.03.26 19:49:52.524562 [ 3 ] {} <Debug> HTTP-Session: a8ad4b43-ade3-43a2-988b-0b50d656b955 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3330 | 2024.03.26 19:49:52.524660 [ 3 ] {} <Trace> HTTP-Session: a8ad4b43-ade3-43a2-988b-0b50d656b955 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3331 | 2024.03.26 19:49:52.524792 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3332 | 2024.03.26 19:49:52.524864 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 231 rows starting from the beginning of the part | ||
3333 | 2024.03.26 19:49:52.524871 [ 3 ] {9335b47a-dc96-447b-92a8-6bbebde38ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3334 | 2024.03.26 19:49:52.524946 [ 3 ] {9335b47a-dc96-447b-92a8-6bbebde38ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3335 | 2024.03.26 19:49:52.525078 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 152 rows starting from the beginning of the part | ||
3336 | 2024.03.26 19:49:52.525381 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 111 rows starting from the beginning of the part | ||
3337 | 2024.03.26 19:49:52.525687 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 152 rows starting from the beginning of the part | ||
3338 | 2024.03.26 19:49:52.526042 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 75 rows starting from the beginning of the part | ||
3339 | 2024.03.26 19:49:52.526400 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 152 rows starting from the beginning of the part | ||
3340 | 2024.03.26 19:49:52.526482 [ 3 ] {9335b47a-dc96-447b-92a8-6bbebde38ea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3341 | 2024.03.26 19:49:52.527434 [ 3 ] {9335b47a-dc96-447b-92a8-6bbebde38ea8} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3342 | 2024.03.26 19:49:52.527493 [ 3 ] {9335b47a-dc96-447b-92a8-6bbebde38ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3343 | 2024.03.26 19:49:52.528469 [ 3 ] {9335b47a-dc96-447b-92a8-6bbebde38ea8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3344 | 2024.03.26 19:49:52.529192 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 873 rows, containing 4 columns (4 merged, 0 gathered) in 0.005099865 sec., 171181.00185004895 rows/sec., 15.62 MiB/sec. | ||
3345 | 2024.03.26 19:49:52.529216 [ 3 ] {9335b47a-dc96-447b-92a8-6bbebde38ea8} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3346 | 2024.03.26 19:49:52.529426 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
3347 | 2024.03.26 19:49:52.529565 [ 3 ] {9335b47a-dc96-447b-92a8-6bbebde38ea8} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.004767 sec., 14684.287812041115 rows/sec., 1.15 MiB/sec. | ||
3348 | 2024.03.26 19:49:52.529566 [ 30 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
3349 | 2024.03.26 19:49:52.529789 [ 30 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3350 | 2024.03.26 19:49:52.529970 [ 30 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3351 | 2024.03.26 19:49:52.530006 [ 3 ] {9335b47a-dc96-447b-92a8-6bbebde38ea8} <Debug> DynamicQueryHandler: Done processing query | ||
3352 | 2024.03.26 19:49:52.530134 [ 3 ] {9335b47a-dc96-447b-92a8-6bbebde38ea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3353 | 2024.03.26 19:49:52.530211 [ 3 ] {} <Debug> HTTP-Session: a8ad4b43-ade3-43a2-988b-0b50d656b955 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3354 | 2024.03.26 19:49:52.530564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3355 | 2024.03.26 19:49:52.530697 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3356 | 2024.03.26 19:49:52.530707 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::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 | ||
3357 | 2024.03.26 19:49:52.530751 [ 3 ] {} <Debug> HTTP-Session: ec9edb58-5b94-4c51-80f9-73b8da416277 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3358 | 2024.03.26 19:49:52.530811 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3359 | 2024.03.26 19:49:52.530852 [ 3 ] {} <Debug> HTTP-Session: ec9edb58-5b94-4c51-80f9-73b8da416277 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3360 | 2024.03.26 19:49:52.530929 [ 3 ] {} <Debug> HTTP-Session: ec9edb58-5b94-4c51-80f9-73b8da416277 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3361 | 2024.03.26 19:49:52.531066 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_20_4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
3362 | 2024.03.26 19:49:52.531085 [ 3 ] {} <Trace> HTTP-Session: ec9edb58-5b94-4c51-80f9-73b8da416277 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3363 | 2024.03.26 19:49:52.531354 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3364 | 2024.03.26 19:49:52.531357 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
3365 | 2024.03.26 19:49:52.531438 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 128 rows starting from the beginning of the part | ||
3366 | 2024.03.26 19:49:52.531489 [ 3 ] {bb899db6-3414-4075-acab-9f93a2ddc203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3367 | 2024.03.26 19:49:52.531702 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 70 rows starting from the beginning of the part | ||
3368 | 2024.03.26 19:49:52.531692 [ 3 ] {bb899db6-3414-4075-acab-9f93a2ddc203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3369 | 2024.03.26 19:49:52.531983 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 70 rows starting from the beginning of the part | ||
3370 | 2024.03.26 19:49:52.532284 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 70 rows starting from the beginning of the part | ||
3371 | 2024.03.26 19:49:52.532543 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 46 rows starting from the beginning of the part | ||
3372 | 2024.03.26 19:49:52.532857 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 70 rows starting from the beginning of the part | ||
3373 | 2024.03.26 19:49:52.533424 [ 3 ] {bb899db6-3414-4075-acab-9f93a2ddc203} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3374 | 2024.03.26 19:49:52.534198 [ 3 ] {bb899db6-3414-4075-acab-9f93a2ddc203} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3375 | 2024.03.26 19:49:52.534268 [ 3 ] {bb899db6-3414-4075-acab-9f93a2ddc203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3376 | 2024.03.26 19:49:52.535360 [ 3 ] {bb899db6-3414-4075-acab-9f93a2ddc203} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3377 | 2024.03.26 19:49:52.535698 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 454 rows, containing 4 columns (4 merged, 0 gathered) in 0.005446195 sec., 83360.95200410562 rows/sec., 6.51 MiB/sec. | ||
3378 | 2024.03.26 19:49:52.535980 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
3379 | 2024.03.26 19:49:52.536127 [ 3 ] {bb899db6-3414-4075-acab-9f93a2ddc203} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3380 | 2024.03.26 19:49:52.536634 [ 3 ] {bb899db6-3414-4075-acab-9f93a2ddc203} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005191 sec., 19264.110961279137 rows/sec., 1.34 MiB/sec. | ||
3381 | 2024.03.26 19:49:52.537312 [ 3 ] {bb899db6-3414-4075-acab-9f93a2ddc203} <Debug> DynamicQueryHandler: Done processing query | ||
3382 | 2024.03.26 19:49:52.537359 [ 3 ] {bb899db6-3414-4075-acab-9f93a2ddc203} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3383 | 2024.03.26 19:49:52.537366 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3384 | 2024.03.26 19:49:52.537386 [ 3 ] {} <Debug> HTTP-Session: ec9edb58-5b94-4c51-80f9-73b8da416277 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3385 | 2024.03.26 19:49:52.537511 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_20_4} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
3386 | 2024.03.26 19:49:52.537634 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44952, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3387 | 2024.03.26 19:49:52.537651 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3388 | 2024.03.26 19:49:52.537708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3389 | 2024.03.26 19:49:52.537732 [ 3 ] {} <Debug> HTTP-Session: 1fe8c4c3-9390-44f9-ab26-9ae5f1e35c74 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3390 | 2024.03.26 19:49:52.537749 [ 3 ] {} <Debug> HTTP-Session: 1fe8c4c3-9390-44f9-ab26-9ae5f1e35c74 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3391 | 2024.03.26 19:49:52.537763 [ 3 ] {} <Debug> HTTP-Session: 1fe8c4c3-9390-44f9-ab26-9ae5f1e35c74 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3392 | 2024.03.26 19:49:52.537800 [ 3 ] {} <Trace> HTTP-Session: 1fe8c4c3-9390-44f9-ab26-9ae5f1e35c74 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3393 | 2024.03.26 19:49:52.538438 [ 3 ] {31a78def-dc08-430c-8c8e-f0aca410e39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3394 | 2024.03.26 19:49:52.538490 [ 3 ] {31a78def-dc08-430c-8c8e-f0aca410e39d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3395 | 2024.03.26 19:49:52.538687 [ 3 ] {31a78def-dc08-430c-8c8e-f0aca410e39d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3396 | 2024.03.26 19:49:52.539230 [ 3 ] {31a78def-dc08-430c-8c8e-f0aca410e39d} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3397 | 2024.03.26 19:49:52.539269 [ 3 ] {31a78def-dc08-430c-8c8e-f0aca410e39d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3398 | 2024.03.26 19:49:52.539746 [ 3 ] {31a78def-dc08-430c-8c8e-f0aca410e39d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3399 | 2024.03.26 19:49:52.540111 [ 3 ] {31a78def-dc08-430c-8c8e-f0aca410e39d} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3400 | 2024.03.26 19:49:52.540291 [ 3 ] {31a78def-dc08-430c-8c8e-f0aca410e39d} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.002424 sec., 17326.73267326733 rows/sec., 23.38 MiB/sec. | ||
3401 | 2024.03.26 19:49:52.540469 [ 3 ] {31a78def-dc08-430c-8c8e-f0aca410e39d} <Debug> DynamicQueryHandler: Done processing query | ||
3402 | 2024.03.26 19:49:52.540494 [ 3 ] {31a78def-dc08-430c-8c8e-f0aca410e39d} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3403 | 2024.03.26 19:49:52.540510 [ 3 ] {} <Debug> HTTP-Session: 1fe8c4c3-9390-44f9-ab26-9ae5f1e35c74 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3404 | 2024.03.26 19:49:52.540637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3405 | 2024.03.26 19:49:52.540688 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3406 | 2024.03.26 19:49:52.540707 [ 3 ] {} <Debug> HTTP-Session: 97fa8beb-6cd2-40d0-8170-b31e225d748b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3407 | 2024.03.26 19:49:52.540723 [ 3 ] {} <Debug> HTTP-Session: 97fa8beb-6cd2-40d0-8170-b31e225d748b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3408 | 2024.03.26 19:49:52.540737 [ 3 ] {} <Debug> HTTP-Session: 97fa8beb-6cd2-40d0-8170-b31e225d748b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3409 | 2024.03.26 19:49:52.540768 [ 3 ] {} <Trace> HTTP-Session: 97fa8beb-6cd2-40d0-8170-b31e225d748b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3410 | 2024.03.26 19:49:52.540844 [ 3 ] {b6e2b94b-8731-43d0-a28b-34dcff889802} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3411 | 2024.03.26 19:49:52.540886 [ 3 ] {b6e2b94b-8731-43d0-a28b-34dcff889802} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3412 | 2024.03.26 19:49:52.541016 [ 3 ] {b6e2b94b-8731-43d0-a28b-34dcff889802} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3413 | 2024.03.26 19:49:52.541346 [ 3 ] {b6e2b94b-8731-43d0-a28b-34dcff889802} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3414 | 2024.03.26 19:49:52.541383 [ 3 ] {b6e2b94b-8731-43d0-a28b-34dcff889802} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.50 GiB. | ||
3415 | 2024.03.26 19:49:52.541747 [ 3 ] {b6e2b94b-8731-43d0-a28b-34dcff889802} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
3416 | 2024.03.26 19:49:52.542104 [ 3 ] {b6e2b94b-8731-43d0-a28b-34dcff889802} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3417 | 2024.03.26 19:49:52.542264 [ 3 ] {b6e2b94b-8731-43d0-a28b-34dcff889802} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001444 sec., 20775.623268698062 rows/sec., 1.42 MiB/sec. | ||
3418 | 2024.03.26 19:49:52.542392 [ 3 ] {b6e2b94b-8731-43d0-a28b-34dcff889802} <Debug> DynamicQueryHandler: Done processing query | ||
3419 | 2024.03.26 19:49:52.542416 [ 3 ] {b6e2b94b-8731-43d0-a28b-34dcff889802} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3420 | 2024.03.26 19:49:52.542432 [ 3 ] {} <Debug> HTTP-Session: 97fa8beb-6cd2-40d0-8170-b31e225d748b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3421 | 2024.03.26 19:49:56.462530 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3422 | 2024.03.26 19:49:56.462647 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3423 | 2024.03.26 19:49:57.518378 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3424 | 2024.03.26 19:49:57.518494 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3425 | 2024.03.26 19:49:57.518518 [ 3 ] {} <Debug> HTTP-Session: 19828e7e-8f78-42ed-833d-92c8d36e8e4f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3426 | 2024.03.26 19:49:57.518543 [ 3 ] {} <Debug> HTTP-Session: 19828e7e-8f78-42ed-833d-92c8d36e8e4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3427 | 2024.03.26 19:49:57.518557 [ 3 ] {} <Debug> HTTP-Session: 19828e7e-8f78-42ed-833d-92c8d36e8e4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3428 | 2024.03.26 19:49:57.518606 [ 3 ] {} <Trace> HTTP-Session: 19828e7e-8f78-42ed-833d-92c8d36e8e4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3429 | 2024.03.26 19:49:57.518729 [ 3 ] {6fa22d80-c9aa-4efa-aa07-3eb6ae10c853} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3430 | 2024.03.26 19:49:57.518794 [ 3 ] {6fa22d80-c9aa-4efa-aa07-3eb6ae10c853} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3431 | 2024.03.26 19:49:57.518986 [ 3 ] {6fa22d80-c9aa-4efa-aa07-3eb6ae10c853} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3432 | 2024.03.26 19:49:57.519421 [ 3 ] {6fa22d80-c9aa-4efa-aa07-3eb6ae10c853} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3433 | 2024.03.26 19:49:57.519468 [ 3 ] {6fa22d80-c9aa-4efa-aa07-3eb6ae10c853} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3434 | 2024.03.26 19:49:57.519846 [ 3 ] {6fa22d80-c9aa-4efa-aa07-3eb6ae10c853} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3435 | 2024.03.26 19:49:57.520183 [ 3 ] {6fa22d80-c9aa-4efa-aa07-3eb6ae10c853} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3436 | 2024.03.26 19:49:57.520354 [ 3 ] {6fa22d80-c9aa-4efa-aa07-3eb6ae10c853} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001677 sec., 9540.846750149076 rows/sec., 773.33 KiB/sec. | ||
3437 | 2024.03.26 19:49:57.520367 [ 47 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3438 | 2024.03.26 19:49:57.520481 [ 47 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3439 | 2024.03.26 19:49:57.520519 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3440 | 2024.03.26 19:49:57.520559 [ 3 ] {6fa22d80-c9aa-4efa-aa07-3eb6ae10c853} <Debug> DynamicQueryHandler: Done processing query | ||
3441 | 2024.03.26 19:49:57.520674 [ 3 ] {6fa22d80-c9aa-4efa-aa07-3eb6ae10c853} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3442 | 2024.03.26 19:49:57.520784 [ 3 ] {} <Debug> HTTP-Session: 19828e7e-8f78-42ed-833d-92c8d36e8e4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3443 | 2024.03.26 19:49:57.520935 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
3444 | 2024.03.26 19:49:57.521141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3445 | 2024.03.26 19:49:57.521206 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3446 | 2024.03.26 19:49:57.521246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3447 | 2024.03.26 19:49:57.521260 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 58 rows starting from the beginning of the part | ||
3448 | 2024.03.26 19:49:57.521286 [ 3 ] {} <Debug> HTTP-Session: 997db4d4-3ff0-4544-8242-f65c3dbb4156 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3449 | 2024.03.26 19:49:57.521309 [ 3 ] {} <Debug> HTTP-Session: 997db4d4-3ff0-4544-8242-f65c3dbb4156 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3450 | 2024.03.26 19:49:57.521339 [ 3 ] {} <Debug> HTTP-Session: 997db4d4-3ff0-4544-8242-f65c3dbb4156 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3451 | 2024.03.26 19:49:57.521499 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
3452 | 2024.03.26 19:49:57.521495 [ 3 ] {} <Trace> HTTP-Session: 997db4d4-3ff0-4544-8242-f65c3dbb4156 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3453 | 2024.03.26 19:49:57.521843 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part | ||
3454 | 2024.03.26 19:49:57.521858 [ 3 ] {6a5e5c94-1d9d-46ef-b799-b63cfaac82da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3455 | 2024.03.26 19:49:57.522014 [ 3 ] {6a5e5c94-1d9d-46ef-b799-b63cfaac82da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3456 | 2024.03.26 19:49:57.522118 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
3457 | 2024.03.26 19:49:57.522440 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part | ||
3458 | 2024.03.26 19:49:57.522760 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
3459 | 2024.03.26 19:49:57.523233 [ 3 ] {6a5e5c94-1d9d-46ef-b799-b63cfaac82da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3460 | 2024.03.26 19:49:57.524086 [ 3 ] {6a5e5c94-1d9d-46ef-b799-b63cfaac82da} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3461 | 2024.03.26 19:49:57.524157 [ 3 ] {6a5e5c94-1d9d-46ef-b799-b63cfaac82da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3462 | 2024.03.26 19:49:57.525074 [ 3 ] {6a5e5c94-1d9d-46ef-b799-b63cfaac82da} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3463 | 2024.03.26 19:49:57.525369 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.004757374 sec., 39937.99940891761 rows/sec., 3.16 MiB/sec. | ||
3464 | 2024.03.26 19:49:57.525594 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3465 | 2024.03.26 19:49:57.525840 [ 3 ] {6a5e5c94-1d9d-46ef-b799-b63cfaac82da} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3466 | 2024.03.26 19:49:57.526240 [ 3 ] {6a5e5c94-1d9d-46ef-b799-b63cfaac82da} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.004538 sec., 16306.74305861613 rows/sec., 1.35 MiB/sec. | ||
3467 | 2024.03.26 19:49:57.526475 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3468 | 2024.03.26 19:49:57.526497 [ 3 ] {6a5e5c94-1d9d-46ef-b799-b63cfaac82da} <Debug> DynamicQueryHandler: Done processing query | ||
3469 | 2024.03.26 19:49:57.526549 [ 3 ] {6a5e5c94-1d9d-46ef-b799-b63cfaac82da} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3470 | 2024.03.26 19:49:57.526592 [ 3 ] {} <Debug> HTTP-Session: 997db4d4-3ff0-4544-8242-f65c3dbb4156 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3471 | 2024.03.26 19:49:57.526649 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_11_2} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3472 | 2024.03.26 19:49:57.526775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3473 | 2024.03.26 19:49:57.526820 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3474 | 2024.03.26 19:49:57.526866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3475 | 2024.03.26 19:49:57.526891 [ 3 ] {} <Debug> HTTP-Session: 60c404c0-e1e5-4c8d-9702-3bf02fb1b072 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3476 | 2024.03.26 19:49:57.526908 [ 3 ] {} <Debug> HTTP-Session: 60c404c0-e1e5-4c8d-9702-3bf02fb1b072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3477 | 2024.03.26 19:49:57.526921 [ 3 ] {} <Debug> HTTP-Session: 60c404c0-e1e5-4c8d-9702-3bf02fb1b072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3478 | 2024.03.26 19:49:57.526955 [ 3 ] {} <Trace> HTTP-Session: 60c404c0-e1e5-4c8d-9702-3bf02fb1b072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3479 | 2024.03.26 19:49:57.527043 [ 3 ] {2265d8a7-8d8b-42c7-a377-a444442794eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3480 | 2024.03.26 19:49:57.527086 [ 3 ] {2265d8a7-8d8b-42c7-a377-a444442794eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3481 | 2024.03.26 19:49:57.527231 [ 3 ] {2265d8a7-8d8b-42c7-a377-a444442794eb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3482 | 2024.03.26 19:49:57.527598 [ 3 ] {2265d8a7-8d8b-42c7-a377-a444442794eb} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3483 | 2024.03.26 19:49:57.527638 [ 3 ] {2265d8a7-8d8b-42c7-a377-a444442794eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3484 | 2024.03.26 19:49:57.527958 [ 3 ] {2265d8a7-8d8b-42c7-a377-a444442794eb} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3485 | 2024.03.26 19:49:57.528304 [ 3 ] {2265d8a7-8d8b-42c7-a377-a444442794eb} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3486 | 2024.03.26 19:49:57.528436 [ 3 ] {2265d8a7-8d8b-42c7-a377-a444442794eb} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001436 sec., 30640.66852367688 rows/sec., 2.39 MiB/sec. | ||
3487 | 2024.03.26 19:49:57.528553 [ 3 ] {2265d8a7-8d8b-42c7-a377-a444442794eb} <Debug> DynamicQueryHandler: Done processing query | ||
3488 | 2024.03.26 19:49:57.528577 [ 3 ] {2265d8a7-8d8b-42c7-a377-a444442794eb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3489 | 2024.03.26 19:49:57.528593 [ 3 ] {} <Debug> HTTP-Session: 60c404c0-e1e5-4c8d-9702-3bf02fb1b072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3490 | 2024.03.26 19:49:57.528721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3491 | 2024.03.26 19:49:57.528769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3492 | 2024.03.26 19:49:57.528787 [ 3 ] {} <Debug> HTTP-Session: 4487b6ea-39a4-421a-97d1-ecc23d5b7b93 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3493 | 2024.03.26 19:49:57.528803 [ 3 ] {} <Debug> HTTP-Session: 4487b6ea-39a4-421a-97d1-ecc23d5b7b93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3494 | 2024.03.26 19:49:57.528817 [ 3 ] {} <Debug> HTTP-Session: 4487b6ea-39a4-421a-97d1-ecc23d5b7b93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3495 | 2024.03.26 19:49:57.528847 [ 3 ] {} <Trace> HTTP-Session: 4487b6ea-39a4-421a-97d1-ecc23d5b7b93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3496 | 2024.03.26 19:49:57.528951 [ 3 ] {80f3579d-7361-4e64-bee7-cce5c22316a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3497 | 2024.03.26 19:49:57.528995 [ 3 ] {80f3579d-7361-4e64-bee7-cce5c22316a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3498 | 2024.03.26 19:49:57.529135 [ 3 ] {80f3579d-7361-4e64-bee7-cce5c22316a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3499 | 2024.03.26 19:49:57.529492 [ 3 ] {80f3579d-7361-4e64-bee7-cce5c22316a6} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3500 | 2024.03.26 19:49:57.529527 [ 3 ] {80f3579d-7361-4e64-bee7-cce5c22316a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3501 | 2024.03.26 19:49:57.529921 [ 3 ] {80f3579d-7361-4e64-bee7-cce5c22316a6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3502 | 2024.03.26 19:49:57.530258 [ 3 ] {80f3579d-7361-4e64-bee7-cce5c22316a6} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3503 | 2024.03.26 19:49:57.530385 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3504 | 2024.03.26 19:49:57.530391 [ 3 ] {80f3579d-7361-4e64-bee7-cce5c22316a6} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001494 sec., 66934.40428380186 rows/sec., 4.64 MiB/sec. | ||
3505 | 2024.03.26 19:49:57.530436 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3506 | 2024.03.26 19:49:57.530482 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3507 | 2024.03.26 19:49:57.530564 [ 3 ] {80f3579d-7361-4e64-bee7-cce5c22316a6} <Debug> DynamicQueryHandler: Done processing query | ||
3508 | 2024.03.26 19:49:57.530607 [ 3 ] {80f3579d-7361-4e64-bee7-cce5c22316a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3509 | 2024.03.26 19:49:57.530655 [ 3 ] {} <Debug> HTTP-Session: 4487b6ea-39a4-421a-97d1-ecc23d5b7b93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3510 | 2024.03.26 19:49:57.530809 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
3511 | 2024.03.26 19:49:57.530865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3512 | 2024.03.26 19:49:57.530965 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3513 | 2024.03.26 19:49:57.531015 [ 3 ] {} <Debug> HTTP-Session: 01a88afe-210f-494e-8eb4-fb38dbb1b1bb Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3514 | 2024.03.26 19:49:57.531049 [ 3 ] {} <Debug> HTTP-Session: 01a88afe-210f-494e-8eb4-fb38dbb1b1bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3515 | 2024.03.26 19:49:57.531086 [ 3 ] {} <Debug> HTTP-Session: 01a88afe-210f-494e-8eb4-fb38dbb1b1bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3516 | 2024.03.26 19:49:57.531173 [ 3 ] {} <Trace> HTTP-Session: 01a88afe-210f-494e-8eb4-fb38dbb1b1bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3517 | 2024.03.26 19:49:57.531322 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3518 | 2024.03.26 19:49:57.531384 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1825 rows starting from the beginning of the part | ||
3519 | 2024.03.26 19:49:57.531489 [ 3 ] {ee990c66-b649-4e7d-beac-3364165060a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3520 | 2024.03.26 19:49:57.531645 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 137 rows starting from the beginning of the part | ||
3521 | 2024.03.26 19:49:57.531764 [ 3 ] {ee990c66-b649-4e7d-beac-3364165060a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3522 | 2024.03.26 19:49:57.531958 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 100 rows starting from the beginning of the part | ||
3523 | 2024.03.26 19:49:57.532302 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 101 rows starting from the beginning of the part | ||
3524 | 2024.03.26 19:49:57.532604 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 100 rows starting from the beginning of the part | ||
3525 | 2024.03.26 19:49:57.532906 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 100 rows starting from the beginning of the part | ||
3526 | 2024.03.26 19:49:57.533489 [ 3 ] {ee990c66-b649-4e7d-beac-3364165060a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3527 | 2024.03.26 19:49:57.534223 [ 3 ] {ee990c66-b649-4e7d-beac-3364165060a4} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3528 | 2024.03.26 19:49:57.534276 [ 3 ] {ee990c66-b649-4e7d-beac-3364165060a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3529 | 2024.03.26 19:49:57.535556 [ 3 ] {ee990c66-b649-4e7d-beac-3364165060a4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3530 | 2024.03.26 19:49:57.536303 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2363 rows, containing 5 columns (5 merged, 0 gathered) in 0.005699982 sec., 414562.7126541803 rows/sec., 28.81 MiB/sec. | ||
3531 | 2024.03.26 19:49:57.536364 [ 3 ] {ee990c66-b649-4e7d-beac-3364165060a4} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3532 | 2024.03.26 19:49:57.536552 [ 24 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3533 | 2024.03.26 19:49:57.536624 [ 3 ] {ee990c66-b649-4e7d-beac-3364165060a4} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.005319 sec., 3008.084226358338 rows/sec., 4.06 MiB/sec. | ||
3534 | 2024.03.26 19:49:57.536632 [ 24 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3535 | 2024.03.26 19:49:57.536700 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3536 | 2024.03.26 19:49:57.536821 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3537 | 2024.03.26 19:49:57.537155 [ 3 ] {ee990c66-b649-4e7d-beac-3364165060a4} <Debug> DynamicQueryHandler: Done processing query | ||
3538 | 2024.03.26 19:49:57.537208 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
3539 | 2024.03.26 19:49:57.537209 [ 3 ] {ee990c66-b649-4e7d-beac-3364165060a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3540 | 2024.03.26 19:49:57.537316 [ 3 ] {} <Debug> HTTP-Session: 01a88afe-210f-494e-8eb4-fb38dbb1b1bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3541 | 2024.03.26 19:49:57.537614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3542 | 2024.03.26 19:49:57.537837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3543 | 2024.03.26 19:49:57.537912 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3544 | 2024.03.26 19:49:57.537927 [ 3 ] {} <Debug> HTTP-Session: acffc988-bce6-4e65-a06f-b1cbf1b69b91 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3545 | 2024.03.26 19:49:57.538012 [ 3 ] {} <Debug> HTTP-Session: acffc988-bce6-4e65-a06f-b1cbf1b69b91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3546 | 2024.03.26 19:49:57.538050 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 145 rows starting from the beginning of the part | ||
3547 | 2024.03.26 19:49:57.538066 [ 3 ] {} <Debug> HTTP-Session: acffc988-bce6-4e65-a06f-b1cbf1b69b91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3548 | 2024.03.26 19:49:57.538188 [ 3 ] {} <Trace> HTTP-Session: acffc988-bce6-4e65-a06f-b1cbf1b69b91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3549 | 2024.03.26 19:49:57.538579 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 16 rows starting from the beginning of the part | ||
3550 | 2024.03.26 19:49:57.538597 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3551 | 2024.03.26 19:49:57.538948 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3552 | 2024.03.26 19:49:57.539012 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 42 rows starting from the beginning of the part | ||
3553 | 2024.03.26 19:49:57.539080 [ 3 ] {5b1580cf-64ea-461d-b7be-5a876f98c276} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3554 | 2024.03.26 19:49:57.539229 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
3555 | 2024.03.26 19:49:57.539439 [ 3 ] {5b1580cf-64ea-461d-b7be-5a876f98c276} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3556 | 2024.03.26 19:49:57.539476 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 16 rows starting from the beginning of the part | ||
3557 | 2024.03.26 19:49:57.539834 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 42 rows starting from the beginning of the part | ||
3558 | 2024.03.26 19:49:57.540232 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
3559 | 2024.03.26 19:49:57.540606 [ 3 ] {5b1580cf-64ea-461d-b7be-5a876f98c276} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3560 | 2024.03.26 19:49:57.541607 [ 3 ] {5b1580cf-64ea-461d-b7be-5a876f98c276} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3561 | 2024.03.26 19:49:57.541668 [ 3 ] {5b1580cf-64ea-461d-b7be-5a876f98c276} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3562 | 2024.03.26 19:49:57.542617 [ 3 ] {5b1580cf-64ea-461d-b7be-5a876f98c276} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
3563 | 2024.03.26 19:49:57.543579 [ 3 ] {5b1580cf-64ea-461d-b7be-5a876f98c276} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3564 | 2024.03.26 19:49:57.543744 [ 24 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
3565 | 2024.03.26 19:49:57.543754 [ 3 ] {5b1580cf-64ea-461d-b7be-5a876f98c276} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00514 sec., 5836.575875486382 rows/sec., 409.43 KiB/sec. | ||
3566 | 2024.03.26 19:49:57.543801 [ 24 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3567 | 2024.03.26 19:49:57.543852 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3568 | 2024.03.26 19:49:57.543993 [ 3 ] {5b1580cf-64ea-461d-b7be-5a876f98c276} <Debug> DynamicQueryHandler: Done processing query | ||
3569 | 2024.03.26 19:49:57.544060 [ 3 ] {5b1580cf-64ea-461d-b7be-5a876f98c276} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3570 | 2024.03.26 19:49:57.544123 [ 3 ] {} <Debug> HTTP-Session: acffc988-bce6-4e65-a06f-b1cbf1b69b91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3571 | 2024.03.26 19:49:57.544185 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
3572 | 2024.03.26 19:49:57.544481 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3573 | 2024.03.26 19:49:57.544527 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 468 rows starting from the beginning of the part | ||
3574 | 2024.03.26 19:49:57.544666 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 30 rows starting from the beginning of the part | ||
3575 | 2024.03.26 19:49:57.544892 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 30 rows starting from the beginning of the part | ||
3576 | 2024.03.26 19:49:57.545090 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 30 rows starting from the beginning of the part | ||
3577 | 2024.03.26 19:49:57.545231 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 30 rows starting from the beginning of the part | ||
3578 | 2024.03.26 19:49:57.545315 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 30 rows starting from the beginning of the part | ||
3579 | 2024.03.26 19:49:57.546550 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 277 rows, containing 6 columns (6 merged, 0 gathered) in 0.009652422 sec., 28697.46059590018 rows/sec., 38.73 MiB/sec. | ||
3580 | 2024.03.26 19:49:57.546968 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3581 | 2024.03.26 19:49:57.547232 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 618 rows, containing 4 columns (4 merged, 0 gathered) in 0.003273899 sec., 188765.7499513577 rows/sec., 12.93 MiB/sec. | ||
3582 | 2024.03.26 19:49:57.547564 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
3583 | 2024.03.26 19:49:57.547846 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3584 | 2024.03.26 19:49:57.548079 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3585 | 2024.03.26 19:49:57.548236 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.14 MiB. | ||
3586 | 2024.03.26 19:49:57.548380 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3587 | 2024.03.26 19:49:57.548470 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_21_4} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
3588 | 2024.03.26 19:49:57.548566 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
3589 | 2024.03.26 19:50:02.520096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3590 | 2024.03.26 19:50:02.520222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3591 | 2024.03.26 19:50:02.520248 [ 3 ] {} <Debug> HTTP-Session: 5742949f-d0d9-4cd0-9bc8-8e67c4198f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3592 | 2024.03.26 19:50:02.520273 [ 3 ] {} <Debug> HTTP-Session: 5742949f-d0d9-4cd0-9bc8-8e67c4198f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3593 | 2024.03.26 19:50:02.520289 [ 3 ] {} <Debug> HTTP-Session: 5742949f-d0d9-4cd0-9bc8-8e67c4198f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3594 | 2024.03.26 19:50:02.520340 [ 3 ] {} <Trace> HTTP-Session: 5742949f-d0d9-4cd0-9bc8-8e67c4198f92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3595 | 2024.03.26 19:50:02.520468 [ 3 ] {7bcef52d-bcb3-4c5a-88bd-cf7a7c2b296f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3596 | 2024.03.26 19:50:02.520534 [ 3 ] {7bcef52d-bcb3-4c5a-88bd-cf7a7c2b296f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3597 | 2024.03.26 19:50:02.520723 [ 3 ] {7bcef52d-bcb3-4c5a-88bd-cf7a7c2b296f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3598 | 2024.03.26 19:50:02.521186 [ 3 ] {7bcef52d-bcb3-4c5a-88bd-cf7a7c2b296f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3599 | 2024.03.26 19:50:02.521225 [ 3 ] {7bcef52d-bcb3-4c5a-88bd-cf7a7c2b296f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3600 | 2024.03.26 19:50:02.521615 [ 3 ] {7bcef52d-bcb3-4c5a-88bd-cf7a7c2b296f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3601 | 2024.03.26 19:50:02.521960 [ 3 ] {7bcef52d-bcb3-4c5a-88bd-cf7a7c2b296f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3602 | 2024.03.26 19:50:02.522106 [ 3 ] {7bcef52d-bcb3-4c5a-88bd-cf7a7c2b296f} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001701 sec., 24691.35802469136 rows/sec., 1.95 MiB/sec. | ||
3603 | 2024.03.26 19:50:02.522262 [ 3 ] {7bcef52d-bcb3-4c5a-88bd-cf7a7c2b296f} <Debug> DynamicQueryHandler: Done processing query | ||
3604 | 2024.03.26 19:50:02.522288 [ 3 ] {7bcef52d-bcb3-4c5a-88bd-cf7a7c2b296f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3605 | 2024.03.26 19:50:02.522304 [ 3 ] {} <Debug> HTTP-Session: 5742949f-d0d9-4cd0-9bc8-8e67c4198f92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3606 | 2024.03.26 19:50:02.522462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3607 | 2024.03.26 19:50:02.522512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3608 | 2024.03.26 19:50:02.522531 [ 3 ] {} <Debug> HTTP-Session: e574f440-7653-495c-a60f-7e7aeb9e0e95 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3609 | 2024.03.26 19:50:02.522548 [ 3 ] {} <Debug> HTTP-Session: e574f440-7653-495c-a60f-7e7aeb9e0e95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3610 | 2024.03.26 19:50:02.522563 [ 3 ] {} <Debug> HTTP-Session: e574f440-7653-495c-a60f-7e7aeb9e0e95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3611 | 2024.03.26 19:50:02.522595 [ 3 ] {} <Trace> HTTP-Session: e574f440-7653-495c-a60f-7e7aeb9e0e95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3612 | 2024.03.26 19:50:02.522713 [ 3 ] {501e57e0-060b-4d03-a45f-ed4ce64508a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3613 | 2024.03.26 19:50:02.522756 [ 3 ] {501e57e0-060b-4d03-a45f-ed4ce64508a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3614 | 2024.03.26 19:50:02.522880 [ 3 ] {501e57e0-060b-4d03-a45f-ed4ce64508a8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3615 | 2024.03.26 19:50:02.523303 [ 3 ] {501e57e0-060b-4d03-a45f-ed4ce64508a8} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3616 | 2024.03.26 19:50:02.523339 [ 3 ] {501e57e0-060b-4d03-a45f-ed4ce64508a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3617 | 2024.03.26 19:50:02.523669 [ 3 ] {501e57e0-060b-4d03-a45f-ed4ce64508a8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3618 | 2024.03.26 19:50:02.523980 [ 3 ] {501e57e0-060b-4d03-a45f-ed4ce64508a8} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3619 | 2024.03.26 19:50:02.524106 [ 3 ] {501e57e0-060b-4d03-a45f-ed4ce64508a8} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.00146 sec., 104109.5890410959 rows/sec., 9.95 MiB/sec. | ||
3620 | 2024.03.26 19:50:02.524229 [ 3 ] {501e57e0-060b-4d03-a45f-ed4ce64508a8} <Debug> DynamicQueryHandler: Done processing query | ||
3621 | 2024.03.26 19:50:02.524253 [ 3 ] {501e57e0-060b-4d03-a45f-ed4ce64508a8} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3622 | 2024.03.26 19:50:02.524268 [ 3 ] {} <Debug> HTTP-Session: e574f440-7653-495c-a60f-7e7aeb9e0e95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3623 | 2024.03.26 19:50:02.524396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3624 | 2024.03.26 19:50:02.524446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3625 | 2024.03.26 19:50:02.524464 [ 3 ] {} <Debug> HTTP-Session: 35e6a6ff-0c2b-4daa-ab7d-8fcb457158d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3626 | 2024.03.26 19:50:02.524480 [ 3 ] {} <Debug> HTTP-Session: 35e6a6ff-0c2b-4daa-ab7d-8fcb457158d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3627 | 2024.03.26 19:50:02.524494 [ 3 ] {} <Debug> HTTP-Session: 35e6a6ff-0c2b-4daa-ab7d-8fcb457158d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3628 | 2024.03.26 19:50:02.524525 [ 3 ] {} <Trace> HTTP-Session: 35e6a6ff-0c2b-4daa-ab7d-8fcb457158d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3629 | 2024.03.26 19:50:02.524625 [ 3 ] {debf5eaa-21fd-4c6f-90f2-fa343aabbb99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3630 | 2024.03.26 19:50:02.524667 [ 3 ] {debf5eaa-21fd-4c6f-90f2-fa343aabbb99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3631 | 2024.03.26 19:50:02.524793 [ 3 ] {debf5eaa-21fd-4c6f-90f2-fa343aabbb99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3632 | 2024.03.26 19:50:02.525124 [ 3 ] {debf5eaa-21fd-4c6f-90f2-fa343aabbb99} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3633 | 2024.03.26 19:50:02.525160 [ 3 ] {debf5eaa-21fd-4c6f-90f2-fa343aabbb99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3634 | 2024.03.26 19:50:02.525475 [ 3 ] {debf5eaa-21fd-4c6f-90f2-fa343aabbb99} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3635 | 2024.03.26 19:50:02.525807 [ 3 ] {debf5eaa-21fd-4c6f-90f2-fa343aabbb99} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3636 | 2024.03.26 19:50:02.525935 [ 3 ] {debf5eaa-21fd-4c6f-90f2-fa343aabbb99} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001368 sec., 51169.59064327485 rows/sec., 4.00 MiB/sec. | ||
3637 | 2024.03.26 19:50:02.526055 [ 3 ] {debf5eaa-21fd-4c6f-90f2-fa343aabbb99} <Debug> DynamicQueryHandler: Done processing query | ||
3638 | 2024.03.26 19:50:02.526079 [ 3 ] {debf5eaa-21fd-4c6f-90f2-fa343aabbb99} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
3639 | 2024.03.26 19:50:02.526095 [ 3 ] {} <Debug> HTTP-Session: 35e6a6ff-0c2b-4daa-ab7d-8fcb457158d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3640 | 2024.03.26 19:50:02.526219 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3641 | 2024.03.26 19:50:02.526269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3642 | 2024.03.26 19:50:02.526287 [ 3 ] {} <Debug> HTTP-Session: 3245738b-9644-4bb7-9071-39c9609d12df Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3643 | 2024.03.26 19:50:02.526303 [ 3 ] {} <Debug> HTTP-Session: 3245738b-9644-4bb7-9071-39c9609d12df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3644 | 2024.03.26 19:50:02.526317 [ 3 ] {} <Debug> HTTP-Session: 3245738b-9644-4bb7-9071-39c9609d12df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3645 | 2024.03.26 19:50:02.526347 [ 3 ] {} <Trace> HTTP-Session: 3245738b-9644-4bb7-9071-39c9609d12df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3646 | 2024.03.26 19:50:02.526446 [ 3 ] {e99c29ac-5256-46f6-bf86-e6bd9a375707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3647 | 2024.03.26 19:50:02.526490 [ 3 ] {e99c29ac-5256-46f6-bf86-e6bd9a375707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3648 | 2024.03.26 19:50:02.526632 [ 3 ] {e99c29ac-5256-46f6-bf86-e6bd9a375707} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3649 | 2024.03.26 19:50:02.526982 [ 3 ] {e99c29ac-5256-46f6-bf86-e6bd9a375707} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3650 | 2024.03.26 19:50:02.527017 [ 3 ] {e99c29ac-5256-46f6-bf86-e6bd9a375707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3651 | 2024.03.26 19:50:02.527406 [ 3 ] {e99c29ac-5256-46f6-bf86-e6bd9a375707} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3652 | 2024.03.26 19:50:02.527757 [ 3 ] {e99c29ac-5256-46f6-bf86-e6bd9a375707} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3653 | 2024.03.26 19:50:02.527883 [ 3 ] {e99c29ac-5256-46f6-bf86-e6bd9a375707} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00149 sec., 67114.09395973154 rows/sec., 4.65 MiB/sec. | ||
3654 | 2024.03.26 19:50:02.528081 [ 3 ] {e99c29ac-5256-46f6-bf86-e6bd9a375707} <Debug> DynamicQueryHandler: Done processing query | ||
3655 | 2024.03.26 19:50:02.528141 [ 3 ] {e99c29ac-5256-46f6-bf86-e6bd9a375707} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3656 | 2024.03.26 19:50:02.528181 [ 3 ] {} <Debug> HTTP-Session: 3245738b-9644-4bb7-9071-39c9609d12df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3657 | 2024.03.26 19:50:02.528384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3658 | 2024.03.26 19:50:02.528435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3659 | 2024.03.26 19:50:02.528454 [ 3 ] {} <Debug> HTTP-Session: 78b40c0c-df76-4c35-9605-46662cb488ec Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3660 | 2024.03.26 19:50:02.528471 [ 3 ] {} <Debug> HTTP-Session: 78b40c0c-df76-4c35-9605-46662cb488ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3661 | 2024.03.26 19:50:02.528485 [ 3 ] {} <Debug> HTTP-Session: 78b40c0c-df76-4c35-9605-46662cb488ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3662 | 2024.03.26 19:50:02.528516 [ 3 ] {} <Trace> HTTP-Session: 78b40c0c-df76-4c35-9605-46662cb488ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3663 | 2024.03.26 19:50:02.528786 [ 3 ] {6f0805be-ad65-4154-aba4-ef17b1af438a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3664 | 2024.03.26 19:50:02.528832 [ 3 ] {6f0805be-ad65-4154-aba4-ef17b1af438a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3665 | 2024.03.26 19:50:02.529012 [ 3 ] {6f0805be-ad65-4154-aba4-ef17b1af438a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3666 | 2024.03.26 19:50:02.529550 [ 3 ] {6f0805be-ad65-4154-aba4-ef17b1af438a} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3667 | 2024.03.26 19:50:02.529586 [ 3 ] {6f0805be-ad65-4154-aba4-ef17b1af438a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3668 | 2024.03.26 19:50:02.530023 [ 3 ] {6f0805be-ad65-4154-aba4-ef17b1af438a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3669 | 2024.03.26 19:50:02.530367 [ 3 ] {6f0805be-ad65-4154-aba4-ef17b1af438a} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3670 | 2024.03.26 19:50:02.530499 [ 3 ] {6f0805be-ad65-4154-aba4-ef17b1af438a} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001926 sec., 21806.85358255452 rows/sec., 29.43 MiB/sec. | ||
3671 | 2024.03.26 19:50:02.530773 [ 3 ] {6f0805be-ad65-4154-aba4-ef17b1af438a} <Debug> DynamicQueryHandler: Done processing query | ||
3672 | 2024.03.26 19:50:02.530806 [ 3 ] {6f0805be-ad65-4154-aba4-ef17b1af438a} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3673 | 2024.03.26 19:50:02.530822 [ 3 ] {} <Debug> HTTP-Session: 78b40c0c-df76-4c35-9605-46662cb488ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3674 | 2024.03.26 19:50:02.530936 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3675 | 2024.03.26 19:50:02.530988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3676 | 2024.03.26 19:50:02.531006 [ 3 ] {} <Debug> HTTP-Session: 97174d04-1e02-4c60-b818-97d8bdcef31f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3677 | 2024.03.26 19:50:02.531023 [ 3 ] {} <Debug> HTTP-Session: 97174d04-1e02-4c60-b818-97d8bdcef31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3678 | 2024.03.26 19:50:02.531036 [ 3 ] {} <Debug> HTTP-Session: 97174d04-1e02-4c60-b818-97d8bdcef31f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3679 | 2024.03.26 19:50:02.531067 [ 3 ] {} <Trace> HTTP-Session: 97174d04-1e02-4c60-b818-97d8bdcef31f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3680 | 2024.03.26 19:50:02.531142 [ 3 ] {ab2b57ef-1d3b-45c6-8356-50aefe320356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3681 | 2024.03.26 19:50:02.531185 [ 3 ] {ab2b57ef-1d3b-45c6-8356-50aefe320356} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3682 | 2024.03.26 19:50:02.531334 [ 3 ] {ab2b57ef-1d3b-45c6-8356-50aefe320356} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3683 | 2024.03.26 19:50:02.531614 [ 3 ] {ab2b57ef-1d3b-45c6-8356-50aefe320356} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3684 | 2024.03.26 19:50:02.531652 [ 3 ] {ab2b57ef-1d3b-45c6-8356-50aefe320356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3685 | 2024.03.26 19:50:02.532006 [ 3 ] {ab2b57ef-1d3b-45c6-8356-50aefe320356} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
3686 | 2024.03.26 19:50:02.532355 [ 3 ] {ab2b57ef-1d3b-45c6-8356-50aefe320356} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3687 | 2024.03.26 19:50:02.532481 [ 3 ] {ab2b57ef-1d3b-45c6-8356-50aefe320356} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001373 sec., 21849.963583394027 rows/sec., 1.50 MiB/sec. | ||
3688 | 2024.03.26 19:50:02.532600 [ 3 ] {ab2b57ef-1d3b-45c6-8356-50aefe320356} <Debug> DynamicQueryHandler: Done processing query | ||
3689 | 2024.03.26 19:50:02.532624 [ 3 ] {ab2b57ef-1d3b-45c6-8356-50aefe320356} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3690 | 2024.03.26 19:50:02.532640 [ 3 ] {} <Debug> HTTP-Session: 97174d04-1e02-4c60-b818-97d8bdcef31f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3691 | 2024.03.26 19:50:07.519709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3692 | 2024.03.26 19:50:07.519845 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3693 | 2024.03.26 19:50:07.519873 [ 3 ] {} <Debug> HTTP-Session: db365400-e89c-4091-ad02-a88fcd85d26b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3694 | 2024.03.26 19:50:07.519902 [ 3 ] {} <Debug> HTTP-Session: db365400-e89c-4091-ad02-a88fcd85d26b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3695 | 2024.03.26 19:50:07.519920 [ 3 ] {} <Debug> HTTP-Session: db365400-e89c-4091-ad02-a88fcd85d26b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3696 | 2024.03.26 19:50:07.519975 [ 3 ] {} <Trace> HTTP-Session: db365400-e89c-4091-ad02-a88fcd85d26b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3697 | 2024.03.26 19:50:07.520105 [ 3 ] {0eea3826-98ae-46f9-8de5-5395c0a7c5a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3698 | 2024.03.26 19:50:07.520176 [ 3 ] {0eea3826-98ae-46f9-8de5-5395c0a7c5a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3699 | 2024.03.26 19:50:07.520390 [ 3 ] {0eea3826-98ae-46f9-8de5-5395c0a7c5a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3700 | 2024.03.26 19:50:07.520818 [ 3 ] {0eea3826-98ae-46f9-8de5-5395c0a7c5a1} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3701 | 2024.03.26 19:50:07.520856 [ 3 ] {0eea3826-98ae-46f9-8de5-5395c0a7c5a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3702 | 2024.03.26 19:50:07.521245 [ 3 ] {0eea3826-98ae-46f9-8de5-5395c0a7c5a1} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3703 | 2024.03.26 19:50:07.521581 [ 3 ] {0eea3826-98ae-46f9-8de5-5395c0a7c5a1} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3704 | 2024.03.26 19:50:07.521722 [ 3 ] {0eea3826-98ae-46f9-8de5-5395c0a7c5a1} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001681 sec., 9518.143961927424 rows/sec., 771.49 KiB/sec. | ||
3705 | 2024.03.26 19:50:07.521861 [ 3 ] {0eea3826-98ae-46f9-8de5-5395c0a7c5a1} <Debug> DynamicQueryHandler: Done processing query | ||
3706 | 2024.03.26 19:50:07.521887 [ 3 ] {0eea3826-98ae-46f9-8de5-5395c0a7c5a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3707 | 2024.03.26 19:50:07.521903 [ 3 ] {} <Debug> HTTP-Session: db365400-e89c-4091-ad02-a88fcd85d26b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3708 | 2024.03.26 19:50:07.522077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3709 | 2024.03.26 19:50:07.522125 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3710 | 2024.03.26 19:50:07.522143 [ 3 ] {} <Debug> HTTP-Session: 18e52377-6915-4020-8c61-67601be8fb88 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3711 | 2024.03.26 19:50:07.522160 [ 3 ] {} <Debug> HTTP-Session: 18e52377-6915-4020-8c61-67601be8fb88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3712 | 2024.03.26 19:50:07.522173 [ 3 ] {} <Debug> HTTP-Session: 18e52377-6915-4020-8c61-67601be8fb88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3713 | 2024.03.26 19:50:07.522204 [ 3 ] {} <Trace> HTTP-Session: 18e52377-6915-4020-8c61-67601be8fb88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3714 | 2024.03.26 19:50:07.522296 [ 3 ] {489ec76b-9195-45c8-a483-dc39f5d20e74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3715 | 2024.03.26 19:50:07.522336 [ 3 ] {489ec76b-9195-45c8-a483-dc39f5d20e74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3716 | 2024.03.26 19:50:07.522459 [ 3 ] {489ec76b-9195-45c8-a483-dc39f5d20e74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3717 | 2024.03.26 19:50:07.522829 [ 3 ] {489ec76b-9195-45c8-a483-dc39f5d20e74} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3718 | 2024.03.26 19:50:07.522865 [ 3 ] {489ec76b-9195-45c8-a483-dc39f5d20e74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3719 | 2024.03.26 19:50:07.523179 [ 3 ] {489ec76b-9195-45c8-a483-dc39f5d20e74} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3720 | 2024.03.26 19:50:07.523490 [ 3 ] {489ec76b-9195-45c8-a483-dc39f5d20e74} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3721 | 2024.03.26 19:50:07.523619 [ 3 ] {489ec76b-9195-45c8-a483-dc39f5d20e74} <Debug> executeQuery: Read 110 rows, 9.06 KiB in 0.001371 sec., 80233.40627279358 rows/sec., 6.45 MiB/sec. | ||
3722 | 2024.03.26 19:50:07.523741 [ 3 ] {489ec76b-9195-45c8-a483-dc39f5d20e74} <Debug> DynamicQueryHandler: Done processing query | ||
3723 | 2024.03.26 19:50:07.523764 [ 3 ] {489ec76b-9195-45c8-a483-dc39f5d20e74} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3724 | 2024.03.26 19:50:07.523779 [ 3 ] {} <Debug> HTTP-Session: 18e52377-6915-4020-8c61-67601be8fb88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3725 | 2024.03.26 19:50:07.523912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3726 | 2024.03.26 19:50:07.523960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3727 | 2024.03.26 19:50:07.523979 [ 3 ] {} <Debug> HTTP-Session: 3d0bc379-dad8-4ad8-9e9a-f0ac93585580 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3728 | 2024.03.26 19:50:07.523995 [ 3 ] {} <Debug> HTTP-Session: 3d0bc379-dad8-4ad8-9e9a-f0ac93585580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3729 | 2024.03.26 19:50:07.524008 [ 3 ] {} <Debug> HTTP-Session: 3d0bc379-dad8-4ad8-9e9a-f0ac93585580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3730 | 2024.03.26 19:50:07.524038 [ 3 ] {} <Trace> HTTP-Session: 3d0bc379-dad8-4ad8-9e9a-f0ac93585580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3731 | 2024.03.26 19:50:07.524120 [ 3 ] {e7209eb5-3a46-4f86-a7fb-c501ad9188fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3732 | 2024.03.26 19:50:07.524159 [ 3 ] {e7209eb5-3a46-4f86-a7fb-c501ad9188fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3733 | 2024.03.26 19:50:07.524283 [ 3 ] {e7209eb5-3a46-4f86-a7fb-c501ad9188fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3734 | 2024.03.26 19:50:07.524632 [ 3 ] {e7209eb5-3a46-4f86-a7fb-c501ad9188fa} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3735 | 2024.03.26 19:50:07.524668 [ 3 ] {e7209eb5-3a46-4f86-a7fb-c501ad9188fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3736 | 2024.03.26 19:50:07.524975 [ 3 ] {e7209eb5-3a46-4f86-a7fb-c501ad9188fa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3737 | 2024.03.26 19:50:07.525280 [ 3 ] {e7209eb5-3a46-4f86-a7fb-c501ad9188fa} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3738 | 2024.03.26 19:50:07.525407 [ 3 ] {e7209eb5-3a46-4f86-a7fb-c501ad9188fa} <Debug> executeQuery: Read 68 rows, 5.42 KiB in 0.001326 sec., 51282.05128205129 rows/sec., 3.99 MiB/sec. | ||
3739 | 2024.03.26 19:50:07.525526 [ 3 ] {e7209eb5-3a46-4f86-a7fb-c501ad9188fa} <Debug> DynamicQueryHandler: Done processing query | ||
3740 | 2024.03.26 19:50:07.525551 [ 3 ] {e7209eb5-3a46-4f86-a7fb-c501ad9188fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3741 | 2024.03.26 19:50:07.525566 [ 3 ] {} <Debug> HTTP-Session: 3d0bc379-dad8-4ad8-9e9a-f0ac93585580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3742 | 2024.03.26 19:50:07.525715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26091, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3743 | 2024.03.26 19:50:07.525764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3744 | 2024.03.26 19:50:07.525782 [ 3 ] {} <Debug> HTTP-Session: b6799458-c719-4ebf-a220-c436804c2455 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3745 | 2024.03.26 19:50:07.525799 [ 3 ] {} <Debug> HTTP-Session: b6799458-c719-4ebf-a220-c436804c2455 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3746 | 2024.03.26 19:50:07.525812 [ 3 ] {} <Debug> HTTP-Session: b6799458-c719-4ebf-a220-c436804c2455 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3747 | 2024.03.26 19:50:07.525843 [ 3 ] {} <Trace> HTTP-Session: b6799458-c719-4ebf-a220-c436804c2455 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3748 | 2024.03.26 19:50:07.525950 [ 3 ] {4061aa05-a5c2-49c3-bc84-51066d126cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3749 | 2024.03.26 19:50:07.525995 [ 3 ] {4061aa05-a5c2-49c3-bc84-51066d126cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3750 | 2024.03.26 19:50:07.526136 [ 3 ] {4061aa05-a5c2-49c3-bc84-51066d126cf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3751 | 2024.03.26 19:50:07.526588 [ 3 ] {4061aa05-a5c2-49c3-bc84-51066d126cf1} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3752 | 2024.03.26 19:50:07.526624 [ 3 ] {4061aa05-a5c2-49c3-bc84-51066d126cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3753 | 2024.03.26 19:50:07.527018 [ 3 ] {4061aa05-a5c2-49c3-bc84-51066d126cf1} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3754 | 2024.03.26 19:50:07.527364 [ 3 ] {4061aa05-a5c2-49c3-bc84-51066d126cf1} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3755 | 2024.03.26 19:50:07.527492 [ 3 ] {4061aa05-a5c2-49c3-bc84-51066d126cf1} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001604 sec., 84788.02992518703 rows/sec., 5.91 MiB/sec. | ||
3756 | 2024.03.26 19:50:07.527621 [ 3 ] {4061aa05-a5c2-49c3-bc84-51066d126cf1} <Debug> DynamicQueryHandler: Done processing query | ||
3757 | 2024.03.26 19:50:07.527645 [ 3 ] {4061aa05-a5c2-49c3-bc84-51066d126cf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
3758 | 2024.03.26 19:50:07.527661 [ 3 ] {} <Debug> HTTP-Session: b6799458-c719-4ebf-a220-c436804c2455 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3759 | 2024.03.26 19:50:07.527785 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3760 | 2024.03.26 19:50:07.527833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3761 | 2024.03.26 19:50:07.527851 [ 3 ] {} <Debug> HTTP-Session: 2cada6b1-e08d-4720-9992-a606a6a87c9b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3762 | 2024.03.26 19:50:07.527867 [ 3 ] {} <Debug> HTTP-Session: 2cada6b1-e08d-4720-9992-a606a6a87c9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3763 | 2024.03.26 19:50:07.527883 [ 3 ] {} <Debug> HTTP-Session: 2cada6b1-e08d-4720-9992-a606a6a87c9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3764 | 2024.03.26 19:50:07.527914 [ 3 ] {} <Trace> HTTP-Session: 2cada6b1-e08d-4720-9992-a606a6a87c9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3765 | 2024.03.26 19:50:07.528071 [ 3 ] {daa6ffb1-2a2c-4322-bd07-ab7993bbc31a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3766 | 2024.03.26 19:50:07.528117 [ 3 ] {daa6ffb1-2a2c-4322-bd07-ab7993bbc31a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3767 | 2024.03.26 19:50:07.528272 [ 3 ] {daa6ffb1-2a2c-4322-bd07-ab7993bbc31a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3768 | 2024.03.26 19:50:07.528667 [ 3 ] {daa6ffb1-2a2c-4322-bd07-ab7993bbc31a} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3769 | 2024.03.26 19:50:07.528702 [ 3 ] {daa6ffb1-2a2c-4322-bd07-ab7993bbc31a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3770 | 2024.03.26 19:50:07.529103 [ 3 ] {daa6ffb1-2a2c-4322-bd07-ab7993bbc31a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3771 | 2024.03.26 19:50:07.529440 [ 3 ] {daa6ffb1-2a2c-4322-bd07-ab7993bbc31a} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3772 | 2024.03.26 19:50:07.529577 [ 3 ] {daa6ffb1-2a2c-4322-bd07-ab7993bbc31a} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001613 sec., 9919.404835709856 rows/sec., 13.39 MiB/sec. | ||
3773 | 2024.03.26 19:50:07.529702 [ 3 ] {daa6ffb1-2a2c-4322-bd07-ab7993bbc31a} <Debug> DynamicQueryHandler: Done processing query | ||
3774 | 2024.03.26 19:50:07.529726 [ 3 ] {daa6ffb1-2a2c-4322-bd07-ab7993bbc31a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3775 | 2024.03.26 19:50:07.529742 [ 3 ] {} <Debug> HTTP-Session: 2cada6b1-e08d-4720-9992-a606a6a87c9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3776 | 2024.03.26 19:50:07.529861 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3777 | 2024.03.26 19:50:07.529910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3778 | 2024.03.26 19:50:07.529929 [ 3 ] {} <Debug> HTTP-Session: 82458d45-a465-4008-b3ec-3a02f8099a96 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3779 | 2024.03.26 19:50:07.529945 [ 3 ] {} <Debug> HTTP-Session: 82458d45-a465-4008-b3ec-3a02f8099a96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3780 | 2024.03.26 19:50:07.529959 [ 3 ] {} <Debug> HTTP-Session: 82458d45-a465-4008-b3ec-3a02f8099a96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3781 | 2024.03.26 19:50:07.529989 [ 3 ] {} <Trace> HTTP-Session: 82458d45-a465-4008-b3ec-3a02f8099a96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3782 | 2024.03.26 19:50:07.530061 [ 3 ] {c28258e0-97b1-46e1-8d1d-fbdceba1504a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3783 | 2024.03.26 19:50:07.530103 [ 3 ] {c28258e0-97b1-46e1-8d1d-fbdceba1504a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3784 | 2024.03.26 19:50:07.530228 [ 3 ] {c28258e0-97b1-46e1-8d1d-fbdceba1504a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3785 | 2024.03.26 19:50:07.530513 [ 3 ] {c28258e0-97b1-46e1-8d1d-fbdceba1504a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3786 | 2024.03.26 19:50:07.530549 [ 3 ] {c28258e0-97b1-46e1-8d1d-fbdceba1504a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3787 | 2024.03.26 19:50:07.530905 [ 3 ] {c28258e0-97b1-46e1-8d1d-fbdceba1504a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
3788 | 2024.03.26 19:50:07.531229 [ 3 ] {c28258e0-97b1-46e1-8d1d-fbdceba1504a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3789 | 2024.03.26 19:50:07.531362 [ 3 ] {c28258e0-97b1-46e1-8d1d-fbdceba1504a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001329 sec., 22573.36343115124 rows/sec., 1.55 MiB/sec. | ||
3790 | 2024.03.26 19:50:07.531578 [ 3 ] {c28258e0-97b1-46e1-8d1d-fbdceba1504a} <Debug> DynamicQueryHandler: Done processing query | ||
3791 | 2024.03.26 19:50:07.531638 [ 3 ] {c28258e0-97b1-46e1-8d1d-fbdceba1504a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3792 | 2024.03.26 19:50:07.531697 [ 3 ] {} <Debug> HTTP-Session: 82458d45-a465-4008-b3ec-3a02f8099a96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3793 | 2024.03.26 19:50:11.462698 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3794 | 2024.03.26 19:50:11.462765 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3795 | 2024.03.26 19:50:12.002211 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000858486 sec. | ||
3796 | 2024.03.26 19:50:12.520092 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3797 | 2024.03.26 19:50:12.520202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3798 | 2024.03.26 19:50:12.520226 [ 3 ] {} <Debug> HTTP-Session: c3251169-fc67-418b-9a39-8c0db65798bb Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3799 | 2024.03.26 19:50:12.520250 [ 3 ] {} <Debug> HTTP-Session: c3251169-fc67-418b-9a39-8c0db65798bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3800 | 2024.03.26 19:50:12.520265 [ 3 ] {} <Debug> HTTP-Session: c3251169-fc67-418b-9a39-8c0db65798bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3801 | 2024.03.26 19:50:12.520314 [ 3 ] {} <Trace> HTTP-Session: c3251169-fc67-418b-9a39-8c0db65798bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3802 | 2024.03.26 19:50:12.520441 [ 3 ] {6473ed22-aced-46b7-8124-a73fb8e2291e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3803 | 2024.03.26 19:50:12.520505 [ 3 ] {6473ed22-aced-46b7-8124-a73fb8e2291e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3804 | 2024.03.26 19:50:12.520697 [ 3 ] {6473ed22-aced-46b7-8124-a73fb8e2291e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3805 | 2024.03.26 19:50:12.521156 [ 3 ] {6473ed22-aced-46b7-8124-a73fb8e2291e} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3806 | 2024.03.26 19:50:12.521202 [ 3 ] {6473ed22-aced-46b7-8124-a73fb8e2291e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3807 | 2024.03.26 19:50:12.521624 [ 3 ] {6473ed22-aced-46b7-8124-a73fb8e2291e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3808 | 2024.03.26 19:50:12.521995 [ 3 ] {6473ed22-aced-46b7-8124-a73fb8e2291e} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3809 | 2024.03.26 19:50:12.522159 [ 3 ] {6473ed22-aced-46b7-8124-a73fb8e2291e} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001778 sec., 23622.047244094487 rows/sec., 1.87 MiB/sec. | ||
3810 | 2024.03.26 19:50:12.522325 [ 3 ] {6473ed22-aced-46b7-8124-a73fb8e2291e} <Debug> DynamicQueryHandler: Done processing query | ||
3811 | 2024.03.26 19:50:12.522351 [ 3 ] {6473ed22-aced-46b7-8124-a73fb8e2291e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3812 | 2024.03.26 19:50:12.522369 [ 3 ] {} <Debug> HTTP-Session: c3251169-fc67-418b-9a39-8c0db65798bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3813 | 2024.03.26 19:50:12.522496 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3814 | 2024.03.26 19:50:12.522553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3815 | 2024.03.26 19:50:12.522572 [ 3 ] {} <Debug> HTTP-Session: 3d710854-ea61-4ed7-bbb7-f0dc3f700029 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3816 | 2024.03.26 19:50:12.522591 [ 3 ] {} <Debug> HTTP-Session: 3d710854-ea61-4ed7-bbb7-f0dc3f700029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3817 | 2024.03.26 19:50:12.522605 [ 3 ] {} <Debug> HTTP-Session: 3d710854-ea61-4ed7-bbb7-f0dc3f700029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3818 | 2024.03.26 19:50:12.522640 [ 3 ] {} <Trace> HTTP-Session: 3d710854-ea61-4ed7-bbb7-f0dc3f700029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3819 | 2024.03.26 19:50:12.522712 [ 3 ] {1f6c2f5d-4e8c-44a0-a612-72ee6e1b3fbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3820 | 2024.03.26 19:50:12.522757 [ 3 ] {1f6c2f5d-4e8c-44a0-a612-72ee6e1b3fbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3821 | 2024.03.26 19:50:12.522892 [ 3 ] {1f6c2f5d-4e8c-44a0-a612-72ee6e1b3fbd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3822 | 2024.03.26 19:50:12.523209 [ 3 ] {1f6c2f5d-4e8c-44a0-a612-72ee6e1b3fbd} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3823 | 2024.03.26 19:50:12.523249 [ 3 ] {1f6c2f5d-4e8c-44a0-a612-72ee6e1b3fbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3824 | 2024.03.26 19:50:12.523568 [ 3 ] {1f6c2f5d-4e8c-44a0-a612-72ee6e1b3fbd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3825 | 2024.03.26 19:50:12.523879 [ 3 ] {1f6c2f5d-4e8c-44a0-a612-72ee6e1b3fbd} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3826 | 2024.03.26 19:50:12.524035 [ 3 ] {1f6c2f5d-4e8c-44a0-a612-72ee6e1b3fbd} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001343 sec., 2978.4065524944153 rows/sec., 242.87 KiB/sec. | ||
3827 | 2024.03.26 19:50:12.524269 [ 3 ] {1f6c2f5d-4e8c-44a0-a612-72ee6e1b3fbd} <Debug> DynamicQueryHandler: Done processing query | ||
3828 | 2024.03.26 19:50:12.524295 [ 3 ] {1f6c2f5d-4e8c-44a0-a612-72ee6e1b3fbd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3829 | 2024.03.26 19:50:12.524312 [ 3 ] {} <Debug> HTTP-Session: 3d710854-ea61-4ed7-bbb7-f0dc3f700029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3830 | 2024.03.26 19:50:12.524499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3831 | 2024.03.26 19:50:12.524551 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3832 | 2024.03.26 19:50:12.524570 [ 3 ] {} <Debug> HTTP-Session: 11b9993b-38c7-443c-80d2-3e6220947f2a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3833 | 2024.03.26 19:50:12.524587 [ 3 ] {} <Debug> HTTP-Session: 11b9993b-38c7-443c-80d2-3e6220947f2a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3834 | 2024.03.26 19:50:12.524600 [ 3 ] {} <Debug> HTTP-Session: 11b9993b-38c7-443c-80d2-3e6220947f2a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3835 | 2024.03.26 19:50:12.524633 [ 3 ] {} <Trace> HTTP-Session: 11b9993b-38c7-443c-80d2-3e6220947f2a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3836 | 2024.03.26 19:50:12.524743 [ 3 ] {b325f525-8839-4679-9323-2f68cb6e1552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3837 | 2024.03.26 19:50:12.524788 [ 3 ] {b325f525-8839-4679-9323-2f68cb6e1552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3838 | 2024.03.26 19:50:12.524932 [ 3 ] {b325f525-8839-4679-9323-2f68cb6e1552} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3839 | 2024.03.26 19:50:12.525348 [ 3 ] {b325f525-8839-4679-9323-2f68cb6e1552} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3840 | 2024.03.26 19:50:12.525386 [ 3 ] {b325f525-8839-4679-9323-2f68cb6e1552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3841 | 2024.03.26 19:50:12.525707 [ 3 ] {b325f525-8839-4679-9323-2f68cb6e1552} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3842 | 2024.03.26 19:50:12.526012 [ 3 ] {b325f525-8839-4679-9323-2f68cb6e1552} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3843 | 2024.03.26 19:50:12.526165 [ 3 ] {b325f525-8839-4679-9323-2f68cb6e1552} <Debug> executeQuery: Read 154 rows, 15.05 KiB in 0.00148 sec., 104054.05405405405 rows/sec., 9.93 MiB/sec. | ||
3844 | 2024.03.26 19:50:12.526547 [ 3 ] {b325f525-8839-4679-9323-2f68cb6e1552} <Debug> DynamicQueryHandler: Done processing query | ||
3845 | 2024.03.26 19:50:12.526618 [ 3 ] {b325f525-8839-4679-9323-2f68cb6e1552} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
3846 | 2024.03.26 19:50:12.526698 [ 3 ] {} <Debug> HTTP-Session: 11b9993b-38c7-443c-80d2-3e6220947f2a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3847 | 2024.03.26 19:50:12.526900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3848 | 2024.03.26 19:50:12.526953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3849 | 2024.03.26 19:50:12.526971 [ 3 ] {} <Debug> HTTP-Session: b2871c27-3df8-4dcd-a89e-55aeef457fc7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3850 | 2024.03.26 19:50:12.526988 [ 3 ] {} <Debug> HTTP-Session: b2871c27-3df8-4dcd-a89e-55aeef457fc7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3851 | 2024.03.26 19:50:12.527002 [ 3 ] {} <Debug> HTTP-Session: b2871c27-3df8-4dcd-a89e-55aeef457fc7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3852 | 2024.03.26 19:50:12.527034 [ 3 ] {} <Trace> HTTP-Session: b2871c27-3df8-4dcd-a89e-55aeef457fc7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3853 | 2024.03.26 19:50:12.527102 [ 3 ] {4ef614aa-1712-4119-ab0c-2712707ce27a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3854 | 2024.03.26 19:50:12.527145 [ 3 ] {4ef614aa-1712-4119-ab0c-2712707ce27a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3855 | 2024.03.26 19:50:12.527284 [ 3 ] {4ef614aa-1712-4119-ab0c-2712707ce27a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3856 | 2024.03.26 19:50:12.529567 [ 3 ] {4ef614aa-1712-4119-ab0c-2712707ce27a} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3857 | 2024.03.26 19:50:12.529603 [ 3 ] {4ef614aa-1712-4119-ab0c-2712707ce27a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3858 | 2024.03.26 19:50:12.529906 [ 3 ] {4ef614aa-1712-4119-ab0c-2712707ce27a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
3859 | 2024.03.26 19:50:12.530224 [ 3 ] {4ef614aa-1712-4119-ab0c-2712707ce27a} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3860 | 2024.03.26 19:50:12.530383 [ 3 ] {4ef614aa-1712-4119-ab0c-2712707ce27a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003296 sec., 1213.5922330097087 rows/sec., 84.74 KiB/sec. | ||
3861 | 2024.03.26 19:50:12.530604 [ 3 ] {4ef614aa-1712-4119-ab0c-2712707ce27a} <Debug> DynamicQueryHandler: Done processing query | ||
3862 | 2024.03.26 19:50:12.530633 [ 3 ] {4ef614aa-1712-4119-ab0c-2712707ce27a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3863 | 2024.03.26 19:50:12.530649 [ 3 ] {} <Debug> HTTP-Session: b2871c27-3df8-4dcd-a89e-55aeef457fc7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3864 | 2024.03.26 19:50:12.530775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 12597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3865 | 2024.03.26 19:50:12.530824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3866 | 2024.03.26 19:50:12.530842 [ 3 ] {} <Debug> HTTP-Session: 4eca9f9f-e01b-4c73-89dc-a0ebd7ee2ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3867 | 2024.03.26 19:50:12.530858 [ 3 ] {} <Debug> HTTP-Session: 4eca9f9f-e01b-4c73-89dc-a0ebd7ee2ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3868 | 2024.03.26 19:50:12.530872 [ 3 ] {} <Debug> HTTP-Session: 4eca9f9f-e01b-4c73-89dc-a0ebd7ee2ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3869 | 2024.03.26 19:50:12.530902 [ 3 ] {} <Trace> HTTP-Session: 4eca9f9f-e01b-4c73-89dc-a0ebd7ee2ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3870 | 2024.03.26 19:50:12.530994 [ 3 ] {84c0e95a-477b-4309-b6b5-d407a067c4c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3871 | 2024.03.26 19:50:12.531035 [ 3 ] {84c0e95a-477b-4309-b6b5-d407a067c4c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3872 | 2024.03.26 19:50:12.531177 [ 3 ] {84c0e95a-477b-4309-b6b5-d407a067c4c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3873 | 2024.03.26 19:50:12.531543 [ 3 ] {84c0e95a-477b-4309-b6b5-d407a067c4c1} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3874 | 2024.03.26 19:50:12.531582 [ 3 ] {84c0e95a-477b-4309-b6b5-d407a067c4c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3875 | 2024.03.26 19:50:12.531898 [ 3 ] {84c0e95a-477b-4309-b6b5-d407a067c4c1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3876 | 2024.03.26 19:50:12.532203 [ 3 ] {84c0e95a-477b-4309-b6b5-d407a067c4c1} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3877 | 2024.03.26 19:50:12.532359 [ 3 ] {84c0e95a-477b-4309-b6b5-d407a067c4c1} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001403 sec., 52744.11974340698 rows/sec., 4.12 MiB/sec. | ||
3878 | 2024.03.26 19:50:12.532716 [ 3 ] {84c0e95a-477b-4309-b6b5-d407a067c4c1} <Debug> DynamicQueryHandler: Done processing query | ||
3879 | 2024.03.26 19:50:12.532805 [ 3 ] {84c0e95a-477b-4309-b6b5-d407a067c4c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3880 | 2024.03.26 19:50:12.532906 [ 3 ] {} <Debug> HTTP-Session: 4eca9f9f-e01b-4c73-89dc-a0ebd7ee2ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3881 | 2024.03.26 19:50:12.533182 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19516, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3882 | 2024.03.26 19:50:12.533244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3883 | 2024.03.26 19:50:12.533265 [ 3 ] {} <Debug> HTTP-Session: 57da6144-5a3e-4618-bdac-59af99af4575 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3884 | 2024.03.26 19:50:12.533285 [ 3 ] {} <Debug> HTTP-Session: 57da6144-5a3e-4618-bdac-59af99af4575 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3885 | 2024.03.26 19:50:12.533301 [ 3 ] {} <Debug> HTTP-Session: 57da6144-5a3e-4618-bdac-59af99af4575 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3886 | 2024.03.26 19:50:12.533333 [ 3 ] {} <Trace> HTTP-Session: 57da6144-5a3e-4618-bdac-59af99af4575 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3887 | 2024.03.26 19:50:12.533437 [ 3 ] {b820377e-d8e3-4482-b449-d22dc148395a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3888 | 2024.03.26 19:50:12.533484 [ 3 ] {b820377e-d8e3-4482-b449-d22dc148395a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3889 | 2024.03.26 19:50:12.533640 [ 3 ] {b820377e-d8e3-4482-b449-d22dc148395a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3890 | 2024.03.26 19:50:12.534000 [ 3 ] {b820377e-d8e3-4482-b449-d22dc148395a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3891 | 2024.03.26 19:50:12.534037 [ 3 ] {b820377e-d8e3-4482-b449-d22dc148395a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3892 | 2024.03.26 19:50:12.534414 [ 3 ] {b820377e-d8e3-4482-b449-d22dc148395a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3893 | 2024.03.26 19:50:12.534749 [ 3 ] {b820377e-d8e3-4482-b449-d22dc148395a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3894 | 2024.03.26 19:50:12.534894 [ 3 ] {b820377e-d8e3-4482-b449-d22dc148395a} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001511 sec., 67504.96360026473 rows/sec., 4.68 MiB/sec. | ||
3895 | 2024.03.26 19:50:12.535261 [ 3 ] {b820377e-d8e3-4482-b449-d22dc148395a} <Debug> DynamicQueryHandler: Done processing query | ||
3896 | 2024.03.26 19:50:12.535340 [ 3 ] {b820377e-d8e3-4482-b449-d22dc148395a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
3897 | 2024.03.26 19:50:12.535410 [ 3 ] {} <Debug> HTTP-Session: 57da6144-5a3e-4618-bdac-59af99af4575 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3898 | 2024.03.26 19:50:12.535691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44953, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3899 | 2024.03.26 19:50:12.535741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3900 | 2024.03.26 19:50:12.535759 [ 3 ] {} <Debug> HTTP-Session: fe990343-38f4-4f26-82fd-d49f2afbd42f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3901 | 2024.03.26 19:50:12.535775 [ 3 ] {} <Debug> HTTP-Session: fe990343-38f4-4f26-82fd-d49f2afbd42f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3902 | 2024.03.26 19:50:12.535789 [ 3 ] {} <Debug> HTTP-Session: fe990343-38f4-4f26-82fd-d49f2afbd42f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3903 | 2024.03.26 19:50:12.535819 [ 3 ] {} <Trace> HTTP-Session: fe990343-38f4-4f26-82fd-d49f2afbd42f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3904 | 2024.03.26 19:50:12.536092 [ 3 ] {a7b7f869-f26d-4088-9d0c-28ed3894cde1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3905 | 2024.03.26 19:50:12.536141 [ 3 ] {a7b7f869-f26d-4088-9d0c-28ed3894cde1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
3906 | 2024.03.26 19:50:12.536310 [ 3 ] {a7b7f869-f26d-4088-9d0c-28ed3894cde1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3907 | 2024.03.26 19:50:12.536828 [ 3 ] {a7b7f869-f26d-4088-9d0c-28ed3894cde1} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3908 | 2024.03.26 19:50:12.536865 [ 3 ] {a7b7f869-f26d-4088-9d0c-28ed3894cde1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3909 | 2024.03.26 19:50:12.537285 [ 3 ] {a7b7f869-f26d-4088-9d0c-28ed3894cde1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3910 | 2024.03.26 19:50:12.537642 [ 3 ] {a7b7f869-f26d-4088-9d0c-28ed3894cde1} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3911 | 2024.03.26 19:50:12.537810 [ 3 ] {a7b7f869-f26d-4088-9d0c-28ed3894cde1} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.00193 sec., 21761.65803108808 rows/sec., 29.37 MiB/sec. | ||
3912 | 2024.03.26 19:50:12.537944 [ 3 ] {a7b7f869-f26d-4088-9d0c-28ed3894cde1} <Debug> DynamicQueryHandler: Done processing query | ||
3913 | 2024.03.26 19:50:12.537967 [ 3 ] {a7b7f869-f26d-4088-9d0c-28ed3894cde1} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
3914 | 2024.03.26 19:50:12.537982 [ 3 ] {} <Debug> HTTP-Session: fe990343-38f4-4f26-82fd-d49f2afbd42f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3915 | 2024.03.26 19:50:12.538093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3916 | 2024.03.26 19:50:12.538143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3917 | 2024.03.26 19:50:12.538161 [ 3 ] {} <Debug> HTTP-Session: a5a265ea-0a9d-4d7d-b6d5-1f36e0ec1889 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3918 | 2024.03.26 19:50:12.538177 [ 3 ] {} <Debug> HTTP-Session: a5a265ea-0a9d-4d7d-b6d5-1f36e0ec1889 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3919 | 2024.03.26 19:50:12.538190 [ 3 ] {} <Debug> HTTP-Session: a5a265ea-0a9d-4d7d-b6d5-1f36e0ec1889 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3920 | 2024.03.26 19:50:12.538220 [ 3 ] {} <Trace> HTTP-Session: a5a265ea-0a9d-4d7d-b6d5-1f36e0ec1889 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3921 | 2024.03.26 19:50:12.538294 [ 3 ] {6cbf9780-1f1a-468f-84c6-45ca5a66c903} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3922 | 2024.03.26 19:50:12.538336 [ 3 ] {6cbf9780-1f1a-468f-84c6-45ca5a66c903} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3923 | 2024.03.26 19:50:12.538461 [ 3 ] {6cbf9780-1f1a-468f-84c6-45ca5a66c903} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3924 | 2024.03.26 19:50:12.538728 [ 3 ] {6cbf9780-1f1a-468f-84c6-45ca5a66c903} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3925 | 2024.03.26 19:50:12.538764 [ 3 ] {6cbf9780-1f1a-468f-84c6-45ca5a66c903} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3926 | 2024.03.26 19:50:12.539110 [ 3 ] {6cbf9780-1f1a-468f-84c6-45ca5a66c903} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
3927 | 2024.03.26 19:50:12.539426 [ 3 ] {6cbf9780-1f1a-468f-84c6-45ca5a66c903} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3928 | 2024.03.26 19:50:12.539584 [ 3 ] {6cbf9780-1f1a-468f-84c6-45ca5a66c903} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00131 sec., 22900.763358778626 rows/sec., 1.57 MiB/sec. | ||
3929 | 2024.03.26 19:50:12.539802 [ 3 ] {6cbf9780-1f1a-468f-84c6-45ca5a66c903} <Debug> DynamicQueryHandler: Done processing query | ||
3930 | 2024.03.26 19:50:12.539845 [ 3 ] {6cbf9780-1f1a-468f-84c6-45ca5a66c903} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3931 | 2024.03.26 19:50:12.539890 [ 3 ] {} <Debug> HTTP-Session: a5a265ea-0a9d-4d7d-b6d5-1f36e0ec1889 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3932 | 2024.03.26 19:50:17.518798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3933 | 2024.03.26 19:50:17.518928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3934 | 2024.03.26 19:50:17.518953 [ 3 ] {} <Debug> HTTP-Session: 6484373d-bf5c-4de3-a6c0-86f5a71289e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3935 | 2024.03.26 19:50:17.518979 [ 3 ] {} <Debug> HTTP-Session: 6484373d-bf5c-4de3-a6c0-86f5a71289e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3936 | 2024.03.26 19:50:17.518995 [ 3 ] {} <Debug> HTTP-Session: 6484373d-bf5c-4de3-a6c0-86f5a71289e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3937 | 2024.03.26 19:50:17.519045 [ 3 ] {} <Trace> HTTP-Session: 6484373d-bf5c-4de3-a6c0-86f5a71289e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3938 | 2024.03.26 19:50:17.519166 [ 3 ] {e50632c2-e5b6-4f1a-aa03-b8d430772596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3939 | 2024.03.26 19:50:17.519232 [ 3 ] {e50632c2-e5b6-4f1a-aa03-b8d430772596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3940 | 2024.03.26 19:50:17.519426 [ 3 ] {e50632c2-e5b6-4f1a-aa03-b8d430772596} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3941 | 2024.03.26 19:50:17.519839 [ 3 ] {e50632c2-e5b6-4f1a-aa03-b8d430772596} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3942 | 2024.03.26 19:50:17.519889 [ 3 ] {e50632c2-e5b6-4f1a-aa03-b8d430772596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3943 | 2024.03.26 19:50:17.520285 [ 3 ] {e50632c2-e5b6-4f1a-aa03-b8d430772596} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3944 | 2024.03.26 19:50:17.520628 [ 3 ] {e50632c2-e5b6-4f1a-aa03-b8d430772596} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3945 | 2024.03.26 19:50:17.520812 [ 3 ] {e50632c2-e5b6-4f1a-aa03-b8d430772596} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001694 sec., 9445.100354191263 rows/sec., 765.57 KiB/sec. | ||
3946 | 2024.03.26 19:50:17.521081 [ 3 ] {e50632c2-e5b6-4f1a-aa03-b8d430772596} <Debug> DynamicQueryHandler: Done processing query | ||
3947 | 2024.03.26 19:50:17.521126 [ 3 ] {e50632c2-e5b6-4f1a-aa03-b8d430772596} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3948 | 2024.03.26 19:50:17.521143 [ 3 ] {} <Debug> HTTP-Session: 6484373d-bf5c-4de3-a6c0-86f5a71289e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3949 | 2024.03.26 19:50:17.521298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3950 | 2024.03.26 19:50:17.521355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3951 | 2024.03.26 19:50:17.521374 [ 3 ] {} <Debug> HTTP-Session: 9ab26eb0-aa27-4357-84a9-a0399358ebfe Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3952 | 2024.03.26 19:50:17.521391 [ 3 ] {} <Debug> HTTP-Session: 9ab26eb0-aa27-4357-84a9-a0399358ebfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3953 | 2024.03.26 19:50:17.521405 [ 3 ] {} <Debug> HTTP-Session: 9ab26eb0-aa27-4357-84a9-a0399358ebfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3954 | 2024.03.26 19:50:17.521440 [ 3 ] {} <Trace> HTTP-Session: 9ab26eb0-aa27-4357-84a9-a0399358ebfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3955 | 2024.03.26 19:50:17.521514 [ 3 ] {e2a4c450-b7eb-4267-8b60-a7828bdf2ac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3956 | 2024.03.26 19:50:17.521561 [ 3 ] {e2a4c450-b7eb-4267-8b60-a7828bdf2ac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3957 | 2024.03.26 19:50:17.521713 [ 3 ] {e2a4c450-b7eb-4267-8b60-a7828bdf2ac2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3958 | 2024.03.26 19:50:17.522005 [ 3 ] {e2a4c450-b7eb-4267-8b60-a7828bdf2ac2} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3959 | 2024.03.26 19:50:17.522045 [ 3 ] {e2a4c450-b7eb-4267-8b60-a7828bdf2ac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3960 | 2024.03.26 19:50:17.522348 [ 3 ] {e2a4c450-b7eb-4267-8b60-a7828bdf2ac2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3961 | 2024.03.26 19:50:17.522657 [ 3 ] {e2a4c450-b7eb-4267-8b60-a7828bdf2ac2} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3962 | 2024.03.26 19:50:17.522818 [ 3 ] {e2a4c450-b7eb-4267-8b60-a7828bdf2ac2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001328 sec., 1506.0240963855422 rows/sec., 122.81 KiB/sec. | ||
3963 | 2024.03.26 19:50:17.522943 [ 3 ] {e2a4c450-b7eb-4267-8b60-a7828bdf2ac2} <Debug> DynamicQueryHandler: Done processing query | ||
3964 | 2024.03.26 19:50:17.522968 [ 3 ] {e2a4c450-b7eb-4267-8b60-a7828bdf2ac2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3965 | 2024.03.26 19:50:17.522984 [ 3 ] {} <Debug> HTTP-Session: 9ab26eb0-aa27-4357-84a9-a0399358ebfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3966 | 2024.03.26 19:50:17.523108 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3967 | 2024.03.26 19:50:17.523160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3968 | 2024.03.26 19:50:17.523178 [ 3 ] {} <Debug> HTTP-Session: 254418a7-b2f1-4caf-a351-bcb7f5eda4b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3969 | 2024.03.26 19:50:17.523194 [ 3 ] {} <Debug> HTTP-Session: 254418a7-b2f1-4caf-a351-bcb7f5eda4b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3970 | 2024.03.26 19:50:17.523208 [ 3 ] {} <Debug> HTTP-Session: 254418a7-b2f1-4caf-a351-bcb7f5eda4b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3971 | 2024.03.26 19:50:17.523241 [ 3 ] {} <Trace> HTTP-Session: 254418a7-b2f1-4caf-a351-bcb7f5eda4b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3972 | 2024.03.26 19:50:17.523328 [ 3 ] {3dbf86ae-e547-472e-baa9-f721f914410f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3973 | 2024.03.26 19:50:17.523370 [ 3 ] {3dbf86ae-e547-472e-baa9-f721f914410f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3974 | 2024.03.26 19:50:17.523497 [ 3 ] {3dbf86ae-e547-472e-baa9-f721f914410f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3975 | 2024.03.26 19:50:17.523826 [ 3 ] {3dbf86ae-e547-472e-baa9-f721f914410f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3976 | 2024.03.26 19:50:17.523865 [ 3 ] {3dbf86ae-e547-472e-baa9-f721f914410f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3977 | 2024.03.26 19:50:17.524185 [ 3 ] {3dbf86ae-e547-472e-baa9-f721f914410f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
3978 | 2024.03.26 19:50:17.524511 [ 3 ] {3dbf86ae-e547-472e-baa9-f721f914410f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3979 | 2024.03.26 19:50:17.524679 [ 3 ] {3dbf86ae-e547-472e-baa9-f721f914410f} <Debug> executeQuery: Read 75 rows, 6.37 KiB in 0.001388 sec., 54034.58213256484 rows/sec., 4.48 MiB/sec. | ||
3980 | 2024.03.26 19:50:17.524679 [ 146 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
3981 | 2024.03.26 19:50:17.524794 [ 146 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3982 | 2024.03.26 19:50:17.524833 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
3983 | 2024.03.26 19:50:17.524845 [ 3 ] {3dbf86ae-e547-472e-baa9-f721f914410f} <Debug> DynamicQueryHandler: Done processing query | ||
3984 | 2024.03.26 19:50:17.524891 [ 3 ] {3dbf86ae-e547-472e-baa9-f721f914410f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
3985 | 2024.03.26 19:50:17.524931 [ 3 ] {} <Debug> HTTP-Session: 254418a7-b2f1-4caf-a351-bcb7f5eda4b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3986 | 2024.03.26 19:50:17.525016 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::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 | ||
3987 | 2024.03.26 19:50:17.525074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3988 | 2024.03.26 19:50:17.525139 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
3989 | 2024.03.26 19:50:17.525166 [ 3 ] {} <Debug> HTTP-Session: c56cc15e-419f-4680-ba8e-e8ada9a8367b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
3990 | 2024.03.26 19:50:17.525186 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3991 | 2024.03.26 19:50:17.525191 [ 3 ] {} <Debug> HTTP-Session: c56cc15e-419f-4680-ba8e-e8ada9a8367b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3992 | 2024.03.26 19:50:17.525221 [ 3 ] {} <Debug> HTTP-Session: c56cc15e-419f-4680-ba8e-e8ada9a8367b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3993 | 2024.03.26 19:50:17.525230 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 239 rows starting from the beginning of the part | ||
3994 | 2024.03.26 19:50:17.525259 [ 3 ] {} <Trace> HTTP-Session: c56cc15e-419f-4680-ba8e-e8ada9a8367b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3995 | 2024.03.26 19:50:17.525351 [ 3 ] {77ad9516-62cd-413c-b63b-17ea4517d212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3996 | 2024.03.26 19:50:17.525373 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 74 rows starting from the beginning of the part | ||
3997 | 2024.03.26 19:50:17.525481 [ 3 ] {77ad9516-62cd-413c-b63b-17ea4517d212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3998 | 2024.03.26 19:50:17.525793 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 152 rows starting from the beginning of the part | ||
3999 | 2024.03.26 19:50:17.526103 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 110 rows starting from the beginning of the part | ||
4000 | 2024.03.26 19:50:17.526367 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 154 rows starting from the beginning of the part | ||
4001 | 2024.03.26 19:50:17.526588 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 75 rows starting from the beginning of the part | ||
4002 | 2024.03.26 19:50:17.526732 [ 3 ] {77ad9516-62cd-413c-b63b-17ea4517d212} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4003 | 2024.03.26 19:50:17.527412 [ 3 ] {77ad9516-62cd-413c-b63b-17ea4517d212} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4004 | 2024.03.26 19:50:17.527458 [ 3 ] {77ad9516-62cd-413c-b63b-17ea4517d212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4005 | 2024.03.26 19:50:17.527909 [ 3 ] {77ad9516-62cd-413c-b63b-17ea4517d212} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4006 | 2024.03.26 19:50:17.528339 [ 3 ] {77ad9516-62cd-413c-b63b-17ea4517d212} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4007 | 2024.03.26 19:50:17.528351 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 804 rows, containing 4 columns (4 merged, 0 gathered) in 0.003406613 sec., 236011.54577875443 rows/sec., 21.17 MiB/sec. | ||
4008 | 2024.03.26 19:50:17.528531 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
4009 | 2024.03.26 19:50:17.528552 [ 3 ] {77ad9516-62cd-413c-b63b-17ea4517d212} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003243 sec., 616.7129201356769 rows/sec., 43.06 KiB/sec. | ||
4010 | 2024.03.26 19:50:17.529019 [ 3 ] {77ad9516-62cd-413c-b63b-17ea4517d212} <Debug> DynamicQueryHandler: Done processing query | ||
4011 | 2024.03.26 19:50:17.529055 [ 3 ] {77ad9516-62cd-413c-b63b-17ea4517d212} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4012 | 2024.03.26 19:50:17.529089 [ 3 ] {} <Debug> HTTP-Session: c56cc15e-419f-4680-ba8e-e8ada9a8367b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4013 | 2024.03.26 19:50:17.529223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4014 | 2024.03.26 19:50:17.529281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4015 | 2024.03.26 19:50:17.529280 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4016 | 2024.03.26 19:50:17.529305 [ 3 ] {} <Debug> HTTP-Session: 5ca8c493-b824-47b7-81fd-d53b8215e29c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4017 | 2024.03.26 19:50:17.529335 [ 3 ] {} <Debug> HTTP-Session: 5ca8c493-b824-47b7-81fd-d53b8215e29c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4018 | 2024.03.26 19:50:17.529356 [ 3 ] {} <Debug> HTTP-Session: 5ca8c493-b824-47b7-81fd-d53b8215e29c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4019 | 2024.03.26 19:50:17.529384 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_25_5} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
4020 | 2024.03.26 19:50:17.529394 [ 3 ] {} <Trace> HTTP-Session: 5ca8c493-b824-47b7-81fd-d53b8215e29c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4021 | 2024.03.26 19:50:17.529468 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
4022 | 2024.03.26 19:50:17.529504 [ 3 ] {4697742a-4ddf-4996-95f6-2bb4bf94d4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4023 | 2024.03.26 19:50:17.529545 [ 3 ] {4697742a-4ddf-4996-95f6-2bb4bf94d4b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4024 | 2024.03.26 19:50:17.529677 [ 3 ] {4697742a-4ddf-4996-95f6-2bb4bf94d4b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4025 | 2024.03.26 19:50:17.529993 [ 3 ] {4697742a-4ddf-4996-95f6-2bb4bf94d4b8} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4026 | 2024.03.26 19:50:17.530029 [ 3 ] {4697742a-4ddf-4996-95f6-2bb4bf94d4b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4027 | 2024.03.26 19:50:17.530338 [ 3 ] {4697742a-4ddf-4996-95f6-2bb4bf94d4b8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4028 | 2024.03.26 19:50:17.530650 [ 3 ] {4697742a-4ddf-4996-95f6-2bb4bf94d4b8} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4029 | 2024.03.26 19:50:17.530810 [ 146 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
4030 | 2024.03.26 19:50:17.530822 [ 3 ] {4697742a-4ddf-4996-95f6-2bb4bf94d4b8} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001356 sec., 33923.30383480826 rows/sec., 2.65 MiB/sec. | ||
4031 | 2024.03.26 19:50:17.530856 [ 146 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4032 | 2024.03.26 19:50:17.530922 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4033 | 2024.03.26 19:50:17.531086 [ 3 ] {4697742a-4ddf-4996-95f6-2bb4bf94d4b8} <Debug> DynamicQueryHandler: Done processing query | ||
4034 | 2024.03.26 19:50:17.531172 [ 3 ] {4697742a-4ddf-4996-95f6-2bb4bf94d4b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4035 | 2024.03.26 19:50:17.531255 [ 3 ] {} <Debug> HTTP-Session: 5ca8c493-b824-47b7-81fd-d53b8215e29c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4036 | 2024.03.26 19:50:17.531276 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::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 | ||
4037 | 2024.03.26 19:50:17.531580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4038 | 2024.03.26 19:50:17.531702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4039 | 2024.03.26 19:50:17.531720 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4040 | 2024.03.26 19:50:17.531739 [ 3 ] {} <Debug> HTTP-Session: 5d494e69-f63f-4c39-a572-b3de0f3f6e8b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4041 | 2024.03.26 19:50:17.531781 [ 3 ] {} <Debug> HTTP-Session: 5d494e69-f63f-4c39-a572-b3de0f3f6e8b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4042 | 2024.03.26 19:50:17.531781 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 134 rows starting from the beginning of the part | ||
4043 | 2024.03.26 19:50:17.531805 [ 3 ] {} <Debug> HTTP-Session: 5d494e69-f63f-4c39-a572-b3de0f3f6e8b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4044 | 2024.03.26 19:50:17.531877 [ 3 ] {} <Trace> HTTP-Session: 5d494e69-f63f-4c39-a572-b3de0f3f6e8b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4045 | 2024.03.26 19:50:17.532102 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 44 rows starting from the beginning of the part | ||
4046 | 2024.03.26 19:50:17.532315 [ 3 ] {a1f63ca1-443d-4185-a56e-9ac92373c8a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4047 | 2024.03.26 19:50:17.532364 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 70 rows starting from the beginning of the part | ||
4048 | 2024.03.26 19:50:17.532484 [ 3 ] {a1f63ca1-443d-4185-a56e-9ac92373c8a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4049 | 2024.03.26 19:50:17.532697 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 68 rows starting from the beginning of the part | ||
4050 | 2024.03.26 19:50:17.532956 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 74 rows starting from the beginning of the part | ||
4051 | 2024.03.26 19:50:17.533274 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 46 rows starting from the beginning of the part | ||
4052 | 2024.03.26 19:50:17.533949 [ 3 ] {a1f63ca1-443d-4185-a56e-9ac92373c8a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4053 | 2024.03.26 19:50:17.534826 [ 3 ] {a1f63ca1-443d-4185-a56e-9ac92373c8a7} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4054 | 2024.03.26 19:50:17.534892 [ 3 ] {a1f63ca1-443d-4185-a56e-9ac92373c8a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4055 | 2024.03.26 19:50:17.535999 [ 3 ] {a1f63ca1-443d-4185-a56e-9ac92373c8a7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4056 | 2024.03.26 19:50:17.536088 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 436 rows, containing 4 columns (4 merged, 0 gathered) in 0.005072893 sec., 85947.01287805598 rows/sec., 6.71 MiB/sec. | ||
4057 | 2024.03.26 19:50:17.536314 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
4058 | 2024.03.26 19:50:17.536823 [ 3 ] {a1f63ca1-443d-4185-a56e-9ac92373c8a7} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4059 | 2024.03.26 19:50:17.537118 [ 3 ] {a1f63ca1-443d-4185-a56e-9ac92373c8a7} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.005004 sec., 20183.852917665867 rows/sec., 1.40 MiB/sec. | ||
4060 | 2024.03.26 19:50:17.537246 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4061 | 2024.03.26 19:50:17.537442 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_25_5} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
4062 | 2024.03.26 19:50:17.537451 [ 3 ] {a1f63ca1-443d-4185-a56e-9ac92373c8a7} <Debug> DynamicQueryHandler: Done processing query | ||
4063 | 2024.03.26 19:50:17.537510 [ 3 ] {a1f63ca1-443d-4185-a56e-9ac92373c8a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4064 | 2024.03.26 19:50:17.537576 [ 3 ] {} <Debug> HTTP-Session: 5d494e69-f63f-4c39-a572-b3de0f3f6e8b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4065 | 2024.03.26 19:50:17.537597 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
4066 | 2024.03.26 19:50:17.537734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4067 | 2024.03.26 19:50:17.537796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4068 | 2024.03.26 19:50:17.537815 [ 3 ] {} <Debug> HTTP-Session: 3e4bd3ca-2e29-4b17-898b-ca6df1066bfb Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4069 | 2024.03.26 19:50:17.537832 [ 3 ] {} <Debug> HTTP-Session: 3e4bd3ca-2e29-4b17-898b-ca6df1066bfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4070 | 2024.03.26 19:50:17.537846 [ 3 ] {} <Debug> HTTP-Session: 3e4bd3ca-2e29-4b17-898b-ca6df1066bfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4071 | 2024.03.26 19:50:17.537879 [ 3 ] {} <Trace> HTTP-Session: 3e4bd3ca-2e29-4b17-898b-ca6df1066bfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4072 | 2024.03.26 19:50:17.538047 [ 3 ] {27e5c122-de8b-410d-84ec-26656d4ca92c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4073 | 2024.03.26 19:50:17.538095 [ 3 ] {27e5c122-de8b-410d-84ec-26656d4ca92c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4074 | 2024.03.26 19:50:17.538284 [ 3 ] {27e5c122-de8b-410d-84ec-26656d4ca92c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4075 | 2024.03.26 19:50:17.538694 [ 3 ] {27e5c122-de8b-410d-84ec-26656d4ca92c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4076 | 2024.03.26 19:50:17.538730 [ 3 ] {27e5c122-de8b-410d-84ec-26656d4ca92c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4077 | 2024.03.26 19:50:17.539142 [ 3 ] {27e5c122-de8b-410d-84ec-26656d4ca92c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4078 | 2024.03.26 19:50:17.539494 [ 3 ] {27e5c122-de8b-410d-84ec-26656d4ca92c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4079 | 2024.03.26 19:50:17.539626 [ 3 ] {27e5c122-de8b-410d-84ec-26656d4ca92c} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001696 sec., 9433.962264150943 rows/sec., 12.73 MiB/sec. | ||
4080 | 2024.03.26 19:50:17.539894 [ 3 ] {27e5c122-de8b-410d-84ec-26656d4ca92c} <Debug> DynamicQueryHandler: Done processing query | ||
4081 | 2024.03.26 19:50:17.539921 [ 3 ] {27e5c122-de8b-410d-84ec-26656d4ca92c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4082 | 2024.03.26 19:50:17.539938 [ 3 ] {} <Debug> HTTP-Session: 3e4bd3ca-2e29-4b17-898b-ca6df1066bfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4083 | 2024.03.26 19:50:17.540057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4084 | 2024.03.26 19:50:17.540107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4085 | 2024.03.26 19:50:17.540126 [ 3 ] {} <Debug> HTTP-Session: 420efef0-b266-4c3f-a780-2e3cf2a21544 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4086 | 2024.03.26 19:50:17.540143 [ 3 ] {} <Debug> HTTP-Session: 420efef0-b266-4c3f-a780-2e3cf2a21544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4087 | 2024.03.26 19:50:17.540157 [ 3 ] {} <Debug> HTTP-Session: 420efef0-b266-4c3f-a780-2e3cf2a21544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4088 | 2024.03.26 19:50:17.540188 [ 3 ] {} <Trace> HTTP-Session: 420efef0-b266-4c3f-a780-2e3cf2a21544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4089 | 2024.03.26 19:50:17.540265 [ 3 ] {fb6459f5-7554-4999-b777-4df17604a650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4090 | 2024.03.26 19:50:17.540312 [ 3 ] {fb6459f5-7554-4999-b777-4df17604a650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4091 | 2024.03.26 19:50:17.540464 [ 3 ] {fb6459f5-7554-4999-b777-4df17604a650} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4092 | 2024.03.26 19:50:17.540732 [ 3 ] {fb6459f5-7554-4999-b777-4df17604a650} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4093 | 2024.03.26 19:50:17.540768 [ 3 ] {fb6459f5-7554-4999-b777-4df17604a650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4094 | 2024.03.26 19:50:17.541125 [ 3 ] {fb6459f5-7554-4999-b777-4df17604a650} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4095 | 2024.03.26 19:50:17.541460 [ 3 ] {fb6459f5-7554-4999-b777-4df17604a650} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4096 | 2024.03.26 19:50:17.541592 [ 3 ] {fb6459f5-7554-4999-b777-4df17604a650} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001362 sec., 22026.431718061674 rows/sec., 1.51 MiB/sec. | ||
4097 | 2024.03.26 19:50:17.541712 [ 3 ] {fb6459f5-7554-4999-b777-4df17604a650} <Debug> DynamicQueryHandler: Done processing query | ||
4098 | 2024.03.26 19:50:17.541735 [ 3 ] {fb6459f5-7554-4999-b777-4df17604a650} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4099 | 2024.03.26 19:50:17.541751 [ 3 ] {} <Debug> HTTP-Session: 420efef0-b266-4c3f-a780-2e3cf2a21544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4100 | 2024.03.26 19:50:22.519007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4101 | 2024.03.26 19:50:22.519136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4102 | 2024.03.26 19:50:22.519160 [ 3 ] {} <Debug> HTTP-Session: d1a142f2-cae3-474e-a1e2-ce1e8bf8d9e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4103 | 2024.03.26 19:50:22.519184 [ 3 ] {} <Debug> HTTP-Session: d1a142f2-cae3-474e-a1e2-ce1e8bf8d9e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4104 | 2024.03.26 19:50:22.519199 [ 3 ] {} <Debug> HTTP-Session: d1a142f2-cae3-474e-a1e2-ce1e8bf8d9e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4105 | 2024.03.26 19:50:22.519249 [ 3 ] {} <Trace> HTTP-Session: d1a142f2-cae3-474e-a1e2-ce1e8bf8d9e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4106 | 2024.03.26 19:50:22.519383 [ 3 ] {64a94b97-95ba-4529-b1e1-b9209482b2e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4107 | 2024.03.26 19:50:22.519449 [ 3 ] {64a94b97-95ba-4529-b1e1-b9209482b2e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4108 | 2024.03.26 19:50:22.519644 [ 3 ] {64a94b97-95ba-4529-b1e1-b9209482b2e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4109 | 2024.03.26 19:50:22.520068 [ 3 ] {64a94b97-95ba-4529-b1e1-b9209482b2e4} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4110 | 2024.03.26 19:50:22.520116 [ 3 ] {64a94b97-95ba-4529-b1e1-b9209482b2e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4111 | 2024.03.26 19:50:22.520500 [ 3 ] {64a94b97-95ba-4529-b1e1-b9209482b2e4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4112 | 2024.03.26 19:50:22.520842 [ 3 ] {64a94b97-95ba-4529-b1e1-b9209482b2e4} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4113 | 2024.03.26 19:50:22.521015 [ 3 ] {64a94b97-95ba-4529-b1e1-b9209482b2e4} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001689 sec., 24866.78507992895 rows/sec., 1.97 MiB/sec. | ||
4114 | 2024.03.26 19:50:22.521028 [ 142 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4115 | 2024.03.26 19:50:22.521138 [ 142 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4116 | 2024.03.26 19:50:22.521181 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4117 | 2024.03.26 19:50:22.521217 [ 3 ] {64a94b97-95ba-4529-b1e1-b9209482b2e4} <Debug> DynamicQueryHandler: Done processing query | ||
4118 | 2024.03.26 19:50:22.521271 [ 3 ] {64a94b97-95ba-4529-b1e1-b9209482b2e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4119 | 2024.03.26 19:50:22.521305 [ 3 ] {} <Debug> HTTP-Session: d1a142f2-cae3-474e-a1e2-ce1e8bf8d9e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4120 | 2024.03.26 19:50:22.521341 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
4121 | 2024.03.26 19:50:22.521466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4122 | 2024.03.26 19:50:22.521468 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4123 | 2024.03.26 19:50:22.521510 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 58 rows starting from the beginning of the part | ||
4124 | 2024.03.26 19:50:22.521523 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4125 | 2024.03.26 19:50:22.521548 [ 3 ] {} <Debug> HTTP-Session: 800102a3-da72-4569-a048-df4e9b89a071 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4126 | 2024.03.26 19:50:22.521577 [ 3 ] {} <Debug> HTTP-Session: 800102a3-da72-4569-a048-df4e9b89a071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4127 | 2024.03.26 19:50:22.521638 [ 3 ] {} <Debug> HTTP-Session: 800102a3-da72-4569-a048-df4e9b89a071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4128 | 2024.03.26 19:50:22.521671 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part | ||
4129 | 2024.03.26 19:50:22.521756 [ 3 ] {} <Trace> HTTP-Session: 800102a3-da72-4569-a048-df4e9b89a071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4130 | 2024.03.26 19:50:22.521983 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
4131 | 2024.03.26 19:50:22.522165 [ 3 ] {8882e9dd-1cd4-49ca-b6ab-9f70a78a5f7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4132 | 2024.03.26 19:50:22.522267 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part | ||
4133 | 2024.03.26 19:50:22.522315 [ 3 ] {8882e9dd-1cd4-49ca-b6ab-9f70a78a5f7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4134 | 2024.03.26 19:50:22.522586 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
4135 | 2024.03.26 19:50:22.522920 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part | ||
4136 | 2024.03.26 19:50:22.523579 [ 3 ] {8882e9dd-1cd4-49ca-b6ab-9f70a78a5f7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4137 | 2024.03.26 19:50:22.524177 [ 3 ] {8882e9dd-1cd4-49ca-b6ab-9f70a78a5f7c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4138 | 2024.03.26 19:50:22.524221 [ 3 ] {8882e9dd-1cd4-49ca-b6ab-9f70a78a5f7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4139 | 2024.03.26 19:50:22.524747 [ 3 ] {8882e9dd-1cd4-49ca-b6ab-9f70a78a5f7c} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4140 | 2024.03.26 19:50:22.524783 [ 186 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.003520986 sec., 61346.452385780576 rows/sec., 4.86 MiB/sec. | ||
4141 | 2024.03.26 19:50:22.525050 [ 186 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4142 | 2024.03.26 19:50:22.525358 [ 3 ] {8882e9dd-1cd4-49ca-b6ab-9f70a78a5f7c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4143 | 2024.03.26 19:50:22.525844 [ 3 ] {8882e9dd-1cd4-49ca-b6ab-9f70a78a5f7c} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.003854 sec., 39439.543331603534 rows/sec., 3.77 MiB/sec. | ||
4144 | 2024.03.26 19:50:22.526235 [ 186 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4145 | 2024.03.26 19:50:22.526491 [ 3 ] {8882e9dd-1cd4-49ca-b6ab-9f70a78a5f7c} <Debug> DynamicQueryHandler: Done processing query | ||
4146 | 2024.03.26 19:50:22.526517 [ 186 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_16_3} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4147 | 2024.03.26 19:50:22.526554 [ 3 ] {8882e9dd-1cd4-49ca-b6ab-9f70a78a5f7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4148 | 2024.03.26 19:50:22.526580 [ 3 ] {} <Debug> HTTP-Session: 800102a3-da72-4569-a048-df4e9b89a071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4149 | 2024.03.26 19:50:22.526709 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4150 | 2024.03.26 19:50:22.526764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4151 | 2024.03.26 19:50:22.526819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4152 | 2024.03.26 19:50:22.526839 [ 3 ] {} <Debug> HTTP-Session: 8accaf86-486e-4975-a905-f143715e0a0b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4153 | 2024.03.26 19:50:22.526856 [ 3 ] {} <Debug> HTTP-Session: 8accaf86-486e-4975-a905-f143715e0a0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4154 | 2024.03.26 19:50:22.526869 [ 3 ] {} <Debug> HTTP-Session: 8accaf86-486e-4975-a905-f143715e0a0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4155 | 2024.03.26 19:50:22.526904 [ 3 ] {} <Trace> HTTP-Session: 8accaf86-486e-4975-a905-f143715e0a0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4156 | 2024.03.26 19:50:22.527010 [ 3 ] {24e307a0-1254-4483-ab55-baaca7de6207} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4157 | 2024.03.26 19:50:22.527051 [ 3 ] {24e307a0-1254-4483-ab55-baaca7de6207} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4158 | 2024.03.26 19:50:22.527201 [ 3 ] {24e307a0-1254-4483-ab55-baaca7de6207} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4159 | 2024.03.26 19:50:22.527530 [ 3 ] {24e307a0-1254-4483-ab55-baaca7de6207} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4160 | 2024.03.26 19:50:22.527569 [ 3 ] {24e307a0-1254-4483-ab55-baaca7de6207} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4161 | 2024.03.26 19:50:22.527884 [ 3 ] {24e307a0-1254-4483-ab55-baaca7de6207} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4162 | 2024.03.26 19:50:22.528205 [ 3 ] {24e307a0-1254-4483-ab55-baaca7de6207} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4163 | 2024.03.26 19:50:22.528355 [ 3 ] {24e307a0-1254-4483-ab55-baaca7de6207} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.0014 sec., 50000 rows/sec., 3.91 MiB/sec. | ||
4164 | 2024.03.26 19:50:22.528475 [ 3 ] {24e307a0-1254-4483-ab55-baaca7de6207} <Debug> DynamicQueryHandler: Done processing query | ||
4165 | 2024.03.26 19:50:22.528499 [ 3 ] {24e307a0-1254-4483-ab55-baaca7de6207} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4166 | 2024.03.26 19:50:22.528514 [ 3 ] {} <Debug> HTTP-Session: 8accaf86-486e-4975-a905-f143715e0a0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4167 | 2024.03.26 19:50:22.528636 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4168 | 2024.03.26 19:50:22.528684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4169 | 2024.03.26 19:50:22.528702 [ 3 ] {} <Debug> HTTP-Session: 93c04fbe-6893-43f5-b3e9-c75491094244 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4170 | 2024.03.26 19:50:22.528718 [ 3 ] {} <Debug> HTTP-Session: 93c04fbe-6893-43f5-b3e9-c75491094244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4171 | 2024.03.26 19:50:22.528732 [ 3 ] {} <Debug> HTTP-Session: 93c04fbe-6893-43f5-b3e9-c75491094244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4172 | 2024.03.26 19:50:22.528762 [ 3 ] {} <Trace> HTTP-Session: 93c04fbe-6893-43f5-b3e9-c75491094244 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4173 | 2024.03.26 19:50:22.528867 [ 3 ] {8e5af173-8a14-4904-9875-850e4a616ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4174 | 2024.03.26 19:50:22.528910 [ 3 ] {8e5af173-8a14-4904-9875-850e4a616ea8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4175 | 2024.03.26 19:50:22.529052 [ 3 ] {8e5af173-8a14-4904-9875-850e4a616ea8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4176 | 2024.03.26 19:50:22.529422 [ 3 ] {8e5af173-8a14-4904-9875-850e4a616ea8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4177 | 2024.03.26 19:50:22.529460 [ 3 ] {8e5af173-8a14-4904-9875-850e4a616ea8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4178 | 2024.03.26 19:50:22.529843 [ 3 ] {8e5af173-8a14-4904-9875-850e4a616ea8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4179 | 2024.03.26 19:50:22.530174 [ 3 ] {8e5af173-8a14-4904-9875-850e4a616ea8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4180 | 2024.03.26 19:50:22.530333 [ 3 ] {8e5af173-8a14-4904-9875-850e4a616ea8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001514 sec., 66050.19815059446 rows/sec., 4.58 MiB/sec. | ||
4181 | 2024.03.26 19:50:22.530338 [ 142 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4182 | 2024.03.26 19:50:22.530427 [ 142 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4183 | 2024.03.26 19:50:22.530487 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4184 | 2024.03.26 19:50:22.530563 [ 3 ] {8e5af173-8a14-4904-9875-850e4a616ea8} <Debug> DynamicQueryHandler: Done processing query | ||
4185 | 2024.03.26 19:50:22.530621 [ 3 ] {8e5af173-8a14-4904-9875-850e4a616ea8} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4186 | 2024.03.26 19:50:22.530674 [ 3 ] {} <Debug> HTTP-Session: 93c04fbe-6893-43f5-b3e9-c75491094244 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4187 | 2024.03.26 19:50:22.530728 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
4188 | 2024.03.26 19:50:22.530886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44954, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4189 | 2024.03.26 19:50:22.530975 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4190 | 2024.03.26 19:50:22.530989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4191 | 2024.03.26 19:50:22.531048 [ 3 ] {} <Debug> HTTP-Session: c03511db-fa37-4153-8324-7d53918abc61 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4192 | 2024.03.26 19:50:22.531052 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 2363 rows starting from the beginning of the part | ||
4193 | 2024.03.26 19:50:22.531072 [ 3 ] {} <Debug> HTTP-Session: c03511db-fa37-4153-8324-7d53918abc61 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4194 | 2024.03.26 19:50:22.531134 [ 3 ] {} <Debug> HTTP-Session: c03511db-fa37-4153-8324-7d53918abc61 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4195 | 2024.03.26 19:50:22.531310 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 100 rows starting from the beginning of the part | ||
4196 | 2024.03.26 19:50:22.531329 [ 3 ] {} <Trace> HTTP-Session: c03511db-fa37-4153-8324-7d53918abc61 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4197 | 2024.03.26 19:50:22.531614 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 136 rows starting from the beginning of the part | ||
4198 | 2024.03.26 19:50:22.531813 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 102 rows starting from the beginning of the part | ||
4199 | 2024.03.26 19:50:22.531973 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 101 rows starting from the beginning of the part | ||
4200 | 2024.03.26 19:50:22.532160 [ 3 ] {23033363-ec83-437a-9b84-669c0889c060} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4201 | 2024.03.26 19:50:22.532239 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 100 rows starting from the beginning of the part | ||
4202 | 2024.03.26 19:50:22.532358 [ 3 ] {23033363-ec83-437a-9b84-669c0889c060} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4203 | 2024.03.26 19:50:22.533088 [ 3 ] {23033363-ec83-437a-9b84-669c0889c060} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4204 | 2024.03.26 19:50:22.534177 [ 3 ] {23033363-ec83-437a-9b84-669c0889c060} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4205 | 2024.03.26 19:50:22.534246 [ 3 ] {23033363-ec83-437a-9b84-669c0889c060} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4206 | 2024.03.26 19:50:22.535439 [ 3 ] {23033363-ec83-437a-9b84-669c0889c060} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4207 | 2024.03.26 19:50:22.535803 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2902 rows, containing 5 columns (5 merged, 0 gathered) in 0.005212828 sec., 556703.5781729226 rows/sec., 38.68 MiB/sec. | ||
4208 | 2024.03.26 19:50:22.536172 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4209 | 2024.03.26 19:50:22.536187 [ 3 ] {23033363-ec83-437a-9b84-669c0889c060} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4210 | 2024.03.26 19:50:22.536492 [ 142 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4211 | 2024.03.26 19:50:22.536625 [ 142 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4212 | 2024.03.26 19:50:22.536634 [ 3 ] {23033363-ec83-437a-9b84-669c0889c060} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.005022 sec., 8363.201911589007 rows/sec., 11.29 MiB/sec. | ||
4213 | 2024.03.26 19:50:22.536729 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4214 | 2024.03.26 19:50:22.537228 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
4215 | 2024.03.26 19:50:22.537495 [ 3 ] {23033363-ec83-437a-9b84-669c0889c060} <Debug> DynamicQueryHandler: Done processing query | ||
4216 | 2024.03.26 19:50:22.537592 [ 3 ] {23033363-ec83-437a-9b84-669c0889c060} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4217 | 2024.03.26 19:50:22.537690 [ 3 ] {} <Debug> HTTP-Session: c03511db-fa37-4153-8324-7d53918abc61 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4218 | 2024.03.26 19:50:22.537733 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4219 | 2024.03.26 19:50:22.537849 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4220 | 2024.03.26 19:50:22.537972 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4221 | 2024.03.26 19:50:22.538002 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 277 rows starting from the beginning of the part | ||
4222 | 2024.03.26 19:50:22.538009 [ 195 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4223 | 2024.03.26 19:50:22.538113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4224 | 2024.03.26 19:50:22.538322 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
4225 | 2024.03.26 19:50:22.538450 [ 3 ] {} <Debug> HTTP-Session: f0626c57-f301-41b7-b28c-bbdd84ef3215 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4226 | 2024.03.26 19:50:22.538517 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 42 rows starting from the beginning of the part | ||
4227 | 2024.03.26 19:50:22.538524 [ 3 ] {} <Debug> HTTP-Session: f0626c57-f301-41b7-b28c-bbdd84ef3215 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4228 | 2024.03.26 19:50:22.538577 [ 3 ] {} <Debug> HTTP-Session: f0626c57-f301-41b7-b28c-bbdd84ef3215 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4229 | 2024.03.26 19:50:22.538705 [ 3 ] {} <Trace> HTTP-Session: f0626c57-f301-41b7-b28c-bbdd84ef3215 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4230 | 2024.03.26 19:50:22.538814 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 16 rows starting from the beginning of the part | ||
4231 | 2024.03.26 19:50:22.539002 [ 3 ] {08ddecb5-1ce6-4680-a54f-513c523b4413} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4232 | 2024.03.26 19:50:22.539176 [ 3 ] {08ddecb5-1ce6-4680-a54f-513c523b4413} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4233 | 2024.03.26 19:50:22.539203 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 42 rows starting from the beginning of the part | ||
4234 | 2024.03.26 19:50:22.539552 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 16 rows starting from the beginning of the part | ||
4235 | 2024.03.26 19:50:22.539954 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 42 rows starting from the beginning of the part | ||
4236 | 2024.03.26 19:50:22.540385 [ 3 ] {08ddecb5-1ce6-4680-a54f-513c523b4413} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4237 | 2024.03.26 19:50:22.541188 [ 3 ] {08ddecb5-1ce6-4680-a54f-513c523b4413} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4238 | 2024.03.26 19:50:22.541247 [ 3 ] {08ddecb5-1ce6-4680-a54f-513c523b4413} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4239 | 2024.03.26 19:50:22.541704 [ 3 ] {08ddecb5-1ce6-4680-a54f-513c523b4413} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
4240 | 2024.03.26 19:50:22.542640 [ 3 ] {08ddecb5-1ce6-4680-a54f-513c523b4413} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4241 | 2024.03.26 19:50:22.542945 [ 142 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
4242 | 2024.03.26 19:50:22.543052 [ 142 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4243 | 2024.03.26 19:50:22.543074 [ 3 ] {08ddecb5-1ce6-4680-a54f-513c523b4413} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004187 sec., 7165.034631000717 rows/sec., 502.63 KiB/sec. | ||
4244 | 2024.03.26 19:50:22.543156 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.49 GiB. | ||
4245 | 2024.03.26 19:50:22.543695 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
4246 | 2024.03.26 19:50:22.543721 [ 3 ] {08ddecb5-1ce6-4680-a54f-513c523b4413} <Debug> DynamicQueryHandler: Done processing query | ||
4247 | 2024.03.26 19:50:22.543766 [ 3 ] {08ddecb5-1ce6-4680-a54f-513c523b4413} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4248 | 2024.03.26 19:50:22.543884 [ 3 ] {} <Debug> HTTP-Session: f0626c57-f301-41b7-b28c-bbdd84ef3215 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4249 | 2024.03.26 19:50:22.544173 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4250 | 2024.03.26 19:50:22.544212 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 618 rows starting from the beginning of the part | ||
4251 | 2024.03.26 19:50:22.544306 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 30 rows starting from the beginning of the part | ||
4252 | 2024.03.26 19:50:22.544557 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 30 rows starting from the beginning of the part | ||
4253 | 2024.03.26 19:50:22.544768 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 30 rows starting from the beginning of the part | ||
4254 | 2024.03.26 19:50:22.545185 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 30 rows starting from the beginning of the part | ||
4255 | 2024.03.26 19:50:22.545511 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 30 rows starting from the beginning of the part | ||
4256 | 2024.03.26 19:50:22.545544 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 435 rows, containing 6 columns (6 merged, 0 gathered) in 0.008647381 sec., 50304.24818797737 rows/sec., 67.88 MiB/sec. | ||
4257 | 2024.03.26 19:50:22.546009 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4258 | 2024.03.26 19:50:22.547101 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4259 | 2024.03.26 19:50:22.547298 [ 186 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4260 | 2024.03.26 19:50:22.547488 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.64 MiB. | ||
4261 | 2024.03.26 19:50:22.547795 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 768 rows, containing 4 columns (4 merged, 0 gathered) in 0.004386393 sec., 175086.9108171566 rows/sec., 11.99 MiB/sec. | ||
4262 | 2024.03.26 19:50:22.548014 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
4263 | 2024.03.26 19:50:22.548479 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4264 | 2024.03.26 19:50:22.548571 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_26_5} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
4265 | 2024.03.26 19:50:22.548667 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
4266 | 2024.03.26 19:50:23.001156 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.82 MiB, peak 190.86 MiB, free memory in arenas 0.00 B, will set to 183.27 MiB (RSS), difference: 1.45 MiB | ||
4267 | 2024.03.26 19:50:26.462829 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4268 | 2024.03.26 19:50:26.462924 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4269 | 2024.03.26 19:50:27.518330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4270 | 2024.03.26 19:50:27.518441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4271 | 2024.03.26 19:50:27.518466 [ 3 ] {} <Debug> HTTP-Session: bfbdfe16-1097-4b45-871c-4748c71397b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4272 | 2024.03.26 19:50:27.518491 [ 3 ] {} <Debug> HTTP-Session: bfbdfe16-1097-4b45-871c-4748c71397b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4273 | 2024.03.26 19:50:27.518505 [ 3 ] {} <Debug> HTTP-Session: bfbdfe16-1097-4b45-871c-4748c71397b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4274 | 2024.03.26 19:50:27.518557 [ 3 ] {} <Trace> HTTP-Session: bfbdfe16-1097-4b45-871c-4748c71397b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4275 | 2024.03.26 19:50:27.518678 [ 3 ] {a6cf35f8-1807-416b-9a30-1da6cb2fbeaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4276 | 2024.03.26 19:50:27.518745 [ 3 ] {a6cf35f8-1807-416b-9a30-1da6cb2fbeaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4277 | 2024.03.26 19:50:27.518941 [ 3 ] {a6cf35f8-1807-416b-9a30-1da6cb2fbeaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4278 | 2024.03.26 19:50:27.519390 [ 3 ] {a6cf35f8-1807-416b-9a30-1da6cb2fbeaa} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4279 | 2024.03.26 19:50:27.519434 [ 3 ] {a6cf35f8-1807-416b-9a30-1da6cb2fbeaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4280 | 2024.03.26 19:50:27.519824 [ 3 ] {a6cf35f8-1807-416b-9a30-1da6cb2fbeaa} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4281 | 2024.03.26 19:50:27.520165 [ 3 ] {a6cf35f8-1807-416b-9a30-1da6cb2fbeaa} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4282 | 2024.03.26 19:50:27.520353 [ 3 ] {a6cf35f8-1807-416b-9a30-1da6cb2fbeaa} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001725 sec., 9275.36231884058 rows/sec., 751.81 KiB/sec. | ||
4283 | 2024.03.26 19:50:27.520534 [ 3 ] {a6cf35f8-1807-416b-9a30-1da6cb2fbeaa} <Debug> DynamicQueryHandler: Done processing query | ||
4284 | 2024.03.26 19:50:27.520561 [ 3 ] {a6cf35f8-1807-416b-9a30-1da6cb2fbeaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4285 | 2024.03.26 19:50:27.520578 [ 3 ] {} <Debug> HTTP-Session: bfbdfe16-1097-4b45-871c-4748c71397b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4286 | 2024.03.26 19:50:27.520739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4287 | 2024.03.26 19:50:27.520788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4288 | 2024.03.26 19:50:27.520807 [ 3 ] {} <Debug> HTTP-Session: 23a7c8d5-773b-43f0-bb41-566b1ba528fe Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4289 | 2024.03.26 19:50:27.520823 [ 3 ] {} <Debug> HTTP-Session: 23a7c8d5-773b-43f0-bb41-566b1ba528fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4290 | 2024.03.26 19:50:27.520837 [ 3 ] {} <Debug> HTTP-Session: 23a7c8d5-773b-43f0-bb41-566b1ba528fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4291 | 2024.03.26 19:50:27.520869 [ 3 ] {} <Trace> HTTP-Session: 23a7c8d5-773b-43f0-bb41-566b1ba528fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4292 | 2024.03.26 19:50:27.520957 [ 3 ] {a6a2f479-2129-4899-9379-a9a51379f6b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4293 | 2024.03.26 19:50:27.520998 [ 3 ] {a6a2f479-2129-4899-9379-a9a51379f6b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4294 | 2024.03.26 19:50:27.521126 [ 3 ] {a6a2f479-2129-4899-9379-a9a51379f6b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4295 | 2024.03.26 19:50:27.521494 [ 3 ] {a6a2f479-2129-4899-9379-a9a51379f6b0} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4296 | 2024.03.26 19:50:27.521531 [ 3 ] {a6a2f479-2129-4899-9379-a9a51379f6b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4297 | 2024.03.26 19:50:27.521846 [ 3 ] {a6a2f479-2129-4899-9379-a9a51379f6b0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4298 | 2024.03.26 19:50:27.522153 [ 3 ] {a6a2f479-2129-4899-9379-a9a51379f6b0} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4299 | 2024.03.26 19:50:27.522308 [ 3 ] {a6a2f479-2129-4899-9379-a9a51379f6b0} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.001389 sec., 53275.73794096472 rows/sec., 4.42 MiB/sec. | ||
4300 | 2024.03.26 19:50:27.522431 [ 3 ] {a6a2f479-2129-4899-9379-a9a51379f6b0} <Debug> DynamicQueryHandler: Done processing query | ||
4301 | 2024.03.26 19:50:27.522455 [ 3 ] {a6a2f479-2129-4899-9379-a9a51379f6b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4302 | 2024.03.26 19:50:27.522471 [ 3 ] {} <Debug> HTTP-Session: 23a7c8d5-773b-43f0-bb41-566b1ba528fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4303 | 2024.03.26 19:50:27.522591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4304 | 2024.03.26 19:50:27.522640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4305 | 2024.03.26 19:50:27.522659 [ 3 ] {} <Debug> HTTP-Session: b931dd6d-48e0-41ce-9efa-10faa6e7e005 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4306 | 2024.03.26 19:50:27.522676 [ 3 ] {} <Debug> HTTP-Session: b931dd6d-48e0-41ce-9efa-10faa6e7e005 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4307 | 2024.03.26 19:50:27.522690 [ 3 ] {} <Debug> HTTP-Session: b931dd6d-48e0-41ce-9efa-10faa6e7e005 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4308 | 2024.03.26 19:50:27.522720 [ 3 ] {} <Trace> HTTP-Session: b931dd6d-48e0-41ce-9efa-10faa6e7e005 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4309 | 2024.03.26 19:50:27.522796 [ 3 ] {b9152ba7-1c83-41c6-98e9-cb948bcb434d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4310 | 2024.03.26 19:50:27.522837 [ 3 ] {b9152ba7-1c83-41c6-98e9-cb948bcb434d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4311 | 2024.03.26 19:50:27.522966 [ 3 ] {b9152ba7-1c83-41c6-98e9-cb948bcb434d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4312 | 2024.03.26 19:50:27.523327 [ 3 ] {b9152ba7-1c83-41c6-98e9-cb948bcb434d} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4313 | 2024.03.26 19:50:27.523364 [ 3 ] {b9152ba7-1c83-41c6-98e9-cb948bcb434d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4314 | 2024.03.26 19:50:27.523670 [ 3 ] {b9152ba7-1c83-41c6-98e9-cb948bcb434d} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4315 | 2024.03.26 19:50:27.523988 [ 3 ] {b9152ba7-1c83-41c6-98e9-cb948bcb434d} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4316 | 2024.03.26 19:50:27.524147 [ 3 ] {b9152ba7-1c83-41c6-98e9-cb948bcb434d} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.00138 sec., 31884.057971014496 rows/sec., 2.49 MiB/sec. | ||
4317 | 2024.03.26 19:50:27.524271 [ 3 ] {b9152ba7-1c83-41c6-98e9-cb948bcb434d} <Debug> DynamicQueryHandler: Done processing query | ||
4318 | 2024.03.26 19:50:27.524295 [ 3 ] {b9152ba7-1c83-41c6-98e9-cb948bcb434d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4319 | 2024.03.26 19:50:27.524311 [ 3 ] {} <Debug> HTTP-Session: b931dd6d-48e0-41ce-9efa-10faa6e7e005 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4320 | 2024.03.26 19:50:27.524442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4321 | 2024.03.26 19:50:27.524490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4322 | 2024.03.26 19:50:27.524508 [ 3 ] {} <Debug> HTTP-Session: 3186ac44-53fb-4892-b68e-91927daab73c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4323 | 2024.03.26 19:50:27.524525 [ 3 ] {} <Debug> HTTP-Session: 3186ac44-53fb-4892-b68e-91927daab73c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4324 | 2024.03.26 19:50:27.524539 [ 3 ] {} <Debug> HTTP-Session: 3186ac44-53fb-4892-b68e-91927daab73c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4325 | 2024.03.26 19:50:27.524570 [ 3 ] {} <Trace> HTTP-Session: 3186ac44-53fb-4892-b68e-91927daab73c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4326 | 2024.03.26 19:50:27.524671 [ 3 ] {38e7714c-1128-4f64-8c24-b179bdef40a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4327 | 2024.03.26 19:50:27.524716 [ 3 ] {38e7714c-1128-4f64-8c24-b179bdef40a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4328 | 2024.03.26 19:50:27.524863 [ 3 ] {38e7714c-1128-4f64-8c24-b179bdef40a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4329 | 2024.03.26 19:50:27.525217 [ 3 ] {38e7714c-1128-4f64-8c24-b179bdef40a5} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4330 | 2024.03.26 19:50:27.525253 [ 3 ] {38e7714c-1128-4f64-8c24-b179bdef40a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4331 | 2024.03.26 19:50:27.525639 [ 3 ] {38e7714c-1128-4f64-8c24-b179bdef40a5} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4332 | 2024.03.26 19:50:27.525985 [ 3 ] {38e7714c-1128-4f64-8c24-b179bdef40a5} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4333 | 2024.03.26 19:50:27.526146 [ 3 ] {38e7714c-1128-4f64-8c24-b179bdef40a5} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001529 sec., 65402.223675604975 rows/sec., 4.53 MiB/sec. | ||
4334 | 2024.03.26 19:50:27.526271 [ 3 ] {38e7714c-1128-4f64-8c24-b179bdef40a5} <Debug> DynamicQueryHandler: Done processing query | ||
4335 | 2024.03.26 19:50:27.526295 [ 3 ] {38e7714c-1128-4f64-8c24-b179bdef40a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4336 | 2024.03.26 19:50:27.526310 [ 3 ] {} <Debug> HTTP-Session: 3186ac44-53fb-4892-b68e-91927daab73c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4337 | 2024.03.26 19:50:27.526439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4338 | 2024.03.26 19:50:27.526488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4339 | 2024.03.26 19:50:27.526508 [ 3 ] {} <Debug> HTTP-Session: c1cdd3b8-31f2-4dac-ac22-517df320c80b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4340 | 2024.03.26 19:50:27.526524 [ 3 ] {} <Debug> HTTP-Session: c1cdd3b8-31f2-4dac-ac22-517df320c80b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4341 | 2024.03.26 19:50:27.526539 [ 3 ] {} <Debug> HTTP-Session: c1cdd3b8-31f2-4dac-ac22-517df320c80b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4342 | 2024.03.26 19:50:27.526569 [ 3 ] {} <Trace> HTTP-Session: c1cdd3b8-31f2-4dac-ac22-517df320c80b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4343 | 2024.03.26 19:50:27.526726 [ 3 ] {f094a3c4-3990-423f-b0a6-7cf9cd49334b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4344 | 2024.03.26 19:50:27.526772 [ 3 ] {f094a3c4-3990-423f-b0a6-7cf9cd49334b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4345 | 2024.03.26 19:50:27.526935 [ 3 ] {f094a3c4-3990-423f-b0a6-7cf9cd49334b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4346 | 2024.03.26 19:50:27.527328 [ 3 ] {f094a3c4-3990-423f-b0a6-7cf9cd49334b} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4347 | 2024.03.26 19:50:27.527365 [ 3 ] {f094a3c4-3990-423f-b0a6-7cf9cd49334b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4348 | 2024.03.26 19:50:27.527765 [ 3 ] {f094a3c4-3990-423f-b0a6-7cf9cd49334b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4349 | 2024.03.26 19:50:27.528105 [ 3 ] {f094a3c4-3990-423f-b0a6-7cf9cd49334b} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4350 | 2024.03.26 19:50:27.528239 [ 3 ] {f094a3c4-3990-423f-b0a6-7cf9cd49334b} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001619 sec., 9882.643607164917 rows/sec., 13.34 MiB/sec. | ||
4351 | 2024.03.26 19:50:27.528415 [ 3 ] {f094a3c4-3990-423f-b0a6-7cf9cd49334b} <Debug> DynamicQueryHandler: Done processing query | ||
4352 | 2024.03.26 19:50:27.528439 [ 3 ] {f094a3c4-3990-423f-b0a6-7cf9cd49334b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4353 | 2024.03.26 19:50:27.528454 [ 3 ] {} <Debug> HTTP-Session: c1cdd3b8-31f2-4dac-ac22-517df320c80b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4354 | 2024.03.26 19:50:27.528564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4355 | 2024.03.26 19:50:27.528613 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4356 | 2024.03.26 19:50:27.528632 [ 3 ] {} <Debug> HTTP-Session: 1954425b-56c3-40a4-a476-3d4f885dc70c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4357 | 2024.03.26 19:50:27.528648 [ 3 ] {} <Debug> HTTP-Session: 1954425b-56c3-40a4-a476-3d4f885dc70c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4358 | 2024.03.26 19:50:27.528662 [ 3 ] {} <Debug> HTTP-Session: 1954425b-56c3-40a4-a476-3d4f885dc70c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4359 | 2024.03.26 19:50:27.528693 [ 3 ] {} <Trace> HTTP-Session: 1954425b-56c3-40a4-a476-3d4f885dc70c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4360 | 2024.03.26 19:50:27.528767 [ 3 ] {0c7da02f-361f-41dc-abca-a143fcb256a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4361 | 2024.03.26 19:50:27.528810 [ 3 ] {0c7da02f-361f-41dc-abca-a143fcb256a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4362 | 2024.03.26 19:50:27.528945 [ 3 ] {0c7da02f-361f-41dc-abca-a143fcb256a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4363 | 2024.03.26 19:50:27.529225 [ 3 ] {0c7da02f-361f-41dc-abca-a143fcb256a6} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4364 | 2024.03.26 19:50:27.529262 [ 3 ] {0c7da02f-361f-41dc-abca-a143fcb256a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4365 | 2024.03.26 19:50:27.529743 [ 3 ] {0c7da02f-361f-41dc-abca-a143fcb256a6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
4366 | 2024.03.26 19:50:27.530072 [ 3 ] {0c7da02f-361f-41dc-abca-a143fcb256a6} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4367 | 2024.03.26 19:50:27.530223 [ 3 ] {0c7da02f-361f-41dc-abca-a143fcb256a6} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001487 sec., 20174.848688634836 rows/sec., 1.38 MiB/sec. | ||
4368 | 2024.03.26 19:50:27.530343 [ 3 ] {0c7da02f-361f-41dc-abca-a143fcb256a6} <Debug> DynamicQueryHandler: Done processing query | ||
4369 | 2024.03.26 19:50:27.530367 [ 3 ] {0c7da02f-361f-41dc-abca-a143fcb256a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4370 | 2024.03.26 19:50:27.530383 [ 3 ] {} <Debug> HTTP-Session: 1954425b-56c3-40a4-a476-3d4f885dc70c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4371 | 2024.03.26 19:50:29.039707 [ 137 ] {} <Debug> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4372 | 2024.03.26 19:50:29.039778 [ 137 ] {} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4373 | 2024.03.26 19:50:29.039805 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4374 | 2024.03.26 19:50:29.040017 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::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 | ||
4375 | 2024.03.26 19:50:29.040240 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4376 | 2024.03.26 19:50:29.040280 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::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 | ||
4377 | 2024.03.26 19:50:29.040366 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::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 | ||
4378 | 2024.03.26 19:50:29.040598 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::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 | ||
4379 | 2024.03.26 19:50:29.040744 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
4380 | 2024.03.26 19:50:29.040984 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::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 | ||
4381 | 2024.03.26 19:50:29.042079 [ 200 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.002188876 sec., 5482.265783900047 rows/sec., 382.79 KiB/sec. | ||
4382 | 2024.03.26 19:50:29.042260 [ 191 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4383 | 2024.03.26 19:50:29.042705 [ 191 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_5_1} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4384 | 2024.03.26 19:50:29.042800 [ 191 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_5_1} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4385 | 2024.03.26 19:50:29.042889 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4386 | 2024.03.26 19:50:29.266363 [ 137 ] {} <Debug> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
4387 | 2024.03.26 19:50:29.266414 [ 137 ] {} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4388 | 2024.03.26 19:50:29.266434 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4389 | 2024.03.26 19:50:29.266637 [ 200 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::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 | ||
4390 | 2024.03.26 19:50:29.266834 [ 200 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4391 | 2024.03.26 19:50:29.266874 [ 200 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::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 | ||
4392 | 2024.03.26 19:50:29.266997 [ 200 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::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 | ||
4393 | 2024.03.26 19:50:29.267197 [ 200 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::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 | ||
4394 | 2024.03.26 19:50:29.267414 [ 200 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
4395 | 2024.03.26 19:50:29.267527 [ 200 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::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 | ||
4396 | 2024.03.26 19:50:29.268612 [ 191 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.002105874 sec., 5698.346624726835 rows/sec., 464.66 KiB/sec. | ||
4397 | 2024.03.26 19:50:29.268741 [ 200 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
4398 | 2024.03.26 19:50:29.269111 [ 200 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_5_1} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4399 | 2024.03.26 19:50:29.269187 [ 200 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_5_1} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
4400 | 2024.03.26 19:50:29.269263 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
4401 | 2024.03.26 19:50:32.519631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4402 | 2024.03.26 19:50:32.519758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4403 | 2024.03.26 19:50:32.519783 [ 3 ] {} <Debug> HTTP-Session: d4722c61-68a8-45da-b2b2-62c5e5460edd Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4404 | 2024.03.26 19:50:32.519808 [ 3 ] {} <Debug> HTTP-Session: d4722c61-68a8-45da-b2b2-62c5e5460edd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4405 | 2024.03.26 19:50:32.519823 [ 3 ] {} <Debug> HTTP-Session: d4722c61-68a8-45da-b2b2-62c5e5460edd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4406 | 2024.03.26 19:50:32.519873 [ 3 ] {} <Trace> HTTP-Session: d4722c61-68a8-45da-b2b2-62c5e5460edd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4407 | 2024.03.26 19:50:32.520003 [ 3 ] {9a3d75fd-faf8-4312-916b-a462fb204498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4408 | 2024.03.26 19:50:32.520068 [ 3 ] {9a3d75fd-faf8-4312-916b-a462fb204498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4409 | 2024.03.26 19:50:32.520268 [ 3 ] {9a3d75fd-faf8-4312-916b-a462fb204498} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4410 | 2024.03.26 19:50:32.520734 [ 3 ] {9a3d75fd-faf8-4312-916b-a462fb204498} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4411 | 2024.03.26 19:50:32.520781 [ 3 ] {9a3d75fd-faf8-4312-916b-a462fb204498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4412 | 2024.03.26 19:50:32.521166 [ 3 ] {9a3d75fd-faf8-4312-916b-a462fb204498} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4413 | 2024.03.26 19:50:32.521506 [ 3 ] {9a3d75fd-faf8-4312-916b-a462fb204498} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4414 | 2024.03.26 19:50:32.521680 [ 3 ] {9a3d75fd-faf8-4312-916b-a462fb204498} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001739 sec., 24151.811385853936 rows/sec., 1.91 MiB/sec. | ||
4415 | 2024.03.26 19:50:32.521851 [ 3 ] {9a3d75fd-faf8-4312-916b-a462fb204498} <Debug> DynamicQueryHandler: Done processing query | ||
4416 | 2024.03.26 19:50:32.521878 [ 3 ] {9a3d75fd-faf8-4312-916b-a462fb204498} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4417 | 2024.03.26 19:50:32.521895 [ 3 ] {} <Debug> HTTP-Session: d4722c61-68a8-45da-b2b2-62c5e5460edd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4418 | 2024.03.26 19:50:32.522098 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4419 | 2024.03.26 19:50:32.522157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4420 | 2024.03.26 19:50:32.522176 [ 3 ] {} <Debug> HTTP-Session: 65b84c5b-1d33-4d20-a33d-6b1e3803085b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4421 | 2024.03.26 19:50:32.522196 [ 3 ] {} <Debug> HTTP-Session: 65b84c5b-1d33-4d20-a33d-6b1e3803085b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4422 | 2024.03.26 19:50:32.522210 [ 3 ] {} <Debug> HTTP-Session: 65b84c5b-1d33-4d20-a33d-6b1e3803085b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4423 | 2024.03.26 19:50:32.522245 [ 3 ] {} <Trace> HTTP-Session: 65b84c5b-1d33-4d20-a33d-6b1e3803085b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4424 | 2024.03.26 19:50:32.522363 [ 3 ] {736e8293-23f3-48f9-999c-63bece47893b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4425 | 2024.03.26 19:50:32.522410 [ 3 ] {736e8293-23f3-48f9-999c-63bece47893b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4426 | 2024.03.26 19:50:32.522546 [ 3 ] {736e8293-23f3-48f9-999c-63bece47893b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4427 | 2024.03.26 19:50:32.522956 [ 3 ] {736e8293-23f3-48f9-999c-63bece47893b} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4428 | 2024.03.26 19:50:32.522996 [ 3 ] {736e8293-23f3-48f9-999c-63bece47893b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4429 | 2024.03.26 19:50:32.523330 [ 3 ] {736e8293-23f3-48f9-999c-63bece47893b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4430 | 2024.03.26 19:50:32.523645 [ 3 ] {736e8293-23f3-48f9-999c-63bece47893b} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4431 | 2024.03.26 19:50:32.523806 [ 3 ] {736e8293-23f3-48f9-999c-63bece47893b} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001505 sec., 100996.67774086379 rows/sec., 9.65 MiB/sec. | ||
4432 | 2024.03.26 19:50:32.523934 [ 3 ] {736e8293-23f3-48f9-999c-63bece47893b} <Debug> DynamicQueryHandler: Done processing query | ||
4433 | 2024.03.26 19:50:32.523958 [ 3 ] {736e8293-23f3-48f9-999c-63bece47893b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4434 | 2024.03.26 19:50:32.523974 [ 3 ] {} <Debug> HTTP-Session: 65b84c5b-1d33-4d20-a33d-6b1e3803085b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4435 | 2024.03.26 19:50:32.524119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4436 | 2024.03.26 19:50:32.524171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4437 | 2024.03.26 19:50:32.524190 [ 3 ] {} <Debug> HTTP-Session: a77e0118-83ec-4696-9b60-790d9789221e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4438 | 2024.03.26 19:50:32.524207 [ 3 ] {} <Debug> HTTP-Session: a77e0118-83ec-4696-9b60-790d9789221e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4439 | 2024.03.26 19:50:32.524221 [ 3 ] {} <Debug> HTTP-Session: a77e0118-83ec-4696-9b60-790d9789221e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4440 | 2024.03.26 19:50:32.524254 [ 3 ] {} <Trace> HTTP-Session: a77e0118-83ec-4696-9b60-790d9789221e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4441 | 2024.03.26 19:50:32.524356 [ 3 ] {6c6af240-e2fd-41f1-a415-3afdaff58456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4442 | 2024.03.26 19:50:32.524398 [ 3 ] {6c6af240-e2fd-41f1-a415-3afdaff58456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4443 | 2024.03.26 19:50:32.524528 [ 3 ] {6c6af240-e2fd-41f1-a415-3afdaff58456} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4444 | 2024.03.26 19:50:32.524873 [ 3 ] {6c6af240-e2fd-41f1-a415-3afdaff58456} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4445 | 2024.03.26 19:50:32.524912 [ 3 ] {6c6af240-e2fd-41f1-a415-3afdaff58456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4446 | 2024.03.26 19:50:32.525228 [ 3 ] {6c6af240-e2fd-41f1-a415-3afdaff58456} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4447 | 2024.03.26 19:50:32.525532 [ 3 ] {6c6af240-e2fd-41f1-a415-3afdaff58456} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4448 | 2024.03.26 19:50:32.525687 [ 3 ] {6c6af240-e2fd-41f1-a415-3afdaff58456} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001385 sec., 50541.516245487364 rows/sec., 3.95 MiB/sec. | ||
4449 | 2024.03.26 19:50:32.525842 [ 3 ] {6c6af240-e2fd-41f1-a415-3afdaff58456} <Debug> DynamicQueryHandler: Done processing query | ||
4450 | 2024.03.26 19:50:32.525871 [ 3 ] {6c6af240-e2fd-41f1-a415-3afdaff58456} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4451 | 2024.03.26 19:50:32.525888 [ 3 ] {} <Debug> HTTP-Session: a77e0118-83ec-4696-9b60-790d9789221e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4452 | 2024.03.26 19:50:32.526019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4453 | 2024.03.26 19:50:32.526067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4454 | 2024.03.26 19:50:32.526086 [ 3 ] {} <Debug> HTTP-Session: af3f3995-09cf-4133-9f2b-6a25f6152626 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4455 | 2024.03.26 19:50:32.526103 [ 3 ] {} <Debug> HTTP-Session: af3f3995-09cf-4133-9f2b-6a25f6152626 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4456 | 2024.03.26 19:50:32.526117 [ 3 ] {} <Debug> HTTP-Session: af3f3995-09cf-4133-9f2b-6a25f6152626 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4457 | 2024.03.26 19:50:32.526148 [ 3 ] {} <Trace> HTTP-Session: af3f3995-09cf-4133-9f2b-6a25f6152626 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4458 | 2024.03.26 19:50:32.526267 [ 3 ] {cc985634-c3a8-42b5-95d3-a388b22a6e70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4459 | 2024.03.26 19:50:32.526313 [ 3 ] {cc985634-c3a8-42b5-95d3-a388b22a6e70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4460 | 2024.03.26 19:50:32.526462 [ 3 ] {cc985634-c3a8-42b5-95d3-a388b22a6e70} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4461 | 2024.03.26 19:50:32.526803 [ 3 ] {cc985634-c3a8-42b5-95d3-a388b22a6e70} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4462 | 2024.03.26 19:50:32.526840 [ 3 ] {cc985634-c3a8-42b5-95d3-a388b22a6e70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4463 | 2024.03.26 19:50:32.527228 [ 3 ] {cc985634-c3a8-42b5-95d3-a388b22a6e70} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4464 | 2024.03.26 19:50:32.527565 [ 3 ] {cc985634-c3a8-42b5-95d3-a388b22a6e70} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4465 | 2024.03.26 19:50:32.527722 [ 3 ] {cc985634-c3a8-42b5-95d3-a388b22a6e70} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001517 sec., 65919.57811470007 rows/sec., 4.57 MiB/sec. | ||
4466 | 2024.03.26 19:50:32.527852 [ 3 ] {cc985634-c3a8-42b5-95d3-a388b22a6e70} <Debug> DynamicQueryHandler: Done processing query | ||
4467 | 2024.03.26 19:50:32.527876 [ 3 ] {cc985634-c3a8-42b5-95d3-a388b22a6e70} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4468 | 2024.03.26 19:50:32.527891 [ 3 ] {} <Debug> HTTP-Session: af3f3995-09cf-4133-9f2b-6a25f6152626 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4469 | 2024.03.26 19:50:32.528031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44955, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4470 | 2024.03.26 19:50:32.528080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4471 | 2024.03.26 19:50:32.528099 [ 3 ] {} <Debug> HTTP-Session: 35ec86e1-1204-4655-903d-38e665c28de4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4472 | 2024.03.26 19:50:32.528115 [ 3 ] {} <Debug> HTTP-Session: 35ec86e1-1204-4655-903d-38e665c28de4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4473 | 2024.03.26 19:50:32.528129 [ 3 ] {} <Debug> HTTP-Session: 35ec86e1-1204-4655-903d-38e665c28de4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4474 | 2024.03.26 19:50:32.528159 [ 3 ] {} <Trace> HTTP-Session: 35ec86e1-1204-4655-903d-38e665c28de4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4475 | 2024.03.26 19:50:32.528895 [ 3 ] {9ff5d954-3c72-44c7-ae41-0d831ac6556c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4476 | 2024.03.26 19:50:32.528943 [ 3 ] {9ff5d954-3c72-44c7-ae41-0d831ac6556c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4477 | 2024.03.26 19:50:32.529105 [ 3 ] {9ff5d954-3c72-44c7-ae41-0d831ac6556c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4478 | 2024.03.26 19:50:32.529650 [ 3 ] {9ff5d954-3c72-44c7-ae41-0d831ac6556c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4479 | 2024.03.26 19:50:32.529687 [ 3 ] {9ff5d954-3c72-44c7-ae41-0d831ac6556c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4480 | 2024.03.26 19:50:32.530113 [ 3 ] {9ff5d954-3c72-44c7-ae41-0d831ac6556c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4481 | 2024.03.26 19:50:32.530455 [ 3 ] {9ff5d954-3c72-44c7-ae41-0d831ac6556c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4482 | 2024.03.26 19:50:32.530617 [ 3 ] {9ff5d954-3c72-44c7-ae41-0d831ac6556c} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.002403 sec., 17478.152309612982 rows/sec., 23.59 MiB/sec. | ||
4483 | 2024.03.26 19:50:32.530752 [ 3 ] {9ff5d954-3c72-44c7-ae41-0d831ac6556c} <Debug> DynamicQueryHandler: Done processing query | ||
4484 | 2024.03.26 19:50:32.530775 [ 3 ] {9ff5d954-3c72-44c7-ae41-0d831ac6556c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4485 | 2024.03.26 19:50:32.530790 [ 3 ] {} <Debug> HTTP-Session: 35ec86e1-1204-4655-903d-38e665c28de4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4486 | 2024.03.26 19:50:32.530911 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4487 | 2024.03.26 19:50:32.530961 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4488 | 2024.03.26 19:50:32.530980 [ 3 ] {} <Debug> HTTP-Session: 2dfad2f5-bc30-4d55-96a5-6d9a2203b4ce Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4489 | 2024.03.26 19:50:32.530996 [ 3 ] {} <Debug> HTTP-Session: 2dfad2f5-bc30-4d55-96a5-6d9a2203b4ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4490 | 2024.03.26 19:50:32.531009 [ 3 ] {} <Debug> HTTP-Session: 2dfad2f5-bc30-4d55-96a5-6d9a2203b4ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4491 | 2024.03.26 19:50:32.531041 [ 3 ] {} <Trace> HTTP-Session: 2dfad2f5-bc30-4d55-96a5-6d9a2203b4ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4492 | 2024.03.26 19:50:32.531116 [ 3 ] {ef0dda5d-600a-489a-b0df-72953fc1450e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4493 | 2024.03.26 19:50:32.531159 [ 3 ] {ef0dda5d-600a-489a-b0df-72953fc1450e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4494 | 2024.03.26 19:50:32.531288 [ 3 ] {ef0dda5d-600a-489a-b0df-72953fc1450e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4495 | 2024.03.26 19:50:32.531580 [ 3 ] {ef0dda5d-600a-489a-b0df-72953fc1450e} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4496 | 2024.03.26 19:50:32.531617 [ 3 ] {ef0dda5d-600a-489a-b0df-72953fc1450e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4497 | 2024.03.26 19:50:32.531974 [ 3 ] {ef0dda5d-600a-489a-b0df-72953fc1450e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
4498 | 2024.03.26 19:50:32.532299 [ 3 ] {ef0dda5d-600a-489a-b0df-72953fc1450e} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4499 | 2024.03.26 19:50:32.532452 [ 3 ] {ef0dda5d-600a-489a-b0df-72953fc1450e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001363 sec., 22010.271460014672 rows/sec., 1.51 MiB/sec. | ||
4500 | 2024.03.26 19:50:32.532574 [ 3 ] {ef0dda5d-600a-489a-b0df-72953fc1450e} <Debug> DynamicQueryHandler: Done processing query | ||
4501 | 2024.03.26 19:50:32.532598 [ 3 ] {ef0dda5d-600a-489a-b0df-72953fc1450e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4502 | 2024.03.26 19:50:32.532613 [ 3 ] {} <Debug> HTTP-Session: 2dfad2f5-bc30-4d55-96a5-6d9a2203b4ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4503 | 2024.03.26 19:50:37.519567 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4504 | 2024.03.26 19:50:37.519701 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4505 | 2024.03.26 19:50:37.519730 [ 3 ] {} <Debug> HTTP-Session: 14563cb8-a0bb-443c-8aaa-31514de38f5f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4506 | 2024.03.26 19:50:37.519759 [ 3 ] {} <Debug> HTTP-Session: 14563cb8-a0bb-443c-8aaa-31514de38f5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4507 | 2024.03.26 19:50:37.519777 [ 3 ] {} <Debug> HTTP-Session: 14563cb8-a0bb-443c-8aaa-31514de38f5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4508 | 2024.03.26 19:50:37.519834 [ 3 ] {} <Trace> HTTP-Session: 14563cb8-a0bb-443c-8aaa-31514de38f5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4509 | 2024.03.26 19:50:37.519968 [ 3 ] {243c453a-e3d4-4071-b3d7-fa0deafa6552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4510 | 2024.03.26 19:50:37.520040 [ 3 ] {243c453a-e3d4-4071-b3d7-fa0deafa6552} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4511 | 2024.03.26 19:50:37.520252 [ 3 ] {243c453a-e3d4-4071-b3d7-fa0deafa6552} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4512 | 2024.03.26 19:50:37.520700 [ 3 ] {243c453a-e3d4-4071-b3d7-fa0deafa6552} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4513 | 2024.03.26 19:50:37.520742 [ 3 ] {243c453a-e3d4-4071-b3d7-fa0deafa6552} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4514 | 2024.03.26 19:50:37.521117 [ 3 ] {243c453a-e3d4-4071-b3d7-fa0deafa6552} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4515 | 2024.03.26 19:50:37.521452 [ 3 ] {243c453a-e3d4-4071-b3d7-fa0deafa6552} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4516 | 2024.03.26 19:50:37.521615 [ 3 ] {243c453a-e3d4-4071-b3d7-fa0deafa6552} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001707 sec., 9373.169302870534 rows/sec., 759.74 KiB/sec. | ||
4517 | 2024.03.26 19:50:37.521839 [ 3 ] {243c453a-e3d4-4071-b3d7-fa0deafa6552} <Debug> DynamicQueryHandler: Done processing query | ||
4518 | 2024.03.26 19:50:37.521881 [ 3 ] {243c453a-e3d4-4071-b3d7-fa0deafa6552} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4519 | 2024.03.26 19:50:37.521899 [ 3 ] {} <Debug> HTTP-Session: 14563cb8-a0bb-443c-8aaa-31514de38f5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4520 | 2024.03.26 19:50:37.522017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4521 | 2024.03.26 19:50:37.522067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4522 | 2024.03.26 19:50:37.522086 [ 3 ] {} <Debug> HTTP-Session: 8bf711e2-86f2-4ca6-931f-6abadf282a3c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4523 | 2024.03.26 19:50:37.522103 [ 3 ] {} <Debug> HTTP-Session: 8bf711e2-86f2-4ca6-931f-6abadf282a3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4524 | 2024.03.26 19:50:37.522117 [ 3 ] {} <Debug> HTTP-Session: 8bf711e2-86f2-4ca6-931f-6abadf282a3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4525 | 2024.03.26 19:50:37.522148 [ 3 ] {} <Trace> HTTP-Session: 8bf711e2-86f2-4ca6-931f-6abadf282a3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4526 | 2024.03.26 19:50:37.522215 [ 3 ] {8263769a-2415-4a76-8e83-80f2e4a6401a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4527 | 2024.03.26 19:50:37.522258 [ 3 ] {8263769a-2415-4a76-8e83-80f2e4a6401a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4528 | 2024.03.26 19:50:37.522405 [ 3 ] {8263769a-2415-4a76-8e83-80f2e4a6401a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4529 | 2024.03.26 19:50:37.522711 [ 3 ] {8263769a-2415-4a76-8e83-80f2e4a6401a} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4530 | 2024.03.26 19:50:37.522749 [ 3 ] {8263769a-2415-4a76-8e83-80f2e4a6401a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4531 | 2024.03.26 19:50:37.523045 [ 3 ] {8263769a-2415-4a76-8e83-80f2e4a6401a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4532 | 2024.03.26 19:50:37.523355 [ 3 ] {8263769a-2415-4a76-8e83-80f2e4a6401a} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4533 | 2024.03.26 19:50:37.523502 [ 3 ] {8263769a-2415-4a76-8e83-80f2e4a6401a} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001313 sec., 1523.2292460015233 rows/sec., 124.21 KiB/sec. | ||
4534 | 2024.03.26 19:50:37.523628 [ 3 ] {8263769a-2415-4a76-8e83-80f2e4a6401a} <Debug> DynamicQueryHandler: Done processing query | ||
4535 | 2024.03.26 19:50:37.523652 [ 3 ] {8263769a-2415-4a76-8e83-80f2e4a6401a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4536 | 2024.03.26 19:50:37.523667 [ 3 ] {} <Debug> HTTP-Session: 8bf711e2-86f2-4ca6-931f-6abadf282a3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4537 | 2024.03.26 19:50:37.523790 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4538 | 2024.03.26 19:50:37.523839 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4539 | 2024.03.26 19:50:37.523858 [ 3 ] {} <Debug> HTTP-Session: e6151fab-4767-45c3-9ad8-b737b19b0789 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4540 | 2024.03.26 19:50:37.523874 [ 3 ] {} <Debug> HTTP-Session: e6151fab-4767-45c3-9ad8-b737b19b0789 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4541 | 2024.03.26 19:50:37.523888 [ 3 ] {} <Debug> HTTP-Session: e6151fab-4767-45c3-9ad8-b737b19b0789 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4542 | 2024.03.26 19:50:37.523920 [ 3 ] {} <Trace> HTTP-Session: e6151fab-4767-45c3-9ad8-b737b19b0789 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4543 | 2024.03.26 19:50:37.524010 [ 3 ] {5244b08c-46cb-4044-9492-6ca7b80fc0bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4544 | 2024.03.26 19:50:37.524050 [ 3 ] {5244b08c-46cb-4044-9492-6ca7b80fc0bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4545 | 2024.03.26 19:50:37.524176 [ 3 ] {5244b08c-46cb-4044-9492-6ca7b80fc0bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4546 | 2024.03.26 19:50:37.524535 [ 3 ] {5244b08c-46cb-4044-9492-6ca7b80fc0bf} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4547 | 2024.03.26 19:50:37.524572 [ 3 ] {5244b08c-46cb-4044-9492-6ca7b80fc0bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4548 | 2024.03.26 19:50:37.524886 [ 3 ] {5244b08c-46cb-4044-9492-6ca7b80fc0bf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4549 | 2024.03.26 19:50:37.525189 [ 3 ] {5244b08c-46cb-4044-9492-6ca7b80fc0bf} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4550 | 2024.03.26 19:50:37.525352 [ 3 ] {5244b08c-46cb-4044-9492-6ca7b80fc0bf} <Debug> executeQuery: Read 111 rows, 9.14 KiB in 0.001376 sec., 80668.6046511628 rows/sec., 6.49 MiB/sec. | ||
4551 | 2024.03.26 19:50:37.525517 [ 3 ] {5244b08c-46cb-4044-9492-6ca7b80fc0bf} <Debug> DynamicQueryHandler: Done processing query | ||
4552 | 2024.03.26 19:50:37.525547 [ 3 ] {5244b08c-46cb-4044-9492-6ca7b80fc0bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4553 | 2024.03.26 19:50:37.525565 [ 3 ] {} <Debug> HTTP-Session: e6151fab-4767-45c3-9ad8-b737b19b0789 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4554 | 2024.03.26 19:50:37.525673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4555 | 2024.03.26 19:50:37.525721 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4556 | 2024.03.26 19:50:37.525740 [ 3 ] {} <Debug> HTTP-Session: 1d77b8f2-6c94-4989-945d-a1588aadb802 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4557 | 2024.03.26 19:50:37.525757 [ 3 ] {} <Debug> HTTP-Session: 1d77b8f2-6c94-4989-945d-a1588aadb802 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4558 | 2024.03.26 19:50:37.525770 [ 3 ] {} <Debug> HTTP-Session: 1d77b8f2-6c94-4989-945d-a1588aadb802 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4559 | 2024.03.26 19:50:37.525801 [ 3 ] {} <Trace> HTTP-Session: 1d77b8f2-6c94-4989-945d-a1588aadb802 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4560 | 2024.03.26 19:50:37.525863 [ 3 ] {1645f094-dd63-42fe-8467-67b0a6113509} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4561 | 2024.03.26 19:50:37.525904 [ 3 ] {1645f094-dd63-42fe-8467-67b0a6113509} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4562 | 2024.03.26 19:50:37.526031 [ 3 ] {1645f094-dd63-42fe-8467-67b0a6113509} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4563 | 2024.03.26 19:50:37.526322 [ 3 ] {1645f094-dd63-42fe-8467-67b0a6113509} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4564 | 2024.03.26 19:50:37.526360 [ 3 ] {1645f094-dd63-42fe-8467-67b0a6113509} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4565 | 2024.03.26 19:50:37.526670 [ 3 ] {1645f094-dd63-42fe-8467-67b0a6113509} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4566 | 2024.03.26 19:50:37.526974 [ 3 ] {1645f094-dd63-42fe-8467-67b0a6113509} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4567 | 2024.03.26 19:50:37.527122 [ 3 ] {1645f094-dd63-42fe-8467-67b0a6113509} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001281 sec., 1561.28024980484 rows/sec., 109.02 KiB/sec. | ||
4568 | 2024.03.26 19:50:37.527247 [ 3 ] {1645f094-dd63-42fe-8467-67b0a6113509} <Debug> DynamicQueryHandler: Done processing query | ||
4569 | 2024.03.26 19:50:37.527271 [ 3 ] {1645f094-dd63-42fe-8467-67b0a6113509} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4570 | 2024.03.26 19:50:37.527287 [ 3 ] {} <Debug> HTTP-Session: 1d77b8f2-6c94-4989-945d-a1588aadb802 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4571 | 2024.03.26 19:50:37.527404 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4572 | 2024.03.26 19:50:37.527452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4573 | 2024.03.26 19:50:37.527471 [ 3 ] {} <Debug> HTTP-Session: ae0f34cb-9df6-4744-967a-25d5e0715462 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4574 | 2024.03.26 19:50:37.527488 [ 3 ] {} <Debug> HTTP-Session: ae0f34cb-9df6-4744-967a-25d5e0715462 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4575 | 2024.03.26 19:50:37.527503 [ 3 ] {} <Debug> HTTP-Session: ae0f34cb-9df6-4744-967a-25d5e0715462 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4576 | 2024.03.26 19:50:37.527533 [ 3 ] {} <Trace> HTTP-Session: ae0f34cb-9df6-4744-967a-25d5e0715462 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4577 | 2024.03.26 19:50:37.527620 [ 3 ] {1d7e1f4f-9936-4e2f-81ec-79eab7492d5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4578 | 2024.03.26 19:50:37.527660 [ 3 ] {1d7e1f4f-9936-4e2f-81ec-79eab7492d5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4579 | 2024.03.26 19:50:37.527789 [ 3 ] {1d7e1f4f-9936-4e2f-81ec-79eab7492d5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4580 | 2024.03.26 19:50:37.528141 [ 3 ] {1d7e1f4f-9936-4e2f-81ec-79eab7492d5e} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4581 | 2024.03.26 19:50:37.528179 [ 3 ] {1d7e1f4f-9936-4e2f-81ec-79eab7492d5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4582 | 2024.03.26 19:50:37.528486 [ 3 ] {1d7e1f4f-9936-4e2f-81ec-79eab7492d5e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4583 | 2024.03.26 19:50:37.528784 [ 3 ] {1d7e1f4f-9936-4e2f-81ec-79eab7492d5e} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4584 | 2024.03.26 19:50:37.528942 [ 3 ] {1d7e1f4f-9936-4e2f-81ec-79eab7492d5e} <Debug> executeQuery: Read 70 rows, 5.58 KiB in 0.001355 sec., 51660.51660516605 rows/sec., 4.02 MiB/sec. | ||
4585 | 2024.03.26 19:50:37.529064 [ 3 ] {1d7e1f4f-9936-4e2f-81ec-79eab7492d5e} <Debug> DynamicQueryHandler: Done processing query | ||
4586 | 2024.03.26 19:50:37.529088 [ 3 ] {1d7e1f4f-9936-4e2f-81ec-79eab7492d5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4587 | 2024.03.26 19:50:37.529104 [ 3 ] {} <Debug> HTTP-Session: ae0f34cb-9df6-4744-967a-25d5e0715462 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4588 | 2024.03.26 19:50:37.529279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26289, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4589 | 2024.03.26 19:50:37.529327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4590 | 2024.03.26 19:50:37.529345 [ 3 ] {} <Debug> HTTP-Session: 7bd3edfb-d681-46cf-8b6b-cad148824021 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4591 | 2024.03.26 19:50:37.529362 [ 3 ] {} <Debug> HTTP-Session: 7bd3edfb-d681-46cf-8b6b-cad148824021 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4592 | 2024.03.26 19:50:37.529377 [ 3 ] {} <Debug> HTTP-Session: 7bd3edfb-d681-46cf-8b6b-cad148824021 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4593 | 2024.03.26 19:50:37.529408 [ 3 ] {} <Trace> HTTP-Session: 7bd3edfb-d681-46cf-8b6b-cad148824021 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4594 | 2024.03.26 19:50:37.529524 [ 3 ] {fe454deb-b563-433c-9c42-65275d966678} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4595 | 2024.03.26 19:50:37.529568 [ 3 ] {fe454deb-b563-433c-9c42-65275d966678} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4596 | 2024.03.26 19:50:37.529715 [ 3 ] {fe454deb-b563-433c-9c42-65275d966678} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4597 | 2024.03.26 19:50:37.530089 [ 3 ] {fe454deb-b563-433c-9c42-65275d966678} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4598 | 2024.03.26 19:50:37.530128 [ 3 ] {fe454deb-b563-433c-9c42-65275d966678} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4599 | 2024.03.26 19:50:37.530512 [ 3 ] {fe454deb-b563-433c-9c42-65275d966678} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4600 | 2024.03.26 19:50:37.530853 [ 3 ] {fe454deb-b563-433c-9c42-65275d966678} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4601 | 2024.03.26 19:50:37.531014 [ 3 ] {fe454deb-b563-433c-9c42-65275d966678} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001552 sec., 88273.19587628866 rows/sec., 6.15 MiB/sec. | ||
4602 | 2024.03.26 19:50:37.531310 [ 3 ] {fe454deb-b563-433c-9c42-65275d966678} <Debug> DynamicQueryHandler: Done processing query | ||
4603 | 2024.03.26 19:50:37.531366 [ 3 ] {fe454deb-b563-433c-9c42-65275d966678} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
4604 | 2024.03.26 19:50:37.531423 [ 3 ] {} <Debug> HTTP-Session: 7bd3edfb-d681-46cf-8b6b-cad148824021 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4605 | 2024.03.26 19:50:37.531590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4606 | 2024.03.26 19:50:37.531644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4607 | 2024.03.26 19:50:37.531663 [ 3 ] {} <Debug> HTTP-Session: 4430ecdc-650c-41a2-bdb7-be93d731e2f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4608 | 2024.03.26 19:50:37.531681 [ 3 ] {} <Debug> HTTP-Session: 4430ecdc-650c-41a2-bdb7-be93d731e2f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4609 | 2024.03.26 19:50:37.531696 [ 3 ] {} <Debug> HTTP-Session: 4430ecdc-650c-41a2-bdb7-be93d731e2f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4610 | 2024.03.26 19:50:37.531728 [ 3 ] {} <Trace> HTTP-Session: 4430ecdc-650c-41a2-bdb7-be93d731e2f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4611 | 2024.03.26 19:50:37.531965 [ 3 ] {26eba07d-9e13-4cbd-8106-0a8c7292c445} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4612 | 2024.03.26 19:50:37.532016 [ 3 ] {26eba07d-9e13-4cbd-8106-0a8c7292c445} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4613 | 2024.03.26 19:50:37.532211 [ 3 ] {26eba07d-9e13-4cbd-8106-0a8c7292c445} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4614 | 2024.03.26 19:50:37.532593 [ 3 ] {26eba07d-9e13-4cbd-8106-0a8c7292c445} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4615 | 2024.03.26 19:50:37.532630 [ 3 ] {26eba07d-9e13-4cbd-8106-0a8c7292c445} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4616 | 2024.03.26 19:50:37.533037 [ 3 ] {26eba07d-9e13-4cbd-8106-0a8c7292c445} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4617 | 2024.03.26 19:50:37.533373 [ 3 ] {26eba07d-9e13-4cbd-8106-0a8c7292c445} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4618 | 2024.03.26 19:50:37.533538 [ 3 ] {26eba07d-9e13-4cbd-8106-0a8c7292c445} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001758 sec., 9101.251422070534 rows/sec., 12.28 MiB/sec. | ||
4619 | 2024.03.26 19:50:37.533729 [ 3 ] {26eba07d-9e13-4cbd-8106-0a8c7292c445} <Debug> DynamicQueryHandler: Done processing query | ||
4620 | 2024.03.26 19:50:37.533753 [ 3 ] {26eba07d-9e13-4cbd-8106-0a8c7292c445} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4621 | 2024.03.26 19:50:37.533770 [ 3 ] {} <Debug> HTTP-Session: 4430ecdc-650c-41a2-bdb7-be93d731e2f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4622 | 2024.03.26 19:50:37.533881 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4623 | 2024.03.26 19:50:37.533932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4624 | 2024.03.26 19:50:37.533950 [ 3 ] {} <Debug> HTTP-Session: 3f33e5cd-970c-4ab2-be97-d1e8dce0a072 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4625 | 2024.03.26 19:50:37.533967 [ 3 ] {} <Debug> HTTP-Session: 3f33e5cd-970c-4ab2-be97-d1e8dce0a072 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4626 | 2024.03.26 19:50:37.533981 [ 3 ] {} <Debug> HTTP-Session: 3f33e5cd-970c-4ab2-be97-d1e8dce0a072 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4627 | 2024.03.26 19:50:37.534011 [ 3 ] {} <Trace> HTTP-Session: 3f33e5cd-970c-4ab2-be97-d1e8dce0a072 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4628 | 2024.03.26 19:50:37.534091 [ 3 ] {7cc5a3e4-bbc5-43d0-88e5-5f567982331f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4629 | 2024.03.26 19:50:37.534134 [ 3 ] {7cc5a3e4-bbc5-43d0-88e5-5f567982331f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4630 | 2024.03.26 19:50:37.534264 [ 3 ] {7cc5a3e4-bbc5-43d0-88e5-5f567982331f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4631 | 2024.03.26 19:50:37.534541 [ 3 ] {7cc5a3e4-bbc5-43d0-88e5-5f567982331f} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4632 | 2024.03.26 19:50:37.534577 [ 3 ] {7cc5a3e4-bbc5-43d0-88e5-5f567982331f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4633 | 2024.03.26 19:50:37.534936 [ 3 ] {7cc5a3e4-bbc5-43d0-88e5-5f567982331f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
4634 | 2024.03.26 19:50:37.535261 [ 3 ] {7cc5a3e4-bbc5-43d0-88e5-5f567982331f} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4635 | 2024.03.26 19:50:37.535414 [ 3 ] {7cc5a3e4-bbc5-43d0-88e5-5f567982331f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001359 sec., 22075.05518763797 rows/sec., 1.51 MiB/sec. | ||
4636 | 2024.03.26 19:50:37.535535 [ 3 ] {7cc5a3e4-bbc5-43d0-88e5-5f567982331f} <Debug> DynamicQueryHandler: Done processing query | ||
4637 | 2024.03.26 19:50:37.535559 [ 3 ] {7cc5a3e4-bbc5-43d0-88e5-5f567982331f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4638 | 2024.03.26 19:50:37.535575 [ 3 ] {} <Debug> HTTP-Session: 3f33e5cd-970c-4ab2-be97-d1e8dce0a072 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4639 | 2024.03.26 19:50:41.463184 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4640 | 2024.03.26 19:50:41.463249 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4641 | 2024.03.26 19:50:42.519041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4642 | 2024.03.26 19:50:42.519162 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4643 | 2024.03.26 19:50:42.519186 [ 3 ] {} <Debug> HTTP-Session: 61edf831-4360-4c94-9722-e5fe9a70c6e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4644 | 2024.03.26 19:50:42.519217 [ 3 ] {} <Debug> HTTP-Session: 61edf831-4360-4c94-9722-e5fe9a70c6e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4645 | 2024.03.26 19:50:42.519233 [ 3 ] {} <Debug> HTTP-Session: 61edf831-4360-4c94-9722-e5fe9a70c6e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4646 | 2024.03.26 19:50:42.519285 [ 3 ] {} <Trace> HTTP-Session: 61edf831-4360-4c94-9722-e5fe9a70c6e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4647 | 2024.03.26 19:50:42.519417 [ 3 ] {90d01ca2-6b74-49b9-a8d4-a1e5d94df5d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4648 | 2024.03.26 19:50:42.519481 [ 3 ] {90d01ca2-6b74-49b9-a8d4-a1e5d94df5d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4649 | 2024.03.26 19:50:42.519674 [ 3 ] {90d01ca2-6b74-49b9-a8d4-a1e5d94df5d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4650 | 2024.03.26 19:50:42.520140 [ 3 ] {90d01ca2-6b74-49b9-a8d4-a1e5d94df5d8} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4651 | 2024.03.26 19:50:42.520181 [ 3 ] {90d01ca2-6b74-49b9-a8d4-a1e5d94df5d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4652 | 2024.03.26 19:50:42.520563 [ 3 ] {90d01ca2-6b74-49b9-a8d4-a1e5d94df5d8} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4653 | 2024.03.26 19:50:42.520903 [ 3 ] {90d01ca2-6b74-49b9-a8d4-a1e5d94df5d8} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4654 | 2024.03.26 19:50:42.521044 [ 3 ] {90d01ca2-6b74-49b9-a8d4-a1e5d94df5d8} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001693 sec., 24808.033077377437 rows/sec., 1.96 MiB/sec. | ||
4655 | 2024.03.26 19:50:42.521195 [ 3 ] {90d01ca2-6b74-49b9-a8d4-a1e5d94df5d8} <Debug> DynamicQueryHandler: Done processing query | ||
4656 | 2024.03.26 19:50:42.521223 [ 3 ] {90d01ca2-6b74-49b9-a8d4-a1e5d94df5d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4657 | 2024.03.26 19:50:42.521242 [ 3 ] {} <Debug> HTTP-Session: 61edf831-4360-4c94-9722-e5fe9a70c6e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4658 | 2024.03.26 19:50:42.521430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4659 | 2024.03.26 19:50:42.521481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4660 | 2024.03.26 19:50:42.521500 [ 3 ] {} <Debug> HTTP-Session: 6556d5d0-4040-4aee-844b-424ab25f579f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4661 | 2024.03.26 19:50:42.521517 [ 3 ] {} <Debug> HTTP-Session: 6556d5d0-4040-4aee-844b-424ab25f579f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4662 | 2024.03.26 19:50:42.521531 [ 3 ] {} <Debug> HTTP-Session: 6556d5d0-4040-4aee-844b-424ab25f579f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4663 | 2024.03.26 19:50:42.521563 [ 3 ] {} <Trace> HTTP-Session: 6556d5d0-4040-4aee-844b-424ab25f579f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4664 | 2024.03.26 19:50:42.521671 [ 3 ] {2aabc31e-9db4-470b-a723-8141f2e5fc8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4665 | 2024.03.26 19:50:42.521712 [ 3 ] {2aabc31e-9db4-470b-a723-8141f2e5fc8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4666 | 2024.03.26 19:50:42.521834 [ 3 ] {2aabc31e-9db4-470b-a723-8141f2e5fc8f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4667 | 2024.03.26 19:50:42.522258 [ 3 ] {2aabc31e-9db4-470b-a723-8141f2e5fc8f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4668 | 2024.03.26 19:50:42.522295 [ 3 ] {2aabc31e-9db4-470b-a723-8141f2e5fc8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4669 | 2024.03.26 19:50:42.522629 [ 3 ] {2aabc31e-9db4-470b-a723-8141f2e5fc8f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4670 | 2024.03.26 19:50:42.522962 [ 3 ] {2aabc31e-9db4-470b-a723-8141f2e5fc8f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4671 | 2024.03.26 19:50:42.523081 [ 128 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
4672 | 2024.03.26 19:50:42.523086 [ 3 ] {2aabc31e-9db4-470b-a723-8141f2e5fc8f} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001473 sec., 103190.7671418873 rows/sec., 9.86 MiB/sec. | ||
4673 | 2024.03.26 19:50:42.523122 [ 128 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4674 | 2024.03.26 19:50:42.523160 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4675 | 2024.03.26 19:50:42.523256 [ 3 ] {2aabc31e-9db4-470b-a723-8141f2e5fc8f} <Debug> DynamicQueryHandler: Done processing query | ||
4676 | 2024.03.26 19:50:42.523346 [ 3 ] {2aabc31e-9db4-470b-a723-8141f2e5fc8f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4677 | 2024.03.26 19:50:42.523514 [ 3 ] {} <Debug> HTTP-Session: 6556d5d0-4040-4aee-844b-424ab25f579f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4678 | 2024.03.26 19:50:42.523586 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::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 | ||
4679 | 2024.03.26 19:50:42.523809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4680 | 2024.03.26 19:50:42.523906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4681 | 2024.03.26 19:50:42.523945 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4682 | 2024.03.26 19:50:42.523956 [ 3 ] {} <Debug> HTTP-Session: f6b4eada-c087-445d-8c10-1c47211174e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4683 | 2024.03.26 19:50:42.524000 [ 3 ] {} <Debug> HTTP-Session: f6b4eada-c087-445d-8c10-1c47211174e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4684 | 2024.03.26 19:50:42.524003 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 241 rows starting from the beginning of the part | ||
4685 | 2024.03.26 19:50:42.524021 [ 3 ] {} <Debug> HTTP-Session: f6b4eada-c087-445d-8c10-1c47211174e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4686 | 2024.03.26 19:50:42.524082 [ 3 ] {} <Trace> HTTP-Session: f6b4eada-c087-445d-8c10-1c47211174e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4687 | 2024.03.26 19:50:42.524260 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 152 rows starting from the beginning of the part | ||
4688 | 2024.03.26 19:50:42.524548 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 74 rows starting from the beginning of the part | ||
4689 | 2024.03.26 19:50:42.524557 [ 3 ] {2713502a-1898-4d90-9fd3-aacc5a1554c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4690 | 2024.03.26 19:50:42.524776 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 152 rows starting from the beginning of the part | ||
4691 | 2024.03.26 19:50:42.524869 [ 3 ] {2713502a-1898-4d90-9fd3-aacc5a1554c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4692 | 2024.03.26 19:50:42.524998 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 111 rows starting from the beginning of the part | ||
4693 | 2024.03.26 19:50:42.525322 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 152 rows starting from the beginning of the part | ||
4694 | 2024.03.26 19:50:42.525975 [ 3 ] {2713502a-1898-4d90-9fd3-aacc5a1554c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4695 | 2024.03.26 19:50:42.526778 [ 3 ] {2713502a-1898-4d90-9fd3-aacc5a1554c9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4696 | 2024.03.26 19:50:42.526838 [ 3 ] {2713502a-1898-4d90-9fd3-aacc5a1554c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4697 | 2024.03.26 19:50:42.527825 [ 3 ] {2713502a-1898-4d90-9fd3-aacc5a1554c9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4698 | 2024.03.26 19:50:42.528575 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 882 rows, containing 4 columns (4 merged, 0 gathered) in 0.00530204 sec., 166351.06487314316 rows/sec., 15.18 MiB/sec. | ||
4699 | 2024.03.26 19:50:42.528703 [ 3 ] {2713502a-1898-4d90-9fd3-aacc5a1554c9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4700 | 2024.03.26 19:50:42.528898 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
4701 | 2024.03.26 19:50:42.528916 [ 128 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
4702 | 2024.03.26 19:50:42.528953 [ 3 ] {2713502a-1898-4d90-9fd3-aacc5a1554c9} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.004678 sec., 14963.659683625481 rows/sec., 1.17 MiB/sec. | ||
4703 | 2024.03.26 19:50:42.528984 [ 128 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4704 | 2024.03.26 19:50:42.529070 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4705 | 2024.03.26 19:50:42.529416 [ 3 ] {2713502a-1898-4d90-9fd3-aacc5a1554c9} <Debug> DynamicQueryHandler: Done processing query | ||
4706 | 2024.03.26 19:50:42.529423 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::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 | ||
4707 | 2024.03.26 19:50:42.529459 [ 3 ] {2713502a-1898-4d90-9fd3-aacc5a1554c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
4708 | 2024.03.26 19:50:42.529524 [ 3 ] {} <Debug> HTTP-Session: f6b4eada-c087-445d-8c10-1c47211174e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4709 | 2024.03.26 19:50:42.529856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4710 | 2024.03.26 19:50:42.530014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4711 | 2024.03.26 19:50:42.530085 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4712 | 2024.03.26 19:50:42.530088 [ 3 ] {} <Debug> HTTP-Session: 1b5dca84-cfa9-4410-a882-32427ac409ad Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4713 | 2024.03.26 19:50:42.530166 [ 3 ] {} <Debug> HTTP-Session: 1b5dca84-cfa9-4410-a882-32427ac409ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4714 | 2024.03.26 19:50:42.530175 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 138 rows starting from the beginning of the part | ||
4715 | 2024.03.26 19:50:42.530204 [ 3 ] {} <Debug> HTTP-Session: 1b5dca84-cfa9-4410-a882-32427ac409ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4716 | 2024.03.26 19:50:42.530277 [ 3 ] {} <Trace> HTTP-Session: 1b5dca84-cfa9-4410-a882-32427ac409ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4717 | 2024.03.26 19:50:42.530571 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 70 rows starting from the beginning of the part | ||
4718 | 2024.03.26 19:50:42.530775 [ 3 ] {d8c790ee-e8d1-48ce-87e1-1bdb7b0b1a13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4719 | 2024.03.26 19:50:42.530811 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4720 | 2024.03.26 19:50:42.531033 [ 3 ] {d8c790ee-e8d1-48ce-87e1-1bdb7b0b1a13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4721 | 2024.03.26 19:50:42.531035 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 44 rows starting from the beginning of the part | ||
4722 | 2024.03.26 19:50:42.531392 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_30_6} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
4723 | 2024.03.26 19:50:42.531513 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 70 rows starting from the beginning of the part | ||
4724 | 2024.03.26 19:50:42.531919 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
4725 | 2024.03.26 19:50:42.531947 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 70 rows starting from the beginning of the part | ||
4726 | 2024.03.26 19:50:42.532276 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 70 rows starting from the beginning of the part | ||
4727 | 2024.03.26 19:50:42.532733 [ 3 ] {d8c790ee-e8d1-48ce-87e1-1bdb7b0b1a13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4728 | 2024.03.26 19:50:42.533415 [ 3 ] {d8c790ee-e8d1-48ce-87e1-1bdb7b0b1a13} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4729 | 2024.03.26 19:50:42.533458 [ 3 ] {d8c790ee-e8d1-48ce-87e1-1bdb7b0b1a13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4730 | 2024.03.26 19:50:42.534055 [ 3 ] {d8c790ee-e8d1-48ce-87e1-1bdb7b0b1a13} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4731 | 2024.03.26 19:50:42.534188 [ 191 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 4 columns (4 merged, 0 gathered) in 0.004919109 sec., 93919.4476072801 rows/sec., 7.33 MiB/sec. | ||
4732 | 2024.03.26 19:50:42.534459 [ 191 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
4733 | 2024.03.26 19:50:42.534861 [ 3 ] {d8c790ee-e8d1-48ce-87e1-1bdb7b0b1a13} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4734 | 2024.03.26 19:50:42.535255 [ 3 ] {d8c790ee-e8d1-48ce-87e1-1bdb7b0b1a13} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004779 sec., 20924.879681941828 rows/sec., 1.45 MiB/sec. | ||
4735 | 2024.03.26 19:50:42.535540 [ 191 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4736 | 2024.03.26 19:50:42.535722 [ 3 ] {d8c790ee-e8d1-48ce-87e1-1bdb7b0b1a13} <Debug> DynamicQueryHandler: Done processing query | ||
4737 | 2024.03.26 19:50:42.535803 [ 3 ] {d8c790ee-e8d1-48ce-87e1-1bdb7b0b1a13} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4738 | 2024.03.26 19:50:42.535870 [ 3 ] {} <Debug> HTTP-Session: 1b5dca84-cfa9-4410-a882-32427ac409ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4739 | 2024.03.26 19:50:42.535912 [ 191 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_30_6} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
4740 | 2024.03.26 19:50:42.536106 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
4741 | 2024.03.26 19:50:42.536118 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4742 | 2024.03.26 19:50:42.536190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4743 | 2024.03.26 19:50:42.536209 [ 3 ] {} <Debug> HTTP-Session: 3dfe30cd-c853-4042-b47f-113dcb960309 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4744 | 2024.03.26 19:50:42.536225 [ 3 ] {} <Debug> HTTP-Session: 3dfe30cd-c853-4042-b47f-113dcb960309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4745 | 2024.03.26 19:50:42.536239 [ 3 ] {} <Debug> HTTP-Session: 3dfe30cd-c853-4042-b47f-113dcb960309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4746 | 2024.03.26 19:50:42.536270 [ 3 ] {} <Trace> HTTP-Session: 3dfe30cd-c853-4042-b47f-113dcb960309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4747 | 2024.03.26 19:50:42.536640 [ 3 ] {c509e313-bc3d-451f-921d-0f77b0166643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4748 | 2024.03.26 19:50:42.536690 [ 3 ] {c509e313-bc3d-451f-921d-0f77b0166643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4749 | 2024.03.26 19:50:42.536859 [ 3 ] {c509e313-bc3d-451f-921d-0f77b0166643} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4750 | 2024.03.26 19:50:42.537467 [ 3 ] {c509e313-bc3d-451f-921d-0f77b0166643} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4751 | 2024.03.26 19:50:42.537502 [ 3 ] {c509e313-bc3d-451f-921d-0f77b0166643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4752 | 2024.03.26 19:50:42.537930 [ 3 ] {c509e313-bc3d-451f-921d-0f77b0166643} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4753 | 2024.03.26 19:50:42.538289 [ 3 ] {c509e313-bc3d-451f-921d-0f77b0166643} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4754 | 2024.03.26 19:50:42.538417 [ 3 ] {c509e313-bc3d-451f-921d-0f77b0166643} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.002069 sec., 20299.66167230546 rows/sec., 27.39 MiB/sec. | ||
4755 | 2024.03.26 19:50:42.538544 [ 3 ] {c509e313-bc3d-451f-921d-0f77b0166643} <Debug> DynamicQueryHandler: Done processing query | ||
4756 | 2024.03.26 19:50:42.538567 [ 3 ] {c509e313-bc3d-451f-921d-0f77b0166643} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
4757 | 2024.03.26 19:50:42.538583 [ 3 ] {} <Debug> HTTP-Session: 3dfe30cd-c853-4042-b47f-113dcb960309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4758 | 2024.03.26 19:50:42.538704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4759 | 2024.03.26 19:50:42.538751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4760 | 2024.03.26 19:50:42.538769 [ 3 ] {} <Debug> HTTP-Session: 5683bdde-fe79-4ef1-aecd-2e35392ea7da Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4761 | 2024.03.26 19:50:42.538784 [ 3 ] {} <Debug> HTTP-Session: 5683bdde-fe79-4ef1-aecd-2e35392ea7da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4762 | 2024.03.26 19:50:42.538798 [ 3 ] {} <Debug> HTTP-Session: 5683bdde-fe79-4ef1-aecd-2e35392ea7da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4763 | 2024.03.26 19:50:42.538828 [ 3 ] {} <Trace> HTTP-Session: 5683bdde-fe79-4ef1-aecd-2e35392ea7da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4764 | 2024.03.26 19:50:42.538898 [ 3 ] {b420281a-084c-4f4a-8bc6-23d659e98b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4765 | 2024.03.26 19:50:42.538939 [ 3 ] {b420281a-084c-4f4a-8bc6-23d659e98b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4766 | 2024.03.26 19:50:42.539066 [ 3 ] {b420281a-084c-4f4a-8bc6-23d659e98b12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4767 | 2024.03.26 19:50:42.539341 [ 3 ] {b420281a-084c-4f4a-8bc6-23d659e98b12} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4768 | 2024.03.26 19:50:42.539376 [ 3 ] {b420281a-084c-4f4a-8bc6-23d659e98b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4769 | 2024.03.26 19:50:42.539724 [ 3 ] {b420281a-084c-4f4a-8bc6-23d659e98b12} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
4770 | 2024.03.26 19:50:42.540046 [ 3 ] {b420281a-084c-4f4a-8bc6-23d659e98b12} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4771 | 2024.03.26 19:50:42.540171 [ 3 ] {b420281a-084c-4f4a-8bc6-23d659e98b12} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001303 sec., 23023.791250959326 rows/sec., 1.58 MiB/sec. | ||
4772 | 2024.03.26 19:50:42.540291 [ 3 ] {b420281a-084c-4f4a-8bc6-23d659e98b12} <Debug> DynamicQueryHandler: Done processing query | ||
4773 | 2024.03.26 19:50:42.540313 [ 3 ] {b420281a-084c-4f4a-8bc6-23d659e98b12} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4774 | 2024.03.26 19:50:42.540330 [ 3 ] {} <Debug> HTTP-Session: 5683bdde-fe79-4ef1-aecd-2e35392ea7da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4775 | 2024.03.26 19:50:47.518537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4776 | 2024.03.26 19:50:47.518678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4777 | 2024.03.26 19:50:47.518707 [ 3 ] {} <Debug> HTTP-Session: 97c83954-d769-450e-b8c2-5043b9524a01 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4778 | 2024.03.26 19:50:47.518736 [ 3 ] {} <Debug> HTTP-Session: 97c83954-d769-450e-b8c2-5043b9524a01 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4779 | 2024.03.26 19:50:47.518754 [ 3 ] {} <Debug> HTTP-Session: 97c83954-d769-450e-b8c2-5043b9524a01 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4780 | 2024.03.26 19:50:47.518810 [ 3 ] {} <Trace> HTTP-Session: 97c83954-d769-450e-b8c2-5043b9524a01 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4781 | 2024.03.26 19:50:47.518945 [ 3 ] {b5ead432-309c-4780-8be2-f244e25929a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4782 | 2024.03.26 19:50:47.519018 [ 3 ] {b5ead432-309c-4780-8be2-f244e25929a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4783 | 2024.03.26 19:50:47.519240 [ 3 ] {b5ead432-309c-4780-8be2-f244e25929a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4784 | 2024.03.26 19:50:47.519709 [ 3 ] {b5ead432-309c-4780-8be2-f244e25929a5} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4785 | 2024.03.26 19:50:47.519758 [ 3 ] {b5ead432-309c-4780-8be2-f244e25929a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4786 | 2024.03.26 19:50:47.520157 [ 3 ] {b5ead432-309c-4780-8be2-f244e25929a5} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4787 | 2024.03.26 19:50:47.520500 [ 3 ] {b5ead432-309c-4780-8be2-f244e25929a5} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4788 | 2024.03.26 19:50:47.520647 [ 3 ] {b5ead432-309c-4780-8be2-f244e25929a5} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001767 sec., 9054.895302773062 rows/sec., 733.94 KiB/sec. | ||
4789 | 2024.03.26 19:50:47.520653 [ 124 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4790 | 2024.03.26 19:50:47.520717 [ 124 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4791 | 2024.03.26 19:50:47.520756 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4792 | 2024.03.26 19:50:47.520838 [ 3 ] {b5ead432-309c-4780-8be2-f244e25929a5} <Debug> DynamicQueryHandler: Done processing query | ||
4793 | 2024.03.26 19:50:47.520908 [ 3 ] {b5ead432-309c-4780-8be2-f244e25929a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4794 | 2024.03.26 19:50:47.520960 [ 3 ] {} <Debug> HTTP-Session: 97c83954-d769-450e-b8c2-5043b9524a01 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4795 | 2024.03.26 19:50:47.521067 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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.03.26 19:50:47.521218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4797 | 2024.03.26 19:50:47.521349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4798 | 2024.03.26 19:50:47.521394 [ 3 ] {} <Debug> HTTP-Session: 936eaa7a-e870-4ac0-ad52-a01f0f9cf36c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4799 | 2024.03.26 19:50:47.521423 [ 3 ] {} <Debug> HTTP-Session: 936eaa7a-e870-4ac0-ad52-a01f0f9cf36c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4800 | 2024.03.26 19:50:47.521443 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4801 | 2024.03.26 19:50:47.521445 [ 3 ] {} <Debug> HTTP-Session: 936eaa7a-e870-4ac0-ad52-a01f0f9cf36c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4802 | 2024.03.26 19:50:47.521485 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 58 rows starting from the beginning of the part | ||
4803 | 2024.03.26 19:50:47.521503 [ 3 ] {} <Trace> HTTP-Session: 936eaa7a-e870-4ac0-ad52-a01f0f9cf36c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4804 | 2024.03.26 19:50:47.521630 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
4805 | 2024.03.26 19:50:47.521673 [ 3 ] {92864d10-4cb2-4ab6-92d3-e14d99e69f44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4806 | 2024.03.26 19:50:47.521855 [ 3 ] {92864d10-4cb2-4ab6-92d3-e14d99e69f44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4807 | 2024.03.26 19:50:47.522027 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part | ||
4808 | 2024.03.26 19:50:47.522339 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
4809 | 2024.03.26 19:50:47.522638 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part | ||
4810 | 2024.03.26 19:50:47.522973 [ 3 ] {92864d10-4cb2-4ab6-92d3-e14d99e69f44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4811 | 2024.03.26 19:50:47.522985 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
4812 | 2024.03.26 19:50:47.523750 [ 3 ] {92864d10-4cb2-4ab6-92d3-e14d99e69f44} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4813 | 2024.03.26 19:50:47.523792 [ 3 ] {92864d10-4cb2-4ab6-92d3-e14d99e69f44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4814 | 2024.03.26 19:50:47.524283 [ 3 ] {92864d10-4cb2-4ab6-92d3-e14d99e69f44} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4815 | 2024.03.26 19:50:47.524706 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.003889138 sec., 48854.0134086268 rows/sec., 3.87 MiB/sec. | ||
4816 | 2024.03.26 19:50:47.524863 [ 3 ] {92864d10-4cb2-4ab6-92d3-e14d99e69f44} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4817 | 2024.03.26 19:50:47.524921 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4818 | 2024.03.26 19:50:47.525170 [ 3 ] {92864d10-4cb2-4ab6-92d3-e14d99e69f44} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.003596 sec., 556.1735261401558 rows/sec., 45.35 KiB/sec. | ||
4819 | 2024.03.26 19:50:47.525416 [ 3 ] {92864d10-4cb2-4ab6-92d3-e14d99e69f44} <Debug> DynamicQueryHandler: Done processing query | ||
4820 | 2024.03.26 19:50:47.525464 [ 3 ] {92864d10-4cb2-4ab6-92d3-e14d99e69f44} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4821 | 2024.03.26 19:50:47.525516 [ 3 ] {} <Debug> HTTP-Session: 936eaa7a-e870-4ac0-ad52-a01f0f9cf36c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4822 | 2024.03.26 19:50:47.525717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4823 | 2024.03.26 19:50:47.525797 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4824 | 2024.03.26 19:50:47.525807 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4825 | 2024.03.26 19:50:47.525876 [ 3 ] {} <Debug> HTTP-Session: 11d679ec-24ce-4b23-b85f-8b7d73b56152 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4826 | 2024.03.26 19:50:47.525905 [ 3 ] {} <Debug> HTTP-Session: 11d679ec-24ce-4b23-b85f-8b7d73b56152 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4827 | 2024.03.26 19:50:47.525936 [ 3 ] {} <Debug> HTTP-Session: 11d679ec-24ce-4b23-b85f-8b7d73b56152 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4828 | 2024.03.26 19:50:47.525987 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_21_4} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4829 | 2024.03.26 19:50:47.525999 [ 3 ] {} <Trace> HTTP-Session: 11d679ec-24ce-4b23-b85f-8b7d73b56152 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4830 | 2024.03.26 19:50:47.526145 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
4831 | 2024.03.26 19:50:47.526173 [ 3 ] {e0e6cbda-bfda-484a-bf7b-db1f8a488335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4832 | 2024.03.26 19:50:47.526229 [ 3 ] {e0e6cbda-bfda-484a-bf7b-db1f8a488335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4833 | 2024.03.26 19:50:47.526372 [ 3 ] {e0e6cbda-bfda-484a-bf7b-db1f8a488335} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4834 | 2024.03.26 19:50:47.526725 [ 3 ] {e0e6cbda-bfda-484a-bf7b-db1f8a488335} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4835 | 2024.03.26 19:50:47.526762 [ 3 ] {e0e6cbda-bfda-484a-bf7b-db1f8a488335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4836 | 2024.03.26 19:50:47.527087 [ 3 ] {e0e6cbda-bfda-484a-bf7b-db1f8a488335} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4837 | 2024.03.26 19:50:47.527399 [ 3 ] {e0e6cbda-bfda-484a-bf7b-db1f8a488335} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4838 | 2024.03.26 19:50:47.527539 [ 3 ] {e0e6cbda-bfda-484a-bf7b-db1f8a488335} <Debug> executeQuery: Read 75 rows, 6.38 KiB in 0.001457 sec., 51475.63486616335 rows/sec., 4.28 MiB/sec. | ||
4839 | 2024.03.26 19:50:47.527661 [ 3 ] {e0e6cbda-bfda-484a-bf7b-db1f8a488335} <Debug> DynamicQueryHandler: Done processing query | ||
4840 | 2024.03.26 19:50:47.527685 [ 3 ] {e0e6cbda-bfda-484a-bf7b-db1f8a488335} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
4841 | 2024.03.26 19:50:47.527701 [ 3 ] {} <Debug> HTTP-Session: 11d679ec-24ce-4b23-b85f-8b7d73b56152 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4842 | 2024.03.26 19:50:47.527810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4843 | 2024.03.26 19:50:47.527859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4844 | 2024.03.26 19:50:47.527877 [ 3 ] {} <Debug> HTTP-Session: 02315377-f78a-4954-825f-f2ed85617ef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4845 | 2024.03.26 19:50:47.527894 [ 3 ] {} <Debug> HTTP-Session: 02315377-f78a-4954-825f-f2ed85617ef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4846 | 2024.03.26 19:50:47.527908 [ 3 ] {} <Debug> HTTP-Session: 02315377-f78a-4954-825f-f2ed85617ef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4847 | 2024.03.26 19:50:47.527939 [ 3 ] {} <Trace> HTTP-Session: 02315377-f78a-4954-825f-f2ed85617ef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4848 | 2024.03.26 19:50:47.528002 [ 3 ] {ef0767b1-6037-48b7-99c1-6541b60fb920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4849 | 2024.03.26 19:50:47.528043 [ 3 ] {ef0767b1-6037-48b7-99c1-6541b60fb920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4850 | 2024.03.26 19:50:47.528169 [ 3 ] {ef0767b1-6037-48b7-99c1-6541b60fb920} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4851 | 2024.03.26 19:50:47.528435 [ 3 ] {ef0767b1-6037-48b7-99c1-6541b60fb920} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4852 | 2024.03.26 19:50:47.528471 [ 3 ] {ef0767b1-6037-48b7-99c1-6541b60fb920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4853 | 2024.03.26 19:50:47.528770 [ 3 ] {ef0767b1-6037-48b7-99c1-6541b60fb920} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4854 | 2024.03.26 19:50:47.529080 [ 3 ] {ef0767b1-6037-48b7-99c1-6541b60fb920} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4855 | 2024.03.26 19:50:47.529206 [ 3 ] {ef0767b1-6037-48b7-99c1-6541b60fb920} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001226 sec., 1631.321370309951 rows/sec., 113.91 KiB/sec. | ||
4856 | 2024.03.26 19:50:47.529352 [ 3 ] {ef0767b1-6037-48b7-99c1-6541b60fb920} <Debug> DynamicQueryHandler: Done processing query | ||
4857 | 2024.03.26 19:50:47.529376 [ 3 ] {ef0767b1-6037-48b7-99c1-6541b60fb920} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4858 | 2024.03.26 19:50:47.529391 [ 3 ] {} <Debug> HTTP-Session: 02315377-f78a-4954-825f-f2ed85617ef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4859 | 2024.03.26 19:50:47.529505 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4860 | 2024.03.26 19:50:47.529552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4861 | 2024.03.26 19:50:47.529571 [ 3 ] {} <Debug> HTTP-Session: 63c79c0c-1150-4013-b5fc-e482d9aebc60 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4862 | 2024.03.26 19:50:47.529588 [ 3 ] {} <Debug> HTTP-Session: 63c79c0c-1150-4013-b5fc-e482d9aebc60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4863 | 2024.03.26 19:50:47.529602 [ 3 ] {} <Debug> HTTP-Session: 63c79c0c-1150-4013-b5fc-e482d9aebc60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4864 | 2024.03.26 19:50:47.529633 [ 3 ] {} <Trace> HTTP-Session: 63c79c0c-1150-4013-b5fc-e482d9aebc60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4865 | 2024.03.26 19:50:47.529714 [ 3 ] {21a80a95-353a-493a-b4bc-e6e5c8ec328e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4866 | 2024.03.26 19:50:47.529754 [ 3 ] {21a80a95-353a-493a-b4bc-e6e5c8ec328e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4867 | 2024.03.26 19:50:47.529881 [ 3 ] {21a80a95-353a-493a-b4bc-e6e5c8ec328e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4868 | 2024.03.26 19:50:47.530184 [ 3 ] {21a80a95-353a-493a-b4bc-e6e5c8ec328e} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4869 | 2024.03.26 19:50:47.530220 [ 3 ] {21a80a95-353a-493a-b4bc-e6e5c8ec328e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4870 | 2024.03.26 19:50:47.530535 [ 3 ] {21a80a95-353a-493a-b4bc-e6e5c8ec328e} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4871 | 2024.03.26 19:50:47.530846 [ 3 ] {21a80a95-353a-493a-b4bc-e6e5c8ec328e} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4872 | 2024.03.26 19:50:47.530980 [ 3 ] {21a80a95-353a-493a-b4bc-e6e5c8ec328e} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001297 sec., 35466.46106399383 rows/sec., 2.77 MiB/sec. | ||
4873 | 2024.03.26 19:50:47.531229 [ 3 ] {21a80a95-353a-493a-b4bc-e6e5c8ec328e} <Debug> DynamicQueryHandler: Done processing query | ||
4874 | 2024.03.26 19:50:47.531279 [ 3 ] {21a80a95-353a-493a-b4bc-e6e5c8ec328e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4875 | 2024.03.26 19:50:47.531312 [ 3 ] {} <Debug> HTTP-Session: 63c79c0c-1150-4013-b5fc-e482d9aebc60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4876 | 2024.03.26 19:50:47.531440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4877 | 2024.03.26 19:50:47.531490 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4878 | 2024.03.26 19:50:47.531508 [ 3 ] {} <Debug> HTTP-Session: ebf1710e-99a3-49f0-b22c-08be2dc0b991 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4879 | 2024.03.26 19:50:47.531526 [ 3 ] {} <Debug> HTTP-Session: ebf1710e-99a3-49f0-b22c-08be2dc0b991 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4880 | 2024.03.26 19:50:47.531540 [ 3 ] {} <Debug> HTTP-Session: ebf1710e-99a3-49f0-b22c-08be2dc0b991 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4881 | 2024.03.26 19:50:47.531571 [ 3 ] {} <Trace> HTTP-Session: ebf1710e-99a3-49f0-b22c-08be2dc0b991 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4882 | 2024.03.26 19:50:47.531689 [ 3 ] {d73044b5-1be6-4b2d-94a4-4f8cdbb99051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4883 | 2024.03.26 19:50:47.531737 [ 3 ] {d73044b5-1be6-4b2d-94a4-4f8cdbb99051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4884 | 2024.03.26 19:50:47.531902 [ 3 ] {d73044b5-1be6-4b2d-94a4-4f8cdbb99051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4885 | 2024.03.26 19:50:47.532426 [ 3 ] {d73044b5-1be6-4b2d-94a4-4f8cdbb99051} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4886 | 2024.03.26 19:50:47.532463 [ 3 ] {d73044b5-1be6-4b2d-94a4-4f8cdbb99051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4887 | 2024.03.26 19:50:47.532857 [ 3 ] {d73044b5-1be6-4b2d-94a4-4f8cdbb99051} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4888 | 2024.03.26 19:50:47.533202 [ 3 ] {d73044b5-1be6-4b2d-94a4-4f8cdbb99051} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4889 | 2024.03.26 19:50:47.533327 [ 124 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4890 | 2024.03.26 19:50:47.533332 [ 3 ] {d73044b5-1be6-4b2d-94a4-4f8cdbb99051} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001712 sec., 58995.32710280374 rows/sec., 4.09 MiB/sec. | ||
4891 | 2024.03.26 19:50:47.533361 [ 124 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4892 | 2024.03.26 19:50:47.533403 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4893 | 2024.03.26 19:50:47.533507 [ 3 ] {d73044b5-1be6-4b2d-94a4-4f8cdbb99051} <Debug> DynamicQueryHandler: Done processing query | ||
4894 | 2024.03.26 19:50:47.533525 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
4895 | 2024.03.26 19:50:47.533536 [ 3 ] {d73044b5-1be6-4b2d-94a4-4f8cdbb99051} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
4896 | 2024.03.26 19:50:47.533564 [ 3 ] {} <Debug> HTTP-Session: ebf1710e-99a3-49f0-b22c-08be2dc0b991 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4897 | 2024.03.26 19:50:47.533674 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4898 | 2024.03.26 19:50:47.533709 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2902 rows starting from the beginning of the part | ||
4899 | 2024.03.26 19:50:47.533821 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4900 | 2024.03.26 19:50:47.533903 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 100 rows starting from the beginning of the part | ||
4901 | 2024.03.26 19:50:47.533959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4902 | 2024.03.26 19:50:47.534060 [ 3 ] {} <Debug> HTTP-Session: 5c53ce14-c15a-4ed3-8080-96df96aa721d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4903 | 2024.03.26 19:50:47.534124 [ 3 ] {} <Debug> HTTP-Session: 5c53ce14-c15a-4ed3-8080-96df96aa721d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4904 | 2024.03.26 19:50:47.534177 [ 3 ] {} <Debug> HTTP-Session: 5c53ce14-c15a-4ed3-8080-96df96aa721d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4905 | 2024.03.26 19:50:47.534190 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 100 rows starting from the beginning of the part | ||
4906 | 2024.03.26 19:50:47.534256 [ 3 ] {} <Trace> HTTP-Session: 5c53ce14-c15a-4ed3-8080-96df96aa721d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4907 | 2024.03.26 19:50:47.534392 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 137 rows starting from the beginning of the part | ||
4908 | 2024.03.26 19:50:47.534540 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 100 rows starting from the beginning of the part | ||
4909 | 2024.03.26 19:50:47.534548 [ 3 ] {f57a35ff-c681-48e0-a889-871b3ad3d91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4910 | 2024.03.26 19:50:47.534663 [ 3 ] {f57a35ff-c681-48e0-a889-871b3ad3d91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
4911 | 2024.03.26 19:50:47.534725 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 101 rows starting from the beginning of the part | ||
4912 | 2024.03.26 19:50:47.535218 [ 3 ] {f57a35ff-c681-48e0-a889-871b3ad3d91f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4913 | 2024.03.26 19:50:47.535730 [ 3 ] {f57a35ff-c681-48e0-a889-871b3ad3d91f} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4914 | 2024.03.26 19:50:47.535768 [ 3 ] {f57a35ff-c681-48e0-a889-871b3ad3d91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4915 | 2024.03.26 19:50:47.536579 [ 3 ] {f57a35ff-c681-48e0-a889-871b3ad3d91f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4916 | 2024.03.26 19:50:47.537043 [ 3 ] {f57a35ff-c681-48e0-a889-871b3ad3d91f} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4917 | 2024.03.26 19:50:47.537194 [ 124 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4918 | 2024.03.26 19:50:47.537251 [ 3 ] {f57a35ff-c681-48e0-a889-871b3ad3d91f} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.002879 sec., 5557.485237929836 rows/sec., 7.50 MiB/sec. | ||
4919 | 2024.03.26 19:50:47.537260 [ 124 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4920 | 2024.03.26 19:50:47.537330 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4921 | 2024.03.26 19:50:47.538116 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
4922 | 2024.03.26 19:50:47.538131 [ 3 ] {f57a35ff-c681-48e0-a889-871b3ad3d91f} <Debug> DynamicQueryHandler: Done processing query | ||
4923 | 2024.03.26 19:50:47.538263 [ 3 ] {f57a35ff-c681-48e0-a889-871b3ad3d91f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
4924 | 2024.03.26 19:50:47.538290 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3440 rows, containing 5 columns (5 merged, 0 gathered) in 0.004741224 sec., 725551.0391409476 rows/sec., 50.40 MiB/sec. | ||
4925 | 2024.03.26 19:50:47.538392 [ 3 ] {} <Debug> HTTP-Session: 5c53ce14-c15a-4ed3-8080-96df96aa721d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4926 | 2024.03.26 19:50:47.538697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4927 | 2024.03.26 19:50:47.538819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4928 | 2024.03.26 19:50:47.538861 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4929 | 2024.03.26 19:50:47.538896 [ 3 ] {} <Debug> HTTP-Session: e58f34c8-629c-415e-9ad9-b82181dc0f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4930 | 2024.03.26 19:50:47.538949 [ 3 ] {} <Debug> HTTP-Session: e58f34c8-629c-415e-9ad9-b82181dc0f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4931 | 2024.03.26 19:50:47.538962 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 435 rows starting from the beginning of the part | ||
4932 | 2024.03.26 19:50:47.539000 [ 3 ] {} <Debug> HTTP-Session: e58f34c8-629c-415e-9ad9-b82181dc0f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4933 | 2024.03.26 19:50:47.539019 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4934 | 2024.03.26 19:50:47.539098 [ 3 ] {} <Trace> HTTP-Session: e58f34c8-629c-415e-9ad9-b82181dc0f64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4935 | 2024.03.26 19:50:47.539403 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 16 rows starting from the beginning of the part | ||
4936 | 2024.03.26 19:50:47.539713 [ 3 ] {1ede8ce4-398e-4196-b7ed-ac8d76154cf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4937 | 2024.03.26 19:50:47.539922 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 42 rows starting from the beginning of the part | ||
4938 | 2024.03.26 19:50:47.540351 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 16 rows starting from the beginning of the part | ||
4939 | 2024.03.26 19:50:47.540421 [ 3 ] {1ede8ce4-398e-4196-b7ed-ac8d76154cf5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4940 | 2024.03.26 19:50:47.540866 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 42 rows starting from the beginning of the part | ||
4941 | 2024.03.26 19:50:47.541287 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 16 rows starting from the beginning of the part | ||
4942 | 2024.03.26 19:50:47.541540 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4943 | 2024.03.26 19:50:47.542085 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4944 | 2024.03.26 19:50:47.542405 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
4945 | 2024.03.26 19:50:47.542564 [ 3 ] {1ede8ce4-398e-4196-b7ed-ac8d76154cf5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4946 | 2024.03.26 19:50:47.543091 [ 3 ] {1ede8ce4-398e-4196-b7ed-ac8d76154cf5} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4947 | 2024.03.26 19:50:47.543129 [ 3 ] {1ede8ce4-398e-4196-b7ed-ac8d76154cf5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4948 | 2024.03.26 19:50:47.543596 [ 3 ] {1ede8ce4-398e-4196-b7ed-ac8d76154cf5} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
4949 | 2024.03.26 19:50:47.544460 [ 3 ] {1ede8ce4-398e-4196-b7ed-ac8d76154cf5} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4950 | 2024.03.26 19:50:47.544771 [ 124 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
4951 | 2024.03.26 19:50:47.544863 [ 124 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4952 | 2024.03.26 19:50:47.544866 [ 3 ] {1ede8ce4-398e-4196-b7ed-ac8d76154cf5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005504 sec., 5450.581395348837 rows/sec., 382.36 KiB/sec. | ||
4953 | 2024.03.26 19:50:47.544943 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4954 | 2024.03.26 19:50:47.545503 [ 3 ] {1ede8ce4-398e-4196-b7ed-ac8d76154cf5} <Debug> DynamicQueryHandler: Done processing query | ||
4955 | 2024.03.26 19:50:47.545777 [ 3 ] {1ede8ce4-398e-4196-b7ed-ac8d76154cf5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4956 | 2024.03.26 19:50:47.545987 [ 3 ] {} <Debug> HTTP-Session: e58f34c8-629c-415e-9ad9-b82181dc0f64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4957 | 2024.03.26 19:50:47.545999 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
4958 | 2024.03.26 19:50:47.546544 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4959 | 2024.03.26 19:50:47.546582 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 768 rows starting from the beginning of the part | ||
4960 | 2024.03.26 19:50:47.546695 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 30 rows starting from the beginning of the part | ||
4961 | 2024.03.26 19:50:47.546892 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 30 rows starting from the beginning of the part | ||
4962 | 2024.03.26 19:50:47.547116 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 30 rows starting from the beginning of the part | ||
4963 | 2024.03.26 19:50:47.547394 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 30 rows starting from the beginning of the part | ||
4964 | 2024.03.26 19:50:47.547706 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 30 rows starting from the beginning of the part | ||
4965 | 2024.03.26 19:50:47.547966 [ 199 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 567 rows, containing 6 columns (6 merged, 0 gathered) in 0.010402075 sec., 54508.355304109995 rows/sec., 73.56 MiB/sec. | ||
4966 | 2024.03.26 19:50:47.548532 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4967 | 2024.03.26 19:50:47.549483 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4968 | 2024.03.26 19:50:47.549710 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4969 | 2024.03.26 19:50:47.549879 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.30 MiB. | ||
4970 | 2024.03.26 19:50:47.550211 [ 199 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 918 rows, containing 4 columns (4 merged, 0 gathered) in 0.004826397 sec., 190203.9968945779 rows/sec., 13.03 MiB/sec. | ||
4971 | 2024.03.26 19:50:47.550392 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
4972 | 2024.03.26 19:50:47.550768 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4973 | 2024.03.26 19:50:47.550847 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_31_6} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
4974 | 2024.03.26 19:50:47.550920 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
4975 | 2024.03.26 19:50:48.001140 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.11 MiB, peak 194.10 MiB, free memory in arenas 0.00 B, will set to 186.29 MiB (RSS), difference: 1.18 MiB | ||
4976 | 2024.03.26 19:50:52.519241 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4977 | 2024.03.26 19:50:52.519365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4978 | 2024.03.26 19:50:52.519390 [ 3 ] {} <Debug> HTTP-Session: 50f40c24-5675-4411-b5c2-8d0df024a500 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4979 | 2024.03.26 19:50:52.519415 [ 3 ] {} <Debug> HTTP-Session: 50f40c24-5675-4411-b5c2-8d0df024a500 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4980 | 2024.03.26 19:50:52.519429 [ 3 ] {} <Debug> HTTP-Session: 50f40c24-5675-4411-b5c2-8d0df024a500 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4981 | 2024.03.26 19:50:52.519480 [ 3 ] {} <Trace> HTTP-Session: 50f40c24-5675-4411-b5c2-8d0df024a500 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4982 | 2024.03.26 19:50:52.519609 [ 3 ] {4c070672-9d8a-4851-9148-5e3bb20a5ca6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4983 | 2024.03.26 19:50:52.519672 [ 3 ] {4c070672-9d8a-4851-9148-5e3bb20a5ca6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4984 | 2024.03.26 19:50:52.519862 [ 3 ] {4c070672-9d8a-4851-9148-5e3bb20a5ca6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4985 | 2024.03.26 19:50:52.520333 [ 3 ] {4c070672-9d8a-4851-9148-5e3bb20a5ca6} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4986 | 2024.03.26 19:50:52.520381 [ 3 ] {4c070672-9d8a-4851-9148-5e3bb20a5ca6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
4987 | 2024.03.26 19:50:52.520775 [ 3 ] {4c070672-9d8a-4851-9148-5e3bb20a5ca6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4988 | 2024.03.26 19:50:52.521119 [ 3 ] {4c070672-9d8a-4851-9148-5e3bb20a5ca6} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4989 | 2024.03.26 19:50:52.521278 [ 3 ] {4c070672-9d8a-4851-9148-5e3bb20a5ca6} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001729 sec., 24291.497975708502 rows/sec., 1.92 MiB/sec. | ||
4990 | 2024.03.26 19:50:52.521458 [ 3 ] {4c070672-9d8a-4851-9148-5e3bb20a5ca6} <Debug> DynamicQueryHandler: Done processing query | ||
4991 | 2024.03.26 19:50:52.521485 [ 3 ] {4c070672-9d8a-4851-9148-5e3bb20a5ca6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4992 | 2024.03.26 19:50:52.521505 [ 3 ] {} <Debug> HTTP-Session: 50f40c24-5675-4411-b5c2-8d0df024a500 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4993 | 2024.03.26 19:50:52.521712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4994 | 2024.03.26 19:50:52.521761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
4995 | 2024.03.26 19:50:52.521779 [ 3 ] {} <Debug> HTTP-Session: 97d11de1-08db-4f2d-85f1-faf7b34c1b53 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
4996 | 2024.03.26 19:50:52.521795 [ 3 ] {} <Debug> HTTP-Session: 97d11de1-08db-4f2d-85f1-faf7b34c1b53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4997 | 2024.03.26 19:50:52.521810 [ 3 ] {} <Debug> HTTP-Session: 97d11de1-08db-4f2d-85f1-faf7b34c1b53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4998 | 2024.03.26 19:50:52.521842 [ 3 ] {} <Trace> HTTP-Session: 97d11de1-08db-4f2d-85f1-faf7b34c1b53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4999 | 2024.03.26 19:50:52.521960 [ 3 ] {6f7192c2-88ac-40b9-ac23-a0eafa9ac9c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5000 | 2024.03.26 19:50:52.522002 [ 3 ] {6f7192c2-88ac-40b9-ac23-a0eafa9ac9c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5001 | 2024.03.26 19:50:52.522128 [ 3 ] {6f7192c2-88ac-40b9-ac23-a0eafa9ac9c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5002 | 2024.03.26 19:50:52.522569 [ 3 ] {6f7192c2-88ac-40b9-ac23-a0eafa9ac9c4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5003 | 2024.03.26 19:50:52.522606 [ 3 ] {6f7192c2-88ac-40b9-ac23-a0eafa9ac9c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5004 | 2024.03.26 19:50:52.522927 [ 3 ] {6f7192c2-88ac-40b9-ac23-a0eafa9ac9c4} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5005 | 2024.03.26 19:50:52.523236 [ 3 ] {6f7192c2-88ac-40b9-ac23-a0eafa9ac9c4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5006 | 2024.03.26 19:50:52.523393 [ 3 ] {6f7192c2-88ac-40b9-ac23-a0eafa9ac9c4} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001496 sec., 101604.27807486632 rows/sec., 9.71 MiB/sec. | ||
5007 | 2024.03.26 19:50:52.523521 [ 3 ] {6f7192c2-88ac-40b9-ac23-a0eafa9ac9c4} <Debug> DynamicQueryHandler: Done processing query | ||
5008 | 2024.03.26 19:50:52.523544 [ 3 ] {6f7192c2-88ac-40b9-ac23-a0eafa9ac9c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5009 | 2024.03.26 19:50:52.523559 [ 3 ] {} <Debug> HTTP-Session: 97d11de1-08db-4f2d-85f1-faf7b34c1b53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5010 | 2024.03.26 19:50:52.523683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5011 | 2024.03.26 19:50:52.523732 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5012 | 2024.03.26 19:50:52.523750 [ 3 ] {} <Debug> HTTP-Session: 58063c48-06fb-4a0a-b49d-ad3034c115ba Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5013 | 2024.03.26 19:50:52.523766 [ 3 ] {} <Debug> HTTP-Session: 58063c48-06fb-4a0a-b49d-ad3034c115ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5014 | 2024.03.26 19:50:52.523780 [ 3 ] {} <Debug> HTTP-Session: 58063c48-06fb-4a0a-b49d-ad3034c115ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5015 | 2024.03.26 19:50:52.523810 [ 3 ] {} <Trace> HTTP-Session: 58063c48-06fb-4a0a-b49d-ad3034c115ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5016 | 2024.03.26 19:50:52.523911 [ 3 ] {6680ca21-3238-4e25-8837-3916fa9d6a1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5017 | 2024.03.26 19:50:52.523950 [ 3 ] {6680ca21-3238-4e25-8837-3916fa9d6a1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5018 | 2024.03.26 19:50:52.524078 [ 3 ] {6680ca21-3238-4e25-8837-3916fa9d6a1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5019 | 2024.03.26 19:50:52.524403 [ 3 ] {6680ca21-3238-4e25-8837-3916fa9d6a1f} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5020 | 2024.03.26 19:50:52.524441 [ 3 ] {6680ca21-3238-4e25-8837-3916fa9d6a1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5021 | 2024.03.26 19:50:52.524748 [ 3 ] {6680ca21-3238-4e25-8837-3916fa9d6a1f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5022 | 2024.03.26 19:50:52.525057 [ 3 ] {6680ca21-3238-4e25-8837-3916fa9d6a1f} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5023 | 2024.03.26 19:50:52.525213 [ 3 ] {6680ca21-3238-4e25-8837-3916fa9d6a1f} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001348 sec., 51928.78338278932 rows/sec., 4.06 MiB/sec. | ||
5024 | 2024.03.26 19:50:52.525337 [ 3 ] {6680ca21-3238-4e25-8837-3916fa9d6a1f} <Debug> DynamicQueryHandler: Done processing query | ||
5025 | 2024.03.26 19:50:52.525360 [ 3 ] {6680ca21-3238-4e25-8837-3916fa9d6a1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5026 | 2024.03.26 19:50:52.525376 [ 3 ] {} <Debug> HTTP-Session: 58063c48-06fb-4a0a-b49d-ad3034c115ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5027 | 2024.03.26 19:50:52.525491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5028 | 2024.03.26 19:50:52.525538 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5029 | 2024.03.26 19:50:52.525556 [ 3 ] {} <Debug> HTTP-Session: 5209f278-e47a-4082-89dd-682a7c8218db Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5030 | 2024.03.26 19:50:52.525572 [ 3 ] {} <Debug> HTTP-Session: 5209f278-e47a-4082-89dd-682a7c8218db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5031 | 2024.03.26 19:50:52.525586 [ 3 ] {} <Debug> HTTP-Session: 5209f278-e47a-4082-89dd-682a7c8218db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5032 | 2024.03.26 19:50:52.525616 [ 3 ] {} <Trace> HTTP-Session: 5209f278-e47a-4082-89dd-682a7c8218db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5033 | 2024.03.26 19:50:52.525715 [ 3 ] {b51f6fe6-3038-4d13-8d98-d7e8b58771ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5034 | 2024.03.26 19:50:52.525759 [ 3 ] {b51f6fe6-3038-4d13-8d98-d7e8b58771ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5035 | 2024.03.26 19:50:52.525904 [ 3 ] {b51f6fe6-3038-4d13-8d98-d7e8b58771ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5036 | 2024.03.26 19:50:52.526249 [ 3 ] {b51f6fe6-3038-4d13-8d98-d7e8b58771ca} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5037 | 2024.03.26 19:50:52.526286 [ 3 ] {b51f6fe6-3038-4d13-8d98-d7e8b58771ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5038 | 2024.03.26 19:50:52.526675 [ 3 ] {b51f6fe6-3038-4d13-8d98-d7e8b58771ca} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5039 | 2024.03.26 19:50:52.527023 [ 3 ] {b51f6fe6-3038-4d13-8d98-d7e8b58771ca} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5040 | 2024.03.26 19:50:52.527179 [ 3 ] {b51f6fe6-3038-4d13-8d98-d7e8b58771ca} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001511 sec., 66181.33686300463 rows/sec., 4.59 MiB/sec. | ||
5041 | 2024.03.26 19:50:52.527305 [ 3 ] {b51f6fe6-3038-4d13-8d98-d7e8b58771ca} <Debug> DynamicQueryHandler: Done processing query | ||
5042 | 2024.03.26 19:50:52.527329 [ 3 ] {b51f6fe6-3038-4d13-8d98-d7e8b58771ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5043 | 2024.03.26 19:50:52.527344 [ 3 ] {} <Debug> HTTP-Session: 5209f278-e47a-4082-89dd-682a7c8218db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5044 | 2024.03.26 19:50:52.527473 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5045 | 2024.03.26 19:50:52.527521 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5046 | 2024.03.26 19:50:52.527539 [ 3 ] {} <Debug> HTTP-Session: f80ba8bc-862f-490f-a4f1-3aa4e2d5bd0b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5047 | 2024.03.26 19:50:52.527555 [ 3 ] {} <Debug> HTTP-Session: f80ba8bc-862f-490f-a4f1-3aa4e2d5bd0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5048 | 2024.03.26 19:50:52.527569 [ 3 ] {} <Debug> HTTP-Session: f80ba8bc-862f-490f-a4f1-3aa4e2d5bd0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5049 | 2024.03.26 19:50:52.527600 [ 3 ] {} <Trace> HTTP-Session: f80ba8bc-862f-490f-a4f1-3aa4e2d5bd0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5050 | 2024.03.26 19:50:52.527869 [ 3 ] {335c9d74-4e6a-4b7d-9d5c-3d3dee49c6bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5051 | 2024.03.26 19:50:52.527915 [ 3 ] {335c9d74-4e6a-4b7d-9d5c-3d3dee49c6bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5052 | 2024.03.26 19:50:52.528076 [ 3 ] {335c9d74-4e6a-4b7d-9d5c-3d3dee49c6bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5053 | 2024.03.26 19:50:52.528597 [ 3 ] {335c9d74-4e6a-4b7d-9d5c-3d3dee49c6bc} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5054 | 2024.03.26 19:50:52.528636 [ 3 ] {335c9d74-4e6a-4b7d-9d5c-3d3dee49c6bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5055 | 2024.03.26 19:50:52.529117 [ 3 ] {335c9d74-4e6a-4b7d-9d5c-3d3dee49c6bc} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5056 | 2024.03.26 19:50:52.529455 [ 3 ] {335c9d74-4e6a-4b7d-9d5c-3d3dee49c6bc} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5057 | 2024.03.26 19:50:52.529576 [ 3 ] {335c9d74-4e6a-4b7d-9d5c-3d3dee49c6bc} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001927 sec., 21795.537104307215 rows/sec., 29.41 MiB/sec. | ||
5058 | 2024.03.26 19:50:52.529703 [ 3 ] {335c9d74-4e6a-4b7d-9d5c-3d3dee49c6bc} <Debug> DynamicQueryHandler: Done processing query | ||
5059 | 2024.03.26 19:50:52.529727 [ 3 ] {335c9d74-4e6a-4b7d-9d5c-3d3dee49c6bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5060 | 2024.03.26 19:50:52.529742 [ 3 ] {} <Debug> HTTP-Session: f80ba8bc-862f-490f-a4f1-3aa4e2d5bd0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5061 | 2024.03.26 19:50:52.529856 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5062 | 2024.03.26 19:50:52.529902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5063 | 2024.03.26 19:50:52.529920 [ 3 ] {} <Debug> HTTP-Session: 921a17d7-1aed-4c5c-bfdb-72788480eacb Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5064 | 2024.03.26 19:50:52.529936 [ 3 ] {} <Debug> HTTP-Session: 921a17d7-1aed-4c5c-bfdb-72788480eacb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5065 | 2024.03.26 19:50:52.529950 [ 3 ] {} <Debug> HTTP-Session: 921a17d7-1aed-4c5c-bfdb-72788480eacb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5066 | 2024.03.26 19:50:52.529980 [ 3 ] {} <Trace> HTTP-Session: 921a17d7-1aed-4c5c-bfdb-72788480eacb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5067 | 2024.03.26 19:50:52.530053 [ 3 ] {be97920c-3986-4fed-8d07-37694c1af45e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5068 | 2024.03.26 19:50:52.530094 [ 3 ] {be97920c-3986-4fed-8d07-37694c1af45e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5069 | 2024.03.26 19:50:52.530216 [ 3 ] {be97920c-3986-4fed-8d07-37694c1af45e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5070 | 2024.03.26 19:50:52.530553 [ 3 ] {be97920c-3986-4fed-8d07-37694c1af45e} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5071 | 2024.03.26 19:50:52.530589 [ 3 ] {be97920c-3986-4fed-8d07-37694c1af45e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.48 GiB. | ||
5072 | 2024.03.26 19:50:52.530941 [ 3 ] {be97920c-3986-4fed-8d07-37694c1af45e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
5073 | 2024.03.26 19:50:52.531263 [ 3 ] {be97920c-3986-4fed-8d07-37694c1af45e} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5074 | 2024.03.26 19:50:52.531389 [ 3 ] {be97920c-3986-4fed-8d07-37694c1af45e} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001367 sec., 21945.86686174104 rows/sec., 1.50 MiB/sec. | ||
5075 | 2024.03.26 19:50:52.531510 [ 3 ] {be97920c-3986-4fed-8d07-37694c1af45e} <Debug> DynamicQueryHandler: Done processing query | ||
5076 | 2024.03.26 19:50:52.531533 [ 3 ] {be97920c-3986-4fed-8d07-37694c1af45e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5077 | 2024.03.26 19:50:52.531548 [ 3 ] {} <Debug> HTTP-Session: 921a17d7-1aed-4c5c-bfdb-72788480eacb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5078 | 2024.03.26 19:50:56.463288 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5079 | 2024.03.26 19:50:56.463348 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5080 | 2024.03.26 19:50:57.517236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5081 | 2024.03.26 19:50:57.517362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5082 | 2024.03.26 19:50:57.517389 [ 3 ] {} <Debug> HTTP-Session: ed94be0a-4db9-43b9-aa52-2a6b0d26b9db Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5083 | 2024.03.26 19:50:57.517418 [ 3 ] {} <Debug> HTTP-Session: ed94be0a-4db9-43b9-aa52-2a6b0d26b9db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5084 | 2024.03.26 19:50:57.517435 [ 3 ] {} <Debug> HTTP-Session: ed94be0a-4db9-43b9-aa52-2a6b0d26b9db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5085 | 2024.03.26 19:50:57.517491 [ 3 ] {} <Trace> HTTP-Session: ed94be0a-4db9-43b9-aa52-2a6b0d26b9db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5086 | 2024.03.26 19:50:57.517626 [ 3 ] {ffd2c1e9-17d9-4767-834b-28e5ddd4dcc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5087 | 2024.03.26 19:50:57.517696 [ 3 ] {ffd2c1e9-17d9-4767-834b-28e5ddd4dcc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5088 | 2024.03.26 19:50:57.517891 [ 3 ] {ffd2c1e9-17d9-4767-834b-28e5ddd4dcc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5089 | 2024.03.26 19:50:57.518343 [ 3 ] {ffd2c1e9-17d9-4767-834b-28e5ddd4dcc6} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5090 | 2024.03.26 19:50:57.518388 [ 3 ] {ffd2c1e9-17d9-4767-834b-28e5ddd4dcc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5091 | 2024.03.26 19:50:57.518775 [ 3 ] {ffd2c1e9-17d9-4767-834b-28e5ddd4dcc6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5092 | 2024.03.26 19:50:57.519106 [ 3 ] {ffd2c1e9-17d9-4767-834b-28e5ddd4dcc6} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5093 | 2024.03.26 19:50:57.519274 [ 3 ] {ffd2c1e9-17d9-4767-834b-28e5ddd4dcc6} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001709 sec., 9362.200117027502 rows/sec., 758.85 KiB/sec. | ||
5094 | 2024.03.26 19:50:57.519441 [ 3 ] {ffd2c1e9-17d9-4767-834b-28e5ddd4dcc6} <Debug> DynamicQueryHandler: Done processing query | ||
5095 | 2024.03.26 19:50:57.519471 [ 3 ] {ffd2c1e9-17d9-4767-834b-28e5ddd4dcc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5096 | 2024.03.26 19:50:57.519490 [ 3 ] {} <Debug> HTTP-Session: ed94be0a-4db9-43b9-aa52-2a6b0d26b9db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5097 | 2024.03.26 19:50:57.519655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5098 | 2024.03.26 19:50:57.519702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5099 | 2024.03.26 19:50:57.519720 [ 3 ] {} <Debug> HTTP-Session: 70235742-5437-4a47-8826-f02ffdbe1118 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5100 | 2024.03.26 19:50:57.519737 [ 3 ] {} <Debug> HTTP-Session: 70235742-5437-4a47-8826-f02ffdbe1118 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5101 | 2024.03.26 19:50:57.519750 [ 3 ] {} <Debug> HTTP-Session: 70235742-5437-4a47-8826-f02ffdbe1118 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5102 | 2024.03.26 19:50:57.519781 [ 3 ] {} <Trace> HTTP-Session: 70235742-5437-4a47-8826-f02ffdbe1118 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5103 | 2024.03.26 19:50:57.519866 [ 3 ] {596f4d70-2ab4-46c0-b7a6-74c4163edae1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5104 | 2024.03.26 19:50:57.519907 [ 3 ] {596f4d70-2ab4-46c0-b7a6-74c4163edae1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5105 | 2024.03.26 19:50:57.520031 [ 3 ] {596f4d70-2ab4-46c0-b7a6-74c4163edae1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5106 | 2024.03.26 19:50:57.520388 [ 3 ] {596f4d70-2ab4-46c0-b7a6-74c4163edae1} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5107 | 2024.03.26 19:50:57.520425 [ 3 ] {596f4d70-2ab4-46c0-b7a6-74c4163edae1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5108 | 2024.03.26 19:50:57.520740 [ 3 ] {596f4d70-2ab4-46c0-b7a6-74c4163edae1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5109 | 2024.03.26 19:50:57.521051 [ 3 ] {596f4d70-2ab4-46c0-b7a6-74c4163edae1} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5110 | 2024.03.26 19:50:57.521209 [ 3 ] {596f4d70-2ab4-46c0-b7a6-74c4163edae1} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.001376 sec., 53779.069767441855 rows/sec., 4.46 MiB/sec. | ||
5111 | 2024.03.26 19:50:57.521337 [ 3 ] {596f4d70-2ab4-46c0-b7a6-74c4163edae1} <Debug> DynamicQueryHandler: Done processing query | ||
5112 | 2024.03.26 19:50:57.521362 [ 3 ] {596f4d70-2ab4-46c0-b7a6-74c4163edae1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5113 | 2024.03.26 19:50:57.521377 [ 3 ] {} <Debug> HTTP-Session: 70235742-5437-4a47-8826-f02ffdbe1118 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5114 | 2024.03.26 19:50:57.521502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5115 | 2024.03.26 19:50:57.521549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5116 | 2024.03.26 19:50:57.521567 [ 3 ] {} <Debug> HTTP-Session: d4ebc503-8142-48c2-9535-5a0222677125 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5117 | 2024.03.26 19:50:57.521583 [ 3 ] {} <Debug> HTTP-Session: d4ebc503-8142-48c2-9535-5a0222677125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5118 | 2024.03.26 19:50:57.521597 [ 3 ] {} <Debug> HTTP-Session: d4ebc503-8142-48c2-9535-5a0222677125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5119 | 2024.03.26 19:50:57.521627 [ 3 ] {} <Trace> HTTP-Session: d4ebc503-8142-48c2-9535-5a0222677125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5120 | 2024.03.26 19:50:57.521713 [ 3 ] {00d9de8c-a19c-4b5f-8685-527bddafef40} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5121 | 2024.03.26 19:50:57.521753 [ 3 ] {00d9de8c-a19c-4b5f-8685-527bddafef40} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5122 | 2024.03.26 19:50:57.521876 [ 3 ] {00d9de8c-a19c-4b5f-8685-527bddafef40} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5123 | 2024.03.26 19:50:57.522190 [ 3 ] {00d9de8c-a19c-4b5f-8685-527bddafef40} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5124 | 2024.03.26 19:50:57.522228 [ 3 ] {00d9de8c-a19c-4b5f-8685-527bddafef40} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5125 | 2024.03.26 19:50:57.522528 [ 3 ] {00d9de8c-a19c-4b5f-8685-527bddafef40} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5126 | 2024.03.26 19:50:57.522829 [ 3 ] {00d9de8c-a19c-4b5f-8685-527bddafef40} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5127 | 2024.03.26 19:50:57.522977 [ 3 ] {00d9de8c-a19c-4b5f-8685-527bddafef40} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001299 sec., 33872.209391839875 rows/sec., 2.64 MiB/sec. | ||
5128 | 2024.03.26 19:50:57.523174 [ 3 ] {00d9de8c-a19c-4b5f-8685-527bddafef40} <Debug> DynamicQueryHandler: Done processing query | ||
5129 | 2024.03.26 19:50:57.523232 [ 3 ] {00d9de8c-a19c-4b5f-8685-527bddafef40} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5130 | 2024.03.26 19:50:57.523283 [ 3 ] {} <Debug> HTTP-Session: d4ebc503-8142-48c2-9535-5a0222677125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5131 | 2024.03.26 19:50:57.523453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5132 | 2024.03.26 19:50:57.523505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5133 | 2024.03.26 19:50:57.523523 [ 3 ] {} <Debug> HTTP-Session: 579c22eb-9b53-418c-8c8b-d546a4ce2457 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5134 | 2024.03.26 19:50:57.523540 [ 3 ] {} <Debug> HTTP-Session: 579c22eb-9b53-418c-8c8b-d546a4ce2457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5135 | 2024.03.26 19:50:57.523553 [ 3 ] {} <Debug> HTTP-Session: 579c22eb-9b53-418c-8c8b-d546a4ce2457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5136 | 2024.03.26 19:50:57.523584 [ 3 ] {} <Trace> HTTP-Session: 579c22eb-9b53-418c-8c8b-d546a4ce2457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5137 | 2024.03.26 19:50:57.523691 [ 3 ] {806c5942-5bd6-40b9-8878-d32c7f85f62b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5138 | 2024.03.26 19:50:57.523737 [ 3 ] {806c5942-5bd6-40b9-8878-d32c7f85f62b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5139 | 2024.03.26 19:50:57.523903 [ 3 ] {806c5942-5bd6-40b9-8878-d32c7f85f62b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5140 | 2024.03.26 19:50:57.524239 [ 3 ] {806c5942-5bd6-40b9-8878-d32c7f85f62b} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5141 | 2024.03.26 19:50:57.524275 [ 3 ] {806c5942-5bd6-40b9-8878-d32c7f85f62b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5142 | 2024.03.26 19:50:57.524667 [ 3 ] {806c5942-5bd6-40b9-8878-d32c7f85f62b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5143 | 2024.03.26 19:50:57.525008 [ 3 ] {806c5942-5bd6-40b9-8878-d32c7f85f62b} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5144 | 2024.03.26 19:50:57.525165 [ 3 ] {806c5942-5bd6-40b9-8878-d32c7f85f62b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001523 sec., 65659.88181221274 rows/sec., 4.55 MiB/sec. | ||
5145 | 2024.03.26 19:50:57.525334 [ 3 ] {806c5942-5bd6-40b9-8878-d32c7f85f62b} <Debug> DynamicQueryHandler: Done processing query | ||
5146 | 2024.03.26 19:50:57.525363 [ 3 ] {806c5942-5bd6-40b9-8878-d32c7f85f62b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5147 | 2024.03.26 19:50:57.525378 [ 3 ] {} <Debug> HTTP-Session: 579c22eb-9b53-418c-8c8b-d546a4ce2457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5148 | 2024.03.26 19:50:57.525506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5149 | 2024.03.26 19:50:57.525553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5150 | 2024.03.26 19:50:57.525571 [ 3 ] {} <Debug> HTTP-Session: 383d6791-378b-424b-a155-3e1ba1199646 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5151 | 2024.03.26 19:50:57.525586 [ 3 ] {} <Debug> HTTP-Session: 383d6791-378b-424b-a155-3e1ba1199646 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5152 | 2024.03.26 19:50:57.525599 [ 3 ] {} <Debug> HTTP-Session: 383d6791-378b-424b-a155-3e1ba1199646 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5153 | 2024.03.26 19:50:57.525630 [ 3 ] {} <Trace> HTTP-Session: 383d6791-378b-424b-a155-3e1ba1199646 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5154 | 2024.03.26 19:50:57.525775 [ 3 ] {c916b1c7-f65d-4426-a168-4141e7e2c26a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5155 | 2024.03.26 19:50:57.525820 [ 3 ] {c916b1c7-f65d-4426-a168-4141e7e2c26a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5156 | 2024.03.26 19:50:57.525977 [ 3 ] {c916b1c7-f65d-4426-a168-4141e7e2c26a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5157 | 2024.03.26 19:50:57.526386 [ 3 ] {c916b1c7-f65d-4426-a168-4141e7e2c26a} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5158 | 2024.03.26 19:50:57.526422 [ 3 ] {c916b1c7-f65d-4426-a168-4141e7e2c26a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5159 | 2024.03.26 19:50:57.526822 [ 3 ] {c916b1c7-f65d-4426-a168-4141e7e2c26a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5160 | 2024.03.26 19:50:57.527159 [ 3 ] {c916b1c7-f65d-4426-a168-4141e7e2c26a} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5161 | 2024.03.26 19:50:57.527320 [ 3 ] {c916b1c7-f65d-4426-a168-4141e7e2c26a} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001633 sec., 9797.917942437232 rows/sec., 13.22 MiB/sec. | ||
5162 | 2024.03.26 19:50:57.527590 [ 3 ] {c916b1c7-f65d-4426-a168-4141e7e2c26a} <Debug> DynamicQueryHandler: Done processing query | ||
5163 | 2024.03.26 19:50:57.527634 [ 3 ] {c916b1c7-f65d-4426-a168-4141e7e2c26a} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5164 | 2024.03.26 19:50:57.527665 [ 3 ] {} <Debug> HTTP-Session: 383d6791-378b-424b-a155-3e1ba1199646 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5165 | 2024.03.26 19:50:57.527781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5166 | 2024.03.26 19:50:57.527828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5167 | 2024.03.26 19:50:57.527846 [ 3 ] {} <Debug> HTTP-Session: 6e1e410c-3636-4f33-9129-b81bec2d2fee Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5168 | 2024.03.26 19:50:57.527862 [ 3 ] {} <Debug> HTTP-Session: 6e1e410c-3636-4f33-9129-b81bec2d2fee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5169 | 2024.03.26 19:50:57.527875 [ 3 ] {} <Debug> HTTP-Session: 6e1e410c-3636-4f33-9129-b81bec2d2fee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5170 | 2024.03.26 19:50:57.527905 [ 3 ] {} <Trace> HTTP-Session: 6e1e410c-3636-4f33-9129-b81bec2d2fee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5171 | 2024.03.26 19:50:57.527982 [ 3 ] {abae0234-7dd8-426e-b71d-cbe6fed8bccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5172 | 2024.03.26 19:50:57.528026 [ 3 ] {abae0234-7dd8-426e-b71d-cbe6fed8bccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5173 | 2024.03.26 19:50:57.528172 [ 3 ] {abae0234-7dd8-426e-b71d-cbe6fed8bccc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5174 | 2024.03.26 19:50:57.528451 [ 3 ] {abae0234-7dd8-426e-b71d-cbe6fed8bccc} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5175 | 2024.03.26 19:50:57.528487 [ 3 ] {abae0234-7dd8-426e-b71d-cbe6fed8bccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5176 | 2024.03.26 19:50:57.528834 [ 3 ] {abae0234-7dd8-426e-b71d-cbe6fed8bccc} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
5177 | 2024.03.26 19:50:57.529158 [ 3 ] {abae0234-7dd8-426e-b71d-cbe6fed8bccc} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5178 | 2024.03.26 19:50:57.529300 [ 3 ] {abae0234-7dd8-426e-b71d-cbe6fed8bccc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00135 sec., 22222.222222222223 rows/sec., 1.52 MiB/sec. | ||
5179 | 2024.03.26 19:50:57.529423 [ 3 ] {abae0234-7dd8-426e-b71d-cbe6fed8bccc} <Debug> DynamicQueryHandler: Done processing query | ||
5180 | 2024.03.26 19:50:57.529446 [ 3 ] {abae0234-7dd8-426e-b71d-cbe6fed8bccc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5181 | 2024.03.26 19:50:57.529461 [ 3 ] {} <Debug> HTTP-Session: 6e1e410c-3636-4f33-9129-b81bec2d2fee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5182 | 2024.03.26 19:51:02.519339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5183 | 2024.03.26 19:51:02.519474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5184 | 2024.03.26 19:51:02.519502 [ 3 ] {} <Debug> HTTP-Session: ab7faa4f-1dc6-4901-b1ef-c36897f09153 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5185 | 2024.03.26 19:51:02.519531 [ 3 ] {} <Debug> HTTP-Session: ab7faa4f-1dc6-4901-b1ef-c36897f09153 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5186 | 2024.03.26 19:51:02.519549 [ 3 ] {} <Debug> HTTP-Session: ab7faa4f-1dc6-4901-b1ef-c36897f09153 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5187 | 2024.03.26 19:51:02.519604 [ 3 ] {} <Trace> HTTP-Session: ab7faa4f-1dc6-4901-b1ef-c36897f09153 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5188 | 2024.03.26 19:51:02.519748 [ 3 ] {28945673-13f1-4041-a89e-c08ac6ac520a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5189 | 2024.03.26 19:51:02.519821 [ 3 ] {28945673-13f1-4041-a89e-c08ac6ac520a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5190 | 2024.03.26 19:51:02.520018 [ 3 ] {28945673-13f1-4041-a89e-c08ac6ac520a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5191 | 2024.03.26 19:51:02.520554 [ 3 ] {28945673-13f1-4041-a89e-c08ac6ac520a} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5192 | 2024.03.26 19:51:02.520604 [ 3 ] {28945673-13f1-4041-a89e-c08ac6ac520a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5193 | 2024.03.26 19:51:02.521003 [ 3 ] {28945673-13f1-4041-a89e-c08ac6ac520a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5194 | 2024.03.26 19:51:02.521342 [ 3 ] {28945673-13f1-4041-a89e-c08ac6ac520a} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5195 | 2024.03.26 19:51:02.521508 [ 3 ] {28945673-13f1-4041-a89e-c08ac6ac520a} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001823 sec., 23038.94679100384 rows/sec., 1.82 MiB/sec. | ||
5196 | 2024.03.26 19:51:02.521670 [ 3 ] {28945673-13f1-4041-a89e-c08ac6ac520a} <Debug> DynamicQueryHandler: Done processing query | ||
5197 | 2024.03.26 19:51:02.521697 [ 3 ] {28945673-13f1-4041-a89e-c08ac6ac520a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5198 | 2024.03.26 19:51:02.521713 [ 3 ] {} <Debug> HTTP-Session: ab7faa4f-1dc6-4901-b1ef-c36897f09153 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5199 | 2024.03.26 19:51:02.521899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5200 | 2024.03.26 19:51:02.521958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5201 | 2024.03.26 19:51:02.521977 [ 3 ] {} <Debug> HTTP-Session: 9eb590ec-6d98-42b1-8b02-f1f3dd3bc978 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5202 | 2024.03.26 19:51:02.521996 [ 3 ] {} <Debug> HTTP-Session: 9eb590ec-6d98-42b1-8b02-f1f3dd3bc978 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5203 | 2024.03.26 19:51:02.522010 [ 3 ] {} <Debug> HTTP-Session: 9eb590ec-6d98-42b1-8b02-f1f3dd3bc978 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5204 | 2024.03.26 19:51:02.522046 [ 3 ] {} <Trace> HTTP-Session: 9eb590ec-6d98-42b1-8b02-f1f3dd3bc978 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5205 | 2024.03.26 19:51:02.522171 [ 3 ] {240c9684-955c-4299-964e-9944faee7dd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5206 | 2024.03.26 19:51:02.522217 [ 3 ] {240c9684-955c-4299-964e-9944faee7dd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5207 | 2024.03.26 19:51:02.522352 [ 3 ] {240c9684-955c-4299-964e-9944faee7dd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5208 | 2024.03.26 19:51:02.522825 [ 3 ] {240c9684-955c-4299-964e-9944faee7dd7} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5209 | 2024.03.26 19:51:02.522866 [ 3 ] {240c9684-955c-4299-964e-9944faee7dd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5210 | 2024.03.26 19:51:02.523192 [ 3 ] {240c9684-955c-4299-964e-9944faee7dd7} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5211 | 2024.03.26 19:51:02.523500 [ 3 ] {240c9684-955c-4299-964e-9944faee7dd7} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5212 | 2024.03.26 19:51:02.523652 [ 3 ] {240c9684-955c-4299-964e-9944faee7dd7} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001548 sec., 98191.21447028425 rows/sec., 9.38 MiB/sec. | ||
5213 | 2024.03.26 19:51:02.523780 [ 3 ] {240c9684-955c-4299-964e-9944faee7dd7} <Debug> DynamicQueryHandler: Done processing query | ||
5214 | 2024.03.26 19:51:02.523805 [ 3 ] {240c9684-955c-4299-964e-9944faee7dd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5215 | 2024.03.26 19:51:02.523820 [ 3 ] {} <Debug> HTTP-Session: 9eb590ec-6d98-42b1-8b02-f1f3dd3bc978 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5216 | 2024.03.26 19:51:02.523961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5217 | 2024.03.26 19:51:02.524011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5218 | 2024.03.26 19:51:02.524029 [ 3 ] {} <Debug> HTTP-Session: 9446752e-2835-4239-8c1d-1dd6bc429607 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5219 | 2024.03.26 19:51:02.524046 [ 3 ] {} <Debug> HTTP-Session: 9446752e-2835-4239-8c1d-1dd6bc429607 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5220 | 2024.03.26 19:51:02.524060 [ 3 ] {} <Debug> HTTP-Session: 9446752e-2835-4239-8c1d-1dd6bc429607 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5221 | 2024.03.26 19:51:02.524092 [ 3 ] {} <Trace> HTTP-Session: 9446752e-2835-4239-8c1d-1dd6bc429607 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5222 | 2024.03.26 19:51:02.524191 [ 3 ] {abf16cfb-506b-476b-a877-a6ee6e20cd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5223 | 2024.03.26 19:51:02.524233 [ 3 ] {abf16cfb-506b-476b-a877-a6ee6e20cd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5224 | 2024.03.26 19:51:02.524359 [ 3 ] {abf16cfb-506b-476b-a877-a6ee6e20cd38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5225 | 2024.03.26 19:51:02.524705 [ 3 ] {abf16cfb-506b-476b-a877-a6ee6e20cd38} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5226 | 2024.03.26 19:51:02.524742 [ 3 ] {abf16cfb-506b-476b-a877-a6ee6e20cd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5227 | 2024.03.26 19:51:02.525048 [ 3 ] {abf16cfb-506b-476b-a877-a6ee6e20cd38} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5228 | 2024.03.26 19:51:02.525355 [ 3 ] {abf16cfb-506b-476b-a877-a6ee6e20cd38} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5229 | 2024.03.26 19:51:02.525507 [ 3 ] {abf16cfb-506b-476b-a877-a6ee6e20cd38} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001364 sec., 51319.64809384164 rows/sec., 4.01 MiB/sec. | ||
5230 | 2024.03.26 19:51:02.525716 [ 3 ] {abf16cfb-506b-476b-a877-a6ee6e20cd38} <Debug> DynamicQueryHandler: Done processing query | ||
5231 | 2024.03.26 19:51:02.525743 [ 3 ] {abf16cfb-506b-476b-a877-a6ee6e20cd38} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5232 | 2024.03.26 19:51:02.525764 [ 3 ] {} <Debug> HTTP-Session: 9446752e-2835-4239-8c1d-1dd6bc429607 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5233 | 2024.03.26 19:51:02.525973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5234 | 2024.03.26 19:51:02.526037 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5235 | 2024.03.26 19:51:02.526056 [ 3 ] {} <Debug> HTTP-Session: 7e2d9910-c18a-45b9-9df9-791c9d0f5238 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5236 | 2024.03.26 19:51:02.526072 [ 3 ] {} <Debug> HTTP-Session: 7e2d9910-c18a-45b9-9df9-791c9d0f5238 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5237 | 2024.03.26 19:51:02.526086 [ 3 ] {} <Debug> HTTP-Session: 7e2d9910-c18a-45b9-9df9-791c9d0f5238 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5238 | 2024.03.26 19:51:02.526118 [ 3 ] {} <Trace> HTTP-Session: 7e2d9910-c18a-45b9-9df9-791c9d0f5238 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5239 | 2024.03.26 19:51:02.526222 [ 3 ] {b65aae36-e42c-496a-b7cd-bc9995c3488b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5240 | 2024.03.26 19:51:02.526269 [ 3 ] {b65aae36-e42c-496a-b7cd-bc9995c3488b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5241 | 2024.03.26 19:51:02.526438 [ 3 ] {b65aae36-e42c-496a-b7cd-bc9995c3488b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5242 | 2024.03.26 19:51:02.526779 [ 3 ] {b65aae36-e42c-496a-b7cd-bc9995c3488b} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5243 | 2024.03.26 19:51:02.526818 [ 3 ] {b65aae36-e42c-496a-b7cd-bc9995c3488b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5244 | 2024.03.26 19:51:02.527202 [ 3 ] {b65aae36-e42c-496a-b7cd-bc9995c3488b} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5245 | 2024.03.26 19:51:02.527551 [ 3 ] {b65aae36-e42c-496a-b7cd-bc9995c3488b} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5246 | 2024.03.26 19:51:02.527713 [ 3 ] {b65aae36-e42c-496a-b7cd-bc9995c3488b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001539 sec., 64977.2579597141 rows/sec., 4.51 MiB/sec. | ||
5247 | 2024.03.26 19:51:02.527846 [ 3 ] {b65aae36-e42c-496a-b7cd-bc9995c3488b} <Debug> DynamicQueryHandler: Done processing query | ||
5248 | 2024.03.26 19:51:02.527869 [ 3 ] {b65aae36-e42c-496a-b7cd-bc9995c3488b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5249 | 2024.03.26 19:51:02.527886 [ 3 ] {} <Debug> HTTP-Session: 7e2d9910-c18a-45b9-9df9-791c9d0f5238 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5250 | 2024.03.26 19:51:02.528032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5251 | 2024.03.26 19:51:02.528080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5252 | 2024.03.26 19:51:02.528098 [ 3 ] {} <Debug> HTTP-Session: e047d97f-87c3-4ad2-a253-2fdca4e5680e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5253 | 2024.03.26 19:51:02.528116 [ 3 ] {} <Debug> HTTP-Session: e047d97f-87c3-4ad2-a253-2fdca4e5680e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5254 | 2024.03.26 19:51:02.528129 [ 3 ] {} <Debug> HTTP-Session: e047d97f-87c3-4ad2-a253-2fdca4e5680e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5255 | 2024.03.26 19:51:02.528161 [ 3 ] {} <Trace> HTTP-Session: e047d97f-87c3-4ad2-a253-2fdca4e5680e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5256 | 2024.03.26 19:51:02.528442 [ 3 ] {72cd702b-dd3d-4a07-9290-7ee7dc2ac652} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5257 | 2024.03.26 19:51:02.528489 [ 3 ] {72cd702b-dd3d-4a07-9290-7ee7dc2ac652} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5258 | 2024.03.26 19:51:02.528652 [ 3 ] {72cd702b-dd3d-4a07-9290-7ee7dc2ac652} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5259 | 2024.03.26 19:51:02.529194 [ 3 ] {72cd702b-dd3d-4a07-9290-7ee7dc2ac652} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5260 | 2024.03.26 19:51:02.529232 [ 3 ] {72cd702b-dd3d-4a07-9290-7ee7dc2ac652} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5261 | 2024.03.26 19:51:02.529671 [ 3 ] {72cd702b-dd3d-4a07-9290-7ee7dc2ac652} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5262 | 2024.03.26 19:51:02.530023 [ 3 ] {72cd702b-dd3d-4a07-9290-7ee7dc2ac652} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5263 | 2024.03.26 19:51:02.530188 [ 3 ] {72cd702b-dd3d-4a07-9290-7ee7dc2ac652} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001969 sec., 21330.62468257999 rows/sec., 28.78 MiB/sec. | ||
5264 | 2024.03.26 19:51:02.530364 [ 3 ] {72cd702b-dd3d-4a07-9290-7ee7dc2ac652} <Debug> DynamicQueryHandler: Done processing query | ||
5265 | 2024.03.26 19:51:02.530390 [ 3 ] {72cd702b-dd3d-4a07-9290-7ee7dc2ac652} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5266 | 2024.03.26 19:51:02.530410 [ 3 ] {} <Debug> HTTP-Session: e047d97f-87c3-4ad2-a253-2fdca4e5680e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5267 | 2024.03.26 19:51:02.530525 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5268 | 2024.03.26 19:51:02.530573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5269 | 2024.03.26 19:51:02.530591 [ 3 ] {} <Debug> HTTP-Session: c8f1b016-78bc-4931-9e29-4228c4d11db2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5270 | 2024.03.26 19:51:02.530608 [ 3 ] {} <Debug> HTTP-Session: c8f1b016-78bc-4931-9e29-4228c4d11db2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5271 | 2024.03.26 19:51:02.530621 [ 3 ] {} <Debug> HTTP-Session: c8f1b016-78bc-4931-9e29-4228c4d11db2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5272 | 2024.03.26 19:51:02.530653 [ 3 ] {} <Trace> HTTP-Session: c8f1b016-78bc-4931-9e29-4228c4d11db2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5273 | 2024.03.26 19:51:02.530726 [ 3 ] {4dbdaff3-ba04-4ce9-8de4-70da4716dc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5274 | 2024.03.26 19:51:02.530770 [ 3 ] {4dbdaff3-ba04-4ce9-8de4-70da4716dc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5275 | 2024.03.26 19:51:02.530898 [ 3 ] {4dbdaff3-ba04-4ce9-8de4-70da4716dc2d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5276 | 2024.03.26 19:51:02.531172 [ 3 ] {4dbdaff3-ba04-4ce9-8de4-70da4716dc2d} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5277 | 2024.03.26 19:51:02.531209 [ 3 ] {4dbdaff3-ba04-4ce9-8de4-70da4716dc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5278 | 2024.03.26 19:51:02.531573 [ 3 ] {4dbdaff3-ba04-4ce9-8de4-70da4716dc2d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
5279 | 2024.03.26 19:51:02.531892 [ 3 ] {4dbdaff3-ba04-4ce9-8de4-70da4716dc2d} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5280 | 2024.03.26 19:51:02.532043 [ 3 ] {4dbdaff3-ba04-4ce9-8de4-70da4716dc2d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001341 sec., 22371.364653243847 rows/sec., 1.53 MiB/sec. | ||
5281 | 2024.03.26 19:51:02.532169 [ 3 ] {4dbdaff3-ba04-4ce9-8de4-70da4716dc2d} <Debug> DynamicQueryHandler: Done processing query | ||
5282 | 2024.03.26 19:51:02.532193 [ 3 ] {4dbdaff3-ba04-4ce9-8de4-70da4716dc2d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5283 | 2024.03.26 19:51:02.532210 [ 3 ] {} <Debug> HTTP-Session: c8f1b016-78bc-4931-9e29-4228c4d11db2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5284 | 2024.03.26 19:51:07.519406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5285 | 2024.03.26 19:51:07.519549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5286 | 2024.03.26 19:51:07.519579 [ 3 ] {} <Debug> HTTP-Session: 96b8c8d0-9b6e-43d5-a5a0-21860d9918d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5287 | 2024.03.26 19:51:07.519608 [ 3 ] {} <Debug> HTTP-Session: 96b8c8d0-9b6e-43d5-a5a0-21860d9918d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5288 | 2024.03.26 19:51:07.519627 [ 3 ] {} <Debug> HTTP-Session: 96b8c8d0-9b6e-43d5-a5a0-21860d9918d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5289 | 2024.03.26 19:51:07.519685 [ 3 ] {} <Trace> HTTP-Session: 96b8c8d0-9b6e-43d5-a5a0-21860d9918d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5290 | 2024.03.26 19:51:07.519821 [ 3 ] {2c89f2fc-7f8f-42a0-92cc-b786e7a6b42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5291 | 2024.03.26 19:51:07.519895 [ 3 ] {2c89f2fc-7f8f-42a0-92cc-b786e7a6b42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5292 | 2024.03.26 19:51:07.520103 [ 3 ] {2c89f2fc-7f8f-42a0-92cc-b786e7a6b42f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5293 | 2024.03.26 19:51:07.520607 [ 3 ] {2c89f2fc-7f8f-42a0-92cc-b786e7a6b42f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5294 | 2024.03.26 19:51:07.520651 [ 3 ] {2c89f2fc-7f8f-42a0-92cc-b786e7a6b42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5295 | 2024.03.26 19:51:07.521056 [ 3 ] {2c89f2fc-7f8f-42a0-92cc-b786e7a6b42f} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5296 | 2024.03.26 19:51:07.521398 [ 3 ] {2c89f2fc-7f8f-42a0-92cc-b786e7a6b42f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5297 | 2024.03.26 19:51:07.521552 [ 3 ] {2c89f2fc-7f8f-42a0-92cc-b786e7a6b42f} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001797 sec., 8903.728436282694 rows/sec., 721.69 KiB/sec. | ||
5298 | 2024.03.26 19:51:07.521766 [ 3 ] {2c89f2fc-7f8f-42a0-92cc-b786e7a6b42f} <Debug> DynamicQueryHandler: Done processing query | ||
5299 | 2024.03.26 19:51:07.521810 [ 3 ] {2c89f2fc-7f8f-42a0-92cc-b786e7a6b42f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5300 | 2024.03.26 19:51:07.521831 [ 3 ] {} <Debug> HTTP-Session: 96b8c8d0-9b6e-43d5-a5a0-21860d9918d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5301 | 2024.03.26 19:51:07.522016 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5302 | 2024.03.26 19:51:07.522072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5303 | 2024.03.26 19:51:07.522091 [ 3 ] {} <Debug> HTTP-Session: f049ba8e-92b1-4b5c-8545-8f81401a4bf3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5304 | 2024.03.26 19:51:07.522110 [ 3 ] {} <Debug> HTTP-Session: f049ba8e-92b1-4b5c-8545-8f81401a4bf3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5305 | 2024.03.26 19:51:07.522123 [ 3 ] {} <Debug> HTTP-Session: f049ba8e-92b1-4b5c-8545-8f81401a4bf3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5306 | 2024.03.26 19:51:07.522159 [ 3 ] {} <Trace> HTTP-Session: f049ba8e-92b1-4b5c-8545-8f81401a4bf3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5307 | 2024.03.26 19:51:07.522260 [ 3 ] {61fea55c-1d19-4b6e-8749-8304e4e341f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5308 | 2024.03.26 19:51:07.522307 [ 3 ] {61fea55c-1d19-4b6e-8749-8304e4e341f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5309 | 2024.03.26 19:51:07.522456 [ 3 ] {61fea55c-1d19-4b6e-8749-8304e4e341f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5310 | 2024.03.26 19:51:07.522843 [ 3 ] {61fea55c-1d19-4b6e-8749-8304e4e341f3} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5311 | 2024.03.26 19:51:07.522880 [ 3 ] {61fea55c-1d19-4b6e-8749-8304e4e341f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5312 | 2024.03.26 19:51:07.523201 [ 3 ] {61fea55c-1d19-4b6e-8749-8304e4e341f3} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5313 | 2024.03.26 19:51:07.523514 [ 3 ] {61fea55c-1d19-4b6e-8749-8304e4e341f3} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5314 | 2024.03.26 19:51:07.523639 [ 120 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
5315 | 2024.03.26 19:51:07.523641 [ 3 ] {61fea55c-1d19-4b6e-8749-8304e4e341f3} <Debug> executeQuery: Read 110 rows, 9.06 KiB in 0.001433 sec., 76762.03768318213 rows/sec., 6.17 MiB/sec. | ||
5316 | 2024.03.26 19:51:07.523688 [ 120 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5317 | 2024.03.26 19:51:07.523734 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5318 | 2024.03.26 19:51:07.523813 [ 3 ] {61fea55c-1d19-4b6e-8749-8304e4e341f3} <Debug> DynamicQueryHandler: Done processing query | ||
5319 | 2024.03.26 19:51:07.523849 [ 3 ] {61fea55c-1d19-4b6e-8749-8304e4e341f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5320 | 2024.03.26 19:51:07.523908 [ 3 ] {} <Debug> HTTP-Session: f049ba8e-92b1-4b5c-8545-8f81401a4bf3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5321 | 2024.03.26 19:51:07.524050 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
5322 | 2024.03.26 19:51:07.524087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5323 | 2024.03.26 19:51:07.524178 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5324 | 2024.03.26 19:51:07.524209 [ 3 ] {} <Debug> HTTP-Session: 0154b961-8d6f-4702-b503-131df0f3f240 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5325 | 2024.03.26 19:51:07.524259 [ 3 ] {} <Debug> HTTP-Session: 0154b961-8d6f-4702-b503-131df0f3f240 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5326 | 2024.03.26 19:51:07.524295 [ 3 ] {} <Debug> HTTP-Session: 0154b961-8d6f-4702-b503-131df0f3f240 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5327 | 2024.03.26 19:51:07.524382 [ 3 ] {} <Trace> HTTP-Session: 0154b961-8d6f-4702-b503-131df0f3f240 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5328 | 2024.03.26 19:51:07.524557 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5329 | 2024.03.26 19:51:07.524586 [ 3 ] {cd93d530-aaa0-4954-850a-a901530a80b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5330 | 2024.03.26 19:51:07.524649 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 241 rows starting from the beginning of the part | ||
5331 | 2024.03.26 19:51:07.524673 [ 3 ] {cd93d530-aaa0-4954-850a-a901530a80b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5332 | 2024.03.26 19:51:07.525114 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 75 rows starting from the beginning of the part | ||
5333 | 2024.03.26 19:51:07.525441 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 152 rows starting from the beginning of the part | ||
5334 | 2024.03.26 19:51:07.525758 [ 3 ] {cd93d530-aaa0-4954-850a-a901530a80b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5335 | 2024.03.26 19:51:07.525764 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 74 rows starting from the beginning of the part | ||
5336 | 2024.03.26 19:51:07.526083 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 152 rows starting from the beginning of the part | ||
5337 | 2024.03.26 19:51:07.526341 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 110 rows starting from the beginning of the part | ||
5338 | 2024.03.26 19:51:07.527131 [ 3 ] {cd93d530-aaa0-4954-850a-a901530a80b0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5339 | 2024.03.26 19:51:07.527205 [ 3 ] {cd93d530-aaa0-4954-850a-a901530a80b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5340 | 2024.03.26 19:51:07.527994 [ 3 ] {cd93d530-aaa0-4954-850a-a901530a80b0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5341 | 2024.03.26 19:51:07.528832 [ 3 ] {cd93d530-aaa0-4954-850a-a901530a80b0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5342 | 2024.03.26 19:51:07.529074 [ 38 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
5343 | 2024.03.26 19:51:07.529146 [ 3 ] {cd93d530-aaa0-4954-850a-a901530a80b0} <Debug> executeQuery: Read 68 rows, 5.42 KiB in 0.004621 sec., 14715.429560701146 rows/sec., 1.14 MiB/sec. | ||
5344 | 2024.03.26 19:51:07.529208 [ 38 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5345 | 2024.03.26 19:51:07.529335 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5346 | 2024.03.26 19:51:07.529806 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 804 rows, containing 4 columns (4 merged, 0 gathered) in 0.00595734 sec., 134959.5624892989 rows/sec., 12.11 MiB/sec. | ||
5347 | 2024.03.26 19:51:07.530251 [ 3 ] {cd93d530-aaa0-4954-850a-a901530a80b0} <Debug> DynamicQueryHandler: Done processing query | ||
5348 | 2024.03.26 19:51:07.530320 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
5349 | 2024.03.26 19:51:07.530341 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_30_6 to all_35_35_0 into Compact with storage Full | ||
5350 | 2024.03.26 19:51:07.530397 [ 3 ] {cd93d530-aaa0-4954-850a-a901530a80b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5351 | 2024.03.26 19:51:07.530532 [ 3 ] {} <Debug> HTTP-Session: 0154b961-8d6f-4702-b503-131df0f3f240 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5352 | 2024.03.26 19:51:07.530868 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5353 | 2024.03.26 19:51:07.530900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5354 | 2024.03.26 19:51:07.530985 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 138 rows starting from the beginning of the part | ||
5355 | 2024.03.26 19:51:07.531109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5356 | 2024.03.26 19:51:07.531390 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 46 rows starting from the beginning of the part | ||
5357 | 2024.03.26 19:51:07.531328 [ 3 ] {} <Debug> HTTP-Session: 6451ed97-efe9-4f88-b285-dc08ce56dc30 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5358 | 2024.03.26 19:51:07.531701 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 70 rows starting from the beginning of the part | ||
5359 | 2024.03.26 19:51:07.531817 [ 3 ] {} <Debug> HTTP-Session: 6451ed97-efe9-4f88-b285-dc08ce56dc30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5360 | 2024.03.26 19:51:07.532085 [ 3 ] {} <Debug> HTTP-Session: 6451ed97-efe9-4f88-b285-dc08ce56dc30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5361 | 2024.03.26 19:51:07.532120 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 44 rows starting from the beginning of the part | ||
5362 | 2024.03.26 19:51:07.532367 [ 3 ] {} <Trace> HTTP-Session: 6451ed97-efe9-4f88-b285-dc08ce56dc30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5363 | 2024.03.26 19:51:07.532485 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 70 rows starting from the beginning of the part | ||
5364 | 2024.03.26 19:51:07.532616 [ 189 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5365 | 2024.03.26 19:51:07.533042 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 68 rows starting from the beginning of the part | ||
5366 | 2024.03.26 19:51:07.533041 [ 3 ] {01e5e998-3c88-4941-a594-dca83361db11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5367 | 2024.03.26 19:51:07.533243 [ 189 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_35_7} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
5368 | 2024.03.26 19:51:07.533586 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
5369 | 2024.03.26 19:51:07.533711 [ 3 ] {01e5e998-3c88-4941-a594-dca83361db11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5370 | 2024.03.26 19:51:07.534233 [ 3 ] {01e5e998-3c88-4941-a594-dca83361db11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5371 | 2024.03.26 19:51:07.535235 [ 3 ] {01e5e998-3c88-4941-a594-dca83361db11} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5372 | 2024.03.26 19:51:07.535300 [ 3 ] {01e5e998-3c88-4941-a594-dca83361db11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5373 | 2024.03.26 19:51:07.536062 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 436 rows, containing 4 columns (4 merged, 0 gathered) in 0.006444495 sec., 67654.64167479376 rows/sec., 5.28 MiB/sec. | ||
5374 | 2024.03.26 19:51:07.536281 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
5375 | 2024.03.26 19:51:07.536323 [ 3 ] {01e5e998-3c88-4941-a594-dca83361db11} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5376 | 2024.03.26 19:51:07.537282 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5377 | 2024.03.26 19:51:07.537374 [ 3 ] {01e5e998-3c88-4941-a594-dca83361db11} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5378 | 2024.03.26 19:51:07.537488 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_35_7} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
5379 | 2024.03.26 19:51:07.537688 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
5380 | 2024.03.26 19:51:07.537748 [ 3 ] {01e5e998-3c88-4941-a594-dca83361db11} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.005104 sec., 26645.76802507837 rows/sec., 1.86 MiB/sec. | ||
5381 | 2024.03.26 19:51:07.537911 [ 3 ] {01e5e998-3c88-4941-a594-dca83361db11} <Debug> DynamicQueryHandler: Done processing query | ||
5382 | 2024.03.26 19:51:07.537936 [ 3 ] {01e5e998-3c88-4941-a594-dca83361db11} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
5383 | 2024.03.26 19:51:07.537952 [ 3 ] {} <Debug> HTTP-Session: 6451ed97-efe9-4f88-b285-dc08ce56dc30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5384 | 2024.03.26 19:51:07.538081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5385 | 2024.03.26 19:51:07.538130 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5386 | 2024.03.26 19:51:07.538147 [ 3 ] {} <Debug> HTTP-Session: 4ea7e646-9b9e-4312-8360-5566e406977a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5387 | 2024.03.26 19:51:07.538163 [ 3 ] {} <Debug> HTTP-Session: 4ea7e646-9b9e-4312-8360-5566e406977a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5388 | 2024.03.26 19:51:07.538177 [ 3 ] {} <Debug> HTTP-Session: 4ea7e646-9b9e-4312-8360-5566e406977a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5389 | 2024.03.26 19:51:07.538208 [ 3 ] {} <Trace> HTTP-Session: 4ea7e646-9b9e-4312-8360-5566e406977a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5390 | 2024.03.26 19:51:07.538384 [ 3 ] {3e322292-12f5-4d2b-9f1a-47445bfc441c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5391 | 2024.03.26 19:51:07.538431 [ 3 ] {3e322292-12f5-4d2b-9f1a-47445bfc441c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5392 | 2024.03.26 19:51:07.538605 [ 3 ] {3e322292-12f5-4d2b-9f1a-47445bfc441c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5393 | 2024.03.26 19:51:07.539012 [ 3 ] {3e322292-12f5-4d2b-9f1a-47445bfc441c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5394 | 2024.03.26 19:51:07.539048 [ 3 ] {3e322292-12f5-4d2b-9f1a-47445bfc441c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5395 | 2024.03.26 19:51:07.539453 [ 3 ] {3e322292-12f5-4d2b-9f1a-47445bfc441c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5396 | 2024.03.26 19:51:07.539802 [ 3 ] {3e322292-12f5-4d2b-9f1a-47445bfc441c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): 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.03.26 19:51:07.539979 [ 3 ] {3e322292-12f5-4d2b-9f1a-47445bfc441c} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001715 sec., 9329.446064139942 rows/sec., 12.59 MiB/sec. | ||
5398 | 2024.03.26 19:51:07.540254 [ 3 ] {3e322292-12f5-4d2b-9f1a-47445bfc441c} <Debug> DynamicQueryHandler: Done processing query | ||
5399 | 2024.03.26 19:51:07.540292 [ 3 ] {3e322292-12f5-4d2b-9f1a-47445bfc441c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5400 | 2024.03.26 19:51:07.540309 [ 3 ] {} <Debug> HTTP-Session: 4ea7e646-9b9e-4312-8360-5566e406977a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5401 | 2024.03.26 19:51:07.540429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5402 | 2024.03.26 19:51:07.540479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5403 | 2024.03.26 19:51:07.540496 [ 3 ] {} <Debug> HTTP-Session: 82c448a3-bf4e-4322-ba33-4e4d12ca7fae Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5404 | 2024.03.26 19:51:07.540512 [ 3 ] {} <Debug> HTTP-Session: 82c448a3-bf4e-4322-ba33-4e4d12ca7fae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5405 | 2024.03.26 19:51:07.540526 [ 3 ] {} <Debug> HTTP-Session: 82c448a3-bf4e-4322-ba33-4e4d12ca7fae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5406 | 2024.03.26 19:51:07.540558 [ 3 ] {} <Trace> HTTP-Session: 82c448a3-bf4e-4322-ba33-4e4d12ca7fae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5407 | 2024.03.26 19:51:07.540634 [ 3 ] {3ca9b672-6927-4681-b679-26ecf3703a72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5408 | 2024.03.26 19:51:07.540679 [ 3 ] {3ca9b672-6927-4681-b679-26ecf3703a72} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5409 | 2024.03.26 19:51:07.540829 [ 3 ] {3ca9b672-6927-4681-b679-26ecf3703a72} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5410 | 2024.03.26 19:51:07.541114 [ 3 ] {3ca9b672-6927-4681-b679-26ecf3703a72} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5411 | 2024.03.26 19:51:07.541150 [ 3 ] {3ca9b672-6927-4681-b679-26ecf3703a72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5412 | 2024.03.26 19:51:07.541507 [ 3 ] {3ca9b672-6927-4681-b679-26ecf3703a72} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
5413 | 2024.03.26 19:51:07.541830 [ 3 ] {3ca9b672-6927-4681-b679-26ecf3703a72} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5414 | 2024.03.26 19:51:07.541995 [ 3 ] {3ca9b672-6927-4681-b679-26ecf3703a72} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001382 sec., 21707.67004341534 rows/sec., 1.49 MiB/sec. | ||
5415 | 2024.03.26 19:51:07.542121 [ 3 ] {3ca9b672-6927-4681-b679-26ecf3703a72} <Debug> DynamicQueryHandler: Done processing query | ||
5416 | 2024.03.26 19:51:07.542144 [ 3 ] {3ca9b672-6927-4681-b679-26ecf3703a72} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5417 | 2024.03.26 19:51:07.542159 [ 3 ] {} <Debug> HTTP-Session: 82c448a3-bf4e-4322-ba33-4e4d12ca7fae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5418 | 2024.03.26 19:51:11.463391 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5419 | 2024.03.26 19:51:11.463476 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5420 | 2024.03.26 19:51:12.519437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5421 | 2024.03.26 19:51:12.519550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5422 | 2024.03.26 19:51:12.519576 [ 3 ] {} <Debug> HTTP-Session: db774524-cc92-454a-ad11-060a93757591 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5423 | 2024.03.26 19:51:12.519601 [ 3 ] {} <Debug> HTTP-Session: db774524-cc92-454a-ad11-060a93757591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5424 | 2024.03.26 19:51:12.519616 [ 3 ] {} <Debug> HTTP-Session: db774524-cc92-454a-ad11-060a93757591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5425 | 2024.03.26 19:51:12.519665 [ 3 ] {} <Trace> HTTP-Session: db774524-cc92-454a-ad11-060a93757591 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5426 | 2024.03.26 19:51:12.519793 [ 3 ] {ea386169-5629-4f73-ab8e-7ab861b3a849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5427 | 2024.03.26 19:51:12.519855 [ 3 ] {ea386169-5629-4f73-ab8e-7ab861b3a849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5428 | 2024.03.26 19:51:12.520045 [ 3 ] {ea386169-5629-4f73-ab8e-7ab861b3a849} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5429 | 2024.03.26 19:51:12.520496 [ 3 ] {ea386169-5629-4f73-ab8e-7ab861b3a849} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5430 | 2024.03.26 19:51:12.520538 [ 3 ] {ea386169-5629-4f73-ab8e-7ab861b3a849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5431 | 2024.03.26 19:51:12.520930 [ 3 ] {ea386169-5629-4f73-ab8e-7ab861b3a849} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5432 | 2024.03.26 19:51:12.521278 [ 3 ] {ea386169-5629-4f73-ab8e-7ab861b3a849} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5433 | 2024.03.26 19:51:12.521424 [ 3 ] {ea386169-5629-4f73-ab8e-7ab861b3a849} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001694 sec., 24793.388429752067 rows/sec., 1.96 MiB/sec. | ||
5434 | 2024.03.26 19:51:12.521424 [ 72 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5435 | 2024.03.26 19:51:12.521483 [ 72 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5436 | 2024.03.26 19:51:12.521513 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5437 | 2024.03.26 19:51:12.521608 [ 3 ] {ea386169-5629-4f73-ab8e-7ab861b3a849} <Debug> DynamicQueryHandler: Done processing query | ||
5438 | 2024.03.26 19:51:12.521699 [ 3 ] {ea386169-5629-4f73-ab8e-7ab861b3a849} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5439 | 2024.03.26 19:51:12.521774 [ 3 ] {} <Debug> HTTP-Session: db774524-cc92-454a-ad11-060a93757591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5440 | 2024.03.26 19:51:12.521941 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
5441 | 2024.03.26 19:51:12.522091 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5442 | 2024.03.26 19:51:12.522201 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5443 | 2024.03.26 19:51:12.522252 [ 3 ] {} <Debug> HTTP-Session: 71135d1e-6409-4f01-a61e-b6b0b54d2a53 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5444 | 2024.03.26 19:51:12.522291 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5445 | 2024.03.26 19:51:12.522301 [ 3 ] {} <Debug> HTTP-Session: 71135d1e-6409-4f01-a61e-b6b0b54d2a53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5446 | 2024.03.26 19:51:12.522347 [ 3 ] {} <Debug> HTTP-Session: 71135d1e-6409-4f01-a61e-b6b0b54d2a53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5447 | 2024.03.26 19:51:12.522358 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 58 rows starting from the beginning of the part | ||
5448 | 2024.03.26 19:51:12.522420 [ 3 ] {} <Trace> HTTP-Session: 71135d1e-6409-4f01-a61e-b6b0b54d2a53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5449 | 2024.03.26 19:51:12.522616 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part | ||
5450 | 2024.03.26 19:51:12.522764 [ 3 ] {5a43884a-1b0c-4462-a811-b7f270942b12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5451 | 2024.03.26 19:51:12.522867 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
5452 | 2024.03.26 19:51:12.522928 [ 3 ] {5a43884a-1b0c-4462-a811-b7f270942b12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5453 | 2024.03.26 19:51:12.523204 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part | ||
5454 | 2024.03.26 19:51:12.523550 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
5455 | 2024.03.26 19:51:12.523921 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part | ||
5456 | 2024.03.26 19:51:12.524205 [ 3 ] {5a43884a-1b0c-4462-a811-b7f270942b12} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5457 | 2024.03.26 19:51:12.525145 [ 3 ] {5a43884a-1b0c-4462-a811-b7f270942b12} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5458 | 2024.03.26 19:51:12.525212 [ 3 ] {5a43884a-1b0c-4462-a811-b7f270942b12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5459 | 2024.03.26 19:51:12.526047 [ 3 ] {5a43884a-1b0c-4462-a811-b7f270942b12} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5460 | 2024.03.26 19:51:12.526816 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005201827 sec., 41523.87228564118 rows/sec., 3.29 MiB/sec. | ||
5461 | 2024.03.26 19:51:12.526968 [ 3 ] {5a43884a-1b0c-4462-a811-b7f270942b12} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5462 | 2024.03.26 19:51:12.527083 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5463 | 2024.03.26 19:51:12.527285 [ 3 ] {5a43884a-1b0c-4462-a811-b7f270942b12} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004689 sec., 853.060354020047 rows/sec., 69.56 KiB/sec. | ||
5464 | 2024.03.26 19:51:12.527514 [ 3 ] {5a43884a-1b0c-4462-a811-b7f270942b12} <Debug> DynamicQueryHandler: Done processing query | ||
5465 | 2024.03.26 19:51:12.527574 [ 3 ] {5a43884a-1b0c-4462-a811-b7f270942b12} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5466 | 2024.03.26 19:51:12.527621 [ 3 ] {} <Debug> HTTP-Session: 71135d1e-6409-4f01-a61e-b6b0b54d2a53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5467 | 2024.03.26 19:51:12.527858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5468 | 2024.03.26 19:51:12.527901 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5469 | 2024.03.26 19:51:12.527937 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5470 | 2024.03.26 19:51:12.527975 [ 3 ] {} <Debug> HTTP-Session: a93f0942-91aa-49c6-b298-ecc4fb20f8f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5471 | 2024.03.26 19:51:12.528019 [ 3 ] {} <Debug> HTTP-Session: a93f0942-91aa-49c6-b298-ecc4fb20f8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5472 | 2024.03.26 19:51:12.528038 [ 3 ] {} <Debug> HTTP-Session: a93f0942-91aa-49c6-b298-ecc4fb20f8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5473 | 2024.03.26 19:51:12.528055 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_26_5} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5474 | 2024.03.26 19:51:12.528093 [ 3 ] {} <Trace> HTTP-Session: a93f0942-91aa-49c6-b298-ecc4fb20f8f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5475 | 2024.03.26 19:51:12.528217 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
5476 | 2024.03.26 19:51:12.528281 [ 3 ] {f2e4bc81-fd90-4561-a080-8c9bcbe2ba5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5477 | 2024.03.26 19:51:12.528328 [ 3 ] {f2e4bc81-fd90-4561-a080-8c9bcbe2ba5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5478 | 2024.03.26 19:51:12.528471 [ 3 ] {f2e4bc81-fd90-4561-a080-8c9bcbe2ba5f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5479 | 2024.03.26 19:51:12.528885 [ 3 ] {f2e4bc81-fd90-4561-a080-8c9bcbe2ba5f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5480 | 2024.03.26 19:51:12.528922 [ 3 ] {f2e4bc81-fd90-4561-a080-8c9bcbe2ba5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5481 | 2024.03.26 19:51:12.529248 [ 3 ] {f2e4bc81-fd90-4561-a080-8c9bcbe2ba5f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5482 | 2024.03.26 19:51:12.529567 [ 3 ] {f2e4bc81-fd90-4561-a080-8c9bcbe2ba5f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5483 | 2024.03.26 19:51:12.529704 [ 3 ] {f2e4bc81-fd90-4561-a080-8c9bcbe2ba5f} <Debug> executeQuery: Read 154 rows, 15.05 KiB in 0.00151 sec., 101986.75496688741 rows/sec., 9.73 MiB/sec. | ||
5484 | 2024.03.26 19:51:12.529861 [ 3 ] {f2e4bc81-fd90-4561-a080-8c9bcbe2ba5f} <Debug> DynamicQueryHandler: Done processing query | ||
5485 | 2024.03.26 19:51:12.529898 [ 3 ] {f2e4bc81-fd90-4561-a080-8c9bcbe2ba5f} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5486 | 2024.03.26 19:51:12.529924 [ 3 ] {} <Debug> HTTP-Session: a93f0942-91aa-49c6-b298-ecc4fb20f8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5487 | 2024.03.26 19:51:12.530042 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5488 | 2024.03.26 19:51:12.530088 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5489 | 2024.03.26 19:51:12.530106 [ 3 ] {} <Debug> HTTP-Session: 826f2240-bc48-4e35-88fd-d8194bbafff8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5490 | 2024.03.26 19:51:12.530123 [ 3 ] {} <Debug> HTTP-Session: 826f2240-bc48-4e35-88fd-d8194bbafff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5491 | 2024.03.26 19:51:12.530137 [ 3 ] {} <Debug> HTTP-Session: 826f2240-bc48-4e35-88fd-d8194bbafff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5492 | 2024.03.26 19:51:12.530167 [ 3 ] {} <Trace> HTTP-Session: 826f2240-bc48-4e35-88fd-d8194bbafff8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5493 | 2024.03.26 19:51:12.530232 [ 3 ] {3dbbfb66-a581-4ab9-8d13-d5e77cda8983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5494 | 2024.03.26 19:51:12.530274 [ 3 ] {3dbbfb66-a581-4ab9-8d13-d5e77cda8983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5495 | 2024.03.26 19:51:12.530401 [ 3 ] {3dbbfb66-a581-4ab9-8d13-d5e77cda8983} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5496 | 2024.03.26 19:51:12.530676 [ 3 ] {3dbbfb66-a581-4ab9-8d13-d5e77cda8983} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5497 | 2024.03.26 19:51:12.530714 [ 3 ] {3dbbfb66-a581-4ab9-8d13-d5e77cda8983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5498 | 2024.03.26 19:51:12.531056 [ 3 ] {3dbbfb66-a581-4ab9-8d13-d5e77cda8983} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5499 | 2024.03.26 19:51:12.531542 [ 3 ] {3dbbfb66-a581-4ab9-8d13-d5e77cda8983} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5500 | 2024.03.26 19:51:12.531771 [ 3 ] {3dbbfb66-a581-4ab9-8d13-d5e77cda8983} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001545 sec., 2588.9967637540453 rows/sec., 180.77 KiB/sec. | ||
5501 | 2024.03.26 19:51:12.532027 [ 3 ] {3dbbfb66-a581-4ab9-8d13-d5e77cda8983} <Debug> DynamicQueryHandler: Done processing query | ||
5502 | 2024.03.26 19:51:12.532060 [ 3 ] {3dbbfb66-a581-4ab9-8d13-d5e77cda8983} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5503 | 2024.03.26 19:51:12.532084 [ 3 ] {} <Debug> HTTP-Session: 826f2240-bc48-4e35-88fd-d8194bbafff8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5504 | 2024.03.26 19:51:12.532222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 12597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5505 | 2024.03.26 19:51:12.532287 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5506 | 2024.03.26 19:51:12.532316 [ 3 ] {} <Debug> HTTP-Session: 58083b0d-8b61-4abd-9e86-450df791c2ab Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5507 | 2024.03.26 19:51:12.532341 [ 3 ] {} <Debug> HTTP-Session: 58083b0d-8b61-4abd-9e86-450df791c2ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5508 | 2024.03.26 19:51:12.532363 [ 3 ] {} <Debug> HTTP-Session: 58083b0d-8b61-4abd-9e86-450df791c2ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5509 | 2024.03.26 19:51:12.532406 [ 3 ] {} <Trace> HTTP-Session: 58083b0d-8b61-4abd-9e86-450df791c2ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5510 | 2024.03.26 19:51:12.532535 [ 3 ] {30104ccd-7e9c-40c5-9f70-a9c8bbb3dc07} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5511 | 2024.03.26 19:51:12.532589 [ 3 ] {30104ccd-7e9c-40c5-9f70-a9c8bbb3dc07} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5512 | 2024.03.26 19:51:12.532798 [ 3 ] {30104ccd-7e9c-40c5-9f70-a9c8bbb3dc07} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5513 | 2024.03.26 19:51:12.533222 [ 3 ] {30104ccd-7e9c-40c5-9f70-a9c8bbb3dc07} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5514 | 2024.03.26 19:51:12.533270 [ 3 ] {30104ccd-7e9c-40c5-9f70-a9c8bbb3dc07} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5515 | 2024.03.26 19:51:12.533699 [ 3 ] {30104ccd-7e9c-40c5-9f70-a9c8bbb3dc07} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5516 | 2024.03.26 19:51:12.534151 [ 3 ] {30104ccd-7e9c-40c5-9f70-a9c8bbb3dc07} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5517 | 2024.03.26 19:51:12.534355 [ 3 ] {30104ccd-7e9c-40c5-9f70-a9c8bbb3dc07} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001882 sec., 39319.872476089266 rows/sec., 3.07 MiB/sec. | ||
5518 | 2024.03.26 19:51:12.534576 [ 3 ] {30104ccd-7e9c-40c5-9f70-a9c8bbb3dc07} <Debug> DynamicQueryHandler: Done processing query | ||
5519 | 2024.03.26 19:51:12.534600 [ 3 ] {30104ccd-7e9c-40c5-9f70-a9c8bbb3dc07} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5520 | 2024.03.26 19:51:12.534616 [ 3 ] {} <Debug> HTTP-Session: 58083b0d-8b61-4abd-9e86-450df791c2ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5521 | 2024.03.26 19:51:12.534757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5522 | 2024.03.26 19:51:12.534805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5523 | 2024.03.26 19:51:12.534823 [ 3 ] {} <Debug> HTTP-Session: 7c465435-3de3-4663-a24f-5825c625f42d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5524 | 2024.03.26 19:51:12.534840 [ 3 ] {} <Debug> HTTP-Session: 7c465435-3de3-4663-a24f-5825c625f42d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5525 | 2024.03.26 19:51:12.534853 [ 3 ] {} <Debug> HTTP-Session: 7c465435-3de3-4663-a24f-5825c625f42d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5526 | 2024.03.26 19:51:12.534885 [ 3 ] {} <Trace> HTTP-Session: 7c465435-3de3-4663-a24f-5825c625f42d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5527 | 2024.03.26 19:51:12.534980 [ 3 ] {c1ce57ef-f8ec-4482-a192-5594d020808f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5528 | 2024.03.26 19:51:12.535025 [ 3 ] {c1ce57ef-f8ec-4482-a192-5594d020808f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5529 | 2024.03.26 19:51:12.535172 [ 3 ] {c1ce57ef-f8ec-4482-a192-5594d020808f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5530 | 2024.03.26 19:51:12.535521 [ 3 ] {c1ce57ef-f8ec-4482-a192-5594d020808f} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5531 | 2024.03.26 19:51:12.535557 [ 3 ] {c1ce57ef-f8ec-4482-a192-5594d020808f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5532 | 2024.03.26 19:51:12.535952 [ 3 ] {c1ce57ef-f8ec-4482-a192-5594d020808f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5533 | 2024.03.26 19:51:12.536300 [ 3 ] {c1ce57ef-f8ec-4482-a192-5594d020808f} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5534 | 2024.03.26 19:51:12.536445 [ 3 ] {c1ce57ef-f8ec-4482-a192-5594d020808f} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001509 sec., 67594.43339960239 rows/sec., 4.69 MiB/sec. | ||
5535 | 2024.03.26 19:51:12.536468 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5536 | 2024.03.26 19:51:12.536554 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5537 | 2024.03.26 19:51:12.536600 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5538 | 2024.03.26 19:51:12.536625 [ 3 ] {c1ce57ef-f8ec-4482-a192-5594d020808f} <Debug> DynamicQueryHandler: Done processing query | ||
5539 | 2024.03.26 19:51:12.536677 [ 3 ] {c1ce57ef-f8ec-4482-a192-5594d020808f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5540 | 2024.03.26 19:51:12.536748 [ 3 ] {} <Debug> HTTP-Session: 7c465435-3de3-4663-a24f-5825c625f42d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5541 | 2024.03.26 19:51:12.537053 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
5542 | 2024.03.26 19:51:12.537281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5543 | 2024.03.26 19:51:12.537482 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5544 | 2024.03.26 19:51:12.537653 [ 3 ] {} <Debug> HTTP-Session: 8d1311d1-edc4-4c5c-9907-7a7e987f38d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5545 | 2024.03.26 19:51:12.537757 [ 3 ] {} <Debug> HTTP-Session: 8d1311d1-edc4-4c5c-9907-7a7e987f38d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5546 | 2024.03.26 19:51:12.537866 [ 3 ] {} <Debug> HTTP-Session: 8d1311d1-edc4-4c5c-9907-7a7e987f38d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5547 | 2024.03.26 19:51:12.538025 [ 3 ] {} <Trace> HTTP-Session: 8d1311d1-edc4-4c5c-9907-7a7e987f38d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5548 | 2024.03.26 19:51:12.538151 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5549 | 2024.03.26 19:51:12.538306 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 3440 rows starting from the beginning of the part | ||
5550 | 2024.03.26 19:51:12.538569 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 100 rows starting from the beginning of the part | ||
5551 | 2024.03.26 19:51:12.538654 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 100 rows starting from the beginning of the part | ||
5552 | 2024.03.26 19:51:12.538856 [ 3 ] {aca25b31-9959-48dd-a1b8-0ccc9ee157ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5553 | 2024.03.26 19:51:12.539018 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 100 rows starting from the beginning of the part | ||
5554 | 2024.03.26 19:51:12.539032 [ 3 ] {aca25b31-9959-48dd-a1b8-0ccc9ee157ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5555 | 2024.03.26 19:51:12.539291 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 136 rows starting from the beginning of the part | ||
5556 | 2024.03.26 19:51:12.539661 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 102 rows starting from the beginning of the part | ||
5557 | 2024.03.26 19:51:12.540044 [ 3 ] {aca25b31-9959-48dd-a1b8-0ccc9ee157ec} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5558 | 2024.03.26 19:51:12.540813 [ 3 ] {aca25b31-9959-48dd-a1b8-0ccc9ee157ec} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5559 | 2024.03.26 19:51:12.540863 [ 3 ] {aca25b31-9959-48dd-a1b8-0ccc9ee157ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5560 | 2024.03.26 19:51:12.541609 [ 3 ] {aca25b31-9959-48dd-a1b8-0ccc9ee157ec} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5561 | 2024.03.26 19:51:12.542074 [ 3 ] {aca25b31-9959-48dd-a1b8-0ccc9ee157ec} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5562 | 2024.03.26 19:51:12.542187 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3978 rows, containing 5 columns (5 merged, 0 gathered) in 0.005486206 sec., 725091.2561431342 rows/sec., 50.36 MiB/sec. | ||
5563 | 2024.03.26 19:51:12.542303 [ 106 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5564 | 2024.03.26 19:51:12.542337 [ 3 ] {aca25b31-9959-48dd-a1b8-0ccc9ee157ec} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.004094 sec., 10258.915486077185 rows/sec., 13.84 MiB/sec. | ||
5565 | 2024.03.26 19:51:12.542352 [ 106 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5566 | 2024.03.26 19:51:12.542443 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5567 | 2024.03.26 19:51:12.542712 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5568 | 2024.03.26 19:51:12.542788 [ 3 ] {aca25b31-9959-48dd-a1b8-0ccc9ee157ec} <Debug> DynamicQueryHandler: Done processing query | ||
5569 | 2024.03.26 19:51:12.542828 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
5570 | 2024.03.26 19:51:12.542885 [ 3 ] {aca25b31-9959-48dd-a1b8-0ccc9ee157ec} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5571 | 2024.03.26 19:51:12.542996 [ 3 ] {} <Debug> HTTP-Session: 8d1311d1-edc4-4c5c-9907-7a7e987f38d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5572 | 2024.03.26 19:51:12.543327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5573 | 2024.03.26 19:51:12.543442 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5574 | 2024.03.26 19:51:12.543550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5575 | 2024.03.26 19:51:12.543608 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 567 rows starting from the beginning of the part | ||
5576 | 2024.03.26 19:51:12.543680 [ 3 ] {} <Debug> HTTP-Session: 8dc55c72-c2e0-4441-a66b-8ce643254bad Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5577 | 2024.03.26 19:51:12.543751 [ 3 ] {} <Debug> HTTP-Session: 8dc55c72-c2e0-4441-a66b-8ce643254bad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5578 | 2024.03.26 19:51:12.543855 [ 3 ] {} <Debug> HTTP-Session: 8dc55c72-c2e0-4441-a66b-8ce643254bad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5579 | 2024.03.26 19:51:12.544074 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 42 rows starting from the beginning of the part | ||
5580 | 2024.03.26 19:51:12.544079 [ 3 ] {} <Trace> HTTP-Session: 8dc55c72-c2e0-4441-a66b-8ce643254bad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5581 | 2024.03.26 19:51:12.544612 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 16 rows starting from the beginning of the part | ||
5582 | 2024.03.26 19:51:12.544639 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5583 | 2024.03.26 19:51:12.544739 [ 3 ] {5b9f5877-cb8e-4387-a5f9-4ef24447b89c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5584 | 2024.03.26 19:51:12.545003 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part | ||
5585 | 2024.03.26 19:51:12.545013 [ 3 ] {5b9f5877-cb8e-4387-a5f9-4ef24447b89c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5586 | 2024.03.26 19:51:12.545072 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5587 | 2024.03.26 19:51:12.545557 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 16 rows starting from the beginning of the part | ||
5588 | 2024.03.26 19:51:12.545686 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
5589 | 2024.03.26 19:51:12.546038 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 42 rows starting from the beginning of the part | ||
5590 | 2024.03.26 19:51:12.546643 [ 3 ] {5b9f5877-cb8e-4387-a5f9-4ef24447b89c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5591 | 2024.03.26 19:51:12.547341 [ 3 ] {5b9f5877-cb8e-4387-a5f9-4ef24447b89c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5592 | 2024.03.26 19:51:12.547397 [ 3 ] {5b9f5877-cb8e-4387-a5f9-4ef24447b89c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5593 | 2024.03.26 19:51:12.547848 [ 3 ] {5b9f5877-cb8e-4387-a5f9-4ef24447b89c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
5594 | 2024.03.26 19:51:12.548379 [ 3 ] {5b9f5877-cb8e-4387-a5f9-4ef24447b89c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5595 | 2024.03.26 19:51:12.548673 [ 106 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
5596 | 2024.03.26 19:51:12.548762 [ 3 ] {5b9f5877-cb8e-4387-a5f9-4ef24447b89c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004375 sec., 6857.142857142857 rows/sec., 481.03 KiB/sec. | ||
5597 | 2024.03.26 19:51:12.548763 [ 106 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5598 | 2024.03.26 19:51:12.548865 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5599 | 2024.03.26 19:51:12.549560 [ 3 ] {5b9f5877-cb8e-4387-a5f9-4ef24447b89c} <Debug> DynamicQueryHandler: Done processing query | ||
5600 | 2024.03.26 19:51:12.549688 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
5601 | 2024.03.26 19:51:12.549702 [ 3 ] {5b9f5877-cb8e-4387-a5f9-4ef24447b89c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5602 | 2024.03.26 19:51:12.549827 [ 3 ] {} <Debug> HTTP-Session: 8dc55c72-c2e0-4441-a66b-8ce643254bad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5603 | 2024.03.26 19:51:12.550554 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5604 | 2024.03.26 19:51:12.550653 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 918 rows starting from the beginning of the part | ||
5605 | 2024.03.26 19:51:12.550906 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 30 rows starting from the beginning of the part | ||
5606 | 2024.03.26 19:51:12.551182 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 30 rows starting from the beginning of the part | ||
5607 | 2024.03.26 19:51:12.551557 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 30 rows starting from the beginning of the part | ||
5608 | 2024.03.26 19:51:12.551703 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 30 rows starting from the beginning of the part | ||
5609 | 2024.03.26 19:51:12.551830 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 30 rows starting from the beginning of the part | ||
5610 | 2024.03.26 19:51:12.552537 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 725 rows, containing 6 columns (6 merged, 0 gathered) in 0.009957481 sec., 72809.57904915912 rows/sec., 98.25 MiB/sec. | ||
5611 | 2024.03.26 19:51:12.553019 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5612 | 2024.03.26 19:51:12.554287 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5613 | 2024.03.26 19:51:12.554508 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5614 | 2024.03.26 19:51:12.554507 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1068 rows, containing 4 columns (4 merged, 0 gathered) in 0.005466866 sec., 195358.73021215445 rows/sec., 13.38 MiB/sec. | ||
5615 | 2024.03.26 19:51:12.554639 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.58 MiB. | ||
5616 | 2024.03.26 19:51:12.554838 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
5617 | 2024.03.26 19:51:12.555303 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5618 | 2024.03.26 19:51:12.555400 [ 187 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_36_7} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
5619 | 2024.03.26 19:51:12.555508 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
5620 | 2024.03.26 19:51:13.001159 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.96 MiB, peak 196.06 MiB, free memory in arenas 0.00 B, will set to 188.03 MiB (RSS), difference: 1.07 MiB | ||
5621 | 2024.03.26 19:51:17.517391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5622 | 2024.03.26 19:51:17.517525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5623 | 2024.03.26 19:51:17.517555 [ 3 ] {} <Debug> HTTP-Session: 030e97c1-36be-46fb-9deb-0184de597f7a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5624 | 2024.03.26 19:51:17.517584 [ 3 ] {} <Debug> HTTP-Session: 030e97c1-36be-46fb-9deb-0184de597f7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5625 | 2024.03.26 19:51:17.517602 [ 3 ] {} <Debug> HTTP-Session: 030e97c1-36be-46fb-9deb-0184de597f7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5626 | 2024.03.26 19:51:17.517658 [ 3 ] {} <Trace> HTTP-Session: 030e97c1-36be-46fb-9deb-0184de597f7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5627 | 2024.03.26 19:51:17.517796 [ 3 ] {06ba48a6-0c14-4303-8c36-d4d88352ccd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5628 | 2024.03.26 19:51:17.517868 [ 3 ] {06ba48a6-0c14-4303-8c36-d4d88352ccd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5629 | 2024.03.26 19:51:17.518094 [ 3 ] {06ba48a6-0c14-4303-8c36-d4d88352ccd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5630 | 2024.03.26 19:51:17.518589 [ 3 ] {06ba48a6-0c14-4303-8c36-d4d88352ccd7} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5631 | 2024.03.26 19:51:17.518634 [ 3 ] {06ba48a6-0c14-4303-8c36-d4d88352ccd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5632 | 2024.03.26 19:51:17.519020 [ 3 ] {06ba48a6-0c14-4303-8c36-d4d88352ccd7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5633 | 2024.03.26 19:51:17.519368 [ 3 ] {06ba48a6-0c14-4303-8c36-d4d88352ccd7} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5634 | 2024.03.26 19:51:17.519549 [ 3 ] {06ba48a6-0c14-4303-8c36-d4d88352ccd7} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001812 sec., 8830.022075055187 rows/sec., 715.71 KiB/sec. | ||
5635 | 2024.03.26 19:51:17.519744 [ 3 ] {06ba48a6-0c14-4303-8c36-d4d88352ccd7} <Debug> DynamicQueryHandler: Done processing query | ||
5636 | 2024.03.26 19:51:17.519776 [ 3 ] {06ba48a6-0c14-4303-8c36-d4d88352ccd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5637 | 2024.03.26 19:51:17.519793 [ 3 ] {} <Debug> HTTP-Session: 030e97c1-36be-46fb-9deb-0184de597f7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5638 | 2024.03.26 19:51:17.519949 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5639 | 2024.03.26 19:51:17.520003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5640 | 2024.03.26 19:51:17.520023 [ 3 ] {} <Debug> HTTP-Session: 2ec3ebcd-7bf5-42b9-a17d-efa4ac8a95f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5641 | 2024.03.26 19:51:17.520070 [ 3 ] {} <Debug> HTTP-Session: 2ec3ebcd-7bf5-42b9-a17d-efa4ac8a95f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5642 | 2024.03.26 19:51:17.520084 [ 3 ] {} <Debug> HTTP-Session: 2ec3ebcd-7bf5-42b9-a17d-efa4ac8a95f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5643 | 2024.03.26 19:51:17.520119 [ 3 ] {} <Trace> HTTP-Session: 2ec3ebcd-7bf5-42b9-a17d-efa4ac8a95f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5644 | 2024.03.26 19:51:17.520189 [ 3 ] {08f76895-f8fc-4318-9b1b-9a43aca684bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5645 | 2024.03.26 19:51:17.520234 [ 3 ] {08f76895-f8fc-4318-9b1b-9a43aca684bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5646 | 2024.03.26 19:51:17.520367 [ 3 ] {08f76895-f8fc-4318-9b1b-9a43aca684bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5647 | 2024.03.26 19:51:17.520688 [ 3 ] {08f76895-f8fc-4318-9b1b-9a43aca684bb} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5648 | 2024.03.26 19:51:17.520728 [ 3 ] {08f76895-f8fc-4318-9b1b-9a43aca684bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5649 | 2024.03.26 19:51:17.521032 [ 3 ] {08f76895-f8fc-4318-9b1b-9a43aca684bb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5650 | 2024.03.26 19:51:17.521341 [ 3 ] {08f76895-f8fc-4318-9b1b-9a43aca684bb} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5651 | 2024.03.26 19:51:17.521466 [ 3 ] {08f76895-f8fc-4318-9b1b-9a43aca684bb} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001303 sec., 1534.9194167306218 rows/sec., 125.16 KiB/sec. | ||
5652 | 2024.03.26 19:51:17.521588 [ 3 ] {08f76895-f8fc-4318-9b1b-9a43aca684bb} <Debug> DynamicQueryHandler: Done processing query | ||
5653 | 2024.03.26 19:51:17.521612 [ 3 ] {08f76895-f8fc-4318-9b1b-9a43aca684bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5654 | 2024.03.26 19:51:17.521628 [ 3 ] {} <Debug> HTTP-Session: 2ec3ebcd-7bf5-42b9-a17d-efa4ac8a95f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5655 | 2024.03.26 19:51:17.521751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5656 | 2024.03.26 19:51:17.521801 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5657 | 2024.03.26 19:51:17.521819 [ 3 ] {} <Debug> HTTP-Session: 12b0908f-f665-4755-860b-96cd334d8112 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5658 | 2024.03.26 19:51:17.521836 [ 3 ] {} <Debug> HTTP-Session: 12b0908f-f665-4755-860b-96cd334d8112 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5659 | 2024.03.26 19:51:17.521849 [ 3 ] {} <Debug> HTTP-Session: 12b0908f-f665-4755-860b-96cd334d8112 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5660 | 2024.03.26 19:51:17.521880 [ 3 ] {} <Trace> HTTP-Session: 12b0908f-f665-4755-860b-96cd334d8112 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5661 | 2024.03.26 19:51:17.521970 [ 3 ] {cf7b55eb-e8ec-457d-9bd6-1faebdabaef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5662 | 2024.03.26 19:51:17.522011 [ 3 ] {cf7b55eb-e8ec-457d-9bd6-1faebdabaef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5663 | 2024.03.26 19:51:17.522137 [ 3 ] {cf7b55eb-e8ec-457d-9bd6-1faebdabaef4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5664 | 2024.03.26 19:51:17.522471 [ 3 ] {cf7b55eb-e8ec-457d-9bd6-1faebdabaef4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5665 | 2024.03.26 19:51:17.522506 [ 3 ] {cf7b55eb-e8ec-457d-9bd6-1faebdabaef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5666 | 2024.03.26 19:51:17.522819 [ 3 ] {cf7b55eb-e8ec-457d-9bd6-1faebdabaef4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5667 | 2024.03.26 19:51:17.523138 [ 3 ] {cf7b55eb-e8ec-457d-9bd6-1faebdabaef4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5668 | 2024.03.26 19:51:17.523264 [ 3 ] {cf7b55eb-e8ec-457d-9bd6-1faebdabaef4} <Debug> executeQuery: Read 75 rows, 6.37 KiB in 0.001336 sec., 56137.72455089821 rows/sec., 4.66 MiB/sec. | ||
5669 | 2024.03.26 19:51:17.523457 [ 3 ] {cf7b55eb-e8ec-457d-9bd6-1faebdabaef4} <Debug> DynamicQueryHandler: Done processing query | ||
5670 | 2024.03.26 19:51:17.523512 [ 3 ] {cf7b55eb-e8ec-457d-9bd6-1faebdabaef4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5671 | 2024.03.26 19:51:17.523563 [ 3 ] {} <Debug> HTTP-Session: 12b0908f-f665-4755-860b-96cd334d8112 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5672 | 2024.03.26 19:51:17.523722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5673 | 2024.03.26 19:51:17.523774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5674 | 2024.03.26 19:51:17.523794 [ 3 ] {} <Debug> HTTP-Session: 0718f41f-d250-4dc8-8137-b48da54f4a92 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5675 | 2024.03.26 19:51:17.523811 [ 3 ] {} <Debug> HTTP-Session: 0718f41f-d250-4dc8-8137-b48da54f4a92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5676 | 2024.03.26 19:51:17.523825 [ 3 ] {} <Debug> HTTP-Session: 0718f41f-d250-4dc8-8137-b48da54f4a92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5677 | 2024.03.26 19:51:17.523857 [ 3 ] {} <Trace> HTTP-Session: 0718f41f-d250-4dc8-8137-b48da54f4a92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5678 | 2024.03.26 19:51:17.523922 [ 3 ] {ca74ee3e-f83a-4dd8-8f9f-d08c5e2451ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5679 | 2024.03.26 19:51:17.523964 [ 3 ] {ca74ee3e-f83a-4dd8-8f9f-d08c5e2451ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5680 | 2024.03.26 19:51:17.524106 [ 3 ] {ca74ee3e-f83a-4dd8-8f9f-d08c5e2451ef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5681 | 2024.03.26 19:51:17.524381 [ 3 ] {ca74ee3e-f83a-4dd8-8f9f-d08c5e2451ef} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5682 | 2024.03.26 19:51:17.524417 [ 3 ] {ca74ee3e-f83a-4dd8-8f9f-d08c5e2451ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5683 | 2024.03.26 19:51:17.524719 [ 3 ] {ca74ee3e-f83a-4dd8-8f9f-d08c5e2451ef} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5684 | 2024.03.26 19:51:17.525025 [ 3 ] {ca74ee3e-f83a-4dd8-8f9f-d08c5e2451ef} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5685 | 2024.03.26 19:51:17.525147 [ 3 ] {ca74ee3e-f83a-4dd8-8f9f-d08c5e2451ef} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001249 sec., 1601.281024819856 rows/sec., 111.81 KiB/sec. | ||
5686 | 2024.03.26 19:51:17.525389 [ 3 ] {ca74ee3e-f83a-4dd8-8f9f-d08c5e2451ef} <Debug> DynamicQueryHandler: Done processing query | ||
5687 | 2024.03.26 19:51:17.525423 [ 3 ] {ca74ee3e-f83a-4dd8-8f9f-d08c5e2451ef} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5688 | 2024.03.26 19:51:17.525439 [ 3 ] {} <Debug> HTTP-Session: 0718f41f-d250-4dc8-8137-b48da54f4a92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5689 | 2024.03.26 19:51:17.525551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5690 | 2024.03.26 19:51:17.525600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5691 | 2024.03.26 19:51:17.525617 [ 3 ] {} <Debug> HTTP-Session: 98fa57b3-08ee-4be9-a633-d39a182401e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5692 | 2024.03.26 19:51:17.525634 [ 3 ] {} <Debug> HTTP-Session: 98fa57b3-08ee-4be9-a633-d39a182401e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5693 | 2024.03.26 19:51:17.525648 [ 3 ] {} <Debug> HTTP-Session: 98fa57b3-08ee-4be9-a633-d39a182401e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5694 | 2024.03.26 19:51:17.525679 [ 3 ] {} <Trace> HTTP-Session: 98fa57b3-08ee-4be9-a633-d39a182401e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5695 | 2024.03.26 19:51:17.525762 [ 3 ] {c4e910c5-a6e7-4614-a63b-d7ee6962f4e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5696 | 2024.03.26 19:51:17.525803 [ 3 ] {c4e910c5-a6e7-4614-a63b-d7ee6962f4e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5697 | 2024.03.26 19:51:17.525946 [ 3 ] {c4e910c5-a6e7-4614-a63b-d7ee6962f4e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5698 | 2024.03.26 19:51:17.526251 [ 3 ] {c4e910c5-a6e7-4614-a63b-d7ee6962f4e5} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5699 | 2024.03.26 19:51:17.526288 [ 3 ] {c4e910c5-a6e7-4614-a63b-d7ee6962f4e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5700 | 2024.03.26 19:51:17.526589 [ 3 ] {c4e910c5-a6e7-4614-a63b-d7ee6962f4e5} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5701 | 2024.03.26 19:51:17.526902 [ 3 ] {c4e910c5-a6e7-4614-a63b-d7ee6962f4e5} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5702 | 2024.03.26 19:51:17.527024 [ 3 ] {c4e910c5-a6e7-4614-a63b-d7ee6962f4e5} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.0013 sec., 35384.61538461538 rows/sec., 2.76 MiB/sec. | ||
5703 | 2024.03.26 19:51:17.527144 [ 3 ] {c4e910c5-a6e7-4614-a63b-d7ee6962f4e5} <Debug> DynamicQueryHandler: Done processing query | ||
5704 | 2024.03.26 19:51:17.527168 [ 3 ] {c4e910c5-a6e7-4614-a63b-d7ee6962f4e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5705 | 2024.03.26 19:51:17.527184 [ 3 ] {} <Debug> HTTP-Session: 98fa57b3-08ee-4be9-a633-d39a182401e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5706 | 2024.03.26 19:51:17.527317 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5707 | 2024.03.26 19:51:17.527365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5708 | 2024.03.26 19:51:17.527384 [ 3 ] {} <Debug> HTTP-Session: 6e870735-218e-4ac0-bc0e-e0df6df3b7ff Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5709 | 2024.03.26 19:51:17.527401 [ 3 ] {} <Debug> HTTP-Session: 6e870735-218e-4ac0-bc0e-e0df6df3b7ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5710 | 2024.03.26 19:51:17.527414 [ 3 ] {} <Debug> HTTP-Session: 6e870735-218e-4ac0-bc0e-e0df6df3b7ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5711 | 2024.03.26 19:51:17.527445 [ 3 ] {} <Trace> HTTP-Session: 6e870735-218e-4ac0-bc0e-e0df6df3b7ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5712 | 2024.03.26 19:51:17.527547 [ 3 ] {a9b61c3e-ac02-4111-9e67-9c902867e318} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5713 | 2024.03.26 19:51:17.527592 [ 3 ] {a9b61c3e-ac02-4111-9e67-9c902867e318} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5714 | 2024.03.26 19:51:17.527734 [ 3 ] {a9b61c3e-ac02-4111-9e67-9c902867e318} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5715 | 2024.03.26 19:51:17.528116 [ 3 ] {a9b61c3e-ac02-4111-9e67-9c902867e318} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5716 | 2024.03.26 19:51:17.528151 [ 3 ] {a9b61c3e-ac02-4111-9e67-9c902867e318} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5717 | 2024.03.26 19:51:17.528533 [ 3 ] {a9b61c3e-ac02-4111-9e67-9c902867e318} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5718 | 2024.03.26 19:51:17.528882 [ 3 ] {a9b61c3e-ac02-4111-9e67-9c902867e318} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5719 | 2024.03.26 19:51:17.529010 [ 3 ] {a9b61c3e-ac02-4111-9e67-9c902867e318} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001517 sec., 66578.77389584707 rows/sec., 4.62 MiB/sec. | ||
5720 | 2024.03.26 19:51:17.529136 [ 3 ] {a9b61c3e-ac02-4111-9e67-9c902867e318} <Debug> DynamicQueryHandler: Done processing query | ||
5721 | 2024.03.26 19:51:17.529160 [ 3 ] {a9b61c3e-ac02-4111-9e67-9c902867e318} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5722 | 2024.03.26 19:51:17.529176 [ 3 ] {} <Debug> HTTP-Session: 6e870735-218e-4ac0-bc0e-e0df6df3b7ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5723 | 2024.03.26 19:51:17.529290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5724 | 2024.03.26 19:51:17.529341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5725 | 2024.03.26 19:51:17.529360 [ 3 ] {} <Debug> HTTP-Session: ab02de38-ba56-4f84-9ffd-61e831148bc2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5726 | 2024.03.26 19:51:17.529376 [ 3 ] {} <Debug> HTTP-Session: ab02de38-ba56-4f84-9ffd-61e831148bc2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5727 | 2024.03.26 19:51:17.529390 [ 3 ] {} <Debug> HTTP-Session: ab02de38-ba56-4f84-9ffd-61e831148bc2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5728 | 2024.03.26 19:51:17.529420 [ 3 ] {} <Trace> HTTP-Session: ab02de38-ba56-4f84-9ffd-61e831148bc2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5729 | 2024.03.26 19:51:17.529576 [ 3 ] {6d6f6498-d66d-4917-8f4d-ebf4568790d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5730 | 2024.03.26 19:51:17.529621 [ 3 ] {6d6f6498-d66d-4917-8f4d-ebf4568790d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5731 | 2024.03.26 19:51:17.529777 [ 3 ] {6d6f6498-d66d-4917-8f4d-ebf4568790d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5732 | 2024.03.26 19:51:17.530157 [ 3 ] {6d6f6498-d66d-4917-8f4d-ebf4568790d0} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5733 | 2024.03.26 19:51:17.530191 [ 3 ] {6d6f6498-d66d-4917-8f4d-ebf4568790d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5734 | 2024.03.26 19:51:17.530588 [ 3 ] {6d6f6498-d66d-4917-8f4d-ebf4568790d0} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5735 | 2024.03.26 19:51:17.530930 [ 3 ] {6d6f6498-d66d-4917-8f4d-ebf4568790d0} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5736 | 2024.03.26 19:51:17.531059 [ 3 ] {6d6f6498-d66d-4917-8f4d-ebf4568790d0} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001593 sec., 10043.942247332077 rows/sec., 13.55 MiB/sec. | ||
5737 | 2024.03.26 19:51:17.531348 [ 3 ] {6d6f6498-d66d-4917-8f4d-ebf4568790d0} <Debug> DynamicQueryHandler: Done processing query | ||
5738 | 2024.03.26 19:51:17.531389 [ 3 ] {6d6f6498-d66d-4917-8f4d-ebf4568790d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5739 | 2024.03.26 19:51:17.531412 [ 3 ] {} <Debug> HTTP-Session: ab02de38-ba56-4f84-9ffd-61e831148bc2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5740 | 2024.03.26 19:51:17.531533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5741 | 2024.03.26 19:51:17.531582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5742 | 2024.03.26 19:51:17.531602 [ 3 ] {} <Debug> HTTP-Session: 6e82cace-25ca-4773-a75a-273f1249d6c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5743 | 2024.03.26 19:51:17.531618 [ 3 ] {} <Debug> HTTP-Session: 6e82cace-25ca-4773-a75a-273f1249d6c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5744 | 2024.03.26 19:51:17.531632 [ 3 ] {} <Debug> HTTP-Session: 6e82cace-25ca-4773-a75a-273f1249d6c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5745 | 2024.03.26 19:51:17.531663 [ 3 ] {} <Trace> HTTP-Session: 6e82cace-25ca-4773-a75a-273f1249d6c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5746 | 2024.03.26 19:51:17.531748 [ 3 ] {12bfa9b2-749f-4ec7-8f03-69b461fa3f4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5747 | 2024.03.26 19:51:17.531793 [ 3 ] {12bfa9b2-749f-4ec7-8f03-69b461fa3f4c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5748 | 2024.03.26 19:51:17.531937 [ 3 ] {12bfa9b2-749f-4ec7-8f03-69b461fa3f4c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5749 | 2024.03.26 19:51:17.532208 [ 3 ] {12bfa9b2-749f-4ec7-8f03-69b461fa3f4c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5750 | 2024.03.26 19:51:17.532244 [ 3 ] {12bfa9b2-749f-4ec7-8f03-69b461fa3f4c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5751 | 2024.03.26 19:51:17.532598 [ 3 ] {12bfa9b2-749f-4ec7-8f03-69b461fa3f4c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
5752 | 2024.03.26 19:51:17.532926 [ 3 ] {12bfa9b2-749f-4ec7-8f03-69b461fa3f4c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5753 | 2024.03.26 19:51:17.533055 [ 3 ] {12bfa9b2-749f-4ec7-8f03-69b461fa3f4c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001348 sec., 22255.19287833828 rows/sec., 1.52 MiB/sec. | ||
5754 | 2024.03.26 19:51:17.533294 [ 3 ] {12bfa9b2-749f-4ec7-8f03-69b461fa3f4c} <Debug> DynamicQueryHandler: Done processing query | ||
5755 | 2024.03.26 19:51:17.533340 [ 3 ] {12bfa9b2-749f-4ec7-8f03-69b461fa3f4c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5756 | 2024.03.26 19:51:17.533380 [ 3 ] {} <Debug> HTTP-Session: 6e82cace-25ca-4773-a75a-273f1249d6c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5757 | 2024.03.26 19:51:22.518579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5758 | 2024.03.26 19:51:22.518716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5759 | 2024.03.26 19:51:22.518741 [ 3 ] {} <Debug> HTTP-Session: 56f34066-6050-4ba7-a0d2-cf8b593d5aec Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5760 | 2024.03.26 19:51:22.518766 [ 3 ] {} <Debug> HTTP-Session: 56f34066-6050-4ba7-a0d2-cf8b593d5aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5761 | 2024.03.26 19:51:22.518781 [ 3 ] {} <Debug> HTTP-Session: 56f34066-6050-4ba7-a0d2-cf8b593d5aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5762 | 2024.03.26 19:51:22.518831 [ 3 ] {} <Trace> HTTP-Session: 56f34066-6050-4ba7-a0d2-cf8b593d5aec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5763 | 2024.03.26 19:51:22.518960 [ 3 ] {4a965364-7943-42b9-80ba-5cbac20c4e08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5764 | 2024.03.26 19:51:22.519026 [ 3 ] {4a965364-7943-42b9-80ba-5cbac20c4e08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5765 | 2024.03.26 19:51:22.519221 [ 3 ] {4a965364-7943-42b9-80ba-5cbac20c4e08} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5766 | 2024.03.26 19:51:22.519672 [ 3 ] {4a965364-7943-42b9-80ba-5cbac20c4e08} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5767 | 2024.03.26 19:51:22.519722 [ 3 ] {4a965364-7943-42b9-80ba-5cbac20c4e08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5768 | 2024.03.26 19:51:22.520110 [ 3 ] {4a965364-7943-42b9-80ba-5cbac20c4e08} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5769 | 2024.03.26 19:51:22.520453 [ 3 ] {4a965364-7943-42b9-80ba-5cbac20c4e08} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5770 | 2024.03.26 19:51:22.520615 [ 3 ] {4a965364-7943-42b9-80ba-5cbac20c4e08} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001716 sec., 24475.524475524475 rows/sec., 1.94 MiB/sec. | ||
5771 | 2024.03.26 19:51:22.520779 [ 3 ] {4a965364-7943-42b9-80ba-5cbac20c4e08} <Debug> DynamicQueryHandler: Done processing query | ||
5772 | 2024.03.26 19:51:22.520809 [ 3 ] {4a965364-7943-42b9-80ba-5cbac20c4e08} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5773 | 2024.03.26 19:51:22.520825 [ 3 ] {} <Debug> HTTP-Session: 56f34066-6050-4ba7-a0d2-cf8b593d5aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5774 | 2024.03.26 19:51:22.520966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5775 | 2024.03.26 19:51:22.521013 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5776 | 2024.03.26 19:51:22.521032 [ 3 ] {} <Debug> HTTP-Session: 532d1ab0-7621-498a-8a0e-121624ef792f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5777 | 2024.03.26 19:51:22.521049 [ 3 ] {} <Debug> HTTP-Session: 532d1ab0-7621-498a-8a0e-121624ef792f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5778 | 2024.03.26 19:51:22.521063 [ 3 ] {} <Debug> HTTP-Session: 532d1ab0-7621-498a-8a0e-121624ef792f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5779 | 2024.03.26 19:51:22.521094 [ 3 ] {} <Trace> HTTP-Session: 532d1ab0-7621-498a-8a0e-121624ef792f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5780 | 2024.03.26 19:51:22.521198 [ 3 ] {95d4b778-aac5-4ebc-9d07-caad75d41133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5781 | 2024.03.26 19:51:22.521239 [ 3 ] {95d4b778-aac5-4ebc-9d07-caad75d41133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5782 | 2024.03.26 19:51:22.521365 [ 3 ] {95d4b778-aac5-4ebc-9d07-caad75d41133} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5783 | 2024.03.26 19:51:22.521774 [ 3 ] {95d4b778-aac5-4ebc-9d07-caad75d41133} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5784 | 2024.03.26 19:51:22.521812 [ 3 ] {95d4b778-aac5-4ebc-9d07-caad75d41133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5785 | 2024.03.26 19:51:22.522125 [ 3 ] {95d4b778-aac5-4ebc-9d07-caad75d41133} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5786 | 2024.03.26 19:51:22.522427 [ 3 ] {95d4b778-aac5-4ebc-9d07-caad75d41133} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5787 | 2024.03.26 19:51:22.522588 [ 3 ] {95d4b778-aac5-4ebc-9d07-caad75d41133} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.00144 sec., 105555.55555555555 rows/sec., 10.09 MiB/sec. | ||
5788 | 2024.03.26 19:51:22.522711 [ 3 ] {95d4b778-aac5-4ebc-9d07-caad75d41133} <Debug> DynamicQueryHandler: Done processing query | ||
5789 | 2024.03.26 19:51:22.522734 [ 3 ] {95d4b778-aac5-4ebc-9d07-caad75d41133} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5790 | 2024.03.26 19:51:22.522750 [ 3 ] {} <Debug> HTTP-Session: 532d1ab0-7621-498a-8a0e-121624ef792f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5791 | 2024.03.26 19:51:22.522870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5792 | 2024.03.26 19:51:22.522919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5793 | 2024.03.26 19:51:22.522937 [ 3 ] {} <Debug> HTTP-Session: 6a4184e6-096f-4481-bde6-b06a58f15909 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5794 | 2024.03.26 19:51:22.522953 [ 3 ] {} <Debug> HTTP-Session: 6a4184e6-096f-4481-bde6-b06a58f15909 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5795 | 2024.03.26 19:51:22.522967 [ 3 ] {} <Debug> HTTP-Session: 6a4184e6-096f-4481-bde6-b06a58f15909 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5796 | 2024.03.26 19:51:22.522998 [ 3 ] {} <Trace> HTTP-Session: 6a4184e6-096f-4481-bde6-b06a58f15909 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5797 | 2024.03.26 19:51:22.523091 [ 3 ] {0ba024aa-3465-433b-91e8-db8691adbe06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5798 | 2024.03.26 19:51:22.523131 [ 3 ] {0ba024aa-3465-433b-91e8-db8691adbe06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5799 | 2024.03.26 19:51:22.523257 [ 3 ] {0ba024aa-3465-433b-91e8-db8691adbe06} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5800 | 2024.03.26 19:51:22.523585 [ 3 ] {0ba024aa-3465-433b-91e8-db8691adbe06} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5801 | 2024.03.26 19:51:22.523623 [ 3 ] {0ba024aa-3465-433b-91e8-db8691adbe06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5802 | 2024.03.26 19:51:22.523927 [ 3 ] {0ba024aa-3465-433b-91e8-db8691adbe06} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5803 | 2024.03.26 19:51:22.524234 [ 3 ] {0ba024aa-3465-433b-91e8-db8691adbe06} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5804 | 2024.03.26 19:51:22.524389 [ 3 ] {0ba024aa-3465-433b-91e8-db8691adbe06} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001339 sec., 52277.819268110536 rows/sec., 4.08 MiB/sec. | ||
5805 | 2024.03.26 19:51:22.524513 [ 3 ] {0ba024aa-3465-433b-91e8-db8691adbe06} <Debug> DynamicQueryHandler: Done processing query | ||
5806 | 2024.03.26 19:51:22.524538 [ 3 ] {0ba024aa-3465-433b-91e8-db8691adbe06} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
5807 | 2024.03.26 19:51:22.524554 [ 3 ] {} <Debug> HTTP-Session: 6a4184e6-096f-4481-bde6-b06a58f15909 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5808 | 2024.03.26 19:51:22.524676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5809 | 2024.03.26 19:51:22.524723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5810 | 2024.03.26 19:51:22.524742 [ 3 ] {} <Debug> HTTP-Session: 15b3d6ab-d8d5-42fc-986a-83651113b76c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5811 | 2024.03.26 19:51:22.524759 [ 3 ] {} <Debug> HTTP-Session: 15b3d6ab-d8d5-42fc-986a-83651113b76c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5812 | 2024.03.26 19:51:22.524773 [ 3 ] {} <Debug> HTTP-Session: 15b3d6ab-d8d5-42fc-986a-83651113b76c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5813 | 2024.03.26 19:51:22.524803 [ 3 ] {} <Trace> HTTP-Session: 15b3d6ab-d8d5-42fc-986a-83651113b76c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5814 | 2024.03.26 19:51:22.524899 [ 3 ] {a4d7c0f7-0e4f-4bdc-b7f5-8e724420b6ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5815 | 2024.03.26 19:51:22.524944 [ 3 ] {a4d7c0f7-0e4f-4bdc-b7f5-8e724420b6ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5816 | 2024.03.26 19:51:22.525086 [ 3 ] {a4d7c0f7-0e4f-4bdc-b7f5-8e724420b6ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5817 | 2024.03.26 19:51:22.525431 [ 3 ] {a4d7c0f7-0e4f-4bdc-b7f5-8e724420b6ce} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5818 | 2024.03.26 19:51:22.525468 [ 3 ] {a4d7c0f7-0e4f-4bdc-b7f5-8e724420b6ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5819 | 2024.03.26 19:51:22.525844 [ 3 ] {a4d7c0f7-0e4f-4bdc-b7f5-8e724420b6ce} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5820 | 2024.03.26 19:51:22.526194 [ 3 ] {a4d7c0f7-0e4f-4bdc-b7f5-8e724420b6ce} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5821 | 2024.03.26 19:51:22.526360 [ 3 ] {a4d7c0f7-0e4f-4bdc-b7f5-8e724420b6ce} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001501 sec., 66622.25183211193 rows/sec., 4.62 MiB/sec. | ||
5822 | 2024.03.26 19:51:22.526485 [ 3 ] {a4d7c0f7-0e4f-4bdc-b7f5-8e724420b6ce} <Debug> DynamicQueryHandler: Done processing query | ||
5823 | 2024.03.26 19:51:22.526508 [ 3 ] {a4d7c0f7-0e4f-4bdc-b7f5-8e724420b6ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5824 | 2024.03.26 19:51:22.526524 [ 3 ] {} <Debug> HTTP-Session: 15b3d6ab-d8d5-42fc-986a-83651113b76c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5825 | 2024.03.26 19:51:22.526666 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44958, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5826 | 2024.03.26 19:51:22.526715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5827 | 2024.03.26 19:51:22.526733 [ 3 ] {} <Debug> HTTP-Session: e99950b4-7904-4d83-aa47-ba45948d7e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5828 | 2024.03.26 19:51:22.526749 [ 3 ] {} <Debug> HTTP-Session: e99950b4-7904-4d83-aa47-ba45948d7e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5829 | 2024.03.26 19:51:22.526763 [ 3 ] {} <Debug> HTTP-Session: e99950b4-7904-4d83-aa47-ba45948d7e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5830 | 2024.03.26 19:51:22.526793 [ 3 ] {} <Trace> HTTP-Session: e99950b4-7904-4d83-aa47-ba45948d7e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5831 | 2024.03.26 19:51:22.527055 [ 3 ] {ce253e9d-ded5-40c8-9665-795b17a1c787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5832 | 2024.03.26 19:51:22.527100 [ 3 ] {ce253e9d-ded5-40c8-9665-795b17a1c787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5833 | 2024.03.26 19:51:22.527260 [ 3 ] {ce253e9d-ded5-40c8-9665-795b17a1c787} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5834 | 2024.03.26 19:51:22.527809 [ 3 ] {ce253e9d-ded5-40c8-9665-795b17a1c787} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5835 | 2024.03.26 19:51:22.527846 [ 3 ] {ce253e9d-ded5-40c8-9665-795b17a1c787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5836 | 2024.03.26 19:51:22.528267 [ 3 ] {ce253e9d-ded5-40c8-9665-795b17a1c787} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5837 | 2024.03.26 19:51:22.528601 [ 3 ] {ce253e9d-ded5-40c8-9665-795b17a1c787} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5838 | 2024.03.26 19:51:22.528765 [ 3 ] {ce253e9d-ded5-40c8-9665-795b17a1c787} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001912 sec., 21966.527196652718 rows/sec., 29.64 MiB/sec. | ||
5839 | 2024.03.26 19:51:22.528900 [ 3 ] {ce253e9d-ded5-40c8-9665-795b17a1c787} <Debug> DynamicQueryHandler: Done processing query | ||
5840 | 2024.03.26 19:51:22.528924 [ 3 ] {ce253e9d-ded5-40c8-9665-795b17a1c787} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
5841 | 2024.03.26 19:51:22.528940 [ 3 ] {} <Debug> HTTP-Session: e99950b4-7904-4d83-aa47-ba45948d7e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5842 | 2024.03.26 19:51:22.529061 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5843 | 2024.03.26 19:51:22.529109 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5844 | 2024.03.26 19:51:22.529129 [ 3 ] {} <Debug> HTTP-Session: f2317b71-7519-4a02-9bdb-f01799b4cacd Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5845 | 2024.03.26 19:51:22.529146 [ 3 ] {} <Debug> HTTP-Session: f2317b71-7519-4a02-9bdb-f01799b4cacd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5846 | 2024.03.26 19:51:22.529160 [ 3 ] {} <Debug> HTTP-Session: f2317b71-7519-4a02-9bdb-f01799b4cacd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5847 | 2024.03.26 19:51:22.529190 [ 3 ] {} <Trace> HTTP-Session: f2317b71-7519-4a02-9bdb-f01799b4cacd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5848 | 2024.03.26 19:51:22.529264 [ 3 ] {70e7fe85-9f03-4007-84d4-b799df6ce1a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5849 | 2024.03.26 19:51:22.529306 [ 3 ] {70e7fe85-9f03-4007-84d4-b799df6ce1a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5850 | 2024.03.26 19:51:22.529431 [ 3 ] {70e7fe85-9f03-4007-84d4-b799df6ce1a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5851 | 2024.03.26 19:51:22.529737 [ 3 ] {70e7fe85-9f03-4007-84d4-b799df6ce1a0} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5852 | 2024.03.26 19:51:22.529774 [ 3 ] {70e7fe85-9f03-4007-84d4-b799df6ce1a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5853 | 2024.03.26 19:51:22.530124 [ 3 ] {70e7fe85-9f03-4007-84d4-b799df6ce1a0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
5854 | 2024.03.26 19:51:22.530441 [ 3 ] {70e7fe85-9f03-4007-84d4-b799df6ce1a0} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5855 | 2024.03.26 19:51:22.530603 [ 3 ] {70e7fe85-9f03-4007-84d4-b799df6ce1a0} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001358 sec., 22091.310751104564 rows/sec., 1.51 MiB/sec. | ||
5856 | 2024.03.26 19:51:22.530831 [ 3 ] {70e7fe85-9f03-4007-84d4-b799df6ce1a0} <Debug> DynamicQueryHandler: Done processing query | ||
5857 | 2024.03.26 19:51:22.530866 [ 3 ] {70e7fe85-9f03-4007-84d4-b799df6ce1a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5858 | 2024.03.26 19:51:22.530923 [ 3 ] {} <Debug> HTTP-Session: f2317b71-7519-4a02-9bdb-f01799b4cacd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5859 | 2024.03.26 19:51:26.464322 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5860 | 2024.03.26 19:51:26.464392 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5861 | 2024.03.26 19:51:27.518089 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5862 | 2024.03.26 19:51:27.518263 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5863 | 2024.03.26 19:51:27.518308 [ 3 ] {} <Debug> HTTP-Session: 9f51e0cf-6eaf-457d-9421-a5a5a2884041 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5864 | 2024.03.26 19:51:27.518350 [ 3 ] {} <Debug> HTTP-Session: 9f51e0cf-6eaf-457d-9421-a5a5a2884041 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5865 | 2024.03.26 19:51:27.518378 [ 3 ] {} <Debug> HTTP-Session: 9f51e0cf-6eaf-457d-9421-a5a5a2884041 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5866 | 2024.03.26 19:51:27.518459 [ 3 ] {} <Trace> HTTP-Session: 9f51e0cf-6eaf-457d-9421-a5a5a2884041 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5867 | 2024.03.26 19:51:27.518652 [ 3 ] {73b1e082-6557-44f7-9ea8-01933b26c1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5868 | 2024.03.26 19:51:27.518720 [ 3 ] {73b1e082-6557-44f7-9ea8-01933b26c1e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5869 | 2024.03.26 19:51:27.518917 [ 3 ] {73b1e082-6557-44f7-9ea8-01933b26c1e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5870 | 2024.03.26 19:51:27.519387 [ 3 ] {73b1e082-6557-44f7-9ea8-01933b26c1e1} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5871 | 2024.03.26 19:51:27.519436 [ 3 ] {73b1e082-6557-44f7-9ea8-01933b26c1e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5872 | 2024.03.26 19:51:27.519822 [ 3 ] {73b1e082-6557-44f7-9ea8-01933b26c1e1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5873 | 2024.03.26 19:51:27.520168 [ 3 ] {73b1e082-6557-44f7-9ea8-01933b26c1e1} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5874 | 2024.03.26 19:51:27.520330 [ 3 ] {73b1e082-6557-44f7-9ea8-01933b26c1e1} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001771 sec., 9034.443817052512 rows/sec., 732.28 KiB/sec. | ||
5875 | 2024.03.26 19:51:27.520562 [ 3 ] {73b1e082-6557-44f7-9ea8-01933b26c1e1} <Debug> DynamicQueryHandler: Done processing query | ||
5876 | 2024.03.26 19:51:27.520618 [ 3 ] {73b1e082-6557-44f7-9ea8-01933b26c1e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5877 | 2024.03.26 19:51:27.520664 [ 3 ] {} <Debug> HTTP-Session: 9f51e0cf-6eaf-457d-9421-a5a5a2884041 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5878 | 2024.03.26 19:51:27.520879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5879 | 2024.03.26 19:51:27.520931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5880 | 2024.03.26 19:51:27.520952 [ 3 ] {} <Debug> HTTP-Session: 4b0ee4cd-5f5c-4e22-b39b-9541188efd89 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5881 | 2024.03.26 19:51:27.520968 [ 3 ] {} <Debug> HTTP-Session: 4b0ee4cd-5f5c-4e22-b39b-9541188efd89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5882 | 2024.03.26 19:51:27.520983 [ 3 ] {} <Debug> HTTP-Session: 4b0ee4cd-5f5c-4e22-b39b-9541188efd89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5883 | 2024.03.26 19:51:27.521015 [ 3 ] {} <Trace> HTTP-Session: 4b0ee4cd-5f5c-4e22-b39b-9541188efd89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5884 | 2024.03.26 19:51:27.521107 [ 3 ] {71182c77-26ba-4748-8321-7a76d0d1a912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5885 | 2024.03.26 19:51:27.521152 [ 3 ] {71182c77-26ba-4748-8321-7a76d0d1a912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5886 | 2024.03.26 19:51:27.521300 [ 3 ] {71182c77-26ba-4748-8321-7a76d0d1a912} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5887 | 2024.03.26 19:51:27.521709 [ 3 ] {71182c77-26ba-4748-8321-7a76d0d1a912} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5888 | 2024.03.26 19:51:27.521750 [ 3 ] {71182c77-26ba-4748-8321-7a76d0d1a912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5889 | 2024.03.26 19:51:27.522066 [ 3 ] {71182c77-26ba-4748-8321-7a76d0d1a912} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5890 | 2024.03.26 19:51:27.522376 [ 3 ] {71182c77-26ba-4748-8321-7a76d0d1a912} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5891 | 2024.03.26 19:51:27.522542 [ 3 ] {71182c77-26ba-4748-8321-7a76d0d1a912} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.00147 sec., 50340.13605442177 rows/sec., 4.18 MiB/sec. | ||
5892 | 2024.03.26 19:51:27.522673 [ 3 ] {71182c77-26ba-4748-8321-7a76d0d1a912} <Debug> DynamicQueryHandler: Done processing query | ||
5893 | 2024.03.26 19:51:27.522697 [ 3 ] {71182c77-26ba-4748-8321-7a76d0d1a912} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
5894 | 2024.03.26 19:51:27.522713 [ 3 ] {} <Debug> HTTP-Session: 4b0ee4cd-5f5c-4e22-b39b-9541188efd89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5895 | 2024.03.26 19:51:27.522835 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5896 | 2024.03.26 19:51:27.522883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5897 | 2024.03.26 19:51:27.522902 [ 3 ] {} <Debug> HTTP-Session: 24f514e4-ac8a-41f4-91de-e0a1fd18155e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5898 | 2024.03.26 19:51:27.522918 [ 3 ] {} <Debug> HTTP-Session: 24f514e4-ac8a-41f4-91de-e0a1fd18155e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5899 | 2024.03.26 19:51:27.522932 [ 3 ] {} <Debug> HTTP-Session: 24f514e4-ac8a-41f4-91de-e0a1fd18155e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5900 | 2024.03.26 19:51:27.522963 [ 3 ] {} <Trace> HTTP-Session: 24f514e4-ac8a-41f4-91de-e0a1fd18155e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5901 | 2024.03.26 19:51:27.523048 [ 3 ] {1d3a47d0-b3ca-460c-9b61-b2e871cc61c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5902 | 2024.03.26 19:51:27.523089 [ 3 ] {1d3a47d0-b3ca-460c-9b61-b2e871cc61c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5903 | 2024.03.26 19:51:27.523215 [ 3 ] {1d3a47d0-b3ca-460c-9b61-b2e871cc61c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5904 | 2024.03.26 19:51:27.523522 [ 3 ] {1d3a47d0-b3ca-460c-9b61-b2e871cc61c9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5905 | 2024.03.26 19:51:27.523560 [ 3 ] {1d3a47d0-b3ca-460c-9b61-b2e871cc61c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5906 | 2024.03.26 19:51:27.523870 [ 3 ] {1d3a47d0-b3ca-460c-9b61-b2e871cc61c9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5907 | 2024.03.26 19:51:27.524174 [ 3 ] {1d3a47d0-b3ca-460c-9b61-b2e871cc61c9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5908 | 2024.03.26 19:51:27.524331 [ 3 ] {1d3a47d0-b3ca-460c-9b61-b2e871cc61c9} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001316 sec., 33434.650455927054 rows/sec., 2.61 MiB/sec. | ||
5909 | 2024.03.26 19:51:27.524462 [ 3 ] {1d3a47d0-b3ca-460c-9b61-b2e871cc61c9} <Debug> DynamicQueryHandler: Done processing query | ||
5910 | 2024.03.26 19:51:27.524487 [ 3 ] {1d3a47d0-b3ca-460c-9b61-b2e871cc61c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5911 | 2024.03.26 19:51:27.524502 [ 3 ] {} <Debug> HTTP-Session: 24f514e4-ac8a-41f4-91de-e0a1fd18155e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5912 | 2024.03.26 19:51:27.524626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5913 | 2024.03.26 19:51:27.524676 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5914 | 2024.03.26 19:51:27.524694 [ 3 ] {} <Debug> HTTP-Session: 5e7f92d5-4dc0-46aa-a197-874f6842392a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5915 | 2024.03.26 19:51:27.524710 [ 3 ] {} <Debug> HTTP-Session: 5e7f92d5-4dc0-46aa-a197-874f6842392a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5916 | 2024.03.26 19:51:27.524723 [ 3 ] {} <Debug> HTTP-Session: 5e7f92d5-4dc0-46aa-a197-874f6842392a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5917 | 2024.03.26 19:51:27.524754 [ 3 ] {} <Trace> HTTP-Session: 5e7f92d5-4dc0-46aa-a197-874f6842392a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5918 | 2024.03.26 19:51:27.524855 [ 3 ] {614f24dd-0db0-4e2d-bd04-ccb703e67d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5919 | 2024.03.26 19:51:27.524900 [ 3 ] {614f24dd-0db0-4e2d-bd04-ccb703e67d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5920 | 2024.03.26 19:51:27.525047 [ 3 ] {614f24dd-0db0-4e2d-bd04-ccb703e67d37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5921 | 2024.03.26 19:51:27.525391 [ 3 ] {614f24dd-0db0-4e2d-bd04-ccb703e67d37} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5922 | 2024.03.26 19:51:27.525428 [ 3 ] {614f24dd-0db0-4e2d-bd04-ccb703e67d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5923 | 2024.03.26 19:51:27.525815 [ 3 ] {614f24dd-0db0-4e2d-bd04-ccb703e67d37} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5924 | 2024.03.26 19:51:27.526164 [ 3 ] {614f24dd-0db0-4e2d-bd04-ccb703e67d37} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5925 | 2024.03.26 19:51:27.526325 [ 3 ] {614f24dd-0db0-4e2d-bd04-ccb703e67d37} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001524 sec., 65616.79790026246 rows/sec., 4.55 MiB/sec. | ||
5926 | 2024.03.26 19:51:27.526454 [ 3 ] {614f24dd-0db0-4e2d-bd04-ccb703e67d37} <Debug> DynamicQueryHandler: Done processing query | ||
5927 | 2024.03.26 19:51:27.526478 [ 3 ] {614f24dd-0db0-4e2d-bd04-ccb703e67d37} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
5928 | 2024.03.26 19:51:27.526493 [ 3 ] {} <Debug> HTTP-Session: 5e7f92d5-4dc0-46aa-a197-874f6842392a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5929 | 2024.03.26 19:51:27.526608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5930 | 2024.03.26 19:51:27.526657 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5931 | 2024.03.26 19:51:27.526675 [ 3 ] {} <Debug> HTTP-Session: 23e9c658-7504-46fc-992d-dd7bfff1d008 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5932 | 2024.03.26 19:51:27.526691 [ 3 ] {} <Debug> HTTP-Session: 23e9c658-7504-46fc-992d-dd7bfff1d008 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5933 | 2024.03.26 19:51:27.526704 [ 3 ] {} <Debug> HTTP-Session: 23e9c658-7504-46fc-992d-dd7bfff1d008 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5934 | 2024.03.26 19:51:27.526734 [ 3 ] {} <Trace> HTTP-Session: 23e9c658-7504-46fc-992d-dd7bfff1d008 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5935 | 2024.03.26 19:51:27.526889 [ 3 ] {ebe9d107-ca2c-431b-90a0-7aa3d50b05b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5936 | 2024.03.26 19:51:27.526934 [ 3 ] {ebe9d107-ca2c-431b-90a0-7aa3d50b05b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
5937 | 2024.03.26 19:51:27.527097 [ 3 ] {ebe9d107-ca2c-431b-90a0-7aa3d50b05b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5938 | 2024.03.26 19:51:27.527602 [ 3 ] {ebe9d107-ca2c-431b-90a0-7aa3d50b05b4} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5939 | 2024.03.26 19:51:27.527644 [ 3 ] {ebe9d107-ca2c-431b-90a0-7aa3d50b05b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5940 | 2024.03.26 19:51:27.528045 [ 3 ] {ebe9d107-ca2c-431b-90a0-7aa3d50b05b4} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5941 | 2024.03.26 19:51:27.528387 [ 3 ] {ebe9d107-ca2c-431b-90a0-7aa3d50b05b4} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5942 | 2024.03.26 19:51:27.528537 [ 3 ] {ebe9d107-ca2c-431b-90a0-7aa3d50b05b4} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001755 sec., 9116.809116809116 rows/sec., 12.30 MiB/sec. | ||
5943 | 2024.03.26 19:51:27.528737 [ 3 ] {ebe9d107-ca2c-431b-90a0-7aa3d50b05b4} <Debug> DynamicQueryHandler: Done processing query | ||
5944 | 2024.03.26 19:51:27.528769 [ 3 ] {ebe9d107-ca2c-431b-90a0-7aa3d50b05b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
5945 | 2024.03.26 19:51:27.528792 [ 3 ] {} <Debug> HTTP-Session: 23e9c658-7504-46fc-992d-dd7bfff1d008 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5946 | 2024.03.26 19:51:27.528909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5947 | 2024.03.26 19:51:27.528960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5948 | 2024.03.26 19:51:27.528979 [ 3 ] {} <Debug> HTTP-Session: 4e212804-5823-4213-a6d6-0b18765e040f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5949 | 2024.03.26 19:51:27.528995 [ 3 ] {} <Debug> HTTP-Session: 4e212804-5823-4213-a6d6-0b18765e040f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5950 | 2024.03.26 19:51:27.529010 [ 3 ] {} <Debug> HTTP-Session: 4e212804-5823-4213-a6d6-0b18765e040f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5951 | 2024.03.26 19:51:27.529041 [ 3 ] {} <Trace> HTTP-Session: 4e212804-5823-4213-a6d6-0b18765e040f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5952 | 2024.03.26 19:51:27.529128 [ 3 ] {bd8d927d-c8e8-4a9a-ab98-012563b1b9f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5953 | 2024.03.26 19:51:27.529171 [ 3 ] {bd8d927d-c8e8-4a9a-ab98-012563b1b9f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5954 | 2024.03.26 19:51:27.529310 [ 3 ] {bd8d927d-c8e8-4a9a-ab98-012563b1b9f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5955 | 2024.03.26 19:51:27.529612 [ 3 ] {bd8d927d-c8e8-4a9a-ab98-012563b1b9f1} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5956 | 2024.03.26 19:51:27.529651 [ 3 ] {bd8d927d-c8e8-4a9a-ab98-012563b1b9f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5957 | 2024.03.26 19:51:27.530004 [ 3 ] {bd8d927d-c8e8-4a9a-ab98-012563b1b9f1} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
5958 | 2024.03.26 19:51:27.530330 [ 3 ] {bd8d927d-c8e8-4a9a-ab98-012563b1b9f1} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5959 | 2024.03.26 19:51:27.530479 [ 3 ] {bd8d927d-c8e8-4a9a-ab98-012563b1b9f1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001386 sec., 21645.021645021643 rows/sec., 1.48 MiB/sec. | ||
5960 | 2024.03.26 19:51:27.530613 [ 3 ] {bd8d927d-c8e8-4a9a-ab98-012563b1b9f1} <Debug> DynamicQueryHandler: Done processing query | ||
5961 | 2024.03.26 19:51:27.530638 [ 3 ] {bd8d927d-c8e8-4a9a-ab98-012563b1b9f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5962 | 2024.03.26 19:51:27.530654 [ 3 ] {} <Debug> HTTP-Session: 4e212804-5823-4213-a6d6-0b18765e040f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5963 | 2024.03.26 19:51:28.111938 [ 109 ] {} <Debug> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5964 | 2024.03.26 19:51:28.112007 [ 109 ] {} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5965 | 2024.03.26 19:51:28.112029 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5966 | 2024.03.26 19:51:28.112251 [ 186 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
5967 | 2024.03.26 19:51:28.112457 [ 186 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5968 | 2024.03.26 19:51:28.112498 [ 186 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
5969 | 2024.03.26 19:51:28.112585 [ 186 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5970 | 2024.03.26 19:51:28.112763 [ 186 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
5971 | 2024.03.26 19:51:28.112986 [ 186 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
5972 | 2024.03.26 19:51:28.113164 [ 186 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5973 | 2024.03.26 19:51:28.114153 [ 188 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002044082 sec., 9784.34328955492 rows/sec., 683.18 KiB/sec. | ||
5974 | 2024.03.26 19:51:28.114351 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5975 | 2024.03.26 19:51:28.114814 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5976 | 2024.03.26 19:51:28.114900 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_9_2} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5977 | 2024.03.26 19:51:28.114999 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
5978 | 2024.03.26 19:51:28.168917 [ 109 ] {} <Debug> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
5979 | 2024.03.26 19:51:28.168967 [ 109 ] {} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5980 | 2024.03.26 19:51:28.168993 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
5981 | 2024.03.26 19:51:28.169135 [ 186 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_5_1 to all_9_9_0 into Compact with storage Full | ||
5982 | 2024.03.26 19:51:28.169283 [ 186 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5983 | 2024.03.26 19:51:28.169318 [ 186 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 10 rows starting from the beginning of the part | ||
5984 | 2024.03.26 19:51:28.169396 [ 186 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
5985 | 2024.03.26 19:51:28.169520 [ 186 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
5986 | 2024.03.26 19:51:28.169684 [ 186 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
5987 | 2024.03.26 19:51:28.169905 [ 186 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 2 rows starting from the beginning of the part | ||
5988 | 2024.03.26 19:51:28.170896 [ 195 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.001835285 sec., 10897.490035607549 rows/sec., 888.61 KiB/sec. | ||
5989 | 2024.03.26 19:51:28.171054 [ 195 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
5990 | 2024.03.26 19:51:28.171520 [ 195 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5991 | 2024.03.26 19:51:28.171628 [ 195 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_9_2} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
5992 | 2024.03.26 19:51:28.171725 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5993 | 2024.03.26 19:51:32.519778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5994 | 2024.03.26 19:51:32.519913 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
5995 | 2024.03.26 19:51:32.519938 [ 3 ] {} <Debug> HTTP-Session: 1c5f8b44-2a29-4cc1-821f-aeaf7de063fe Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
5996 | 2024.03.26 19:51:32.519962 [ 3 ] {} <Debug> HTTP-Session: 1c5f8b44-2a29-4cc1-821f-aeaf7de063fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5997 | 2024.03.26 19:51:32.519977 [ 3 ] {} <Debug> HTTP-Session: 1c5f8b44-2a29-4cc1-821f-aeaf7de063fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5998 | 2024.03.26 19:51:32.520026 [ 3 ] {} <Trace> HTTP-Session: 1c5f8b44-2a29-4cc1-821f-aeaf7de063fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5999 | 2024.03.26 19:51:32.520156 [ 3 ] {4cf67b52-5f01-4464-9d47-4c705e1ed248} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6000 | 2024.03.26 19:51:32.520220 [ 3 ] {4cf67b52-5f01-4464-9d47-4c705e1ed248} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6001 | 2024.03.26 19:51:32.520411 [ 3 ] {4cf67b52-5f01-4464-9d47-4c705e1ed248} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6002 | 2024.03.26 19:51:32.520895 [ 3 ] {4cf67b52-5f01-4464-9d47-4c705e1ed248} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6003 | 2024.03.26 19:51:32.520944 [ 3 ] {4cf67b52-5f01-4464-9d47-4c705e1ed248} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
6004 | 2024.03.26 19:51:32.521343 [ 3 ] {4cf67b52-5f01-4464-9d47-4c705e1ed248} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6005 | 2024.03.26 19:51:32.521726 [ 3 ] {4cf67b52-5f01-4464-9d47-4c705e1ed248} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6006 | 2024.03.26 19:51:32.521897 [ 3 ] {4cf67b52-5f01-4464-9d47-4c705e1ed248} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001805 sec., 23268.698060941828 rows/sec., 1.84 MiB/sec. | ||
6007 | 2024.03.26 19:51:32.522116 [ 3 ] {4cf67b52-5f01-4464-9d47-4c705e1ed248} <Debug> DynamicQueryHandler: Done processing query | ||
6008 | 2024.03.26 19:51:32.522170 [ 3 ] {4cf67b52-5f01-4464-9d47-4c705e1ed248} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6009 | 2024.03.26 19:51:32.522224 [ 3 ] {} <Debug> HTTP-Session: 1c5f8b44-2a29-4cc1-821f-aeaf7de063fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6010 | 2024.03.26 19:51:32.522403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6011 | 2024.03.26 19:51:32.522454 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6012 | 2024.03.26 19:51:32.522474 [ 3 ] {} <Debug> HTTP-Session: 22b9c4da-dd0b-4c11-b191-c01abd87afb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6013 | 2024.03.26 19:51:32.522491 [ 3 ] {} <Debug> HTTP-Session: 22b9c4da-dd0b-4c11-b191-c01abd87afb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6014 | 2024.03.26 19:51:32.522505 [ 3 ] {} <Debug> HTTP-Session: 22b9c4da-dd0b-4c11-b191-c01abd87afb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6015 | 2024.03.26 19:51:32.522537 [ 3 ] {} <Trace> HTTP-Session: 22b9c4da-dd0b-4c11-b191-c01abd87afb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6016 | 2024.03.26 19:51:32.522655 [ 3 ] {dfc745b6-8501-4e59-8575-59f2ea65da2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6017 | 2024.03.26 19:51:32.522701 [ 3 ] {dfc745b6-8501-4e59-8575-59f2ea65da2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6018 | 2024.03.26 19:51:32.522859 [ 3 ] {dfc745b6-8501-4e59-8575-59f2ea65da2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6019 | 2024.03.26 19:51:32.523323 [ 3 ] {dfc745b6-8501-4e59-8575-59f2ea65da2c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6020 | 2024.03.26 19:51:32.523367 [ 3 ] {dfc745b6-8501-4e59-8575-59f2ea65da2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
6021 | 2024.03.26 19:51:32.523701 [ 3 ] {dfc745b6-8501-4e59-8575-59f2ea65da2c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6022 | 2024.03.26 19:51:32.524740 [ 3 ] {dfc745b6-8501-4e59-8575-59f2ea65da2c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6023 | 2024.03.26 19:51:32.524891 [ 3 ] {dfc745b6-8501-4e59-8575-59f2ea65da2c} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.002292 sec., 66317.62652705061 rows/sec., 6.34 MiB/sec. | ||
6024 | 2024.03.26 19:51:32.524914 [ 107 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
6025 | 2024.03.26 19:51:32.525023 [ 107 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6026 | 2024.03.26 19:51:32.525054 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
6027 | 2024.03.26 19:51:32.525070 [ 3 ] {dfc745b6-8501-4e59-8575-59f2ea65da2c} <Debug> DynamicQueryHandler: Done processing query | ||
6028 | 2024.03.26 19:51:32.525118 [ 3 ] {dfc745b6-8501-4e59-8575-59f2ea65da2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6029 | 2024.03.26 19:51:32.525166 [ 3 ] {} <Debug> HTTP-Session: 22b9c4da-dd0b-4c11-b191-c01abd87afb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6030 | 2024.03.26 19:51:32.525361 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
6031 | 2024.03.26 19:51:32.525495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6032 | 2024.03.26 19:51:32.525746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6033 | 2024.03.26 19:51:32.525925 [ 3 ] {} <Debug> HTTP-Session: 66d6a100-c954-49ff-927e-a223d9bc3583 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6034 | 2024.03.26 19:51:32.526011 [ 3 ] {} <Debug> HTTP-Session: 66d6a100-c954-49ff-927e-a223d9bc3583 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6035 | 2024.03.26 19:51:32.526059 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6036 | 2024.03.26 19:51:32.526068 [ 3 ] {} <Debug> HTTP-Session: 66d6a100-c954-49ff-927e-a223d9bc3583 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6037 | 2024.03.26 19:51:32.526120 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 241 rows starting from the beginning of the part | ||
6038 | 2024.03.26 19:51:32.526138 [ 3 ] {} <Trace> HTTP-Session: 66d6a100-c954-49ff-927e-a223d9bc3583 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6039 | 2024.03.26 19:51:32.526361 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 154 rows starting from the beginning of the part | ||
6040 | 2024.03.26 19:51:32.526551 [ 3 ] {452014c4-f2b4-4ed6-8149-2967f062754f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6041 | 2024.03.26 19:51:32.526709 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 75 rows starting from the beginning of the part | ||
6042 | 2024.03.26 19:51:32.526710 [ 3 ] {452014c4-f2b4-4ed6-8149-2967f062754f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6043 | 2024.03.26 19:51:32.527020 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 152 rows starting from the beginning of the part | ||
6044 | 2024.03.26 19:51:32.527348 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 74 rows starting from the beginning of the part | ||
6045 | 2024.03.26 19:51:32.527744 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 152 rows starting from the beginning of the part | ||
6046 | 2024.03.26 19:51:32.527812 [ 3 ] {452014c4-f2b4-4ed6-8149-2967f062754f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6047 | 2024.03.26 19:51:32.528829 [ 3 ] {452014c4-f2b4-4ed6-8149-2967f062754f} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6048 | 2024.03.26 19:51:32.528881 [ 3 ] {452014c4-f2b4-4ed6-8149-2967f062754f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6049 | 2024.03.26 19:51:32.529717 [ 3 ] {452014c4-f2b4-4ed6-8149-2967f062754f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6050 | 2024.03.26 19:51:32.530483 [ 3 ] {452014c4-f2b4-4ed6-8149-2967f062754f} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6051 | 2024.03.26 19:51:32.530631 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 848 rows, containing 4 columns (4 merged, 0 gathered) in 0.005457795 sec., 155374.10254507544 rows/sec., 14.29 MiB/sec. | ||
6052 | 2024.03.26 19:51:32.530795 [ 107 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
6053 | 2024.03.26 19:51:32.530843 [ 3 ] {452014c4-f2b4-4ed6-8149-2967f062754f} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.00458 sec., 15283.842794759827 rows/sec., 1.19 MiB/sec. | ||
6054 | 2024.03.26 19:51:32.530888 [ 107 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6055 | 2024.03.26 19:51:32.530901 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
6056 | 2024.03.26 19:51:32.530975 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6057 | 2024.03.26 19:51:32.531536 [ 3 ] {452014c4-f2b4-4ed6-8149-2967f062754f} <Debug> DynamicQueryHandler: Done processing query | ||
6058 | 2024.03.26 19:51:32.531675 [ 3 ] {452014c4-f2b4-4ed6-8149-2967f062754f} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6059 | 2024.03.26 19:51:32.531788 [ 200 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_35_7 to all_40_40_0 into Compact with storage Full | ||
6060 | 2024.03.26 19:51:32.531811 [ 3 ] {} <Debug> HTTP-Session: 66d6a100-c954-49ff-927e-a223d9bc3583 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6061 | 2024.03.26 19:51:32.532287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6062 | 2024.03.26 19:51:32.532524 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6063 | 2024.03.26 19:51:32.532665 [ 3 ] {} <Debug> HTTP-Session: d6d89586-9583-48bf-8c0c-3b1182640b71 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6064 | 2024.03.26 19:51:32.532802 [ 3 ] {} <Debug> HTTP-Session: d6d89586-9583-48bf-8c0c-3b1182640b71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6065 | 2024.03.26 19:51:32.532854 [ 200 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6066 | 2024.03.26 19:51:32.532912 [ 3 ] {} <Debug> HTTP-Session: d6d89586-9583-48bf-8c0c-3b1182640b71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6067 | 2024.03.26 19:51:32.533030 [ 200 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 138 rows starting from the beginning of the part | ||
6068 | 2024.03.26 19:51:32.533083 [ 3 ] {} <Trace> HTTP-Session: d6d89586-9583-48bf-8c0c-3b1182640b71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6069 | 2024.03.26 19:51:32.533507 [ 200 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 74 rows starting from the beginning of the part | ||
6070 | 2024.03.26 19:51:32.533561 [ 3 ] {653c3c91-4ecb-4631-96bb-6de20ace991d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6071 | 2024.03.26 19:51:32.533849 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6072 | 2024.03.26 19:51:32.533872 [ 3 ] {653c3c91-4ecb-4631-96bb-6de20ace991d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6073 | 2024.03.26 19:51:32.533980 [ 200 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 46 rows starting from the beginning of the part | ||
6074 | 2024.03.26 19:51:32.534342 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_40_8} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
6075 | 2024.03.26 19:51:32.534464 [ 200 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 70 rows starting from the beginning of the part | ||
6076 | 2024.03.26 19:51:32.534795 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
6077 | 2024.03.26 19:51:32.534917 [ 200 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 44 rows starting from the beginning of the part | ||
6078 | 2024.03.26 19:51:32.535230 [ 200 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 70 rows starting from the beginning of the part | ||
6079 | 2024.03.26 19:51:32.535696 [ 3 ] {653c3c91-4ecb-4631-96bb-6de20ace991d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6080 | 2024.03.26 19:51:32.536358 [ 3 ] {653c3c91-4ecb-4631-96bb-6de20ace991d} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6081 | 2024.03.26 19:51:32.536401 [ 3 ] {653c3c91-4ecb-4631-96bb-6de20ace991d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6082 | 2024.03.26 19:51:32.536986 [ 3 ] {653c3c91-4ecb-4631-96bb-6de20ace991d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6083 | 2024.03.26 19:51:32.537069 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 442 rows, containing 4 columns (4 merged, 0 gathered) in 0.005899329 sec., 74923.77522935235 rows/sec., 5.85 MiB/sec. | ||
6084 | 2024.03.26 19:51:32.537317 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
6085 | 2024.03.26 19:51:32.537820 [ 3 ] {653c3c91-4ecb-4631-96bb-6de20ace991d} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6086 | 2024.03.26 19:51:32.538191 [ 3 ] {653c3c91-4ecb-4631-96bb-6de20ace991d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004838 sec., 20669.69822240595 rows/sec., 1.43 MiB/sec. | ||
6087 | 2024.03.26 19:51:32.538240 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6088 | 2024.03.26 19:51:32.538574 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_40_8} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
6089 | 2024.03.26 19:51:32.538750 [ 3 ] {653c3c91-4ecb-4631-96bb-6de20ace991d} <Debug> DynamicQueryHandler: Done processing query | ||
6090 | 2024.03.26 19:51:32.538807 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
6091 | 2024.03.26 19:51:32.538840 [ 3 ] {653c3c91-4ecb-4631-96bb-6de20ace991d} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6092 | 2024.03.26 19:51:32.538918 [ 3 ] {} <Debug> HTTP-Session: d6d89586-9583-48bf-8c0c-3b1182640b71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6093 | 2024.03.26 19:51:32.539166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6094 | 2024.03.26 19:51:32.539261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6095 | 2024.03.26 19:51:32.539294 [ 3 ] {} <Debug> HTTP-Session: 8596b526-cca6-47a3-947b-e07db06a3689 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6096 | 2024.03.26 19:51:32.539326 [ 3 ] {} <Debug> HTTP-Session: 8596b526-cca6-47a3-947b-e07db06a3689 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6097 | 2024.03.26 19:51:32.539350 [ 3 ] {} <Debug> HTTP-Session: 8596b526-cca6-47a3-947b-e07db06a3689 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6098 | 2024.03.26 19:51:32.539395 [ 3 ] {} <Trace> HTTP-Session: 8596b526-cca6-47a3-947b-e07db06a3689 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6099 | 2024.03.26 19:51:32.539786 [ 3 ] {98214679-9a88-4e91-868b-968288964cbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6100 | 2024.03.26 19:51:32.539839 [ 3 ] {98214679-9a88-4e91-868b-968288964cbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6101 | 2024.03.26 19:51:32.540046 [ 3 ] {98214679-9a88-4e91-868b-968288964cbf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6102 | 2024.03.26 19:51:32.540612 [ 3 ] {98214679-9a88-4e91-868b-968288964cbf} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6103 | 2024.03.26 19:51:32.540650 [ 3 ] {98214679-9a88-4e91-868b-968288964cbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
6104 | 2024.03.26 19:51:32.541098 [ 3 ] {98214679-9a88-4e91-868b-968288964cbf} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6105 | 2024.03.26 19:51:32.541452 [ 3 ] {98214679-9a88-4e91-868b-968288964cbf} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6106 | 2024.03.26 19:51:32.541625 [ 3 ] {98214679-9a88-4e91-868b-968288964cbf} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.002125 sec., 19764.70588235294 rows/sec., 26.67 MiB/sec. | ||
6107 | 2024.03.26 19:51:32.541771 [ 3 ] {98214679-9a88-4e91-868b-968288964cbf} <Debug> DynamicQueryHandler: Done processing query | ||
6108 | 2024.03.26 19:51:32.541794 [ 3 ] {98214679-9a88-4e91-868b-968288964cbf} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6109 | 2024.03.26 19:51:32.541810 [ 3 ] {} <Debug> HTTP-Session: 8596b526-cca6-47a3-947b-e07db06a3689 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6110 | 2024.03.26 19:51:32.541935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6111 | 2024.03.26 19:51:32.541983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6112 | 2024.03.26 19:51:32.542001 [ 3 ] {} <Debug> HTTP-Session: 6978154a-a5c6-484c-9dab-1ac262148eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6113 | 2024.03.26 19:51:32.542022 [ 3 ] {} <Debug> HTTP-Session: 6978154a-a5c6-484c-9dab-1ac262148eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6114 | 2024.03.26 19:51:32.542036 [ 3 ] {} <Debug> HTTP-Session: 6978154a-a5c6-484c-9dab-1ac262148eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6115 | 2024.03.26 19:51:32.542068 [ 3 ] {} <Trace> HTTP-Session: 6978154a-a5c6-484c-9dab-1ac262148eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6116 | 2024.03.26 19:51:32.542143 [ 3 ] {8f06f616-98a6-457d-86f0-b4956bad33cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6117 | 2024.03.26 19:51:32.542186 [ 3 ] {8f06f616-98a6-457d-86f0-b4956bad33cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6118 | 2024.03.26 19:51:32.542315 [ 3 ] {8f06f616-98a6-457d-86f0-b4956bad33cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6119 | 2024.03.26 19:51:32.542597 [ 3 ] {8f06f616-98a6-457d-86f0-b4956bad33cf} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6120 | 2024.03.26 19:51:32.542634 [ 3 ] {8f06f616-98a6-457d-86f0-b4956bad33cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.47 GiB. | ||
6121 | 2024.03.26 19:51:32.542992 [ 3 ] {8f06f616-98a6-457d-86f0-b4956bad33cf} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
6122 | 2024.03.26 19:51:32.543312 [ 3 ] {8f06f616-98a6-457d-86f0-b4956bad33cf} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6123 | 2024.03.26 19:51:32.543471 [ 3 ] {8f06f616-98a6-457d-86f0-b4956bad33cf} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00135 sec., 22222.222222222223 rows/sec., 1.52 MiB/sec. | ||
6124 | 2024.03.26 19:51:32.543678 [ 3 ] {8f06f616-98a6-457d-86f0-b4956bad33cf} <Debug> DynamicQueryHandler: Done processing query | ||
6125 | 2024.03.26 19:51:32.543740 [ 3 ] {8f06f616-98a6-457d-86f0-b4956bad33cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6126 | 2024.03.26 19:51:32.543791 [ 3 ] {} <Debug> HTTP-Session: 6978154a-a5c6-484c-9dab-1ac262148eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6127 | 2024.03.26 19:51:37.519282 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6128 | 2024.03.26 19:51:37.519410 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6129 | 2024.03.26 19:51:37.519436 [ 3 ] {} <Debug> HTTP-Session: 48f3c4bd-5028-4966-a4dc-cf3965889b85 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6130 | 2024.03.26 19:51:37.519462 [ 3 ] {} <Debug> HTTP-Session: 48f3c4bd-5028-4966-a4dc-cf3965889b85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6131 | 2024.03.26 19:51:37.519477 [ 3 ] {} <Debug> HTTP-Session: 48f3c4bd-5028-4966-a4dc-cf3965889b85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6132 | 2024.03.26 19:51:37.519529 [ 3 ] {} <Trace> HTTP-Session: 48f3c4bd-5028-4966-a4dc-cf3965889b85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6133 | 2024.03.26 19:51:37.519652 [ 3 ] {e4927736-f260-4ba7-b7b5-650baf65dc71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6134 | 2024.03.26 19:51:37.519717 [ 3 ] {e4927736-f260-4ba7-b7b5-650baf65dc71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6135 | 2024.03.26 19:51:37.519913 [ 3 ] {e4927736-f260-4ba7-b7b5-650baf65dc71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6136 | 2024.03.26 19:51:37.520417 [ 3 ] {e4927736-f260-4ba7-b7b5-650baf65dc71} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6137 | 2024.03.26 19:51:37.520464 [ 3 ] {e4927736-f260-4ba7-b7b5-650baf65dc71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6138 | 2024.03.26 19:51:37.520854 [ 3 ] {e4927736-f260-4ba7-b7b5-650baf65dc71} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6139 | 2024.03.26 19:51:37.521202 [ 3 ] {e4927736-f260-4ba7-b7b5-650baf65dc71} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6140 | 2024.03.26 19:51:37.521377 [ 3 ] {e4927736-f260-4ba7-b7b5-650baf65dc71} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001777 sec., 9003.939223410242 rows/sec., 729.81 KiB/sec. | ||
6141 | 2024.03.26 19:51:37.521390 [ 102 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6142 | 2024.03.26 19:51:37.521492 [ 102 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6143 | 2024.03.26 19:51:37.521551 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6144 | 2024.03.26 19:51:37.521625 [ 3 ] {e4927736-f260-4ba7-b7b5-650baf65dc71} <Debug> DynamicQueryHandler: Done processing query | ||
6145 | 2024.03.26 19:51:37.521665 [ 3 ] {e4927736-f260-4ba7-b7b5-650baf65dc71} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6146 | 2024.03.26 19:51:37.521685 [ 3 ] {} <Debug> HTTP-Session: 48f3c4bd-5028-4966-a4dc-cf3965889b85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6147 | 2024.03.26 19:51:37.521697 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
6148 | 2024.03.26 19:51:37.521830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6149 | 2024.03.26 19:51:37.521834 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6150 | 2024.03.26 19:51:37.521876 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 58 rows starting from the beginning of the part | ||
6151 | 2024.03.26 19:51:37.521895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6152 | 2024.03.26 19:51:37.521919 [ 3 ] {} <Debug> HTTP-Session: 1cde303a-23cb-4bae-9908-d1da0ca629ab Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6153 | 2024.03.26 19:51:37.521950 [ 3 ] {} <Debug> HTTP-Session: 1cde303a-23cb-4bae-9908-d1da0ca629ab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6154 | 2024.03.26 19:51:37.521977 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part | ||
6155 | 2024.03.26 19:51:37.521990 [ 3 ] {} <Debug> HTTP-Session: 1cde303a-23cb-4bae-9908-d1da0ca629ab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6156 | 2024.03.26 19:51:37.522115 [ 3 ] {} <Trace> HTTP-Session: 1cde303a-23cb-4bae-9908-d1da0ca629ab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6157 | 2024.03.26 19:51:37.522355 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part | ||
6158 | 2024.03.26 19:51:37.522478 [ 3 ] {79502a90-ccb4-423d-9380-94267436680c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6159 | 2024.03.26 19:51:37.522628 [ 3 ] {79502a90-ccb4-423d-9380-94267436680c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6160 | 2024.03.26 19:51:37.522688 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
6161 | 2024.03.26 19:51:37.523080 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part | ||
6162 | 2024.03.26 19:51:37.523393 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
6163 | 2024.03.26 19:51:37.523945 [ 3 ] {79502a90-ccb4-423d-9380-94267436680c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6164 | 2024.03.26 19:51:37.524438 [ 3 ] {79502a90-ccb4-423d-9380-94267436680c} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6165 | 2024.03.26 19:51:37.524484 [ 3 ] {79502a90-ccb4-423d-9380-94267436680c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6166 | 2024.03.26 19:51:37.524949 [ 3 ] {79502a90-ccb4-423d-9380-94267436680c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6167 | 2024.03.26 19:51:37.525135 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.003491675 sec., 54415.14459392698 rows/sec., 4.31 MiB/sec. | ||
6168 | 2024.03.26 19:51:37.525405 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6169 | 2024.03.26 19:51:37.525555 [ 3 ] {79502a90-ccb4-423d-9380-94267436680c} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6170 | 2024.03.26 19:51:37.525928 [ 3 ] {79502a90-ccb4-423d-9380-94267436680c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.0036 sec., 555.5555555555555 rows/sec., 45.30 KiB/sec. | ||
6171 | 2024.03.26 19:51:37.526233 [ 3 ] {79502a90-ccb4-423d-9380-94267436680c} <Debug> DynamicQueryHandler: Done processing query | ||
6172 | 2024.03.26 19:51:37.526271 [ 3 ] {79502a90-ccb4-423d-9380-94267436680c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6173 | 2024.03.26 19:51:37.526292 [ 3 ] {} <Debug> HTTP-Session: 1cde303a-23cb-4bae-9908-d1da0ca629ab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6174 | 2024.03.26 19:51:37.526409 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6175 | 2024.03.26 19:51:37.526465 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6176 | 2024.03.26 19:51:37.526554 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6177 | 2024.03.26 19:51:37.526568 [ 193 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_31_6} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6178 | 2024.03.26 19:51:37.526581 [ 3 ] {} <Debug> HTTP-Session: fc1f2282-628b-46a1-a8d7-bdc9fd479606 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6179 | 2024.03.26 19:51:37.526613 [ 3 ] {} <Debug> HTTP-Session: fc1f2282-628b-46a1-a8d7-bdc9fd479606 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6180 | 2024.03.26 19:51:37.526636 [ 3 ] {} <Debug> HTTP-Session: fc1f2282-628b-46a1-a8d7-bdc9fd479606 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6181 | 2024.03.26 19:51:37.526716 [ 3 ] {} <Trace> HTTP-Session: fc1f2282-628b-46a1-a8d7-bdc9fd479606 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6182 | 2024.03.26 19:51:37.526734 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
6183 | 2024.03.26 19:51:37.526846 [ 3 ] {4115eeed-544a-4298-b9a2-a17742189b49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6184 | 2024.03.26 19:51:37.526895 [ 3 ] {4115eeed-544a-4298-b9a2-a17742189b49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6185 | 2024.03.26 19:51:37.527046 [ 3 ] {4115eeed-544a-4298-b9a2-a17742189b49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6186 | 2024.03.26 19:51:37.527424 [ 3 ] {4115eeed-544a-4298-b9a2-a17742189b49} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6187 | 2024.03.26 19:51:37.527463 [ 3 ] {4115eeed-544a-4298-b9a2-a17742189b49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6188 | 2024.03.26 19:51:37.527783 [ 3 ] {4115eeed-544a-4298-b9a2-a17742189b49} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6189 | 2024.03.26 19:51:37.528095 [ 3 ] {4115eeed-544a-4298-b9a2-a17742189b49} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6190 | 2024.03.26 19:51:37.528249 [ 3 ] {4115eeed-544a-4298-b9a2-a17742189b49} <Debug> executeQuery: Read 111 rows, 9.14 KiB in 0.001453 sec., 76393.66827253957 rows/sec., 6.15 MiB/sec. | ||
6191 | 2024.03.26 19:51:37.528373 [ 3 ] {4115eeed-544a-4298-b9a2-a17742189b49} <Debug> DynamicQueryHandler: Done processing query | ||
6192 | 2024.03.26 19:51:37.528397 [ 3 ] {4115eeed-544a-4298-b9a2-a17742189b49} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6193 | 2024.03.26 19:51:37.528412 [ 3 ] {} <Debug> HTTP-Session: fc1f2282-628b-46a1-a8d7-bdc9fd479606 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6194 | 2024.03.26 19:51:37.528533 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6195 | 2024.03.26 19:51:37.528583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6196 | 2024.03.26 19:51:37.528600 [ 3 ] {} <Debug> HTTP-Session: 83ac192d-b9b0-4e3c-ab40-550cb147942a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6197 | 2024.03.26 19:51:37.528616 [ 3 ] {} <Debug> HTTP-Session: 83ac192d-b9b0-4e3c-ab40-550cb147942a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6198 | 2024.03.26 19:51:37.528630 [ 3 ] {} <Debug> HTTP-Session: 83ac192d-b9b0-4e3c-ab40-550cb147942a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6199 | 2024.03.26 19:51:37.528661 [ 3 ] {} <Trace> HTTP-Session: 83ac192d-b9b0-4e3c-ab40-550cb147942a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6200 | 2024.03.26 19:51:37.528725 [ 3 ] {3dc22342-f7f5-4d42-a9df-e37eb50786c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6201 | 2024.03.26 19:51:37.528766 [ 3 ] {3dc22342-f7f5-4d42-a9df-e37eb50786c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6202 | 2024.03.26 19:51:37.528894 [ 3 ] {3dc22342-f7f5-4d42-a9df-e37eb50786c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6203 | 2024.03.26 19:51:37.529221 [ 3 ] {3dc22342-f7f5-4d42-a9df-e37eb50786c7} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6204 | 2024.03.26 19:51:37.529258 [ 3 ] {3dc22342-f7f5-4d42-a9df-e37eb50786c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6205 | 2024.03.26 19:51:37.529549 [ 3 ] {3dc22342-f7f5-4d42-a9df-e37eb50786c7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
6206 | 2024.03.26 19:51:37.529856 [ 3 ] {3dc22342-f7f5-4d42-a9df-e37eb50786c7} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6207 | 2024.03.26 19:51:37.530015 [ 3 ] {3dc22342-f7f5-4d42-a9df-e37eb50786c7} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001301 sec., 1537.2790161414296 rows/sec., 107.34 KiB/sec. | ||
6208 | 2024.03.26 19:51:37.530277 [ 3 ] {3dc22342-f7f5-4d42-a9df-e37eb50786c7} <Debug> DynamicQueryHandler: Done processing query | ||
6209 | 2024.03.26 19:51:37.530320 [ 3 ] {3dc22342-f7f5-4d42-a9df-e37eb50786c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6210 | 2024.03.26 19:51:37.530337 [ 3 ] {} <Debug> HTTP-Session: 83ac192d-b9b0-4e3c-ab40-550cb147942a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6211 | 2024.03.26 19:51:37.530457 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6212 | 2024.03.26 19:51:37.530506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6213 | 2024.03.26 19:51:37.530525 [ 3 ] {} <Debug> HTTP-Session: c263c574-2fb9-4653-a841-7231236db147 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6214 | 2024.03.26 19:51:37.530542 [ 3 ] {} <Debug> HTTP-Session: c263c574-2fb9-4653-a841-7231236db147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6215 | 2024.03.26 19:51:37.530555 [ 3 ] {} <Debug> HTTP-Session: c263c574-2fb9-4653-a841-7231236db147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6216 | 2024.03.26 19:51:37.530587 [ 3 ] {} <Trace> HTTP-Session: c263c574-2fb9-4653-a841-7231236db147 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6217 | 2024.03.26 19:51:37.530678 [ 3 ] {1a44a990-25ff-423f-a9b5-a4e67953e465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6218 | 2024.03.26 19:51:37.530720 [ 3 ] {1a44a990-25ff-423f-a9b5-a4e67953e465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6219 | 2024.03.26 19:51:37.530866 [ 3 ] {1a44a990-25ff-423f-a9b5-a4e67953e465} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6220 | 2024.03.26 19:51:37.531201 [ 3 ] {1a44a990-25ff-423f-a9b5-a4e67953e465} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6221 | 2024.03.26 19:51:37.531239 [ 3 ] {1a44a990-25ff-423f-a9b5-a4e67953e465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6222 | 2024.03.26 19:51:37.531553 [ 3 ] {1a44a990-25ff-423f-a9b5-a4e67953e465} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6223 | 2024.03.26 19:51:37.531862 [ 3 ] {1a44a990-25ff-423f-a9b5-a4e67953e465} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6224 | 2024.03.26 19:51:37.532028 [ 3 ] {1a44a990-25ff-423f-a9b5-a4e67953e465} <Debug> executeQuery: Read 70 rows, 5.58 KiB in 0.001383 sec., 50614.60592913956 rows/sec., 3.94 MiB/sec. | ||
6225 | 2024.03.26 19:51:37.532174 [ 3 ] {1a44a990-25ff-423f-a9b5-a4e67953e465} <Debug> DynamicQueryHandler: Done processing query | ||
6226 | 2024.03.26 19:51:37.532207 [ 3 ] {1a44a990-25ff-423f-a9b5-a4e67953e465} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6227 | 2024.03.26 19:51:37.532236 [ 3 ] {} <Debug> HTTP-Session: c263c574-2fb9-4653-a841-7231236db147 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6228 | 2024.03.26 19:51:37.532403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6229 | 2024.03.26 19:51:37.532453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6230 | 2024.03.26 19:51:37.532472 [ 3 ] {} <Debug> HTTP-Session: ff7662cb-9ce8-4506-bd0a-2e0759851b56 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6231 | 2024.03.26 19:51:37.532489 [ 3 ] {} <Debug> HTTP-Session: ff7662cb-9ce8-4506-bd0a-2e0759851b56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6232 | 2024.03.26 19:51:37.532503 [ 3 ] {} <Debug> HTTP-Session: ff7662cb-9ce8-4506-bd0a-2e0759851b56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6233 | 2024.03.26 19:51:37.532535 [ 3 ] {} <Trace> HTTP-Session: ff7662cb-9ce8-4506-bd0a-2e0759851b56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6234 | 2024.03.26 19:51:37.532655 [ 3 ] {55f06030-25b5-4b67-8843-18f1a5cb0e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6235 | 2024.03.26 19:51:37.532700 [ 3 ] {55f06030-25b5-4b67-8843-18f1a5cb0e84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6236 | 2024.03.26 19:51:37.532849 [ 3 ] {55f06030-25b5-4b67-8843-18f1a5cb0e84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6237 | 2024.03.26 19:51:37.533237 [ 3 ] {55f06030-25b5-4b67-8843-18f1a5cb0e84} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6238 | 2024.03.26 19:51:37.533274 [ 3 ] {55f06030-25b5-4b67-8843-18f1a5cb0e84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6239 | 2024.03.26 19:51:37.533660 [ 3 ] {55f06030-25b5-4b67-8843-18f1a5cb0e84} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6240 | 2024.03.26 19:51:37.533999 [ 3 ] {55f06030-25b5-4b67-8843-18f1a5cb0e84} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6241 | 2024.03.26 19:51:37.534158 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6242 | 2024.03.26 19:51:37.534165 [ 3 ] {55f06030-25b5-4b67-8843-18f1a5cb0e84} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001569 sec., 87316.76226896112 rows/sec., 6.08 MiB/sec. | ||
6243 | 2024.03.26 19:51:37.534209 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6244 | 2024.03.26 19:51:37.534280 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6245 | 2024.03.26 19:51:37.534417 [ 3 ] {55f06030-25b5-4b67-8843-18f1a5cb0e84} <Debug> DynamicQueryHandler: Done processing query | ||
6246 | 2024.03.26 19:51:37.534477 [ 3 ] {55f06030-25b5-4b67-8843-18f1a5cb0e84} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
6247 | 2024.03.26 19:51:37.534547 [ 3 ] {} <Debug> HTTP-Session: ff7662cb-9ce8-4506-bd0a-2e0759851b56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6248 | 2024.03.26 19:51:37.534608 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
6249 | 2024.03.26 19:51:37.534777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6250 | 2024.03.26 19:51:37.534932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6251 | 2024.03.26 19:51:37.535024 [ 3 ] {} <Debug> HTTP-Session: d7d7cbd7-e4f0-4ce0-8392-11714e55762f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6252 | 2024.03.26 19:51:37.535109 [ 3 ] {} <Debug> HTTP-Session: d7d7cbd7-e4f0-4ce0-8392-11714e55762f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6253 | 2024.03.26 19:51:37.535175 [ 3 ] {} <Debug> HTTP-Session: d7d7cbd7-e4f0-4ce0-8392-11714e55762f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6254 | 2024.03.26 19:51:37.535290 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6255 | 2024.03.26 19:51:37.535311 [ 3 ] {} <Trace> HTTP-Session: d7d7cbd7-e4f0-4ce0-8392-11714e55762f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6256 | 2024.03.26 19:51:37.535428 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 3978 rows starting from the beginning of the part | ||
6257 | 2024.03.26 19:51:37.535788 [ 3 ] {529bd5cc-4295-486d-9b64-5246e9fe66f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6258 | 2024.03.26 19:51:37.535905 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 101 rows starting from the beginning of the part | ||
6259 | 2024.03.26 19:51:37.535983 [ 3 ] {529bd5cc-4295-486d-9b64-5246e9fe66f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6260 | 2024.03.26 19:51:37.536220 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 100 rows starting from the beginning of the part | ||
6261 | 2024.03.26 19:51:37.536611 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 100 rows starting from the beginning of the part | ||
6262 | 2024.03.26 19:51:37.537080 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 100 rows starting from the beginning of the part | ||
6263 | 2024.03.26 19:51:37.537423 [ 196 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 137 rows starting from the beginning of the part | ||
6264 | 2024.03.26 19:51:37.537786 [ 3 ] {529bd5cc-4295-486d-9b64-5246e9fe66f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6265 | 2024.03.26 19:51:37.538471 [ 3 ] {529bd5cc-4295-486d-9b64-5246e9fe66f0} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6266 | 2024.03.26 19:51:37.538516 [ 3 ] {529bd5cc-4295-486d-9b64-5246e9fe66f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6267 | 2024.03.26 19:51:37.539134 [ 3 ] {529bd5cc-4295-486d-9b64-5246e9fe66f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6268 | 2024.03.26 19:51:37.539750 [ 3 ] {529bd5cc-4295-486d-9b64-5246e9fe66f0} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6269 | 2024.03.26 19:51:37.540107 [ 102 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6270 | 2024.03.26 19:51:37.540149 [ 3 ] {529bd5cc-4295-486d-9b64-5246e9fe66f0} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.004652 sec., 3439.3809114359415 rows/sec., 4.64 MiB/sec. | ||
6271 | 2024.03.26 19:51:37.540324 [ 102 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6272 | 2024.03.26 19:51:37.540484 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6273 | 2024.03.26 19:51:37.540613 [ 200 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4516 rows, containing 5 columns (5 merged, 0 gathered) in 0.006223739 sec., 725608.8341750836 rows/sec., 50.40 MiB/sec. | ||
6274 | 2024.03.26 19:51:37.540966 [ 3 ] {529bd5cc-4295-486d-9b64-5246e9fe66f0} <Debug> DynamicQueryHandler: Done processing query | ||
6275 | 2024.03.26 19:51:37.541017 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
6276 | 2024.03.26 19:51:37.541018 [ 3 ] {529bd5cc-4295-486d-9b64-5246e9fe66f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6277 | 2024.03.26 19:51:37.541143 [ 3 ] {} <Debug> HTTP-Session: d7d7cbd7-e4f0-4ce0-8392-11714e55762f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6278 | 2024.03.26 19:51:37.541180 [ 200 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6279 | 2024.03.26 19:51:37.541575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6280 | 2024.03.26 19:51:37.541844 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6281 | 2024.03.26 19:51:37.542042 [ 3 ] {} <Debug> HTTP-Session: b30336c8-f994-46c8-94ab-4e9e6011024b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6282 | 2024.03.26 19:51:37.542155 [ 3 ] {} <Debug> HTTP-Session: b30336c8-f994-46c8-94ab-4e9e6011024b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6283 | 2024.03.26 19:51:37.542335 [ 3 ] {} <Debug> HTTP-Session: b30336c8-f994-46c8-94ab-4e9e6011024b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6284 | 2024.03.26 19:51:37.542387 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6285 | 2024.03.26 19:51:37.542448 [ 3 ] {} <Trace> HTTP-Session: b30336c8-f994-46c8-94ab-4e9e6011024b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6286 | 2024.03.26 19:51:37.542482 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 725 rows starting from the beginning of the part | ||
6287 | 2024.03.26 19:51:37.542800 [ 3 ] {687f447b-f918-4755-ba1f-ea4f7f30201a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6288 | 2024.03.26 19:51:37.543011 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 16 rows starting from the beginning of the part | ||
6289 | 2024.03.26 19:51:37.543090 [ 3 ] {687f447b-f918-4755-ba1f-ea4f7f30201a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6290 | 2024.03.26 19:51:37.543557 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 42 rows starting from the beginning of the part | ||
6291 | 2024.03.26 19:51:37.543676 [ 200 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6292 | 2024.03.26 19:51:37.544098 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 16 rows starting from the beginning of the part | ||
6293 | 2024.03.26 19:51:37.544158 [ 200 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6294 | 2024.03.26 19:51:37.544566 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
6295 | 2024.03.26 19:51:37.544639 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 42 rows starting from the beginning of the part | ||
6296 | 2024.03.26 19:51:37.544702 [ 3 ] {687f447b-f918-4755-ba1f-ea4f7f30201a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6297 | 2024.03.26 19:51:37.544736 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 16 rows starting from the beginning of the part | ||
6298 | 2024.03.26 19:51:37.545761 [ 3 ] {687f447b-f918-4755-ba1f-ea4f7f30201a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6299 | 2024.03.26 19:51:37.545811 [ 3 ] {687f447b-f918-4755-ba1f-ea4f7f30201a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6300 | 2024.03.26 19:51:37.546251 [ 3 ] {687f447b-f918-4755-ba1f-ea4f7f30201a} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
6301 | 2024.03.26 19:51:37.546586 [ 3 ] {687f447b-f918-4755-ba1f-ea4f7f30201a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6302 | 2024.03.26 19:51:37.546793 [ 102 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
6303 | 2024.03.26 19:51:37.546851 [ 3 ] {687f447b-f918-4755-ba1f-ea4f7f30201a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004278 sec., 7012.622720897616 rows/sec., 491.93 KiB/sec. | ||
6304 | 2024.03.26 19:51:37.546889 [ 102 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6305 | 2024.03.26 19:51:37.547044 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6306 | 2024.03.26 19:51:37.547369 [ 3 ] {687f447b-f918-4755-ba1f-ea4f7f30201a} <Debug> DynamicQueryHandler: Done processing query | ||
6307 | 2024.03.26 19:51:37.547436 [ 3 ] {687f447b-f918-4755-ba1f-ea4f7f30201a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6308 | 2024.03.26 19:51:37.547535 [ 3 ] {} <Debug> HTTP-Session: b30336c8-f994-46c8-94ab-4e9e6011024b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6309 | 2024.03.26 19:51:37.547746 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
6310 | 2024.03.26 19:51:37.548237 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6311 | 2024.03.26 19:51:37.548325 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1068 rows starting from the beginning of the part | ||
6312 | 2024.03.26 19:51:37.548652 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 30 rows starting from the beginning of the part | ||
6313 | 2024.03.26 19:51:37.549040 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 30 rows starting from the beginning of the part | ||
6314 | 2024.03.26 19:51:37.549386 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 30 rows starting from the beginning of the part | ||
6315 | 2024.03.26 19:51:37.549514 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 30 rows starting from the beginning of the part | ||
6316 | 2024.03.26 19:51:37.549689 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 30 rows starting from the beginning of the part | ||
6317 | 2024.03.26 19:51:37.551015 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1218 rows, containing 4 columns (4 merged, 0 gathered) in 0.003735053 sec., 326099.7902841004 rows/sec., 22.34 MiB/sec. | ||
6318 | 2024.03.26 19:51:37.551195 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
6319 | 2024.03.26 19:51:37.551599 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6320 | 2024.03.26 19:51:37.551677 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_41_8} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
6321 | 2024.03.26 19:51:37.551759 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
6322 | 2024.03.26 19:51:37.558745 [ 199 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 857 rows, containing 6 columns (6 merged, 0 gathered) in 0.018012405 sec., 47578.32171772731 rows/sec., 64.20 MiB/sec. | ||
6323 | 2024.03.26 19:51:37.559351 [ 200 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6324 | 2024.03.26 19:51:37.559817 [ 200 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6325 | 2024.03.26 19:51:37.559908 [ 200 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6326 | 2024.03.26 19:51:37.559982 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.29 MiB. | ||
6327 | 2024.03.26 19:51:41.464440 [ 98 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6328 | 2024.03.26 19:51:41.464520 [ 98 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6329 | 2024.03.26 19:51:42.520631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6330 | 2024.03.26 19:51:42.520748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6331 | 2024.03.26 19:51:42.520772 [ 3 ] {} <Debug> HTTP-Session: c379de96-fefe-4d5d-99e8-9c99d8b8dbe0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6332 | 2024.03.26 19:51:42.520798 [ 3 ] {} <Debug> HTTP-Session: c379de96-fefe-4d5d-99e8-9c99d8b8dbe0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6333 | 2024.03.26 19:51:42.520813 [ 3 ] {} <Debug> HTTP-Session: c379de96-fefe-4d5d-99e8-9c99d8b8dbe0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6334 | 2024.03.26 19:51:42.520869 [ 3 ] {} <Trace> HTTP-Session: c379de96-fefe-4d5d-99e8-9c99d8b8dbe0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6335 | 2024.03.26 19:51:42.521009 [ 3 ] {0216b9fa-20d8-4272-943a-35f701e6275f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6336 | 2024.03.26 19:51:42.521082 [ 3 ] {0216b9fa-20d8-4272-943a-35f701e6275f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6337 | 2024.03.26 19:51:42.521277 [ 3 ] {0216b9fa-20d8-4272-943a-35f701e6275f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6338 | 2024.03.26 19:51:42.521726 [ 3 ] {0216b9fa-20d8-4272-943a-35f701e6275f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6339 | 2024.03.26 19:51:42.521779 [ 3 ] {0216b9fa-20d8-4272-943a-35f701e6275f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6340 | 2024.03.26 19:51:42.522177 [ 3 ] {0216b9fa-20d8-4272-943a-35f701e6275f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6341 | 2024.03.26 19:51:42.522526 [ 3 ] {0216b9fa-20d8-4272-943a-35f701e6275f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6342 | 2024.03.26 19:51:42.522703 [ 3 ] {0216b9fa-20d8-4272-943a-35f701e6275f} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.00176 sec., 23863.636363636364 rows/sec., 1.89 MiB/sec. | ||
6343 | 2024.03.26 19:51:42.522870 [ 3 ] {0216b9fa-20d8-4272-943a-35f701e6275f} <Debug> DynamicQueryHandler: Done processing query | ||
6344 | 2024.03.26 19:51:42.522898 [ 3 ] {0216b9fa-20d8-4272-943a-35f701e6275f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6345 | 2024.03.26 19:51:42.522915 [ 3 ] {} <Debug> HTTP-Session: c379de96-fefe-4d5d-99e8-9c99d8b8dbe0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6346 | 2024.03.26 19:51:42.523093 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6347 | 2024.03.26 19:51:42.523153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6348 | 2024.03.26 19:51:42.523173 [ 3 ] {} <Debug> HTTP-Session: 78a66559-5257-4af0-a510-2c0a88cae4b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6349 | 2024.03.26 19:51:42.523192 [ 3 ] {} <Debug> HTTP-Session: 78a66559-5257-4af0-a510-2c0a88cae4b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6350 | 2024.03.26 19:51:42.523208 [ 3 ] {} <Debug> HTTP-Session: 78a66559-5257-4af0-a510-2c0a88cae4b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6351 | 2024.03.26 19:51:42.523277 [ 3 ] {} <Trace> HTTP-Session: 78a66559-5257-4af0-a510-2c0a88cae4b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6352 | 2024.03.26 19:51:42.523399 [ 3 ] {054a92a4-2db2-453d-baaf-a9811501886c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6353 | 2024.03.26 19:51:42.523453 [ 3 ] {054a92a4-2db2-453d-baaf-a9811501886c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6354 | 2024.03.26 19:51:42.523592 [ 3 ] {054a92a4-2db2-453d-baaf-a9811501886c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6355 | 2024.03.26 19:51:42.523989 [ 3 ] {054a92a4-2db2-453d-baaf-a9811501886c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6356 | 2024.03.26 19:51:42.524030 [ 3 ] {054a92a4-2db2-453d-baaf-a9811501886c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6357 | 2024.03.26 19:51:42.524359 [ 3 ] {054a92a4-2db2-453d-baaf-a9811501886c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6358 | 2024.03.26 19:51:42.524677 [ 3 ] {054a92a4-2db2-453d-baaf-a9811501886c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6359 | 2024.03.26 19:51:42.524847 [ 3 ] {054a92a4-2db2-453d-baaf-a9811501886c} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001508 sec., 100795.75596816976 rows/sec., 9.63 MiB/sec. | ||
6360 | 2024.03.26 19:51:42.524980 [ 3 ] {054a92a4-2db2-453d-baaf-a9811501886c} <Debug> DynamicQueryHandler: Done processing query | ||
6361 | 2024.03.26 19:51:42.525032 [ 3 ] {054a92a4-2db2-453d-baaf-a9811501886c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6362 | 2024.03.26 19:51:42.525048 [ 3 ] {} <Debug> HTTP-Session: 78a66559-5257-4af0-a510-2c0a88cae4b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6363 | 2024.03.26 19:51:42.525188 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6364 | 2024.03.26 19:51:42.525242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6365 | 2024.03.26 19:51:42.525261 [ 3 ] {} <Debug> HTTP-Session: 4a01bdc4-4075-4abf-b4f8-299362e2d579 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6366 | 2024.03.26 19:51:42.525278 [ 3 ] {} <Debug> HTTP-Session: 4a01bdc4-4075-4abf-b4f8-299362e2d579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6367 | 2024.03.26 19:51:42.525292 [ 3 ] {} <Debug> HTTP-Session: 4a01bdc4-4075-4abf-b4f8-299362e2d579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6368 | 2024.03.26 19:51:42.525326 [ 3 ] {} <Trace> HTTP-Session: 4a01bdc4-4075-4abf-b4f8-299362e2d579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6369 | 2024.03.26 19:51:42.525429 [ 3 ] {962968b6-6e5c-451e-8c10-91e932190ae9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6370 | 2024.03.26 19:51:42.525472 [ 3 ] {962968b6-6e5c-451e-8c10-91e932190ae9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6371 | 2024.03.26 19:51:42.525606 [ 3 ] {962968b6-6e5c-451e-8c10-91e932190ae9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6372 | 2024.03.26 19:51:42.525933 [ 3 ] {962968b6-6e5c-451e-8c10-91e932190ae9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6373 | 2024.03.26 19:51:42.525972 [ 3 ] {962968b6-6e5c-451e-8c10-91e932190ae9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6374 | 2024.03.26 19:51:42.526296 [ 3 ] {962968b6-6e5c-451e-8c10-91e932190ae9} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6375 | 2024.03.26 19:51:42.526606 [ 3 ] {962968b6-6e5c-451e-8c10-91e932190ae9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6376 | 2024.03.26 19:51:42.526770 [ 3 ] {962968b6-6e5c-451e-8c10-91e932190ae9} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001387 sec., 50468.637346791635 rows/sec., 3.94 MiB/sec. | ||
6377 | 2024.03.26 19:51:42.526908 [ 3 ] {962968b6-6e5c-451e-8c10-91e932190ae9} <Debug> DynamicQueryHandler: Done processing query | ||
6378 | 2024.03.26 19:51:42.526943 [ 3 ] {962968b6-6e5c-451e-8c10-91e932190ae9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6379 | 2024.03.26 19:51:42.526977 [ 3 ] {} <Debug> HTTP-Session: 4a01bdc4-4075-4abf-b4f8-299362e2d579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6380 | 2024.03.26 19:51:42.527135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6381 | 2024.03.26 19:51:42.527185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6382 | 2024.03.26 19:51:42.527203 [ 3 ] {} <Debug> HTTP-Session: fdc8ce23-e673-42e6-8ea7-34bd6984e635 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6383 | 2024.03.26 19:51:42.527219 [ 3 ] {} <Debug> HTTP-Session: fdc8ce23-e673-42e6-8ea7-34bd6984e635 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6384 | 2024.03.26 19:51:42.527233 [ 3 ] {} <Debug> HTTP-Session: fdc8ce23-e673-42e6-8ea7-34bd6984e635 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6385 | 2024.03.26 19:51:42.527265 [ 3 ] {} <Trace> HTTP-Session: fdc8ce23-e673-42e6-8ea7-34bd6984e635 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6386 | 2024.03.26 19:51:42.527368 [ 3 ] {a502c539-ea26-4243-8eda-23cb346f942c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6387 | 2024.03.26 19:51:42.527414 [ 3 ] {a502c539-ea26-4243-8eda-23cb346f942c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6388 | 2024.03.26 19:51:42.527558 [ 3 ] {a502c539-ea26-4243-8eda-23cb346f942c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6389 | 2024.03.26 19:51:42.527953 [ 3 ] {a502c539-ea26-4243-8eda-23cb346f942c} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6390 | 2024.03.26 19:51:42.527989 [ 3 ] {a502c539-ea26-4243-8eda-23cb346f942c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6391 | 2024.03.26 19:51:42.528370 [ 3 ] {a502c539-ea26-4243-8eda-23cb346f942c} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6392 | 2024.03.26 19:51:42.528712 [ 3 ] {a502c539-ea26-4243-8eda-23cb346f942c} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6393 | 2024.03.26 19:51:42.528873 [ 3 ] {a502c539-ea26-4243-8eda-23cb346f942c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001553 sec., 64391.50032195751 rows/sec., 4.46 MiB/sec. | ||
6394 | 2024.03.26 19:51:42.529000 [ 3 ] {a502c539-ea26-4243-8eda-23cb346f942c} <Debug> DynamicQueryHandler: Done processing query | ||
6395 | 2024.03.26 19:51:42.529024 [ 3 ] {a502c539-ea26-4243-8eda-23cb346f942c} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6396 | 2024.03.26 19:51:42.529040 [ 3 ] {} <Debug> HTTP-Session: fdc8ce23-e673-42e6-8ea7-34bd6984e635 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6397 | 2024.03.26 19:51:42.529209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44960, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6398 | 2024.03.26 19:51:42.529257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6399 | 2024.03.26 19:51:42.529275 [ 3 ] {} <Debug> HTTP-Session: 70162593-0efe-48c5-bec5-8e80cc960fbd Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6400 | 2024.03.26 19:51:42.529292 [ 3 ] {} <Debug> HTTP-Session: 70162593-0efe-48c5-bec5-8e80cc960fbd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6401 | 2024.03.26 19:51:42.529306 [ 3 ] {} <Debug> HTTP-Session: 70162593-0efe-48c5-bec5-8e80cc960fbd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6402 | 2024.03.26 19:51:42.529336 [ 3 ] {} <Trace> HTTP-Session: 70162593-0efe-48c5-bec5-8e80cc960fbd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6403 | 2024.03.26 19:51:42.529606 [ 3 ] {177dd3c7-9849-4618-9eff-39073af5cae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6404 | 2024.03.26 19:51:42.529652 [ 3 ] {177dd3c7-9849-4618-9eff-39073af5cae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6405 | 2024.03.26 19:51:42.529812 [ 3 ] {177dd3c7-9849-4618-9eff-39073af5cae2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6406 | 2024.03.26 19:51:42.530372 [ 3 ] {177dd3c7-9849-4618-9eff-39073af5cae2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6407 | 2024.03.26 19:51:42.530409 [ 3 ] {177dd3c7-9849-4618-9eff-39073af5cae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6408 | 2024.03.26 19:51:42.530829 [ 3 ] {177dd3c7-9849-4618-9eff-39073af5cae2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6409 | 2024.03.26 19:51:42.531169 [ 3 ] {177dd3c7-9849-4618-9eff-39073af5cae2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6410 | 2024.03.26 19:51:42.531324 [ 3 ] {177dd3c7-9849-4618-9eff-39073af5cae2} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001924 sec., 21829.52182952183 rows/sec., 29.46 MiB/sec. | ||
6411 | 2024.03.26 19:51:42.531457 [ 3 ] {177dd3c7-9849-4618-9eff-39073af5cae2} <Debug> DynamicQueryHandler: Done processing query | ||
6412 | 2024.03.26 19:51:42.531482 [ 3 ] {177dd3c7-9849-4618-9eff-39073af5cae2} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6413 | 2024.03.26 19:51:42.531498 [ 3 ] {} <Debug> HTTP-Session: 70162593-0efe-48c5-bec5-8e80cc960fbd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6414 | 2024.03.26 19:51:42.531625 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6415 | 2024.03.26 19:51:42.531675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6416 | 2024.03.26 19:51:42.531693 [ 3 ] {} <Debug> HTTP-Session: 74df7639-2eac-4556-a861-7eecae7013e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6417 | 2024.03.26 19:51:42.531710 [ 3 ] {} <Debug> HTTP-Session: 74df7639-2eac-4556-a861-7eecae7013e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6418 | 2024.03.26 19:51:42.531725 [ 3 ] {} <Debug> HTTP-Session: 74df7639-2eac-4556-a861-7eecae7013e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6419 | 2024.03.26 19:51:42.531756 [ 3 ] {} <Trace> HTTP-Session: 74df7639-2eac-4556-a861-7eecae7013e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6420 | 2024.03.26 19:51:42.531829 [ 3 ] {605631a7-5504-4405-ad5e-bb21003e902b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6421 | 2024.03.26 19:51:42.531871 [ 3 ] {605631a7-5504-4405-ad5e-bb21003e902b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6422 | 2024.03.26 19:51:42.531997 [ 3 ] {605631a7-5504-4405-ad5e-bb21003e902b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6423 | 2024.03.26 19:51:42.532270 [ 3 ] {605631a7-5504-4405-ad5e-bb21003e902b} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6424 | 2024.03.26 19:51:42.532308 [ 3 ] {605631a7-5504-4405-ad5e-bb21003e902b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6425 | 2024.03.26 19:51:42.532664 [ 3 ] {605631a7-5504-4405-ad5e-bb21003e902b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
6426 | 2024.03.26 19:51:42.532987 [ 3 ] {605631a7-5504-4405-ad5e-bb21003e902b} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6427 | 2024.03.26 19:51:42.533134 [ 3 ] {605631a7-5504-4405-ad5e-bb21003e902b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00133 sec., 22556.390977443607 rows/sec., 1.55 MiB/sec. | ||
6428 | 2024.03.26 19:51:42.533249 [ 3 ] {605631a7-5504-4405-ad5e-bb21003e902b} <Debug> DynamicQueryHandler: Done processing query | ||
6429 | 2024.03.26 19:51:42.533273 [ 3 ] {605631a7-5504-4405-ad5e-bb21003e902b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6430 | 2024.03.26 19:51:42.533288 [ 3 ] {} <Debug> HTTP-Session: 74df7639-2eac-4556-a861-7eecae7013e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6431 | 2024.03.26 19:51:47.517752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6432 | 2024.03.26 19:51:47.517898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6433 | 2024.03.26 19:51:47.517928 [ 3 ] {} <Debug> HTTP-Session: 29ed2736-912c-425e-99db-fdd75ff1865e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6434 | 2024.03.26 19:51:47.517956 [ 3 ] {} <Debug> HTTP-Session: 29ed2736-912c-425e-99db-fdd75ff1865e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6435 | 2024.03.26 19:51:47.517974 [ 3 ] {} <Debug> HTTP-Session: 29ed2736-912c-425e-99db-fdd75ff1865e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6436 | 2024.03.26 19:51:47.518029 [ 3 ] {} <Trace> HTTP-Session: 29ed2736-912c-425e-99db-fdd75ff1865e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6437 | 2024.03.26 19:51:47.518165 [ 3 ] {77fbdbab-7f8d-4647-ab66-c000ac56af51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6438 | 2024.03.26 19:51:47.518238 [ 3 ] {77fbdbab-7f8d-4647-ab66-c000ac56af51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6439 | 2024.03.26 19:51:47.518436 [ 3 ] {77fbdbab-7f8d-4647-ab66-c000ac56af51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6440 | 2024.03.26 19:51:47.518885 [ 3 ] {77fbdbab-7f8d-4647-ab66-c000ac56af51} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6441 | 2024.03.26 19:51:47.518935 [ 3 ] {77fbdbab-7f8d-4647-ab66-c000ac56af51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6442 | 2024.03.26 19:51:47.519314 [ 3 ] {77fbdbab-7f8d-4647-ab66-c000ac56af51} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6443 | 2024.03.26 19:51:47.519646 [ 3 ] {77fbdbab-7f8d-4647-ab66-c000ac56af51} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6444 | 2024.03.26 19:51:47.519796 [ 3 ] {77fbdbab-7f8d-4647-ab66-c000ac56af51} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001694 sec., 9445.100354191263 rows/sec., 765.57 KiB/sec. | ||
6445 | 2024.03.26 19:51:47.520014 [ 3 ] {77fbdbab-7f8d-4647-ab66-c000ac56af51} <Debug> DynamicQueryHandler: Done processing query | ||
6446 | 2024.03.26 19:51:47.520055 [ 3 ] {77fbdbab-7f8d-4647-ab66-c000ac56af51} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6447 | 2024.03.26 19:51:47.520074 [ 3 ] {} <Debug> HTTP-Session: 29ed2736-912c-425e-99db-fdd75ff1865e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6448 | 2024.03.26 19:51:47.520281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6449 | 2024.03.26 19:51:47.520350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6450 | 2024.03.26 19:51:47.520369 [ 3 ] {} <Debug> HTTP-Session: cc6385d7-30c8-42dc-9f1d-a6a31d873e1b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6451 | 2024.03.26 19:51:47.520386 [ 3 ] {} <Debug> HTTP-Session: cc6385d7-30c8-42dc-9f1d-a6a31d873e1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6452 | 2024.03.26 19:51:47.520400 [ 3 ] {} <Debug> HTTP-Session: cc6385d7-30c8-42dc-9f1d-a6a31d873e1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6453 | 2024.03.26 19:51:47.520438 [ 3 ] {} <Trace> HTTP-Session: cc6385d7-30c8-42dc-9f1d-a6a31d873e1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6454 | 2024.03.26 19:51:47.520503 [ 3 ] {348f1bb6-e12f-4f7a-bf19-bfd000e26eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6455 | 2024.03.26 19:51:47.520547 [ 3 ] {348f1bb6-e12f-4f7a-bf19-bfd000e26eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6456 | 2024.03.26 19:51:47.520694 [ 3 ] {348f1bb6-e12f-4f7a-bf19-bfd000e26eaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6457 | 2024.03.26 19:51:47.520994 [ 3 ] {348f1bb6-e12f-4f7a-bf19-bfd000e26eaf} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6458 | 2024.03.26 19:51:47.521032 [ 3 ] {348f1bb6-e12f-4f7a-bf19-bfd000e26eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6459 | 2024.03.26 19:51:47.521324 [ 3 ] {348f1bb6-e12f-4f7a-bf19-bfd000e26eaf} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6460 | 2024.03.26 19:51:47.521626 [ 3 ] {348f1bb6-e12f-4f7a-bf19-bfd000e26eaf} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6461 | 2024.03.26 19:51:47.521787 [ 3 ] {348f1bb6-e12f-4f7a-bf19-bfd000e26eaf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001299 sec., 1539.6458814472671 rows/sec., 125.55 KiB/sec. | ||
6462 | 2024.03.26 19:51:47.522029 [ 3 ] {348f1bb6-e12f-4f7a-bf19-bfd000e26eaf} <Debug> DynamicQueryHandler: Done processing query | ||
6463 | 2024.03.26 19:51:47.522065 [ 3 ] {348f1bb6-e12f-4f7a-bf19-bfd000e26eaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6464 | 2024.03.26 19:51:47.522082 [ 3 ] {} <Debug> HTTP-Session: cc6385d7-30c8-42dc-9f1d-a6a31d873e1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6465 | 2024.03.26 19:51:47.522205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6466 | 2024.03.26 19:51:47.522252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6467 | 2024.03.26 19:51:47.522270 [ 3 ] {} <Debug> HTTP-Session: e414f1d1-6be6-423c-b10b-13f4c803d751 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6468 | 2024.03.26 19:51:47.522286 [ 3 ] {} <Debug> HTTP-Session: e414f1d1-6be6-423c-b10b-13f4c803d751 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6469 | 2024.03.26 19:51:47.522300 [ 3 ] {} <Debug> HTTP-Session: e414f1d1-6be6-423c-b10b-13f4c803d751 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6470 | 2024.03.26 19:51:47.522330 [ 3 ] {} <Trace> HTTP-Session: e414f1d1-6be6-423c-b10b-13f4c803d751 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6471 | 2024.03.26 19:51:47.522416 [ 3 ] {aa7107aa-e1fc-4b0c-b5b7-17af632d101c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6472 | 2024.03.26 19:51:47.522458 [ 3 ] {aa7107aa-e1fc-4b0c-b5b7-17af632d101c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6473 | 2024.03.26 19:51:47.522601 [ 3 ] {aa7107aa-e1fc-4b0c-b5b7-17af632d101c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6474 | 2024.03.26 19:51:47.522990 [ 3 ] {aa7107aa-e1fc-4b0c-b5b7-17af632d101c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6475 | 2024.03.26 19:51:47.523027 [ 3 ] {aa7107aa-e1fc-4b0c-b5b7-17af632d101c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6476 | 2024.03.26 19:51:47.523341 [ 3 ] {aa7107aa-e1fc-4b0c-b5b7-17af632d101c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6477 | 2024.03.26 19:51:47.523638 [ 3 ] {aa7107aa-e1fc-4b0c-b5b7-17af632d101c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6478 | 2024.03.26 19:51:47.523800 [ 3 ] {aa7107aa-e1fc-4b0c-b5b7-17af632d101c} <Debug> executeQuery: Read 75 rows, 6.38 KiB in 0.001418 sec., 52891.39633286319 rows/sec., 4.39 MiB/sec. | ||
6479 | 2024.03.26 19:51:47.523931 [ 3 ] {aa7107aa-e1fc-4b0c-b5b7-17af632d101c} <Debug> DynamicQueryHandler: Done processing query | ||
6480 | 2024.03.26 19:51:47.523954 [ 3 ] {aa7107aa-e1fc-4b0c-b5b7-17af632d101c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6481 | 2024.03.26 19:51:47.523970 [ 3 ] {} <Debug> HTTP-Session: e414f1d1-6be6-423c-b10b-13f4c803d751 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6482 | 2024.03.26 19:51:47.524075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6483 | 2024.03.26 19:51:47.524123 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6484 | 2024.03.26 19:51:47.524140 [ 3 ] {} <Debug> HTTP-Session: 69d5f003-6d2a-4c4a-99c0-94a0af4ec085 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6485 | 2024.03.26 19:51:47.524157 [ 3 ] {} <Debug> HTTP-Session: 69d5f003-6d2a-4c4a-99c0-94a0af4ec085 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6486 | 2024.03.26 19:51:47.524171 [ 3 ] {} <Debug> HTTP-Session: 69d5f003-6d2a-4c4a-99c0-94a0af4ec085 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6487 | 2024.03.26 19:51:47.524201 [ 3 ] {} <Trace> HTTP-Session: 69d5f003-6d2a-4c4a-99c0-94a0af4ec085 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6488 | 2024.03.26 19:51:47.524263 [ 3 ] {6eab7171-12f5-4dc8-845e-3bc155f814c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6489 | 2024.03.26 19:51:47.524302 [ 3 ] {6eab7171-12f5-4dc8-845e-3bc155f814c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6490 | 2024.03.26 19:51:47.524427 [ 3 ] {6eab7171-12f5-4dc8-845e-3bc155f814c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6491 | 2024.03.26 19:51:47.524694 [ 3 ] {6eab7171-12f5-4dc8-845e-3bc155f814c9} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6492 | 2024.03.26 19:51:47.524731 [ 3 ] {6eab7171-12f5-4dc8-845e-3bc155f814c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6493 | 2024.03.26 19:51:47.525015 [ 3 ] {6eab7171-12f5-4dc8-845e-3bc155f814c9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6494 | 2024.03.26 19:51:47.525313 [ 3 ] {6eab7171-12f5-4dc8-845e-3bc155f814c9} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6495 | 2024.03.26 19:51:47.525490 [ 3 ] {6eab7171-12f5-4dc8-845e-3bc155f814c9} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001242 sec., 1610.3059581320451 rows/sec., 112.44 KiB/sec. | ||
6496 | 2024.03.26 19:51:47.525617 [ 3 ] {6eab7171-12f5-4dc8-845e-3bc155f814c9} <Debug> DynamicQueryHandler: Done processing query | ||
6497 | 2024.03.26 19:51:47.525640 [ 3 ] {6eab7171-12f5-4dc8-845e-3bc155f814c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6498 | 2024.03.26 19:51:47.525656 [ 3 ] {} <Debug> HTTP-Session: 69d5f003-6d2a-4c4a-99c0-94a0af4ec085 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6499 | 2024.03.26 19:51:47.525770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6500 | 2024.03.26 19:51:47.525817 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6501 | 2024.03.26 19:51:47.525836 [ 3 ] {} <Debug> HTTP-Session: 2c066766-1d8c-42ad-93bd-0fa7f7b46af7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6502 | 2024.03.26 19:51:47.525852 [ 3 ] {} <Debug> HTTP-Session: 2c066766-1d8c-42ad-93bd-0fa7f7b46af7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6503 | 2024.03.26 19:51:47.525866 [ 3 ] {} <Debug> HTTP-Session: 2c066766-1d8c-42ad-93bd-0fa7f7b46af7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6504 | 2024.03.26 19:51:47.525895 [ 3 ] {} <Trace> HTTP-Session: 2c066766-1d8c-42ad-93bd-0fa7f7b46af7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6505 | 2024.03.26 19:51:47.525969 [ 3 ] {46f3a9b4-55c4-4d4c-99c3-48d2a8d8a64a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6506 | 2024.03.26 19:51:47.526009 [ 3 ] {46f3a9b4-55c4-4d4c-99c3-48d2a8d8a64a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6507 | 2024.03.26 19:51:47.526133 [ 3 ] {46f3a9b4-55c4-4d4c-99c3-48d2a8d8a64a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6508 | 2024.03.26 19:51:47.526440 [ 3 ] {46f3a9b4-55c4-4d4c-99c3-48d2a8d8a64a} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6509 | 2024.03.26 19:51:47.526477 [ 3 ] {46f3a9b4-55c4-4d4c-99c3-48d2a8d8a64a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6510 | 2024.03.26 19:51:47.526773 [ 3 ] {46f3a9b4-55c4-4d4c-99c3-48d2a8d8a64a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6511 | 2024.03.26 19:51:47.527070 [ 3 ] {46f3a9b4-55c4-4d4c-99c3-48d2a8d8a64a} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6512 | 2024.03.26 19:51:47.527218 [ 3 ] {46f3a9b4-55c4-4d4c-99c3-48d2a8d8a64a} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001274 sec., 36106.75039246468 rows/sec., 2.82 MiB/sec. | ||
6513 | 2024.03.26 19:51:47.527338 [ 3 ] {46f3a9b4-55c4-4d4c-99c3-48d2a8d8a64a} <Debug> DynamicQueryHandler: Done processing query | ||
6514 | 2024.03.26 19:51:47.527362 [ 3 ] {46f3a9b4-55c4-4d4c-99c3-48d2a8d8a64a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6515 | 2024.03.26 19:51:47.527377 [ 3 ] {} <Debug> HTTP-Session: 2c066766-1d8c-42ad-93bd-0fa7f7b46af7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6516 | 2024.03.26 19:51:47.527503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6517 | 2024.03.26 19:51:47.527550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6518 | 2024.03.26 19:51:47.527568 [ 3 ] {} <Debug> HTTP-Session: bbb6397d-1eb6-4a70-abd9-de9deb499302 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6519 | 2024.03.26 19:51:47.527584 [ 3 ] {} <Debug> HTTP-Session: bbb6397d-1eb6-4a70-abd9-de9deb499302 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6520 | 2024.03.26 19:51:47.527598 [ 3 ] {} <Debug> HTTP-Session: bbb6397d-1eb6-4a70-abd9-de9deb499302 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6521 | 2024.03.26 19:51:47.527627 [ 3 ] {} <Trace> HTTP-Session: bbb6397d-1eb6-4a70-abd9-de9deb499302 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6522 | 2024.03.26 19:51:47.527729 [ 3 ] {c2af06a9-ed67-4da8-90b5-15b11ccd553b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6523 | 2024.03.26 19:51:47.527773 [ 3 ] {c2af06a9-ed67-4da8-90b5-15b11ccd553b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6524 | 2024.03.26 19:51:47.527919 [ 3 ] {c2af06a9-ed67-4da8-90b5-15b11ccd553b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6525 | 2024.03.26 19:51:47.528283 [ 3 ] {c2af06a9-ed67-4da8-90b5-15b11ccd553b} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6526 | 2024.03.26 19:51:47.528320 [ 3 ] {c2af06a9-ed67-4da8-90b5-15b11ccd553b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6527 | 2024.03.26 19:51:47.528697 [ 3 ] {c2af06a9-ed67-4da8-90b5-15b11ccd553b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6528 | 2024.03.26 19:51:47.529033 [ 3 ] {c2af06a9-ed67-4da8-90b5-15b11ccd553b} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6529 | 2024.03.26 19:51:47.529184 [ 3 ] {c2af06a9-ed67-4da8-90b5-15b11ccd553b} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001505 sec., 67109.63455149501 rows/sec., 4.65 MiB/sec. | ||
6530 | 2024.03.26 19:51:47.529312 [ 3 ] {c2af06a9-ed67-4da8-90b5-15b11ccd553b} <Debug> DynamicQueryHandler: Done processing query | ||
6531 | 2024.03.26 19:51:47.529335 [ 3 ] {c2af06a9-ed67-4da8-90b5-15b11ccd553b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6532 | 2024.03.26 19:51:47.529351 [ 3 ] {} <Debug> HTTP-Session: bbb6397d-1eb6-4a70-abd9-de9deb499302 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6533 | 2024.03.26 19:51:47.529480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6534 | 2024.03.26 19:51:47.529528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6535 | 2024.03.26 19:51:47.529546 [ 3 ] {} <Debug> HTTP-Session: 2e9030a1-18f3-4327-bbd7-69a311371b5c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6536 | 2024.03.26 19:51:47.529561 [ 3 ] {} <Debug> HTTP-Session: 2e9030a1-18f3-4327-bbd7-69a311371b5c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6537 | 2024.03.26 19:51:47.529575 [ 3 ] {} <Debug> HTTP-Session: 2e9030a1-18f3-4327-bbd7-69a311371b5c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6538 | 2024.03.26 19:51:47.529604 [ 3 ] {} <Trace> HTTP-Session: 2e9030a1-18f3-4327-bbd7-69a311371b5c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6539 | 2024.03.26 19:51:47.529744 [ 3 ] {8adffafa-2a78-44e1-a81f-81ef531ffd1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6540 | 2024.03.26 19:51:47.529791 [ 3 ] {8adffafa-2a78-44e1-a81f-81ef531ffd1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6541 | 2024.03.26 19:51:47.529949 [ 3 ] {8adffafa-2a78-44e1-a81f-81ef531ffd1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6542 | 2024.03.26 19:51:47.530331 [ 3 ] {8adffafa-2a78-44e1-a81f-81ef531ffd1d} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6543 | 2024.03.26 19:51:47.530367 [ 3 ] {8adffafa-2a78-44e1-a81f-81ef531ffd1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6544 | 2024.03.26 19:51:47.530749 [ 3 ] {8adffafa-2a78-44e1-a81f-81ef531ffd1d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6545 | 2024.03.26 19:51:47.531082 [ 3 ] {8adffafa-2a78-44e1-a81f-81ef531ffd1d} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6546 | 2024.03.26 19:51:47.531244 [ 3 ] {8adffafa-2a78-44e1-a81f-81ef531ffd1d} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.00159 sec., 10062.893081761005 rows/sec., 13.58 MiB/sec. | ||
6547 | 2024.03.26 19:51:47.531376 [ 3 ] {8adffafa-2a78-44e1-a81f-81ef531ffd1d} <Debug> DynamicQueryHandler: Done processing query | ||
6548 | 2024.03.26 19:51:47.531399 [ 3 ] {8adffafa-2a78-44e1-a81f-81ef531ffd1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6549 | 2024.03.26 19:51:47.531416 [ 3 ] {} <Debug> HTTP-Session: 2e9030a1-18f3-4327-bbd7-69a311371b5c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6550 | 2024.03.26 19:51:47.531529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6551 | 2024.03.26 19:51:47.531576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6552 | 2024.03.26 19:51:47.531594 [ 3 ] {} <Debug> HTTP-Session: fa16c80c-b341-48be-a5d4-61b6bc71a4da Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6553 | 2024.03.26 19:51:47.531610 [ 3 ] {} <Debug> HTTP-Session: fa16c80c-b341-48be-a5d4-61b6bc71a4da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6554 | 2024.03.26 19:51:47.531624 [ 3 ] {} <Debug> HTTP-Session: fa16c80c-b341-48be-a5d4-61b6bc71a4da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6555 | 2024.03.26 19:51:47.531653 [ 3 ] {} <Trace> HTTP-Session: fa16c80c-b341-48be-a5d4-61b6bc71a4da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6556 | 2024.03.26 19:51:47.531732 [ 3 ] {c1117ec7-7d70-45ed-81f4-5013924ce141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6557 | 2024.03.26 19:51:47.531773 [ 3 ] {c1117ec7-7d70-45ed-81f4-5013924ce141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6558 | 2024.03.26 19:51:47.531898 [ 3 ] {c1117ec7-7d70-45ed-81f4-5013924ce141} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6559 | 2024.03.26 19:51:47.532172 [ 3 ] {c1117ec7-7d70-45ed-81f4-5013924ce141} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6560 | 2024.03.26 19:51:47.532210 [ 3 ] {c1117ec7-7d70-45ed-81f4-5013924ce141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6561 | 2024.03.26 19:51:47.532559 [ 3 ] {c1117ec7-7d70-45ed-81f4-5013924ce141} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
6562 | 2024.03.26 19:51:47.532878 [ 3 ] {c1117ec7-7d70-45ed-81f4-5013924ce141} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6563 | 2024.03.26 19:51:47.533035 [ 3 ] {c1117ec7-7d70-45ed-81f4-5013924ce141} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001328 sec., 22590.36144578313 rows/sec., 1.55 MiB/sec. | ||
6564 | 2024.03.26 19:51:47.533167 [ 3 ] {c1117ec7-7d70-45ed-81f4-5013924ce141} <Debug> DynamicQueryHandler: Done processing query | ||
6565 | 2024.03.26 19:51:47.533203 [ 3 ] {c1117ec7-7d70-45ed-81f4-5013924ce141} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6566 | 2024.03.26 19:51:47.533233 [ 3 ] {} <Debug> HTTP-Session: fa16c80c-b341-48be-a5d4-61b6bc71a4da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6567 | 2024.03.26 19:51:52.518203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6568 | 2024.03.26 19:51:52.518330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6569 | 2024.03.26 19:51:52.518358 [ 3 ] {} <Debug> HTTP-Session: 65271313-d8aa-4c49-bff6-76b636e77553 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6570 | 2024.03.26 19:51:52.518396 [ 3 ] {} <Debug> HTTP-Session: 65271313-d8aa-4c49-bff6-76b636e77553 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6571 | 2024.03.26 19:51:52.518412 [ 3 ] {} <Debug> HTTP-Session: 65271313-d8aa-4c49-bff6-76b636e77553 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6572 | 2024.03.26 19:51:52.518461 [ 3 ] {} <Trace> HTTP-Session: 65271313-d8aa-4c49-bff6-76b636e77553 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6573 | 2024.03.26 19:51:52.518599 [ 3 ] {f4b4c9af-caca-4910-bf75-c46ff9bd99ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6574 | 2024.03.26 19:51:52.518674 [ 3 ] {f4b4c9af-caca-4910-bf75-c46ff9bd99ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6575 | 2024.03.26 19:51:52.518885 [ 3 ] {f4b4c9af-caca-4910-bf75-c46ff9bd99ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6576 | 2024.03.26 19:51:52.519341 [ 3 ] {f4b4c9af-caca-4910-bf75-c46ff9bd99ad} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6577 | 2024.03.26 19:51:52.519389 [ 3 ] {f4b4c9af-caca-4910-bf75-c46ff9bd99ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6578 | 2024.03.26 19:51:52.519788 [ 3 ] {f4b4c9af-caca-4910-bf75-c46ff9bd99ad} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6579 | 2024.03.26 19:51:52.520125 [ 3 ] {f4b4c9af-caca-4910-bf75-c46ff9bd99ad} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6580 | 2024.03.26 19:51:52.520277 [ 3 ] {f4b4c9af-caca-4910-bf75-c46ff9bd99ad} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001744 sec., 24082.56880733945 rows/sec., 1.91 MiB/sec. | ||
6581 | 2024.03.26 19:51:52.520457 [ 3 ] {f4b4c9af-caca-4910-bf75-c46ff9bd99ad} <Debug> DynamicQueryHandler: Done processing query | ||
6582 | 2024.03.26 19:51:52.520485 [ 3 ] {f4b4c9af-caca-4910-bf75-c46ff9bd99ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6583 | 2024.03.26 19:51:52.520502 [ 3 ] {} <Debug> HTTP-Session: 65271313-d8aa-4c49-bff6-76b636e77553 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6584 | 2024.03.26 19:51:52.520646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6585 | 2024.03.26 19:51:52.520702 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6586 | 2024.03.26 19:51:52.520721 [ 3 ] {} <Debug> HTTP-Session: d4c448d0-fd2e-4391-9c7d-96a53b216fb5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6587 | 2024.03.26 19:51:52.520740 [ 3 ] {} <Debug> HTTP-Session: d4c448d0-fd2e-4391-9c7d-96a53b216fb5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6588 | 2024.03.26 19:51:52.520755 [ 3 ] {} <Debug> HTTP-Session: d4c448d0-fd2e-4391-9c7d-96a53b216fb5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6589 | 2024.03.26 19:51:52.520791 [ 3 ] {} <Trace> HTTP-Session: d4c448d0-fd2e-4391-9c7d-96a53b216fb5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6590 | 2024.03.26 19:51:52.520908 [ 3 ] {a8c67e63-3548-41e9-9eab-0c4153ed2b2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6591 | 2024.03.26 19:51:52.520954 [ 3 ] {a8c67e63-3548-41e9-9eab-0c4153ed2b2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6592 | 2024.03.26 19:51:52.521086 [ 3 ] {a8c67e63-3548-41e9-9eab-0c4153ed2b2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6593 | 2024.03.26 19:51:52.521502 [ 3 ] {a8c67e63-3548-41e9-9eab-0c4153ed2b2c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6594 | 2024.03.26 19:51:52.521538 [ 3 ] {a8c67e63-3548-41e9-9eab-0c4153ed2b2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6595 | 2024.03.26 19:51:52.521866 [ 3 ] {a8c67e63-3548-41e9-9eab-0c4153ed2b2c} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6596 | 2024.03.26 19:51:52.522178 [ 3 ] {a8c67e63-3548-41e9-9eab-0c4153ed2b2c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6597 | 2024.03.26 19:51:52.522311 [ 3 ] {a8c67e63-3548-41e9-9eab-0c4153ed2b2c} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001469 sec., 103471.7494894486 rows/sec., 9.89 MiB/sec. | ||
6598 | 2024.03.26 19:51:52.522443 [ 3 ] {a8c67e63-3548-41e9-9eab-0c4153ed2b2c} <Debug> DynamicQueryHandler: Done processing query | ||
6599 | 2024.03.26 19:51:52.522470 [ 3 ] {a8c67e63-3548-41e9-9eab-0c4153ed2b2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6600 | 2024.03.26 19:51:52.522487 [ 3 ] {} <Debug> HTTP-Session: d4c448d0-fd2e-4391-9c7d-96a53b216fb5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6601 | 2024.03.26 19:51:52.522605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6602 | 2024.03.26 19:51:52.522656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6603 | 2024.03.26 19:51:52.522677 [ 3 ] {} <Debug> HTTP-Session: ff4744d1-8cee-454e-8cd7-14e34b279029 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6604 | 2024.03.26 19:51:52.522693 [ 3 ] {} <Debug> HTTP-Session: ff4744d1-8cee-454e-8cd7-14e34b279029 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6605 | 2024.03.26 19:51:52.522707 [ 3 ] {} <Debug> HTTP-Session: ff4744d1-8cee-454e-8cd7-14e34b279029 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6606 | 2024.03.26 19:51:52.522739 [ 3 ] {} <Trace> HTTP-Session: ff4744d1-8cee-454e-8cd7-14e34b279029 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6607 | 2024.03.26 19:51:52.522831 [ 3 ] {9aafa574-8598-4eaf-bb7b-d563de7075d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6608 | 2024.03.26 19:51:52.522873 [ 3 ] {9aafa574-8598-4eaf-bb7b-d563de7075d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6609 | 2024.03.26 19:51:52.522999 [ 3 ] {9aafa574-8598-4eaf-bb7b-d563de7075d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6610 | 2024.03.26 19:51:52.523363 [ 3 ] {9aafa574-8598-4eaf-bb7b-d563de7075d2} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6611 | 2024.03.26 19:51:52.523400 [ 3 ] {9aafa574-8598-4eaf-bb7b-d563de7075d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6612 | 2024.03.26 19:51:52.523711 [ 3 ] {9aafa574-8598-4eaf-bb7b-d563de7075d2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6613 | 2024.03.26 19:51:52.524020 [ 3 ] {9aafa574-8598-4eaf-bb7b-d563de7075d2} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6614 | 2024.03.26 19:51:52.524145 [ 3 ] {9aafa574-8598-4eaf-bb7b-d563de7075d2} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001359 sec., 51508.46210448859 rows/sec., 4.02 MiB/sec. | ||
6615 | 2024.03.26 19:51:52.524339 [ 3 ] {9aafa574-8598-4eaf-bb7b-d563de7075d2} <Debug> DynamicQueryHandler: Done processing query | ||
6616 | 2024.03.26 19:51:52.524406 [ 3 ] {9aafa574-8598-4eaf-bb7b-d563de7075d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6617 | 2024.03.26 19:51:52.524457 [ 3 ] {} <Debug> HTTP-Session: ff4744d1-8cee-454e-8cd7-14e34b279029 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6618 | 2024.03.26 19:51:52.524615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6619 | 2024.03.26 19:51:52.524664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6620 | 2024.03.26 19:51:52.524684 [ 3 ] {} <Debug> HTTP-Session: a5c598a1-94df-4fc9-8f1e-8628bc12e50a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6621 | 2024.03.26 19:51:52.524701 [ 3 ] {} <Debug> HTTP-Session: a5c598a1-94df-4fc9-8f1e-8628bc12e50a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6622 | 2024.03.26 19:51:52.524716 [ 3 ] {} <Debug> HTTP-Session: a5c598a1-94df-4fc9-8f1e-8628bc12e50a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6623 | 2024.03.26 19:51:52.524747 [ 3 ] {} <Trace> HTTP-Session: a5c598a1-94df-4fc9-8f1e-8628bc12e50a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6624 | 2024.03.26 19:51:52.524852 [ 3 ] {e5918da2-0bec-40e9-927c-e595367b750b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6625 | 2024.03.26 19:51:52.524900 [ 3 ] {e5918da2-0bec-40e9-927c-e595367b750b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6626 | 2024.03.26 19:51:52.525062 [ 3 ] {e5918da2-0bec-40e9-927c-e595367b750b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6627 | 2024.03.26 19:51:52.525405 [ 3 ] {e5918da2-0bec-40e9-927c-e595367b750b} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6628 | 2024.03.26 19:51:52.525441 [ 3 ] {e5918da2-0bec-40e9-927c-e595367b750b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6629 | 2024.03.26 19:51:52.525821 [ 3 ] {e5918da2-0bec-40e9-927c-e595367b750b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6630 | 2024.03.26 19:51:52.526157 [ 3 ] {e5918da2-0bec-40e9-927c-e595367b750b} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6631 | 2024.03.26 19:51:52.526298 [ 3 ] {e5918da2-0bec-40e9-927c-e595367b750b} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001501 sec., 66622.25183211193 rows/sec., 4.62 MiB/sec. | ||
6632 | 2024.03.26 19:51:52.526527 [ 3 ] {e5918da2-0bec-40e9-927c-e595367b750b} <Debug> DynamicQueryHandler: Done processing query | ||
6633 | 2024.03.26 19:51:52.526580 [ 3 ] {e5918da2-0bec-40e9-927c-e595367b750b} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6634 | 2024.03.26 19:51:52.526629 [ 3 ] {} <Debug> HTTP-Session: a5c598a1-94df-4fc9-8f1e-8628bc12e50a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6635 | 2024.03.26 19:51:52.526838 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6636 | 2024.03.26 19:51:52.526889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6637 | 2024.03.26 19:51:52.526907 [ 3 ] {} <Debug> HTTP-Session: 6f4cfdd6-866a-4ed2-abc1-e9c9d9eda176 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6638 | 2024.03.26 19:51:52.526924 [ 3 ] {} <Debug> HTTP-Session: 6f4cfdd6-866a-4ed2-abc1-e9c9d9eda176 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6639 | 2024.03.26 19:51:52.526939 [ 3 ] {} <Debug> HTTP-Session: 6f4cfdd6-866a-4ed2-abc1-e9c9d9eda176 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6640 | 2024.03.26 19:51:52.526970 [ 3 ] {} <Trace> HTTP-Session: 6f4cfdd6-866a-4ed2-abc1-e9c9d9eda176 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6641 | 2024.03.26 19:51:52.527242 [ 3 ] {b39c0bc7-6cb8-4d25-95a5-afebda01a4f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6642 | 2024.03.26 19:51:52.527289 [ 3 ] {b39c0bc7-6cb8-4d25-95a5-afebda01a4f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6643 | 2024.03.26 19:51:52.527471 [ 3 ] {b39c0bc7-6cb8-4d25-95a5-afebda01a4f5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6644 | 2024.03.26 19:51:52.527974 [ 3 ] {b39c0bc7-6cb8-4d25-95a5-afebda01a4f5} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6645 | 2024.03.26 19:51:52.528011 [ 3 ] {b39c0bc7-6cb8-4d25-95a5-afebda01a4f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6646 | 2024.03.26 19:51:52.528438 [ 3 ] {b39c0bc7-6cb8-4d25-95a5-afebda01a4f5} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6647 | 2024.03.26 19:51:52.528777 [ 3 ] {b39c0bc7-6cb8-4d25-95a5-afebda01a4f5} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6648 | 2024.03.26 19:51:52.528931 [ 3 ] {b39c0bc7-6cb8-4d25-95a5-afebda01a4f5} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.0019 sec., 22105.263157894737 rows/sec., 29.83 MiB/sec. | ||
6649 | 2024.03.26 19:51:52.529206 [ 3 ] {b39c0bc7-6cb8-4d25-95a5-afebda01a4f5} <Debug> DynamicQueryHandler: Done processing query | ||
6650 | 2024.03.26 19:51:52.529270 [ 3 ] {b39c0bc7-6cb8-4d25-95a5-afebda01a4f5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6651 | 2024.03.26 19:51:52.529291 [ 3 ] {} <Debug> HTTP-Session: 6f4cfdd6-866a-4ed2-abc1-e9c9d9eda176 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6652 | 2024.03.26 19:51:52.529408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6653 | 2024.03.26 19:51:52.529457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6654 | 2024.03.26 19:51:52.529476 [ 3 ] {} <Debug> HTTP-Session: 3982d133-d86e-41a8-b371-e35e17805f5d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6655 | 2024.03.26 19:51:52.529492 [ 3 ] {} <Debug> HTTP-Session: 3982d133-d86e-41a8-b371-e35e17805f5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6656 | 2024.03.26 19:51:52.529507 [ 3 ] {} <Debug> HTTP-Session: 3982d133-d86e-41a8-b371-e35e17805f5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6657 | 2024.03.26 19:51:52.529536 [ 3 ] {} <Trace> HTTP-Session: 3982d133-d86e-41a8-b371-e35e17805f5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6658 | 2024.03.26 19:51:52.529625 [ 3 ] {a744f6e7-7586-469a-b1f7-4bffec2b6d68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6659 | 2024.03.26 19:51:52.529669 [ 3 ] {a744f6e7-7586-469a-b1f7-4bffec2b6d68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6660 | 2024.03.26 19:51:52.529815 [ 3 ] {a744f6e7-7586-469a-b1f7-4bffec2b6d68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6661 | 2024.03.26 19:51:52.530113 [ 3 ] {a744f6e7-7586-469a-b1f7-4bffec2b6d68} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6662 | 2024.03.26 19:51:52.530152 [ 3 ] {a744f6e7-7586-469a-b1f7-4bffec2b6d68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6663 | 2024.03.26 19:51:52.530505 [ 3 ] {a744f6e7-7586-469a-b1f7-4bffec2b6d68} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
6664 | 2024.03.26 19:51:52.530841 [ 3 ] {a744f6e7-7586-469a-b1f7-4bffec2b6d68} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6665 | 2024.03.26 19:51:52.531005 [ 3 ] {a744f6e7-7586-469a-b1f7-4bffec2b6d68} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001412 sec., 21246.458923512746 rows/sec., 1.46 MiB/sec. | ||
6666 | 2024.03.26 19:51:52.531202 [ 3 ] {a744f6e7-7586-469a-b1f7-4bffec2b6d68} <Debug> DynamicQueryHandler: Done processing query | ||
6667 | 2024.03.26 19:51:52.531253 [ 3 ] {a744f6e7-7586-469a-b1f7-4bffec2b6d68} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6668 | 2024.03.26 19:51:52.531300 [ 3 ] {} <Debug> HTTP-Session: 3982d133-d86e-41a8-b371-e35e17805f5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6669 | 2024.03.26 19:51:56.464565 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6670 | 2024.03.26 19:51:56.464626 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6671 | 2024.03.26 19:51:57.517537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6672 | 2024.03.26 19:51:57.517646 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6673 | 2024.03.26 19:51:57.517669 [ 3 ] {} <Debug> HTTP-Session: ca32c514-857e-4186-a974-9cb0c3dd2b41 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6674 | 2024.03.26 19:51:57.517694 [ 3 ] {} <Debug> HTTP-Session: ca32c514-857e-4186-a974-9cb0c3dd2b41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6675 | 2024.03.26 19:51:57.517708 [ 3 ] {} <Debug> HTTP-Session: ca32c514-857e-4186-a974-9cb0c3dd2b41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6676 | 2024.03.26 19:51:57.517757 [ 3 ] {} <Trace> HTTP-Session: ca32c514-857e-4186-a974-9cb0c3dd2b41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6677 | 2024.03.26 19:51:57.517875 [ 3 ] {6a27064f-3ed6-46d6-af30-96d8f2782f8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6678 | 2024.03.26 19:51:57.517938 [ 3 ] {6a27064f-3ed6-46d6-af30-96d8f2782f8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6679 | 2024.03.26 19:51:57.518133 [ 3 ] {6a27064f-3ed6-46d6-af30-96d8f2782f8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6680 | 2024.03.26 19:51:57.518569 [ 3 ] {6a27064f-3ed6-46d6-af30-96d8f2782f8c} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6681 | 2024.03.26 19:51:57.518613 [ 3 ] {6a27064f-3ed6-46d6-af30-96d8f2782f8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6682 | 2024.03.26 19:51:57.518985 [ 3 ] {6a27064f-3ed6-46d6-af30-96d8f2782f8c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6683 | 2024.03.26 19:51:57.519311 [ 3 ] {6a27064f-3ed6-46d6-af30-96d8f2782f8c} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6684 | 2024.03.26 19:51:57.519477 [ 3 ] {6a27064f-3ed6-46d6-af30-96d8f2782f8c} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001653 sec., 9679.370840895343 rows/sec., 784.56 KiB/sec. | ||
6685 | 2024.03.26 19:51:57.519622 [ 3 ] {6a27064f-3ed6-46d6-af30-96d8f2782f8c} <Debug> DynamicQueryHandler: Done processing query | ||
6686 | 2024.03.26 19:51:57.519647 [ 3 ] {6a27064f-3ed6-46d6-af30-96d8f2782f8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6687 | 2024.03.26 19:51:57.519663 [ 3 ] {} <Debug> HTTP-Session: ca32c514-857e-4186-a974-9cb0c3dd2b41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6688 | 2024.03.26 19:51:57.519832 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6689 | 2024.03.26 19:51:57.519879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6690 | 2024.03.26 19:51:57.519897 [ 3 ] {} <Debug> HTTP-Session: c018ab3c-6167-4c45-a49f-ef72f1d6b536 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6691 | 2024.03.26 19:51:57.519914 [ 3 ] {} <Debug> HTTP-Session: c018ab3c-6167-4c45-a49f-ef72f1d6b536 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6692 | 2024.03.26 19:51:57.519928 [ 3 ] {} <Debug> HTTP-Session: c018ab3c-6167-4c45-a49f-ef72f1d6b536 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6693 | 2024.03.26 19:51:57.519960 [ 3 ] {} <Trace> HTTP-Session: c018ab3c-6167-4c45-a49f-ef72f1d6b536 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6694 | 2024.03.26 19:51:57.520045 [ 3 ] {514e26d6-fd67-4a35-8a0a-3a3364e3e6bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6695 | 2024.03.26 19:51:57.520086 [ 3 ] {514e26d6-fd67-4a35-8a0a-3a3364e3e6bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6696 | 2024.03.26 19:51:57.520210 [ 3 ] {514e26d6-fd67-4a35-8a0a-3a3364e3e6bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6697 | 2024.03.26 19:51:57.520621 [ 3 ] {514e26d6-fd67-4a35-8a0a-3a3364e3e6bd} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6698 | 2024.03.26 19:51:57.520657 [ 3 ] {514e26d6-fd67-4a35-8a0a-3a3364e3e6bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6699 | 2024.03.26 19:51:57.520965 [ 3 ] {514e26d6-fd67-4a35-8a0a-3a3364e3e6bd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6700 | 2024.03.26 19:51:57.521261 [ 3 ] {514e26d6-fd67-4a35-8a0a-3a3364e3e6bd} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6701 | 2024.03.26 19:51:57.521391 [ 3 ] {514e26d6-fd67-4a35-8a0a-3a3364e3e6bd} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.001386 sec., 53391.053391053385 rows/sec., 4.43 MiB/sec. | ||
6702 | 2024.03.26 19:51:57.521408 [ 88 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
6703 | 2024.03.26 19:51:57.521465 [ 88 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6704 | 2024.03.26 19:51:57.521496 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6705 | 2024.03.26 19:51:57.521518 [ 3 ] {514e26d6-fd67-4a35-8a0a-3a3364e3e6bd} <Debug> DynamicQueryHandler: Done processing query | ||
6706 | 2024.03.26 19:51:57.521557 [ 3 ] {514e26d6-fd67-4a35-8a0a-3a3364e3e6bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
6707 | 2024.03.26 19:51:57.521595 [ 3 ] {} <Debug> HTTP-Session: c018ab3c-6167-4c45-a49f-ef72f1d6b536 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6708 | 2024.03.26 19:51:57.521706 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
6709 | 2024.03.26 19:51:57.521775 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6710 | 2024.03.26 19:51:57.521849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6711 | 2024.03.26 19:51:57.521901 [ 3 ] {} <Debug> HTTP-Session: e9d9b607-978c-4744-82b1-52ff03c84e1d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6712 | 2024.03.26 19:51:57.521945 [ 3 ] {} <Debug> HTTP-Session: e9d9b607-978c-4744-82b1-52ff03c84e1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6713 | 2024.03.26 19:51:57.521992 [ 3 ] {} <Debug> HTTP-Session: e9d9b607-978c-4744-82b1-52ff03c84e1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6714 | 2024.03.26 19:51:57.522016 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6715 | 2024.03.26 19:51:57.522063 [ 3 ] {} <Trace> HTTP-Session: e9d9b607-978c-4744-82b1-52ff03c84e1d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6716 | 2024.03.26 19:51:57.522082 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 241 rows starting from the beginning of the part | ||
6717 | 2024.03.26 19:51:57.522300 [ 3 ] {c769c1ae-af86-41db-83fa-e319b2a97a01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6718 | 2024.03.26 19:51:57.522331 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 111 rows starting from the beginning of the part | ||
6719 | 2024.03.26 19:51:57.522413 [ 3 ] {c769c1ae-af86-41db-83fa-e319b2a97a01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6720 | 2024.03.26 19:51:57.522616 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 152 rows starting from the beginning of the part | ||
6721 | 2024.03.26 19:51:57.522966 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 75 rows starting from the beginning of the part | ||
6722 | 2024.03.26 19:51:57.523238 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 152 rows starting from the beginning of the part | ||
6723 | 2024.03.26 19:51:57.523587 [ 190 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 74 rows starting from the beginning of the part | ||
6724 | 2024.03.26 19:51:57.524003 [ 3 ] {c769c1ae-af86-41db-83fa-e319b2a97a01} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6725 | 2024.03.26 19:51:57.524780 [ 3 ] {c769c1ae-af86-41db-83fa-e319b2a97a01} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6726 | 2024.03.26 19:51:57.524844 [ 3 ] {c769c1ae-af86-41db-83fa-e319b2a97a01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6727 | 2024.03.26 19:51:57.525656 [ 3 ] {c769c1ae-af86-41db-83fa-e319b2a97a01} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6728 | 2024.03.26 19:51:57.526349 [ 3 ] {c769c1ae-af86-41db-83fa-e319b2a97a01} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6729 | 2024.03.26 19:51:57.526395 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 805 rows, containing 4 columns (4 merged, 0 gathered) in 0.004803005 sec., 167603.40661731563 rows/sec., 15.03 MiB/sec. | ||
6730 | 2024.03.26 19:51:57.526614 [ 88 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
6731 | 2024.03.26 19:51:57.526655 [ 3 ] {c769c1ae-af86-41db-83fa-e319b2a97a01} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.004493 sec., 9793.011350990431 rows/sec., 782.90 KiB/sec. | ||
6732 | 2024.03.26 19:51:57.526695 [ 88 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6733 | 2024.03.26 19:51:57.526776 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6734 | 2024.03.26 19:51:57.526809 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
6735 | 2024.03.26 19:51:57.527302 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_40_8 to all_45_45_0 into Compact with storage Full | ||
6736 | 2024.03.26 19:51:57.527989 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6737 | 2024.03.26 19:51:57.527287 [ 3 ] {c769c1ae-af86-41db-83fa-e319b2a97a01} <Debug> DynamicQueryHandler: Done processing query | ||
6738 | 2024.03.26 19:51:57.528119 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 138 rows starting from the beginning of the part | ||
6739 | 2024.03.26 19:51:57.528223 [ 3 ] {c769c1ae-af86-41db-83fa-e319b2a97a01} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6740 | 2024.03.26 19:51:57.528417 [ 3 ] {} <Debug> HTTP-Session: e9d9b607-978c-4744-82b1-52ff03c84e1d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6741 | 2024.03.26 19:51:57.528449 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 70 rows starting from the beginning of the part | ||
6742 | 2024.03.26 19:51:57.528776 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 70 rows starting from the beginning of the part | ||
6743 | 2024.03.26 19:51:57.528989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6744 | 2024.03.26 19:51:57.529101 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 46 rows starting from the beginning of the part | ||
6745 | 2024.03.26 19:51:57.529213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6746 | 2024.03.26 19:51:57.529261 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6747 | 2024.03.26 19:51:57.529392 [ 3 ] {} <Debug> HTTP-Session: 8a720266-6989-41b4-8540-43e99fab0448 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6748 | 2024.03.26 19:51:57.529479 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 70 rows starting from the beginning of the part | ||
6749 | 2024.03.26 19:51:57.529563 [ 3 ] {} <Debug> HTTP-Session: 8a720266-6989-41b4-8540-43e99fab0448 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6750 | 2024.03.26 19:51:57.529771 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_45_9} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
6751 | 2024.03.26 19:51:57.529804 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 44 rows starting from the beginning of the part | ||
6752 | 2024.03.26 19:51:57.529932 [ 3 ] {} <Debug> HTTP-Session: 8a720266-6989-41b4-8540-43e99fab0448 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6753 | 2024.03.26 19:51:57.530161 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
6754 | 2024.03.26 19:51:57.530487 [ 3 ] {} <Trace> HTTP-Session: 8a720266-6989-41b4-8540-43e99fab0448 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6755 | 2024.03.26 19:51:57.530662 [ 3 ] {6e3f7ffc-a464-48d6-8bf4-8ab033916113} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6756 | 2024.03.26 19:51:57.530779 [ 3 ] {6e3f7ffc-a464-48d6-8bf4-8ab033916113} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6757 | 2024.03.26 19:51:57.531400 [ 3 ] {6e3f7ffc-a464-48d6-8bf4-8ab033916113} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6758 | 2024.03.26 19:51:57.532381 [ 3 ] {6e3f7ffc-a464-48d6-8bf4-8ab033916113} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6759 | 2024.03.26 19:51:57.532432 [ 3 ] {6e3f7ffc-a464-48d6-8bf4-8ab033916113} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6760 | 2024.03.26 19:51:57.532969 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 4 columns (4 merged, 0 gathered) in 0.006044293 sec., 72465.05091662498 rows/sec., 5.66 MiB/sec. | ||
6761 | 2024.03.26 19:51:57.533226 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
6762 | 2024.03.26 19:51:57.533352 [ 3 ] {6e3f7ffc-a464-48d6-8bf4-8ab033916113} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6763 | 2024.03.26 19:51:57.534220 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6764 | 2024.03.26 19:51:57.534326 [ 3 ] {6e3f7ffc-a464-48d6-8bf4-8ab033916113} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6765 | 2024.03.26 19:51:57.534403 [ 189 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_45_9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
6766 | 2024.03.26 19:51:57.534636 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
6767 | 2024.03.26 19:51:57.534649 [ 3 ] {6e3f7ffc-a464-48d6-8bf4-8ab033916113} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004065 sec., 24600.246002460026 rows/sec., 1.71 MiB/sec. | ||
6768 | 2024.03.26 19:51:57.534821 [ 3 ] {6e3f7ffc-a464-48d6-8bf4-8ab033916113} <Debug> DynamicQueryHandler: Done processing query | ||
6769 | 2024.03.26 19:51:57.534847 [ 3 ] {6e3f7ffc-a464-48d6-8bf4-8ab033916113} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6770 | 2024.03.26 19:51:57.534864 [ 3 ] {} <Debug> HTTP-Session: 8a720266-6989-41b4-8540-43e99fab0448 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6771 | 2024.03.26 19:51:57.534995 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6772 | 2024.03.26 19:51:57.535045 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6773 | 2024.03.26 19:51:57.535063 [ 3 ] {} <Debug> HTTP-Session: 976ebb49-671b-4b46-b44a-f1e1481c6df3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6774 | 2024.03.26 19:51:57.535080 [ 3 ] {} <Debug> HTTP-Session: 976ebb49-671b-4b46-b44a-f1e1481c6df3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6775 | 2024.03.26 19:51:57.535094 [ 3 ] {} <Debug> HTTP-Session: 976ebb49-671b-4b46-b44a-f1e1481c6df3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6776 | 2024.03.26 19:51:57.535124 [ 3 ] {} <Trace> HTTP-Session: 976ebb49-671b-4b46-b44a-f1e1481c6df3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6777 | 2024.03.26 19:51:57.535299 [ 3 ] {cffd0970-3ce8-4488-bcae-6323cf65e500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6778 | 2024.03.26 19:51:57.535344 [ 3 ] {cffd0970-3ce8-4488-bcae-6323cf65e500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6779 | 2024.03.26 19:51:57.535514 [ 3 ] {cffd0970-3ce8-4488-bcae-6323cf65e500} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6780 | 2024.03.26 19:51:57.535940 [ 3 ] {cffd0970-3ce8-4488-bcae-6323cf65e500} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6781 | 2024.03.26 19:51:57.535977 [ 3 ] {cffd0970-3ce8-4488-bcae-6323cf65e500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6782 | 2024.03.26 19:51:57.536458 [ 3 ] {cffd0970-3ce8-4488-bcae-6323cf65e500} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6783 | 2024.03.26 19:51:57.537022 [ 3 ] {cffd0970-3ce8-4488-bcae-6323cf65e500} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6784 | 2024.03.26 19:51:57.537161 [ 3 ] {cffd0970-3ce8-4488-bcae-6323cf65e500} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001985 sec., 8060.453400503779 rows/sec., 10.88 MiB/sec. | ||
6785 | 2024.03.26 19:51:57.537290 [ 3 ] {cffd0970-3ce8-4488-bcae-6323cf65e500} <Debug> DynamicQueryHandler: Done processing query | ||
6786 | 2024.03.26 19:51:57.537314 [ 3 ] {cffd0970-3ce8-4488-bcae-6323cf65e500} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6787 | 2024.03.26 19:51:57.537330 [ 3 ] {} <Debug> HTTP-Session: 976ebb49-671b-4b46-b44a-f1e1481c6df3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6788 | 2024.03.26 19:51:57.537462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6789 | 2024.03.26 19:51:57.537513 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6790 | 2024.03.26 19:51:57.537532 [ 3 ] {} <Debug> HTTP-Session: 9d43e21e-7ad6-41e3-b0a1-0ef7dcad432b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6791 | 2024.03.26 19:51:57.537549 [ 3 ] {} <Debug> HTTP-Session: 9d43e21e-7ad6-41e3-b0a1-0ef7dcad432b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6792 | 2024.03.26 19:51:57.537562 [ 3 ] {} <Debug> HTTP-Session: 9d43e21e-7ad6-41e3-b0a1-0ef7dcad432b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6793 | 2024.03.26 19:51:57.537593 [ 3 ] {} <Trace> HTTP-Session: 9d43e21e-7ad6-41e3-b0a1-0ef7dcad432b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6794 | 2024.03.26 19:51:57.537674 [ 3 ] {ef345f9d-4145-4b8c-9ecf-2dffd1eb9f60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6795 | 2024.03.26 19:51:57.537716 [ 3 ] {ef345f9d-4145-4b8c-9ecf-2dffd1eb9f60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6796 | 2024.03.26 19:51:57.537845 [ 3 ] {ef345f9d-4145-4b8c-9ecf-2dffd1eb9f60} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6797 | 2024.03.26 19:51:57.538130 [ 3 ] {ef345f9d-4145-4b8c-9ecf-2dffd1eb9f60} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6798 | 2024.03.26 19:51:57.538164 [ 3 ] {ef345f9d-4145-4b8c-9ecf-2dffd1eb9f60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6799 | 2024.03.26 19:51:57.538523 [ 3 ] {ef345f9d-4145-4b8c-9ecf-2dffd1eb9f60} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
6800 | 2024.03.26 19:51:57.538846 [ 3 ] {ef345f9d-4145-4b8c-9ecf-2dffd1eb9f60} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6801 | 2024.03.26 19:51:57.538975 [ 3 ] {ef345f9d-4145-4b8c-9ecf-2dffd1eb9f60} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00134 sec., 22388.059701492537 rows/sec., 1.53 MiB/sec. | ||
6802 | 2024.03.26 19:51:57.539102 [ 3 ] {ef345f9d-4145-4b8c-9ecf-2dffd1eb9f60} <Debug> DynamicQueryHandler: Done processing query | ||
6803 | 2024.03.26 19:51:57.539125 [ 3 ] {ef345f9d-4145-4b8c-9ecf-2dffd1eb9f60} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6804 | 2024.03.26 19:51:57.539140 [ 3 ] {} <Debug> HTTP-Session: 9d43e21e-7ad6-41e3-b0a1-0ef7dcad432b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6805 | 2024.03.26 19:52:02.518552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6806 | 2024.03.26 19:52:02.518692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6807 | 2024.03.26 19:52:02.518720 [ 3 ] {} <Debug> HTTP-Session: 8f5dfed8-d0ad-4389-b94e-21d50f3b4f17 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6808 | 2024.03.26 19:52:02.518748 [ 3 ] {} <Debug> HTTP-Session: 8f5dfed8-d0ad-4389-b94e-21d50f3b4f17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6809 | 2024.03.26 19:52:02.518767 [ 3 ] {} <Debug> HTTP-Session: 8f5dfed8-d0ad-4389-b94e-21d50f3b4f17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6810 | 2024.03.26 19:52:02.518824 [ 3 ] {} <Trace> HTTP-Session: 8f5dfed8-d0ad-4389-b94e-21d50f3b4f17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6811 | 2024.03.26 19:52:02.518965 [ 3 ] {4a5b3dfd-5d72-49ce-a1ec-3c86070f5cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6812 | 2024.03.26 19:52:02.519036 [ 3 ] {4a5b3dfd-5d72-49ce-a1ec-3c86070f5cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6813 | 2024.03.26 19:52:02.519255 [ 3 ] {4a5b3dfd-5d72-49ce-a1ec-3c86070f5cfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6814 | 2024.03.26 19:52:02.519760 [ 3 ] {4a5b3dfd-5d72-49ce-a1ec-3c86070f5cfb} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6815 | 2024.03.26 19:52:02.519807 [ 3 ] {4a5b3dfd-5d72-49ce-a1ec-3c86070f5cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6816 | 2024.03.26 19:52:02.520184 [ 3 ] {4a5b3dfd-5d72-49ce-a1ec-3c86070f5cfb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6817 | 2024.03.26 19:52:02.520526 [ 3 ] {4a5b3dfd-5d72-49ce-a1ec-3c86070f5cfb} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6818 | 2024.03.26 19:52:02.520695 [ 3 ] {4a5b3dfd-5d72-49ce-a1ec-3c86070f5cfb} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001794 sec., 23411.371237458192 rows/sec., 1.85 MiB/sec. | ||
6819 | 2024.03.26 19:52:02.520713 [ 86 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6820 | 2024.03.26 19:52:02.520834 [ 86 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6821 | 2024.03.26 19:52:02.520869 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6822 | 2024.03.26 19:52:02.520902 [ 3 ] {4a5b3dfd-5d72-49ce-a1ec-3c86070f5cfb} <Debug> DynamicQueryHandler: Done processing query | ||
6823 | 2024.03.26 19:52:02.520951 [ 3 ] {4a5b3dfd-5d72-49ce-a1ec-3c86070f5cfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6824 | 2024.03.26 19:52:02.521005 [ 3 ] {} <Debug> HTTP-Session: 8f5dfed8-d0ad-4389-b94e-21d50f3b4f17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6825 | 2024.03.26 19:52:02.521118 [ 199 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
6826 | 2024.03.26 19:52:02.521236 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6827 | 2024.03.26 19:52:02.521341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6828 | 2024.03.26 19:52:02.521368 [ 199 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6829 | 2024.03.26 19:52:02.521382 [ 3 ] {} <Debug> HTTP-Session: 7277f762-a99d-4cb3-8a0f-2141eb4eb2db Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6830 | 2024.03.26 19:52:02.521427 [ 199 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 58 rows starting from the beginning of the part | ||
6831 | 2024.03.26 19:52:02.521437 [ 3 ] {} <Debug> HTTP-Session: 7277f762-a99d-4cb3-8a0f-2141eb4eb2db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6832 | 2024.03.26 19:52:02.521488 [ 3 ] {} <Debug> HTTP-Session: 7277f762-a99d-4cb3-8a0f-2141eb4eb2db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6833 | 2024.03.26 19:52:02.521608 [ 3 ] {} <Trace> HTTP-Session: 7277f762-a99d-4cb3-8a0f-2141eb4eb2db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6834 | 2024.03.26 19:52:02.521649 [ 199 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part | ||
6835 | 2024.03.26 19:52:02.522011 [ 199 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part | ||
6836 | 2024.03.26 19:52:02.522089 [ 3 ] {9a3231e2-0ac1-4c88-8704-af6bd4a82083} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6837 | 2024.03.26 19:52:02.522243 [ 199 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part | ||
6838 | 2024.03.26 19:52:02.522301 [ 3 ] {9a3231e2-0ac1-4c88-8704-af6bd4a82083} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6839 | 2024.03.26 19:52:02.522578 [ 199 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
6840 | 2024.03.26 19:52:02.522896 [ 199 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part | ||
6841 | 2024.03.26 19:52:02.523534 [ 3 ] {9a3231e2-0ac1-4c88-8704-af6bd4a82083} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6842 | 2024.03.26 19:52:02.524422 [ 3 ] {9a3231e2-0ac1-4c88-8704-af6bd4a82083} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6843 | 2024.03.26 19:52:02.524499 [ 3 ] {9a3231e2-0ac1-4c88-8704-af6bd4a82083} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6844 | 2024.03.26 19:52:02.525377 [ 3 ] {9a3231e2-0ac1-4c88-8704-af6bd4a82083} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6845 | 2024.03.26 19:52:02.525522 [ 189 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004546877 sec., 47505.13374344632 rows/sec., 3.76 MiB/sec. | ||
6846 | 2024.03.26 19:52:02.525828 [ 189 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6847 | 2024.03.26 19:52:02.525988 [ 3 ] {9a3231e2-0ac1-4c88-8704-af6bd4a82083} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6848 | 2024.03.26 19:52:02.526335 [ 3 ] {9a3231e2-0ac1-4c88-8704-af6bd4a82083} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.004551 sec., 33399.25291144803 rows/sec., 3.19 MiB/sec. | ||
6849 | 2024.03.26 19:52:02.526647 [ 3 ] {9a3231e2-0ac1-4c88-8704-af6bd4a82083} <Debug> DynamicQueryHandler: Done processing query | ||
6850 | 2024.03.26 19:52:02.526691 [ 3 ] {9a3231e2-0ac1-4c88-8704-af6bd4a82083} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
6851 | 2024.03.26 19:52:02.526724 [ 3 ] {} <Debug> HTTP-Session: 7277f762-a99d-4cb3-8a0f-2141eb4eb2db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6852 | 2024.03.26 19:52:02.526876 [ 199 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6853 | 2024.03.26 19:52:02.526894 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6854 | 2024.03.26 19:52:02.526997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6855 | 2024.03.26 19:52:02.527023 [ 3 ] {} <Debug> HTTP-Session: e344b0c3-3c2d-4d0b-ae1a-724f3c8a26ed Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6856 | 2024.03.26 19:52:02.527048 [ 199 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_36_7} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6857 | 2024.03.26 19:52:02.527058 [ 3 ] {} <Debug> HTTP-Session: e344b0c3-3c2d-4d0b-ae1a-724f3c8a26ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6858 | 2024.03.26 19:52:02.527098 [ 3 ] {} <Debug> HTTP-Session: e344b0c3-3c2d-4d0b-ae1a-724f3c8a26ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6859 | 2024.03.26 19:52:02.527167 [ 3 ] {} <Trace> HTTP-Session: e344b0c3-3c2d-4d0b-ae1a-724f3c8a26ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6860 | 2024.03.26 19:52:02.527203 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6861 | 2024.03.26 19:52:02.527313 [ 3 ] {3241a186-1481-4bf7-800d-1145eff8bf5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6862 | 2024.03.26 19:52:02.527358 [ 3 ] {3241a186-1481-4bf7-800d-1145eff8bf5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6863 | 2024.03.26 19:52:02.527506 [ 3 ] {3241a186-1481-4bf7-800d-1145eff8bf5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6864 | 2024.03.26 19:52:02.527871 [ 3 ] {3241a186-1481-4bf7-800d-1145eff8bf5d} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6865 | 2024.03.26 19:52:02.527909 [ 3 ] {3241a186-1481-4bf7-800d-1145eff8bf5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6866 | 2024.03.26 19:52:02.528217 [ 3 ] {3241a186-1481-4bf7-800d-1145eff8bf5d} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6867 | 2024.03.26 19:52:02.528525 [ 3 ] {3241a186-1481-4bf7-800d-1145eff8bf5d} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6868 | 2024.03.26 19:52:02.528681 [ 3 ] {3241a186-1481-4bf7-800d-1145eff8bf5d} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001417 sec., 49400.14114326041 rows/sec., 3.86 MiB/sec. | ||
6869 | 2024.03.26 19:52:02.528878 [ 3 ] {3241a186-1481-4bf7-800d-1145eff8bf5d} <Debug> DynamicQueryHandler: Done processing query | ||
6870 | 2024.03.26 19:52:02.528903 [ 3 ] {3241a186-1481-4bf7-800d-1145eff8bf5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
6871 | 2024.03.26 19:52:02.528918 [ 3 ] {} <Debug> HTTP-Session: e344b0c3-3c2d-4d0b-ae1a-724f3c8a26ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6872 | 2024.03.26 19:52:02.529151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6873 | 2024.03.26 19:52:02.529197 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6874 | 2024.03.26 19:52:02.529246 [ 3 ] {} <Debug> HTTP-Session: 7ae3c95b-52fa-4315-bdee-de8a783dc3ee Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6875 | 2024.03.26 19:52:02.529270 [ 3 ] {} <Debug> HTTP-Session: 7ae3c95b-52fa-4315-bdee-de8a783dc3ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6876 | 2024.03.26 19:52:02.529290 [ 3 ] {} <Debug> HTTP-Session: 7ae3c95b-52fa-4315-bdee-de8a783dc3ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6877 | 2024.03.26 19:52:02.529332 [ 3 ] {} <Trace> HTTP-Session: 7ae3c95b-52fa-4315-bdee-de8a783dc3ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6878 | 2024.03.26 19:52:02.529462 [ 3 ] {e06dccc0-2118-4507-b363-cbf7ca398d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6879 | 2024.03.26 19:52:02.529517 [ 3 ] {e06dccc0-2118-4507-b363-cbf7ca398d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6880 | 2024.03.26 19:52:02.529704 [ 3 ] {e06dccc0-2118-4507-b363-cbf7ca398d16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6881 | 2024.03.26 19:52:02.530071 [ 3 ] {e06dccc0-2118-4507-b363-cbf7ca398d16} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6882 | 2024.03.26 19:52:02.530109 [ 3 ] {e06dccc0-2118-4507-b363-cbf7ca398d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6883 | 2024.03.26 19:52:02.530513 [ 3 ] {e06dccc0-2118-4507-b363-cbf7ca398d16} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6884 | 2024.03.26 19:52:02.530863 [ 3 ] {e06dccc0-2118-4507-b363-cbf7ca398d16} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6885 | 2024.03.26 19:52:02.531027 [ 3 ] {e06dccc0-2118-4507-b363-cbf7ca398d16} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00163 sec., 61349.69325153375 rows/sec., 4.25 MiB/sec. | ||
6886 | 2024.03.26 19:52:02.531045 [ 85 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6887 | 2024.03.26 19:52:02.531145 [ 85 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6888 | 2024.03.26 19:52:02.531196 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6889 | 2024.03.26 19:52:02.531228 [ 3 ] {e06dccc0-2118-4507-b363-cbf7ca398d16} <Debug> DynamicQueryHandler: Done processing query | ||
6890 | 2024.03.26 19:52:02.531276 [ 3 ] {e06dccc0-2118-4507-b363-cbf7ca398d16} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
6891 | 2024.03.26 19:52:02.531333 [ 3 ] {} <Debug> HTTP-Session: 7ae3c95b-52fa-4315-bdee-de8a783dc3ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6892 | 2024.03.26 19:52:02.531417 [ 189 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
6893 | 2024.03.26 19:52:02.531590 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6894 | 2024.03.26 19:52:02.531629 [ 189 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6895 | 2024.03.26 19:52:02.531690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6896 | 2024.03.26 19:52:02.531702 [ 189 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 4516 rows starting from the beginning of the part | ||
6897 | 2024.03.26 19:52:02.531732 [ 3 ] {} <Debug> HTTP-Session: 9a4bd67e-8d7d-4fde-af43-420cffb6cb50 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6898 | 2024.03.26 19:52:02.531772 [ 3 ] {} <Debug> HTTP-Session: 9a4bd67e-8d7d-4fde-af43-420cffb6cb50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6899 | 2024.03.26 19:52:02.531823 [ 3 ] {} <Debug> HTTP-Session: 9a4bd67e-8d7d-4fde-af43-420cffb6cb50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6900 | 2024.03.26 19:52:02.531962 [ 189 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 100 rows starting from the beginning of the part | ||
6901 | 2024.03.26 19:52:02.531998 [ 3 ] {} <Trace> HTTP-Session: 9a4bd67e-8d7d-4fde-af43-420cffb6cb50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6902 | 2024.03.26 19:52:02.532284 [ 189 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 101 rows starting from the beginning of the part | ||
6903 | 2024.03.26 19:52:02.532522 [ 189 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 100 rows starting from the beginning of the part | ||
6904 | 2024.03.26 19:52:02.532769 [ 189 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 100 rows starting from the beginning of the part | ||
6905 | 2024.03.26 19:52:02.532673 [ 3 ] {c9737c5e-8b79-4850-9eb1-b06b6f5c89fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6906 | 2024.03.26 19:52:02.533045 [ 3 ] {c9737c5e-8b79-4850-9eb1-b06b6f5c89fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
6907 | 2024.03.26 19:52:02.533039 [ 189 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 100 rows starting from the beginning of the part | ||
6908 | 2024.03.26 19:52:02.534023 [ 3 ] {c9737c5e-8b79-4850-9eb1-b06b6f5c89fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6909 | 2024.03.26 19:52:02.535078 [ 3 ] {c9737c5e-8b79-4850-9eb1-b06b6f5c89fd} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6910 | 2024.03.26 19:52:02.535163 [ 3 ] {c9737c5e-8b79-4850-9eb1-b06b6f5c89fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6911 | 2024.03.26 19:52:02.536204 [ 3 ] {c9737c5e-8b79-4850-9eb1-b06b6f5c89fd} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6912 | 2024.03.26 19:52:02.537079 [ 3 ] {c9737c5e-8b79-4850-9eb1-b06b6f5c89fd} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6913 | 2024.03.26 19:52:02.537277 [ 85 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6914 | 2024.03.26 19:52:02.537286 [ 3 ] {c9737c5e-8b79-4850-9eb1-b06b6f5c89fd} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.005019 sec., 8368.200836820084 rows/sec., 11.29 MiB/sec. | ||
6915 | 2024.03.26 19:52:02.537329 [ 85 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6916 | 2024.03.26 19:52:02.537407 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6917 | 2024.03.26 19:52:02.537894 [ 199 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
6918 | 2024.03.26 19:52:02.537969 [ 3 ] {c9737c5e-8b79-4850-9eb1-b06b6f5c89fd} <Debug> DynamicQueryHandler: Done processing query | ||
6919 | 2024.03.26 19:52:02.538070 [ 3 ] {c9737c5e-8b79-4850-9eb1-b06b6f5c89fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
6920 | 2024.03.26 19:52:02.538143 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5017 rows, containing 5 columns (5 merged, 0 gathered) in 0.006862248 sec., 731101.5282455545 rows/sec., 50.77 MiB/sec. | ||
6921 | 2024.03.26 19:52:02.538164 [ 3 ] {} <Debug> HTTP-Session: 9a4bd67e-8d7d-4fde-af43-420cffb6cb50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6922 | 2024.03.26 19:52:02.538335 [ 199 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6923 | 2024.03.26 19:52:02.538375 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6924 | 2024.03.26 19:52:02.538411 [ 199 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 857 rows starting from the beginning of the part | ||
6925 | 2024.03.26 19:52:02.538488 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6926 | 2024.03.26 19:52:02.538660 [ 3 ] {} <Debug> HTTP-Session: ed3159cb-d6d6-442b-84ea-4a02bf18cae4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6927 | 2024.03.26 19:52:02.538739 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6928 | 2024.03.26 19:52:02.538792 [ 199 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 42 rows starting from the beginning of the part | ||
6929 | 2024.03.26 19:52:02.538820 [ 3 ] {} <Debug> HTTP-Session: ed3159cb-d6d6-442b-84ea-4a02bf18cae4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6930 | 2024.03.26 19:52:02.538946 [ 3 ] {} <Debug> HTTP-Session: ed3159cb-d6d6-442b-84ea-4a02bf18cae4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6931 | 2024.03.26 19:52:02.539234 [ 199 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 16 rows starting from the beginning of the part | ||
6932 | 2024.03.26 19:52:02.539448 [ 3 ] {} <Trace> HTTP-Session: ed3159cb-d6d6-442b-84ea-4a02bf18cae4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6933 | 2024.03.26 19:52:02.539684 [ 199 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 42 rows starting from the beginning of the part | ||
6934 | 2024.03.26 19:52:02.540147 [ 199 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 16 rows starting from the beginning of the part | ||
6935 | 2024.03.26 19:52:02.540576 [ 199 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 42 rows starting from the beginning of the part | ||
6936 | 2024.03.26 19:52:02.540821 [ 3 ] {20c6c845-10e8-4d40-83ea-a138fd6cc94f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6937 | 2024.03.26 19:52:02.540956 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6938 | 2024.03.26 19:52:02.541283 [ 3 ] {20c6c845-10e8-4d40-83ea-a138fd6cc94f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6939 | 2024.03.26 19:52:02.541378 [ 197 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6940 | 2024.03.26 19:52:02.541693 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
6941 | 2024.03.26 19:52:02.542100 [ 3 ] {20c6c845-10e8-4d40-83ea-a138fd6cc94f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6942 | 2024.03.26 19:52:02.542522 [ 3 ] {20c6c845-10e8-4d40-83ea-a138fd6cc94f} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6943 | 2024.03.26 19:52:02.542561 [ 3 ] {20c6c845-10e8-4d40-83ea-a138fd6cc94f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6944 | 2024.03.26 19:52:02.543423 [ 3 ] {20c6c845-10e8-4d40-83ea-a138fd6cc94f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
6945 | 2024.03.26 19:52:02.544346 [ 3 ] {20c6c845-10e8-4d40-83ea-a138fd6cc94f} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6946 | 2024.03.26 19:52:02.544653 [ 3 ] {20c6c845-10e8-4d40-83ea-a138fd6cc94f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00436 sec., 6880.733944954128 rows/sec., 482.68 KiB/sec. | ||
6947 | 2024.03.26 19:52:02.544673 [ 85 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
6948 | 2024.03.26 19:52:02.544806 [ 85 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6949 | 2024.03.26 19:52:02.544903 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.46 GiB. | ||
6950 | 2024.03.26 19:52:02.544952 [ 3 ] {20c6c845-10e8-4d40-83ea-a138fd6cc94f} <Debug> DynamicQueryHandler: Done processing query | ||
6951 | 2024.03.26 19:52:02.545022 [ 3 ] {20c6c845-10e8-4d40-83ea-a138fd6cc94f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6952 | 2024.03.26 19:52:02.545082 [ 3 ] {} <Debug> HTTP-Session: ed3159cb-d6d6-442b-84ea-4a02bf18cae4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6953 | 2024.03.26 19:52:02.545208 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
6954 | 2024.03.26 19:52:02.545417 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6955 | 2024.03.26 19:52:02.545472 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1218 rows starting from the beginning of the part | ||
6956 | 2024.03.26 19:52:02.545644 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 30 rows starting from the beginning of the part | ||
6957 | 2024.03.26 19:52:02.545798 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 30 rows starting from the beginning of the part | ||
6958 | 2024.03.26 19:52:02.545904 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 30 rows starting from the beginning of the part | ||
6959 | 2024.03.26 19:52:02.546063 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 30 rows starting from the beginning of the part | ||
6960 | 2024.03.26 19:52:02.546199 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 30 rows starting from the beginning of the part | ||
6961 | 2024.03.26 19:52:02.547381 [ 188 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1368 rows, containing 4 columns (4 merged, 0 gathered) in 0.002373702 sec., 576314.9712979977 rows/sec., 39.48 MiB/sec. | ||
6962 | 2024.03.26 19:52:02.547629 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
6963 | 2024.03.26 19:52:02.548187 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6964 | 2024.03.26 19:52:02.548263 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_46_9} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
6965 | 2024.03.26 19:52:02.548333 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.47 MiB. | ||
6966 | 2024.03.26 19:52:02.548889 [ 197 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1015 rows, containing 6 columns (6 merged, 0 gathered) in 0.011320933 sec., 89656.9213862497 rows/sec., 120.99 MiB/sec. | ||
6967 | 2024.03.26 19:52:02.549602 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6968 | 2024.03.26 19:52:02.550048 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6969 | 2024.03.26 19:52:02.550129 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6970 | 2024.03.26 19:52:02.550226 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.73 MiB. | ||
6971 | 2024.03.26 19:52:03.001163 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.90 MiB, peak 200.85 MiB, free memory in arenas 0.00 B, will set to 192.02 MiB (RSS), difference: 2.11 MiB | ||
6972 | 2024.03.26 19:52:07.518598 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6973 | 2024.03.26 19:52:07.518720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6974 | 2024.03.26 19:52:07.518745 [ 3 ] {} <Debug> HTTP-Session: 0720d45e-92fc-4c63-b9cb-f5f4e4c80fb7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6975 | 2024.03.26 19:52:07.518769 [ 3 ] {} <Debug> HTTP-Session: 0720d45e-92fc-4c63-b9cb-f5f4e4c80fb7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6976 | 2024.03.26 19:52:07.518785 [ 3 ] {} <Debug> HTTP-Session: 0720d45e-92fc-4c63-b9cb-f5f4e4c80fb7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6977 | 2024.03.26 19:52:07.518836 [ 3 ] {} <Trace> HTTP-Session: 0720d45e-92fc-4c63-b9cb-f5f4e4c80fb7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6978 | 2024.03.26 19:52:07.518958 [ 3 ] {49ddb9fc-6d14-4c07-8185-b31d4fec6860} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6979 | 2024.03.26 19:52:07.519021 [ 3 ] {49ddb9fc-6d14-4c07-8185-b31d4fec6860} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6980 | 2024.03.26 19:52:07.519215 [ 3 ] {49ddb9fc-6d14-4c07-8185-b31d4fec6860} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6981 | 2024.03.26 19:52:07.519665 [ 3 ] {49ddb9fc-6d14-4c07-8185-b31d4fec6860} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6982 | 2024.03.26 19:52:07.519706 [ 3 ] {49ddb9fc-6d14-4c07-8185-b31d4fec6860} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
6983 | 2024.03.26 19:52:07.520102 [ 3 ] {49ddb9fc-6d14-4c07-8185-b31d4fec6860} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6984 | 2024.03.26 19:52:07.520438 [ 3 ] {49ddb9fc-6d14-4c07-8185-b31d4fec6860} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6985 | 2024.03.26 19:52:07.520585 [ 3 ] {49ddb9fc-6d14-4c07-8185-b31d4fec6860} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001684 sec., 9501.187648456058 rows/sec., 770.12 KiB/sec. | ||
6986 | 2024.03.26 19:52:07.520739 [ 3 ] {49ddb9fc-6d14-4c07-8185-b31d4fec6860} <Debug> DynamicQueryHandler: Done processing query | ||
6987 | 2024.03.26 19:52:07.520766 [ 3 ] {49ddb9fc-6d14-4c07-8185-b31d4fec6860} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6988 | 2024.03.26 19:52:07.520782 [ 3 ] {} <Debug> HTTP-Session: 0720d45e-92fc-4c63-b9cb-f5f4e4c80fb7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6989 | 2024.03.26 19:52:07.520929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6990 | 2024.03.26 19:52:07.520984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
6991 | 2024.03.26 19:52:07.521003 [ 3 ] {} <Debug> HTTP-Session: eef55142-cf55-4f96-a591-81573ee505c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
6992 | 2024.03.26 19:52:07.521022 [ 3 ] {} <Debug> HTTP-Session: eef55142-cf55-4f96-a591-81573ee505c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6993 | 2024.03.26 19:52:07.521037 [ 3 ] {} <Debug> HTTP-Session: eef55142-cf55-4f96-a591-81573ee505c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6994 | 2024.03.26 19:52:07.521072 [ 3 ] {} <Trace> HTTP-Session: eef55142-cf55-4f96-a591-81573ee505c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6995 | 2024.03.26 19:52:07.521174 [ 3 ] {3d391894-f119-455c-8cc3-9c64bbb6a069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6996 | 2024.03.26 19:52:07.521220 [ 3 ] {3d391894-f119-455c-8cc3-9c64bbb6a069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6997 | 2024.03.26 19:52:07.521349 [ 3 ] {3d391894-f119-455c-8cc3-9c64bbb6a069} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6998 | 2024.03.26 19:52:07.521734 [ 3 ] {3d391894-f119-455c-8cc3-9c64bbb6a069} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6999 | 2024.03.26 19:52:07.521771 [ 3 ] {3d391894-f119-455c-8cc3-9c64bbb6a069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7000 | 2024.03.26 19:52:07.522094 [ 3 ] {3d391894-f119-455c-8cc3-9c64bbb6a069} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7001 | 2024.03.26 19:52:07.522413 [ 3 ] {3d391894-f119-455c-8cc3-9c64bbb6a069} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7002 | 2024.03.26 19:52:07.522541 [ 3 ] {3d391894-f119-455c-8cc3-9c64bbb6a069} <Debug> executeQuery: Read 110 rows, 9.06 KiB in 0.00142 sec., 77464.78873239436 rows/sec., 6.23 MiB/sec. | ||
7003 | 2024.03.26 19:52:07.522689 [ 3 ] {3d391894-f119-455c-8cc3-9c64bbb6a069} <Debug> DynamicQueryHandler: Done processing query | ||
7004 | 2024.03.26 19:52:07.522727 [ 3 ] {3d391894-f119-455c-8cc3-9c64bbb6a069} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7005 | 2024.03.26 19:52:07.522761 [ 3 ] {} <Debug> HTTP-Session: eef55142-cf55-4f96-a591-81573ee505c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7006 | 2024.03.26 19:52:07.522897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7007 | 2024.03.26 19:52:07.522949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7008 | 2024.03.26 19:52:07.522968 [ 3 ] {} <Debug> HTTP-Session: 78638154-e88e-4c10-bcad-34b8466ead71 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7009 | 2024.03.26 19:52:07.522986 [ 3 ] {} <Debug> HTTP-Session: 78638154-e88e-4c10-bcad-34b8466ead71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7010 | 2024.03.26 19:52:07.523000 [ 3 ] {} <Debug> HTTP-Session: 78638154-e88e-4c10-bcad-34b8466ead71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7011 | 2024.03.26 19:52:07.523032 [ 3 ] {} <Trace> HTTP-Session: 78638154-e88e-4c10-bcad-34b8466ead71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7012 | 2024.03.26 19:52:07.523126 [ 3 ] {7f5544ff-d8a9-40c8-9d87-2704205a6dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7013 | 2024.03.26 19:52:07.523169 [ 3 ] {7f5544ff-d8a9-40c8-9d87-2704205a6dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7014 | 2024.03.26 19:52:07.523296 [ 3 ] {7f5544ff-d8a9-40c8-9d87-2704205a6dd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7015 | 2024.03.26 19:52:07.523616 [ 3 ] {7f5544ff-d8a9-40c8-9d87-2704205a6dd8} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7016 | 2024.03.26 19:52:07.523652 [ 3 ] {7f5544ff-d8a9-40c8-9d87-2704205a6dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7017 | 2024.03.26 19:52:07.523955 [ 3 ] {7f5544ff-d8a9-40c8-9d87-2704205a6dd8} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7018 | 2024.03.26 19:52:07.524269 [ 3 ] {7f5544ff-d8a9-40c8-9d87-2704205a6dd8} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7019 | 2024.03.26 19:52:07.524401 [ 3 ] {7f5544ff-d8a9-40c8-9d87-2704205a6dd8} <Debug> executeQuery: Read 68 rows, 5.42 KiB in 0.00132 sec., 51515.15151515151 rows/sec., 4.01 MiB/sec. | ||
7020 | 2024.03.26 19:52:07.524525 [ 3 ] {7f5544ff-d8a9-40c8-9d87-2704205a6dd8} <Debug> DynamicQueryHandler: Done processing query | ||
7021 | 2024.03.26 19:52:07.524550 [ 3 ] {7f5544ff-d8a9-40c8-9d87-2704205a6dd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7022 | 2024.03.26 19:52:07.524566 [ 3 ] {} <Debug> HTTP-Session: 78638154-e88e-4c10-bcad-34b8466ead71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7023 | 2024.03.26 19:52:07.524698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7024 | 2024.03.26 19:52:07.524748 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7025 | 2024.03.26 19:52:07.524766 [ 3 ] {} <Debug> HTTP-Session: 4759180a-bfe8-4192-84a3-70e7ef8365f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7026 | 2024.03.26 19:52:07.524783 [ 3 ] {} <Debug> HTTP-Session: 4759180a-bfe8-4192-84a3-70e7ef8365f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7027 | 2024.03.26 19:52:07.524798 [ 3 ] {} <Debug> HTTP-Session: 4759180a-bfe8-4192-84a3-70e7ef8365f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7028 | 2024.03.26 19:52:07.524828 [ 3 ] {} <Trace> HTTP-Session: 4759180a-bfe8-4192-84a3-70e7ef8365f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7029 | 2024.03.26 19:52:07.524938 [ 3 ] {c32c5ae6-8a73-4d7a-92ca-56d27b579d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7030 | 2024.03.26 19:52:07.524984 [ 3 ] {c32c5ae6-8a73-4d7a-92ca-56d27b579d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7031 | 2024.03.26 19:52:07.525125 [ 3 ] {c32c5ae6-8a73-4d7a-92ca-56d27b579d09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7032 | 2024.03.26 19:52:07.525551 [ 3 ] {c32c5ae6-8a73-4d7a-92ca-56d27b579d09} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7033 | 2024.03.26 19:52:07.525587 [ 3 ] {c32c5ae6-8a73-4d7a-92ca-56d27b579d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7034 | 2024.03.26 19:52:07.525982 [ 3 ] {c32c5ae6-8a73-4d7a-92ca-56d27b579d09} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7035 | 2024.03.26 19:52:07.526333 [ 3 ] {c32c5ae6-8a73-4d7a-92ca-56d27b579d09} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7036 | 2024.03.26 19:52:07.526465 [ 3 ] {c32c5ae6-8a73-4d7a-92ca-56d27b579d09} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001589 sec., 85588.42039018251 rows/sec., 5.96 MiB/sec. | ||
7037 | 2024.03.26 19:52:07.526592 [ 3 ] {c32c5ae6-8a73-4d7a-92ca-56d27b579d09} <Debug> DynamicQueryHandler: Done processing query | ||
7038 | 2024.03.26 19:52:07.526617 [ 3 ] {c32c5ae6-8a73-4d7a-92ca-56d27b579d09} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7039 | 2024.03.26 19:52:07.526634 [ 3 ] {} <Debug> HTTP-Session: 4759180a-bfe8-4192-84a3-70e7ef8365f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7040 | 2024.03.26 19:52:07.526754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17162, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7041 | 2024.03.26 19:52:07.526803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7042 | 2024.03.26 19:52:07.526822 [ 3 ] {} <Debug> HTTP-Session: ff627154-b8b2-4ab5-bb27-c74758157b55 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7043 | 2024.03.26 19:52:07.526839 [ 3 ] {} <Debug> HTTP-Session: ff627154-b8b2-4ab5-bb27-c74758157b55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7044 | 2024.03.26 19:52:07.526853 [ 3 ] {} <Debug> HTTP-Session: ff627154-b8b2-4ab5-bb27-c74758157b55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7045 | 2024.03.26 19:52:07.526883 [ 3 ] {} <Trace> HTTP-Session: ff627154-b8b2-4ab5-bb27-c74758157b55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7046 | 2024.03.26 19:52:07.527030 [ 3 ] {b6f2770b-08a5-4480-abce-deac7a0f118d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7047 | 2024.03.26 19:52:07.527077 [ 3 ] {b6f2770b-08a5-4480-abce-deac7a0f118d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7048 | 2024.03.26 19:52:07.527232 [ 3 ] {b6f2770b-08a5-4480-abce-deac7a0f118d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7049 | 2024.03.26 19:52:07.527645 [ 3 ] {b6f2770b-08a5-4480-abce-deac7a0f118d} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7050 | 2024.03.26 19:52:07.527680 [ 3 ] {b6f2770b-08a5-4480-abce-deac7a0f118d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7051 | 2024.03.26 19:52:07.528078 [ 3 ] {b6f2770b-08a5-4480-abce-deac7a0f118d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7052 | 2024.03.26 19:52:07.528427 [ 3 ] {b6f2770b-08a5-4480-abce-deac7a0f118d} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7053 | 2024.03.26 19:52:07.528556 [ 3 ] {b6f2770b-08a5-4480-abce-deac7a0f118d} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001626 sec., 9840.09840098401 rows/sec., 13.28 MiB/sec. | ||
7054 | 2024.03.26 19:52:07.528690 [ 3 ] {b6f2770b-08a5-4480-abce-deac7a0f118d} <Debug> DynamicQueryHandler: Done processing query | ||
7055 | 2024.03.26 19:52:07.528719 [ 3 ] {b6f2770b-08a5-4480-abce-deac7a0f118d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7056 | 2024.03.26 19:52:07.528736 [ 3 ] {} <Debug> HTTP-Session: ff627154-b8b2-4ab5-bb27-c74758157b55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7057 | 2024.03.26 19:52:07.528841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7058 | 2024.03.26 19:52:07.528890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7059 | 2024.03.26 19:52:07.528908 [ 3 ] {} <Debug> HTTP-Session: bdeea657-c2fb-446c-b8fb-aa73f50d1f62 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7060 | 2024.03.26 19:52:07.528925 [ 3 ] {} <Debug> HTTP-Session: bdeea657-c2fb-446c-b8fb-aa73f50d1f62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7061 | 2024.03.26 19:52:07.528940 [ 3 ] {} <Debug> HTTP-Session: bdeea657-c2fb-446c-b8fb-aa73f50d1f62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7062 | 2024.03.26 19:52:07.528970 [ 3 ] {} <Trace> HTTP-Session: bdeea657-c2fb-446c-b8fb-aa73f50d1f62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7063 | 2024.03.26 19:52:07.529050 [ 3 ] {18e157fa-a463-4a9a-a80f-a1d0310310e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7064 | 2024.03.26 19:52:07.529093 [ 3 ] {18e157fa-a463-4a9a-a80f-a1d0310310e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7065 | 2024.03.26 19:52:07.529220 [ 3 ] {18e157fa-a463-4a9a-a80f-a1d0310310e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7066 | 2024.03.26 19:52:07.529497 [ 3 ] {18e157fa-a463-4a9a-a80f-a1d0310310e7} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7067 | 2024.03.26 19:52:07.529532 [ 3 ] {18e157fa-a463-4a9a-a80f-a1d0310310e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7068 | 2024.03.26 19:52:07.529885 [ 3 ] {18e157fa-a463-4a9a-a80f-a1d0310310e7} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
7069 | 2024.03.26 19:52:07.530208 [ 3 ] {18e157fa-a463-4a9a-a80f-a1d0310310e7} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7070 | 2024.03.26 19:52:07.530344 [ 3 ] {18e157fa-a463-4a9a-a80f-a1d0310310e7} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001331 sec., 22539.444027047335 rows/sec., 1.54 MiB/sec. | ||
7071 | 2024.03.26 19:52:07.530498 [ 3 ] {18e157fa-a463-4a9a-a80f-a1d0310310e7} <Debug> DynamicQueryHandler: Done processing query | ||
7072 | 2024.03.26 19:52:07.530551 [ 3 ] {18e157fa-a463-4a9a-a80f-a1d0310310e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7073 | 2024.03.26 19:52:07.530566 [ 3 ] {} <Debug> HTTP-Session: bdeea657-c2fb-446c-b8fb-aa73f50d1f62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7074 | 2024.03.26 19:52:11.464669 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7075 | 2024.03.26 19:52:11.464732 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7076 | 2024.03.26 19:52:12.002521 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001163785 sec. | ||
7077 | 2024.03.26 19:52:12.518543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7078 | 2024.03.26 19:52:12.518661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7079 | 2024.03.26 19:52:12.518686 [ 3 ] {} <Debug> HTTP-Session: 7c10a7ef-c4b1-4791-ac6a-20c793ed097e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7080 | 2024.03.26 19:52:12.518711 [ 3 ] {} <Debug> HTTP-Session: 7c10a7ef-c4b1-4791-ac6a-20c793ed097e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7081 | 2024.03.26 19:52:12.518726 [ 3 ] {} <Debug> HTTP-Session: 7c10a7ef-c4b1-4791-ac6a-20c793ed097e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7082 | 2024.03.26 19:52:12.518776 [ 3 ] {} <Trace> HTTP-Session: 7c10a7ef-c4b1-4791-ac6a-20c793ed097e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7083 | 2024.03.26 19:52:12.518905 [ 3 ] {271ad097-7777-4793-b2e1-19a51136400c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7084 | 2024.03.26 19:52:12.519059 [ 3 ] {271ad097-7777-4793-b2e1-19a51136400c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7085 | 2024.03.26 19:52:12.519259 [ 3 ] {271ad097-7777-4793-b2e1-19a51136400c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7086 | 2024.03.26 19:52:12.519725 [ 3 ] {271ad097-7777-4793-b2e1-19a51136400c} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7087 | 2024.03.26 19:52:12.519775 [ 3 ] {271ad097-7777-4793-b2e1-19a51136400c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7088 | 2024.03.26 19:52:12.520202 [ 3 ] {271ad097-7777-4793-b2e1-19a51136400c} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7089 | 2024.03.26 19:52:12.520541 [ 3 ] {271ad097-7777-4793-b2e1-19a51136400c} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7090 | 2024.03.26 19:52:12.520711 [ 3 ] {271ad097-7777-4793-b2e1-19a51136400c} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001869 sec., 22471.91011235955 rows/sec., 1.78 MiB/sec. | ||
7091 | 2024.03.26 19:52:12.520949 [ 3 ] {271ad097-7777-4793-b2e1-19a51136400c} <Debug> DynamicQueryHandler: Done processing query | ||
7092 | 2024.03.26 19:52:12.521005 [ 3 ] {271ad097-7777-4793-b2e1-19a51136400c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7093 | 2024.03.26 19:52:12.521061 [ 3 ] {} <Debug> HTTP-Session: 7c10a7ef-c4b1-4791-ac6a-20c793ed097e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7094 | 2024.03.26 19:52:12.521264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7095 | 2024.03.26 19:52:12.521321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7096 | 2024.03.26 19:52:12.521340 [ 3 ] {} <Debug> HTTP-Session: 9444d60e-28d0-47b2-9a36-8aca358fbfe7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7097 | 2024.03.26 19:52:12.521359 [ 3 ] {} <Debug> HTTP-Session: 9444d60e-28d0-47b2-9a36-8aca358fbfe7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7098 | 2024.03.26 19:52:12.521374 [ 3 ] {} <Debug> HTTP-Session: 9444d60e-28d0-47b2-9a36-8aca358fbfe7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7099 | 2024.03.26 19:52:12.521410 [ 3 ] {} <Trace> HTTP-Session: 9444d60e-28d0-47b2-9a36-8aca358fbfe7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7100 | 2024.03.26 19:52:12.521485 [ 3 ] {5226d5ac-baef-4e7a-a04e-9255594a2abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7101 | 2024.03.26 19:52:12.521533 [ 3 ] {5226d5ac-baef-4e7a-a04e-9255594a2abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7102 | 2024.03.26 19:52:12.521691 [ 3 ] {5226d5ac-baef-4e7a-a04e-9255594a2abc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7103 | 2024.03.26 19:52:12.522007 [ 3 ] {5226d5ac-baef-4e7a-a04e-9255594a2abc} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7104 | 2024.03.26 19:52:12.522046 [ 3 ] {5226d5ac-baef-4e7a-a04e-9255594a2abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7105 | 2024.03.26 19:52:12.522343 [ 3 ] {5226d5ac-baef-4e7a-a04e-9255594a2abc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7106 | 2024.03.26 19:52:12.522647 [ 3 ] {5226d5ac-baef-4e7a-a04e-9255594a2abc} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7107 | 2024.03.26 19:52:12.522812 [ 3 ] {5226d5ac-baef-4e7a-a04e-9255594a2abc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00135 sec., 2962.9629629629626 rows/sec., 241.61 KiB/sec. | ||
7108 | 2024.03.26 19:52:12.523067 [ 3 ] {5226d5ac-baef-4e7a-a04e-9255594a2abc} <Debug> DynamicQueryHandler: Done processing query | ||
7109 | 2024.03.26 19:52:12.523111 [ 3 ] {5226d5ac-baef-4e7a-a04e-9255594a2abc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7110 | 2024.03.26 19:52:12.523128 [ 3 ] {} <Debug> HTTP-Session: 9444d60e-28d0-47b2-9a36-8aca358fbfe7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7111 | 2024.03.26 19:52:12.523283 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7112 | 2024.03.26 19:52:12.523334 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7113 | 2024.03.26 19:52:12.523351 [ 3 ] {} <Debug> HTTP-Session: 9e486cfc-c499-45d0-9eb8-f7355b11b9a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7114 | 2024.03.26 19:52:12.523368 [ 3 ] {} <Debug> HTTP-Session: 9e486cfc-c499-45d0-9eb8-f7355b11b9a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7115 | 2024.03.26 19:52:12.523381 [ 3 ] {} <Debug> HTTP-Session: 9e486cfc-c499-45d0-9eb8-f7355b11b9a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7116 | 2024.03.26 19:52:12.523413 [ 3 ] {} <Trace> HTTP-Session: 9e486cfc-c499-45d0-9eb8-f7355b11b9a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7117 | 2024.03.26 19:52:12.523522 [ 3 ] {6d865e2a-2e12-41ad-8819-bb6cbfbbc9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7118 | 2024.03.26 19:52:12.523566 [ 3 ] {6d865e2a-2e12-41ad-8819-bb6cbfbbc9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7119 | 2024.03.26 19:52:12.523710 [ 3 ] {6d865e2a-2e12-41ad-8819-bb6cbfbbc9a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7120 | 2024.03.26 19:52:12.524097 [ 3 ] {6d865e2a-2e12-41ad-8819-bb6cbfbbc9a1} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7121 | 2024.03.26 19:52:12.524136 [ 3 ] {6d865e2a-2e12-41ad-8819-bb6cbfbbc9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7122 | 2024.03.26 19:52:12.524452 [ 3 ] {6d865e2a-2e12-41ad-8819-bb6cbfbbc9a1} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7123 | 2024.03.26 19:52:12.524748 [ 3 ] {6d865e2a-2e12-41ad-8819-bb6cbfbbc9a1} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7124 | 2024.03.26 19:52:12.524898 [ 3 ] {6d865e2a-2e12-41ad-8819-bb6cbfbbc9a1} <Debug> executeQuery: Read 154 rows, 15.05 KiB in 0.001435 sec., 107317.0731707317 rows/sec., 10.24 MiB/sec. | ||
7125 | 2024.03.26 19:52:12.525089 [ 3 ] {6d865e2a-2e12-41ad-8819-bb6cbfbbc9a1} <Debug> DynamicQueryHandler: Done processing query | ||
7126 | 2024.03.26 19:52:12.525147 [ 3 ] {6d865e2a-2e12-41ad-8819-bb6cbfbbc9a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7127 | 2024.03.26 19:52:12.525198 [ 3 ] {} <Debug> HTTP-Session: 9e486cfc-c499-45d0-9eb8-f7355b11b9a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7128 | 2024.03.26 19:52:12.525356 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7129 | 2024.03.26 19:52:12.525407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7130 | 2024.03.26 19:52:12.525426 [ 3 ] {} <Debug> HTTP-Session: e5629421-05af-4428-935a-ba831ed8818c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7131 | 2024.03.26 19:52:12.525443 [ 3 ] {} <Debug> HTTP-Session: e5629421-05af-4428-935a-ba831ed8818c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7132 | 2024.03.26 19:52:12.525456 [ 3 ] {} <Debug> HTTP-Session: e5629421-05af-4428-935a-ba831ed8818c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7133 | 2024.03.26 19:52:12.525488 [ 3 ] {} <Trace> HTTP-Session: e5629421-05af-4428-935a-ba831ed8818c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7134 | 2024.03.26 19:52:12.525555 [ 3 ] {13f2cdbe-909e-4926-bb41-8009957da8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7135 | 2024.03.26 19:52:12.525597 [ 3 ] {13f2cdbe-909e-4926-bb41-8009957da8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7136 | 2024.03.26 19:52:12.525738 [ 3 ] {13f2cdbe-909e-4926-bb41-8009957da8a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7137 | 2024.03.26 19:52:12.526007 [ 3 ] {13f2cdbe-909e-4926-bb41-8009957da8a4} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7138 | 2024.03.26 19:52:12.526044 [ 3 ] {13f2cdbe-909e-4926-bb41-8009957da8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7139 | 2024.03.26 19:52:12.526341 [ 3 ] {13f2cdbe-909e-4926-bb41-8009957da8a4} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
7140 | 2024.03.26 19:52:12.526671 [ 3 ] {13f2cdbe-909e-4926-bb41-8009957da8a4} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7141 | 2024.03.26 19:52:12.526825 [ 3 ] {13f2cdbe-909e-4926-bb41-8009957da8a4} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001296 sec., 3086.4197530864194 rows/sec., 215.51 KiB/sec. | ||
7142 | 2024.03.26 19:52:12.526951 [ 3 ] {13f2cdbe-909e-4926-bb41-8009957da8a4} <Debug> DynamicQueryHandler: Done processing query | ||
7143 | 2024.03.26 19:52:12.526974 [ 3 ] {13f2cdbe-909e-4926-bb41-8009957da8a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7144 | 2024.03.26 19:52:12.526990 [ 3 ] {} <Debug> HTTP-Session: e5629421-05af-4428-935a-ba831ed8818c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7145 | 2024.03.26 19:52:12.527112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 12597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7146 | 2024.03.26 19:52:12.527160 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7147 | 2024.03.26 19:52:12.527182 [ 3 ] {} <Debug> HTTP-Session: 932132a3-21c4-43ba-855e-060a080dc882 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7148 | 2024.03.26 19:52:12.527198 [ 3 ] {} <Debug> HTTP-Session: 932132a3-21c4-43ba-855e-060a080dc882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7149 | 2024.03.26 19:52:12.527212 [ 3 ] {} <Debug> HTTP-Session: 932132a3-21c4-43ba-855e-060a080dc882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7150 | 2024.03.26 19:52:12.527242 [ 3 ] {} <Trace> HTTP-Session: 932132a3-21c4-43ba-855e-060a080dc882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7151 | 2024.03.26 19:52:12.527337 [ 3 ] {226cb1d0-b325-4eaf-8e4c-4bb37e734f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7152 | 2024.03.26 19:52:12.527377 [ 3 ] {226cb1d0-b325-4eaf-8e4c-4bb37e734f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7153 | 2024.03.26 19:52:12.527504 [ 3 ] {226cb1d0-b325-4eaf-8e4c-4bb37e734f2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7154 | 2024.03.26 19:52:12.527831 [ 3 ] {226cb1d0-b325-4eaf-8e4c-4bb37e734f2f} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7155 | 2024.03.26 19:52:12.527869 [ 3 ] {226cb1d0-b325-4eaf-8e4c-4bb37e734f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7156 | 2024.03.26 19:52:12.528176 [ 3 ] {226cb1d0-b325-4eaf-8e4c-4bb37e734f2f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7157 | 2024.03.26 19:52:12.528479 [ 3 ] {226cb1d0-b325-4eaf-8e4c-4bb37e734f2f} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7158 | 2024.03.26 19:52:12.528631 [ 3 ] {226cb1d0-b325-4eaf-8e4c-4bb37e734f2f} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001341 sec., 55182.699478001494 rows/sec., 4.32 MiB/sec. | ||
7159 | 2024.03.26 19:52:12.528751 [ 3 ] {226cb1d0-b325-4eaf-8e4c-4bb37e734f2f} <Debug> DynamicQueryHandler: Done processing query | ||
7160 | 2024.03.26 19:52:12.528775 [ 3 ] {226cb1d0-b325-4eaf-8e4c-4bb37e734f2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7161 | 2024.03.26 19:52:12.528791 [ 3 ] {} <Debug> HTTP-Session: 932132a3-21c4-43ba-855e-060a080dc882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7162 | 2024.03.26 19:52:12.528920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7163 | 2024.03.26 19:52:12.528968 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7164 | 2024.03.26 19:52:12.528986 [ 3 ] {} <Debug> HTTP-Session: 32bff880-3924-41b6-8f52-2b72d1463dac Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7165 | 2024.03.26 19:52:12.529003 [ 3 ] {} <Debug> HTTP-Session: 32bff880-3924-41b6-8f52-2b72d1463dac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7166 | 2024.03.26 19:52:12.529016 [ 3 ] {} <Debug> HTTP-Session: 32bff880-3924-41b6-8f52-2b72d1463dac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7167 | 2024.03.26 19:52:12.529046 [ 3 ] {} <Trace> HTTP-Session: 32bff880-3924-41b6-8f52-2b72d1463dac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7168 | 2024.03.26 19:52:12.529156 [ 3 ] {2210c704-6929-4274-a897-d2eb704a04c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7169 | 2024.03.26 19:52:12.529203 [ 3 ] {2210c704-6929-4274-a897-d2eb704a04c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7170 | 2024.03.26 19:52:12.529347 [ 3 ] {2210c704-6929-4274-a897-d2eb704a04c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7171 | 2024.03.26 19:52:12.529696 [ 3 ] {2210c704-6929-4274-a897-d2eb704a04c0} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7172 | 2024.03.26 19:52:12.529733 [ 3 ] {2210c704-6929-4274-a897-d2eb704a04c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7173 | 2024.03.26 19:52:12.530121 [ 3 ] {2210c704-6929-4274-a897-d2eb704a04c0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7174 | 2024.03.26 19:52:12.530463 [ 3 ] {2210c704-6929-4274-a897-d2eb704a04c0} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7175 | 2024.03.26 19:52:12.530616 [ 3 ] {2210c704-6929-4274-a897-d2eb704a04c0} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.00152 sec., 67105.26315789473 rows/sec., 4.65 MiB/sec. | ||
7176 | 2024.03.26 19:52:12.530885 [ 3 ] {2210c704-6929-4274-a897-d2eb704a04c0} <Debug> DynamicQueryHandler: Done processing query | ||
7177 | 2024.03.26 19:52:12.530934 [ 3 ] {2210c704-6929-4274-a897-d2eb704a04c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7178 | 2024.03.26 19:52:12.530992 [ 3 ] {} <Debug> HTTP-Session: 32bff880-3924-41b6-8f52-2b72d1463dac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7179 | 2024.03.26 19:52:12.531187 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7180 | 2024.03.26 19:52:12.531238 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7181 | 2024.03.26 19:52:12.531256 [ 3 ] {} <Debug> HTTP-Session: d217602b-7c48-4bd0-9c59-9513d48bd013 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7182 | 2024.03.26 19:52:12.531273 [ 3 ] {} <Debug> HTTP-Session: d217602b-7c48-4bd0-9c59-9513d48bd013 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7183 | 2024.03.26 19:52:12.531287 [ 3 ] {} <Debug> HTTP-Session: d217602b-7c48-4bd0-9c59-9513d48bd013 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7184 | 2024.03.26 19:52:12.531320 [ 3 ] {} <Trace> HTTP-Session: d217602b-7c48-4bd0-9c59-9513d48bd013 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7185 | 2024.03.26 19:52:12.531592 [ 3 ] {96b92ad0-c12c-4ce7-bebb-69ea25074192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7186 | 2024.03.26 19:52:12.531641 [ 3 ] {96b92ad0-c12c-4ce7-bebb-69ea25074192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7187 | 2024.03.26 19:52:12.531818 [ 3 ] {96b92ad0-c12c-4ce7-bebb-69ea25074192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7188 | 2024.03.26 19:52:12.532376 [ 3 ] {96b92ad0-c12c-4ce7-bebb-69ea25074192} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7189 | 2024.03.26 19:52:12.532413 [ 3 ] {96b92ad0-c12c-4ce7-bebb-69ea25074192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7190 | 2024.03.26 19:52:12.532833 [ 3 ] {96b92ad0-c12c-4ce7-bebb-69ea25074192} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7191 | 2024.03.26 19:52:12.533195 [ 3 ] {96b92ad0-c12c-4ce7-bebb-69ea25074192} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7192 | 2024.03.26 19:52:12.533373 [ 3 ] {96b92ad0-c12c-4ce7-bebb-69ea25074192} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001988 sec., 21126.76056338028 rows/sec., 28.51 MiB/sec. | ||
7193 | 2024.03.26 19:52:12.533504 [ 3 ] {96b92ad0-c12c-4ce7-bebb-69ea25074192} <Debug> DynamicQueryHandler: Done processing query | ||
7194 | 2024.03.26 19:52:12.533529 [ 3 ] {96b92ad0-c12c-4ce7-bebb-69ea25074192} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7195 | 2024.03.26 19:52:12.533544 [ 3 ] {} <Debug> HTTP-Session: d217602b-7c48-4bd0-9c59-9513d48bd013 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7196 | 2024.03.26 19:52:12.533667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7197 | 2024.03.26 19:52:12.533716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7198 | 2024.03.26 19:52:12.533734 [ 3 ] {} <Debug> HTTP-Session: 825f797a-6bc8-486b-ad52-e4d3538f27e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7199 | 2024.03.26 19:52:12.533750 [ 3 ] {} <Debug> HTTP-Session: 825f797a-6bc8-486b-ad52-e4d3538f27e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7200 | 2024.03.26 19:52:12.533764 [ 3 ] {} <Debug> HTTP-Session: 825f797a-6bc8-486b-ad52-e4d3538f27e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7201 | 2024.03.26 19:52:12.533794 [ 3 ] {} <Trace> HTTP-Session: 825f797a-6bc8-486b-ad52-e4d3538f27e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7202 | 2024.03.26 19:52:12.533868 [ 3 ] {794e0659-8017-4c28-a836-79648623212c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7203 | 2024.03.26 19:52:12.533909 [ 3 ] {794e0659-8017-4c28-a836-79648623212c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7204 | 2024.03.26 19:52:12.534035 [ 3 ] {794e0659-8017-4c28-a836-79648623212c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7205 | 2024.03.26 19:52:12.534304 [ 3 ] {794e0659-8017-4c28-a836-79648623212c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7206 | 2024.03.26 19:52:12.534341 [ 3 ] {794e0659-8017-4c28-a836-79648623212c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7207 | 2024.03.26 19:52:12.534693 [ 3 ] {794e0659-8017-4c28-a836-79648623212c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
7208 | 2024.03.26 19:52:12.535013 [ 3 ] {794e0659-8017-4c28-a836-79648623212c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7209 | 2024.03.26 19:52:12.535177 [ 3 ] {794e0659-8017-4c28-a836-79648623212c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001328 sec., 22590.36144578313 rows/sec., 1.55 MiB/sec. | ||
7210 | 2024.03.26 19:52:12.535409 [ 3 ] {794e0659-8017-4c28-a836-79648623212c} <Debug> DynamicQueryHandler: Done processing query | ||
7211 | 2024.03.26 19:52:12.535468 [ 3 ] {794e0659-8017-4c28-a836-79648623212c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7212 | 2024.03.26 19:52:12.535515 [ 3 ] {} <Debug> HTTP-Session: 825f797a-6bc8-486b-ad52-e4d3538f27e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7213 | 2024.03.26 19:52:17.516928 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7214 | 2024.03.26 19:52:17.517061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7215 | 2024.03.26 19:52:17.517091 [ 3 ] {} <Debug> HTTP-Session: 3342e98c-8d23-4a5b-9847-774786e07aff Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7216 | 2024.03.26 19:52:17.517121 [ 3 ] {} <Debug> HTTP-Session: 3342e98c-8d23-4a5b-9847-774786e07aff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7217 | 2024.03.26 19:52:17.517139 [ 3 ] {} <Debug> HTTP-Session: 3342e98c-8d23-4a5b-9847-774786e07aff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7218 | 2024.03.26 19:52:17.517187 [ 3 ] {} <Trace> HTTP-Session: 3342e98c-8d23-4a5b-9847-774786e07aff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7219 | 2024.03.26 19:52:17.517308 [ 3 ] {e13293ce-f4eb-4911-981d-155cc1b9d635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7220 | 2024.03.26 19:52:17.517376 [ 3 ] {e13293ce-f4eb-4911-981d-155cc1b9d635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7221 | 2024.03.26 19:52:17.517569 [ 3 ] {e13293ce-f4eb-4911-981d-155cc1b9d635} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7222 | 2024.03.26 19:52:17.517993 [ 3 ] {e13293ce-f4eb-4911-981d-155cc1b9d635} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7223 | 2024.03.26 19:52:17.518040 [ 3 ] {e13293ce-f4eb-4911-981d-155cc1b9d635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7224 | 2024.03.26 19:52:17.518432 [ 3 ] {e13293ce-f4eb-4911-981d-155cc1b9d635} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7225 | 2024.03.26 19:52:17.518774 [ 3 ] {e13293ce-f4eb-4911-981d-155cc1b9d635} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7226 | 2024.03.26 19:52:17.518951 [ 3 ] {e13293ce-f4eb-4911-981d-155cc1b9d635} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001689 sec., 9473.060982830077 rows/sec., 767.84 KiB/sec. | ||
7227 | 2024.03.26 19:52:17.519111 [ 3 ] {e13293ce-f4eb-4911-981d-155cc1b9d635} <Debug> DynamicQueryHandler: Done processing query | ||
7228 | 2024.03.26 19:52:17.519138 [ 3 ] {e13293ce-f4eb-4911-981d-155cc1b9d635} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7229 | 2024.03.26 19:52:17.519155 [ 3 ] {} <Debug> HTTP-Session: 3342e98c-8d23-4a5b-9847-774786e07aff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7230 | 2024.03.26 19:52:17.519285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7231 | 2024.03.26 19:52:17.519342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7232 | 2024.03.26 19:52:17.519361 [ 3 ] {} <Debug> HTTP-Session: 2eb7260d-56f7-4650-996b-635dd35d2ca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7233 | 2024.03.26 19:52:17.519379 [ 3 ] {} <Debug> HTTP-Session: 2eb7260d-56f7-4650-996b-635dd35d2ca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7234 | 2024.03.26 19:52:17.519393 [ 3 ] {} <Debug> HTTP-Session: 2eb7260d-56f7-4650-996b-635dd35d2ca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7235 | 2024.03.26 19:52:17.519428 [ 3 ] {} <Trace> HTTP-Session: 2eb7260d-56f7-4650-996b-635dd35d2ca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7236 | 2024.03.26 19:52:17.519499 [ 3 ] {d17872db-3cb3-4931-90df-7be2fc22c7e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7237 | 2024.03.26 19:52:17.519546 [ 3 ] {d17872db-3cb3-4931-90df-7be2fc22c7e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7238 | 2024.03.26 19:52:17.519681 [ 3 ] {d17872db-3cb3-4931-90df-7be2fc22c7e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7239 | 2024.03.26 19:52:17.519961 [ 3 ] {d17872db-3cb3-4931-90df-7be2fc22c7e8} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7240 | 2024.03.26 19:52:17.520000 [ 3 ] {d17872db-3cb3-4931-90df-7be2fc22c7e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7241 | 2024.03.26 19:52:17.520312 [ 3 ] {d17872db-3cb3-4931-90df-7be2fc22c7e8} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7242 | 2024.03.26 19:52:17.520640 [ 3 ] {d17872db-3cb3-4931-90df-7be2fc22c7e8} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7243 | 2024.03.26 19:52:17.520800 [ 3 ] {d17872db-3cb3-4931-90df-7be2fc22c7e8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001322 sec., 1512.8593040847202 rows/sec., 123.36 KiB/sec. | ||
7244 | 2024.03.26 19:52:17.520924 [ 3 ] {d17872db-3cb3-4931-90df-7be2fc22c7e8} <Debug> DynamicQueryHandler: Done processing query | ||
7245 | 2024.03.26 19:52:17.520950 [ 3 ] {d17872db-3cb3-4931-90df-7be2fc22c7e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7246 | 2024.03.26 19:52:17.520966 [ 3 ] {} <Debug> HTTP-Session: 2eb7260d-56f7-4650-996b-635dd35d2ca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7247 | 2024.03.26 19:52:17.521084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7248 | 2024.03.26 19:52:17.521136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7249 | 2024.03.26 19:52:17.521155 [ 3 ] {} <Debug> HTTP-Session: 1b18a517-9dbb-4f4a-aff2-2432685e2c78 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7250 | 2024.03.26 19:52:17.521172 [ 3 ] {} <Debug> HTTP-Session: 1b18a517-9dbb-4f4a-aff2-2432685e2c78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7251 | 2024.03.26 19:52:17.521186 [ 3 ] {} <Debug> HTTP-Session: 1b18a517-9dbb-4f4a-aff2-2432685e2c78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7252 | 2024.03.26 19:52:17.521217 [ 3 ] {} <Trace> HTTP-Session: 1b18a517-9dbb-4f4a-aff2-2432685e2c78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7253 | 2024.03.26 19:52:17.521305 [ 3 ] {1985305a-e4af-4821-a552-e9e89f0bc03a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7254 | 2024.03.26 19:52:17.521347 [ 3 ] {1985305a-e4af-4821-a552-e9e89f0bc03a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7255 | 2024.03.26 19:52:17.521473 [ 3 ] {1985305a-e4af-4821-a552-e9e89f0bc03a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7256 | 2024.03.26 19:52:17.521809 [ 3 ] {1985305a-e4af-4821-a552-e9e89f0bc03a} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7257 | 2024.03.26 19:52:17.521848 [ 3 ] {1985305a-e4af-4821-a552-e9e89f0bc03a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7258 | 2024.03.26 19:52:17.522163 [ 3 ] {1985305a-e4af-4821-a552-e9e89f0bc03a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7259 | 2024.03.26 19:52:17.522473 [ 3 ] {1985305a-e4af-4821-a552-e9e89f0bc03a} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7260 | 2024.03.26 19:52:17.522634 [ 3 ] {1985305a-e4af-4821-a552-e9e89f0bc03a} <Debug> executeQuery: Read 75 rows, 6.37 KiB in 0.001363 sec., 55025.67865003668 rows/sec., 4.56 MiB/sec. | ||
7261 | 2024.03.26 19:52:17.522765 [ 3 ] {1985305a-e4af-4821-a552-e9e89f0bc03a} <Debug> DynamicQueryHandler: Done processing query | ||
7262 | 2024.03.26 19:52:17.522789 [ 3 ] {1985305a-e4af-4821-a552-e9e89f0bc03a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7263 | 2024.03.26 19:52:17.522805 [ 3 ] {} <Debug> HTTP-Session: 1b18a517-9dbb-4f4a-aff2-2432685e2c78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7264 | 2024.03.26 19:52:17.522914 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7265 | 2024.03.26 19:52:17.522964 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7266 | 2024.03.26 19:52:17.522983 [ 3 ] {} <Debug> HTTP-Session: 3a7267c5-471c-4a52-b9ad-2c217d092aac Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7267 | 2024.03.26 19:52:17.523000 [ 3 ] {} <Debug> HTTP-Session: 3a7267c5-471c-4a52-b9ad-2c217d092aac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7268 | 2024.03.26 19:52:17.523014 [ 3 ] {} <Debug> HTTP-Session: 3a7267c5-471c-4a52-b9ad-2c217d092aac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7269 | 2024.03.26 19:52:17.523044 [ 3 ] {} <Trace> HTTP-Session: 3a7267c5-471c-4a52-b9ad-2c217d092aac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7270 | 2024.03.26 19:52:17.523107 [ 3 ] {c7f16e88-8c1b-47c9-a31d-0c9b131c669c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7271 | 2024.03.26 19:52:17.523149 [ 3 ] {c7f16e88-8c1b-47c9-a31d-0c9b131c669c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7272 | 2024.03.26 19:52:17.523279 [ 3 ] {c7f16e88-8c1b-47c9-a31d-0c9b131c669c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7273 | 2024.03.26 19:52:17.523552 [ 3 ] {c7f16e88-8c1b-47c9-a31d-0c9b131c669c} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7274 | 2024.03.26 19:52:17.523590 [ 3 ] {c7f16e88-8c1b-47c9-a31d-0c9b131c669c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7275 | 2024.03.26 19:52:17.523889 [ 3 ] {c7f16e88-8c1b-47c9-a31d-0c9b131c669c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
7276 | 2024.03.26 19:52:17.524199 [ 3 ] {c7f16e88-8c1b-47c9-a31d-0c9b131c669c} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7277 | 2024.03.26 19:52:17.524356 [ 3 ] {c7f16e88-8c1b-47c9-a31d-0c9b131c669c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 110.57 KiB/sec. | ||
7278 | 2024.03.26 19:52:17.524478 [ 3 ] {c7f16e88-8c1b-47c9-a31d-0c9b131c669c} <Debug> DynamicQueryHandler: Done processing query | ||
7279 | 2024.03.26 19:52:17.524502 [ 3 ] {c7f16e88-8c1b-47c9-a31d-0c9b131c669c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7280 | 2024.03.26 19:52:17.524517 [ 3 ] {} <Debug> HTTP-Session: 3a7267c5-471c-4a52-b9ad-2c217d092aac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7281 | 2024.03.26 19:52:17.524623 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7282 | 2024.03.26 19:52:17.524672 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7283 | 2024.03.26 19:52:17.524691 [ 3 ] {} <Debug> HTTP-Session: 93b176fe-f74e-4bec-a023-77c13629ccb3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7284 | 2024.03.26 19:52:17.524707 [ 3 ] {} <Debug> HTTP-Session: 93b176fe-f74e-4bec-a023-77c13629ccb3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7285 | 2024.03.26 19:52:17.524721 [ 3 ] {} <Debug> HTTP-Session: 93b176fe-f74e-4bec-a023-77c13629ccb3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7286 | 2024.03.26 19:52:17.524753 [ 3 ] {} <Trace> HTTP-Session: 93b176fe-f74e-4bec-a023-77c13629ccb3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7287 | 2024.03.26 19:52:17.524831 [ 3 ] {72872100-8bda-4c04-bc43-88c63b6ef5bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7288 | 2024.03.26 19:52:17.524872 [ 3 ] {72872100-8bda-4c04-bc43-88c63b6ef5bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7289 | 2024.03.26 19:52:17.524998 [ 3 ] {72872100-8bda-4c04-bc43-88c63b6ef5bd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7290 | 2024.03.26 19:52:17.525308 [ 3 ] {72872100-8bda-4c04-bc43-88c63b6ef5bd} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7291 | 2024.03.26 19:52:17.525345 [ 3 ] {72872100-8bda-4c04-bc43-88c63b6ef5bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7292 | 2024.03.26 19:52:17.525659 [ 3 ] {72872100-8bda-4c04-bc43-88c63b6ef5bd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7293 | 2024.03.26 19:52:17.525978 [ 3 ] {72872100-8bda-4c04-bc43-88c63b6ef5bd} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7294 | 2024.03.26 19:52:17.526131 [ 3 ] {72872100-8bda-4c04-bc43-88c63b6ef5bd} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001334 sec., 34482.75862068966 rows/sec., 2.69 MiB/sec. | ||
7295 | 2024.03.26 19:52:17.526256 [ 3 ] {72872100-8bda-4c04-bc43-88c63b6ef5bd} <Debug> DynamicQueryHandler: Done processing query | ||
7296 | 2024.03.26 19:52:17.526281 [ 3 ] {72872100-8bda-4c04-bc43-88c63b6ef5bd} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7297 | 2024.03.26 19:52:17.526297 [ 3 ] {} <Debug> HTTP-Session: 93b176fe-f74e-4bec-a023-77c13629ccb3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7298 | 2024.03.26 19:52:17.526419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7299 | 2024.03.26 19:52:17.526468 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7300 | 2024.03.26 19:52:17.526487 [ 3 ] {} <Debug> HTTP-Session: f7185c0b-18e4-425a-b88e-4fccc9d77dc8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7301 | 2024.03.26 19:52:17.526504 [ 3 ] {} <Debug> HTTP-Session: f7185c0b-18e4-425a-b88e-4fccc9d77dc8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7302 | 2024.03.26 19:52:17.526518 [ 3 ] {} <Debug> HTTP-Session: f7185c0b-18e4-425a-b88e-4fccc9d77dc8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7303 | 2024.03.26 19:52:17.526549 [ 3 ] {} <Trace> HTTP-Session: f7185c0b-18e4-425a-b88e-4fccc9d77dc8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7304 | 2024.03.26 19:52:17.526657 [ 3 ] {0b7c7d80-ae51-4fba-afd6-25d3ee5f637a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7305 | 2024.03.26 19:52:17.526702 [ 3 ] {0b7c7d80-ae51-4fba-afd6-25d3ee5f637a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7306 | 2024.03.26 19:52:17.526851 [ 3 ] {0b7c7d80-ae51-4fba-afd6-25d3ee5f637a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7307 | 2024.03.26 19:52:17.527276 [ 3 ] {0b7c7d80-ae51-4fba-afd6-25d3ee5f637a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7308 | 2024.03.26 19:52:17.527314 [ 3 ] {0b7c7d80-ae51-4fba-afd6-25d3ee5f637a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7309 | 2024.03.26 19:52:17.527697 [ 3 ] {0b7c7d80-ae51-4fba-afd6-25d3ee5f637a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7310 | 2024.03.26 19:52:17.528043 [ 3 ] {0b7c7d80-ae51-4fba-afd6-25d3ee5f637a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7311 | 2024.03.26 19:52:17.528215 [ 3 ] {0b7c7d80-ae51-4fba-afd6-25d3ee5f637a} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001608 sec., 62810.94527363184 rows/sec., 4.35 MiB/sec. | ||
7312 | 2024.03.26 19:52:17.528351 [ 3 ] {0b7c7d80-ae51-4fba-afd6-25d3ee5f637a} <Debug> DynamicQueryHandler: Done processing query | ||
7313 | 2024.03.26 19:52:17.528375 [ 3 ] {0b7c7d80-ae51-4fba-afd6-25d3ee5f637a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7314 | 2024.03.26 19:52:17.528392 [ 3 ] {} <Debug> HTTP-Session: f7185c0b-18e4-425a-b88e-4fccc9d77dc8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7315 | 2024.03.26 19:52:17.528510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7316 | 2024.03.26 19:52:17.528559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7317 | 2024.03.26 19:52:17.528578 [ 3 ] {} <Debug> HTTP-Session: e17a19e1-1973-4345-82fc-2dfeb8d89bb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7318 | 2024.03.26 19:52:17.528594 [ 3 ] {} <Debug> HTTP-Session: e17a19e1-1973-4345-82fc-2dfeb8d89bb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7319 | 2024.03.26 19:52:17.528608 [ 3 ] {} <Debug> HTTP-Session: e17a19e1-1973-4345-82fc-2dfeb8d89bb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7320 | 2024.03.26 19:52:17.528639 [ 3 ] {} <Trace> HTTP-Session: e17a19e1-1973-4345-82fc-2dfeb8d89bb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7321 | 2024.03.26 19:52:17.528793 [ 3 ] {d0256be8-437f-421d-b927-436c66796d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7322 | 2024.03.26 19:52:17.528840 [ 3 ] {d0256be8-437f-421d-b927-436c66796d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7323 | 2024.03.26 19:52:17.529005 [ 3 ] {d0256be8-437f-421d-b927-436c66796d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7324 | 2024.03.26 19:52:17.529435 [ 3 ] {d0256be8-437f-421d-b927-436c66796d8c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7325 | 2024.03.26 19:52:17.529472 [ 3 ] {d0256be8-437f-421d-b927-436c66796d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7326 | 2024.03.26 19:52:17.529875 [ 3 ] {d0256be8-437f-421d-b927-436c66796d8c} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7327 | 2024.03.26 19:52:17.530227 [ 3 ] {d0256be8-437f-421d-b927-436c66796d8c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7328 | 2024.03.26 19:52:17.530391 [ 3 ] {d0256be8-437f-421d-b927-436c66796d8c} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001698 sec., 9422.850412249705 rows/sec., 12.72 MiB/sec. | ||
7329 | 2024.03.26 19:52:17.530543 [ 3 ] {d0256be8-437f-421d-b927-436c66796d8c} <Debug> DynamicQueryHandler: Done processing query | ||
7330 | 2024.03.26 19:52:17.530568 [ 3 ] {d0256be8-437f-421d-b927-436c66796d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7331 | 2024.03.26 19:52:17.530585 [ 3 ] {} <Debug> HTTP-Session: e17a19e1-1973-4345-82fc-2dfeb8d89bb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7332 | 2024.03.26 19:52:17.530694 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7333 | 2024.03.26 19:52:17.530743 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7334 | 2024.03.26 19:52:17.530762 [ 3 ] {} <Debug> HTTP-Session: efd05522-887d-4f82-a690-4702d150b9bb Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7335 | 2024.03.26 19:52:17.530778 [ 3 ] {} <Debug> HTTP-Session: efd05522-887d-4f82-a690-4702d150b9bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7336 | 2024.03.26 19:52:17.530793 [ 3 ] {} <Debug> HTTP-Session: efd05522-887d-4f82-a690-4702d150b9bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7337 | 2024.03.26 19:52:17.530823 [ 3 ] {} <Trace> HTTP-Session: efd05522-887d-4f82-a690-4702d150b9bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7338 | 2024.03.26 19:52:17.530902 [ 3 ] {8725b92b-42b3-4daa-a390-66cb9126c614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7339 | 2024.03.26 19:52:17.530945 [ 3 ] {8725b92b-42b3-4daa-a390-66cb9126c614} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7340 | 2024.03.26 19:52:17.531074 [ 3 ] {8725b92b-42b3-4daa-a390-66cb9126c614} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7341 | 2024.03.26 19:52:17.531360 [ 3 ] {8725b92b-42b3-4daa-a390-66cb9126c614} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7342 | 2024.03.26 19:52:17.531397 [ 3 ] {8725b92b-42b3-4daa-a390-66cb9126c614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7343 | 2024.03.26 19:52:17.531748 [ 3 ] {8725b92b-42b3-4daa-a390-66cb9126c614} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
7344 | 2024.03.26 19:52:17.532083 [ 3 ] {8725b92b-42b3-4daa-a390-66cb9126c614} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7345 | 2024.03.26 19:52:17.532243 [ 3 ] {8725b92b-42b3-4daa-a390-66cb9126c614} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001368 sec., 21929.824561403508 rows/sec., 1.50 MiB/sec. | ||
7346 | 2024.03.26 19:52:17.532397 [ 3 ] {8725b92b-42b3-4daa-a390-66cb9126c614} <Debug> DynamicQueryHandler: Done processing query | ||
7347 | 2024.03.26 19:52:17.532433 [ 3 ] {8725b92b-42b3-4daa-a390-66cb9126c614} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7348 | 2024.03.26 19:52:17.532463 [ 3 ] {} <Debug> HTTP-Session: efd05522-887d-4f82-a690-4702d150b9bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7349 | 2024.03.26 19:52:22.518442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7350 | 2024.03.26 19:52:22.518577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7351 | 2024.03.26 19:52:22.518603 [ 3 ] {} <Debug> HTTP-Session: b2beb6e5-ab7a-485f-8828-a88f0e942ff2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7352 | 2024.03.26 19:52:22.518629 [ 3 ] {} <Debug> HTTP-Session: b2beb6e5-ab7a-485f-8828-a88f0e942ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7353 | 2024.03.26 19:52:22.518644 [ 3 ] {} <Debug> HTTP-Session: b2beb6e5-ab7a-485f-8828-a88f0e942ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7354 | 2024.03.26 19:52:22.518695 [ 3 ] {} <Trace> HTTP-Session: b2beb6e5-ab7a-485f-8828-a88f0e942ff2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7355 | 2024.03.26 19:52:22.518823 [ 3 ] {7dd6885a-e1b3-4e3e-b801-0d5474719a61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7356 | 2024.03.26 19:52:22.518891 [ 3 ] {7dd6885a-e1b3-4e3e-b801-0d5474719a61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7357 | 2024.03.26 19:52:22.519087 [ 3 ] {7dd6885a-e1b3-4e3e-b801-0d5474719a61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7358 | 2024.03.26 19:52:22.519548 [ 3 ] {7dd6885a-e1b3-4e3e-b801-0d5474719a61} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7359 | 2024.03.26 19:52:22.519602 [ 3 ] {7dd6885a-e1b3-4e3e-b801-0d5474719a61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7360 | 2024.03.26 19:52:22.519999 [ 3 ] {7dd6885a-e1b3-4e3e-b801-0d5474719a61} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7361 | 2024.03.26 19:52:22.520346 [ 3 ] {7dd6885a-e1b3-4e3e-b801-0d5474719a61} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7362 | 2024.03.26 19:52:22.520505 [ 3 ] {7dd6885a-e1b3-4e3e-b801-0d5474719a61} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001744 sec., 24082.56880733945 rows/sec., 1.91 MiB/sec. | ||
7363 | 2024.03.26 19:52:22.520683 [ 3 ] {7dd6885a-e1b3-4e3e-b801-0d5474719a61} <Debug> DynamicQueryHandler: Done processing query | ||
7364 | 2024.03.26 19:52:22.520710 [ 3 ] {7dd6885a-e1b3-4e3e-b801-0d5474719a61} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7365 | 2024.03.26 19:52:22.520727 [ 3 ] {} <Debug> HTTP-Session: b2beb6e5-ab7a-485f-8828-a88f0e942ff2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7366 | 2024.03.26 19:52:22.520874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7367 | 2024.03.26 19:52:22.520933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7368 | 2024.03.26 19:52:22.520953 [ 3 ] {} <Debug> HTTP-Session: 8fcc0937-d996-438f-889f-e095e27e96b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7369 | 2024.03.26 19:52:22.520971 [ 3 ] {} <Debug> HTTP-Session: 8fcc0937-d996-438f-889f-e095e27e96b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7370 | 2024.03.26 19:52:22.520985 [ 3 ] {} <Debug> HTTP-Session: 8fcc0937-d996-438f-889f-e095e27e96b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7371 | 2024.03.26 19:52:22.521022 [ 3 ] {} <Trace> HTTP-Session: 8fcc0937-d996-438f-889f-e095e27e96b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7372 | 2024.03.26 19:52:22.521137 [ 3 ] {79783541-2909-403e-a4d6-5ee0ef3bc524} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7373 | 2024.03.26 19:52:22.521184 [ 3 ] {79783541-2909-403e-a4d6-5ee0ef3bc524} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7374 | 2024.03.26 19:52:22.521320 [ 3 ] {79783541-2909-403e-a4d6-5ee0ef3bc524} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7375 | 2024.03.26 19:52:22.521729 [ 3 ] {79783541-2909-403e-a4d6-5ee0ef3bc524} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7376 | 2024.03.26 19:52:22.521769 [ 3 ] {79783541-2909-403e-a4d6-5ee0ef3bc524} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7377 | 2024.03.26 19:52:22.522093 [ 3 ] {79783541-2909-403e-a4d6-5ee0ef3bc524} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7378 | 2024.03.26 19:52:22.522404 [ 3 ] {79783541-2909-403e-a4d6-5ee0ef3bc524} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7379 | 2024.03.26 19:52:22.522552 [ 3 ] {79783541-2909-403e-a4d6-5ee0ef3bc524} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001475 sec., 103050.84745762713 rows/sec., 9.85 MiB/sec. | ||
7380 | 2024.03.26 19:52:22.522575 [ 71 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
7381 | 2024.03.26 19:52:22.522684 [ 71 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7382 | 2024.03.26 19:52:22.522723 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7383 | 2024.03.26 19:52:22.522743 [ 3 ] {79783541-2909-403e-a4d6-5ee0ef3bc524} <Debug> DynamicQueryHandler: Done processing query | ||
7384 | 2024.03.26 19:52:22.522783 [ 3 ] {79783541-2909-403e-a4d6-5ee0ef3bc524} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7385 | 2024.03.26 19:52:22.522837 [ 3 ] {} <Debug> HTTP-Session: 8fcc0937-d996-438f-889f-e095e27e96b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7386 | 2024.03.26 19:52:22.522950 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
7387 | 2024.03.26 19:52:22.523024 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7388 | 2024.03.26 19:52:22.523147 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7389 | 2024.03.26 19:52:22.523212 [ 3 ] {} <Debug> HTTP-Session: 1fbd37ad-5d69-49ee-b8ea-cec47ae28cfa Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7390 | 2024.03.26 19:52:22.523225 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7391 | 2024.03.26 19:52:22.523242 [ 3 ] {} <Debug> HTTP-Session: 1fbd37ad-5d69-49ee-b8ea-cec47ae28cfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7392 | 2024.03.26 19:52:22.523280 [ 3 ] {} <Debug> HTTP-Session: 1fbd37ad-5d69-49ee-b8ea-cec47ae28cfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7393 | 2024.03.26 19:52:22.523295 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 241 rows starting from the beginning of the part | ||
7394 | 2024.03.26 19:52:22.523352 [ 3 ] {} <Trace> HTTP-Session: 1fbd37ad-5d69-49ee-b8ea-cec47ae28cfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7395 | 2024.03.26 19:52:22.523515 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 152 rows starting from the beginning of the part | ||
7396 | 2024.03.26 19:52:22.523761 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 110 rows starting from the beginning of the part | ||
7397 | 2024.03.26 19:52:22.524028 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 154 rows starting from the beginning of the part | ||
7398 | 2024.03.26 19:52:22.524068 [ 3 ] {fdc69c98-ff3a-49ab-92e5-f44dec69e643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7399 | 2024.03.26 19:52:22.524268 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 75 rows starting from the beginning of the part | ||
7400 | 2024.03.26 19:52:22.524439 [ 3 ] {fdc69c98-ff3a-49ab-92e5-f44dec69e643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7401 | 2024.03.26 19:52:22.524516 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 152 rows starting from the beginning of the part | ||
7402 | 2024.03.26 19:52:22.525288 [ 3 ] {fdc69c98-ff3a-49ab-92e5-f44dec69e643} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7403 | 2024.03.26 19:52:22.526076 [ 3 ] {fdc69c98-ff3a-49ab-92e5-f44dec69e643} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7404 | 2024.03.26 19:52:22.526144 [ 3 ] {fdc69c98-ff3a-49ab-92e5-f44dec69e643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7405 | 2024.03.26 19:52:22.526990 [ 3 ] {fdc69c98-ff3a-49ab-92e5-f44dec69e643} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7406 | 2024.03.26 19:52:22.527663 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 884 rows, containing 4 columns (4 merged, 0 gathered) in 0.004833086 sec., 182905.9114611244 rows/sec., 16.69 MiB/sec. | ||
7407 | 2024.03.26 19:52:22.527759 [ 3 ] {fdc69c98-ff3a-49ab-92e5-f44dec69e643} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7408 | 2024.03.26 19:52:22.527984 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
7409 | 2024.03.26 19:52:22.528017 [ 71 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
7410 | 2024.03.26 19:52:22.528063 [ 3 ] {fdc69c98-ff3a-49ab-92e5-f44dec69e643} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.004545 sec., 15401.5401540154 rows/sec., 1.20 MiB/sec. | ||
7411 | 2024.03.26 19:52:22.528107 [ 71 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7412 | 2024.03.26 19:52:22.528185 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7413 | 2024.03.26 19:52:22.528739 [ 3 ] {fdc69c98-ff3a-49ab-92e5-f44dec69e643} <Debug> DynamicQueryHandler: Done processing query | ||
7414 | 2024.03.26 19:52:22.528758 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_45_9 to all_50_50_0 into Compact with storage Full | ||
7415 | 2024.03.26 19:52:22.528846 [ 3 ] {fdc69c98-ff3a-49ab-92e5-f44dec69e643} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7416 | 2024.03.26 19:52:22.528920 [ 3 ] {} <Debug> HTTP-Session: 1fbd37ad-5d69-49ee-b8ea-cec47ae28cfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7417 | 2024.03.26 19:52:22.529237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7418 | 2024.03.26 19:52:22.529301 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7419 | 2024.03.26 19:52:22.529404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7420 | 2024.03.26 19:52:22.529416 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 138 rows starting from the beginning of the part | ||
7421 | 2024.03.26 19:52:22.529417 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7422 | 2024.03.26 19:52:22.529445 [ 3 ] {} <Debug> HTTP-Session: 2762d461-5131-411a-a42a-6ccc32b5b5e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7423 | 2024.03.26 19:52:22.529502 [ 3 ] {} <Debug> HTTP-Session: 2762d461-5131-411a-a42a-6ccc32b5b5e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7424 | 2024.03.26 19:52:22.529618 [ 3 ] {} <Debug> HTTP-Session: 2762d461-5131-411a-a42a-6ccc32b5b5e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7425 | 2024.03.26 19:52:22.529800 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_50_10} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
7426 | 2024.03.26 19:52:22.529808 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 70 rows starting from the beginning of the part | ||
7427 | 2024.03.26 19:52:22.529831 [ 3 ] {} <Trace> HTTP-Session: 2762d461-5131-411a-a42a-6ccc32b5b5e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7428 | 2024.03.26 19:52:22.530128 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
7429 | 2024.03.26 19:52:22.530281 [ 3 ] {73e71a3e-bff3-40b9-959e-03be9e3cb08c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7430 | 2024.03.26 19:52:22.530296 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 68 rows starting from the beginning of the part | ||
7431 | 2024.03.26 19:52:22.530412 [ 3 ] {73e71a3e-bff3-40b9-959e-03be9e3cb08c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7432 | 2024.03.26 19:52:22.530556 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 74 rows starting from the beginning of the part | ||
7433 | 2024.03.26 19:52:22.530929 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 46 rows starting from the beginning of the part | ||
7434 | 2024.03.26 19:52:22.531262 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 70 rows starting from the beginning of the part | ||
7435 | 2024.03.26 19:52:22.531822 [ 3 ] {73e71a3e-bff3-40b9-959e-03be9e3cb08c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7436 | 2024.03.26 19:52:22.532671 [ 3 ] {73e71a3e-bff3-40b9-959e-03be9e3cb08c} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7437 | 2024.03.26 19:52:22.532733 [ 3 ] {73e71a3e-bff3-40b9-959e-03be9e3cb08c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7438 | 2024.03.26 19:52:22.533779 [ 3 ] {73e71a3e-bff3-40b9-959e-03be9e3cb08c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7439 | 2024.03.26 19:52:22.534299 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 466 rows, containing 4 columns (4 merged, 0 gathered) in 0.005968991 sec., 78070.14619388772 rows/sec., 6.10 MiB/sec. | ||
7440 | 2024.03.26 19:52:22.534520 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
7441 | 2024.03.26 19:52:22.534689 [ 3 ] {73e71a3e-bff3-40b9-959e-03be9e3cb08c} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7442 | 2024.03.26 19:52:22.535238 [ 3 ] {73e71a3e-bff3-40b9-959e-03be9e3cb08c} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.005201 sec., 19227.071716977505 rows/sec., 1.33 MiB/sec. | ||
7443 | 2024.03.26 19:52:22.535740 [ 195 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7444 | 2024.03.26 19:52:22.536014 [ 3 ] {73e71a3e-bff3-40b9-959e-03be9e3cb08c} <Debug> DynamicQueryHandler: Done processing query | ||
7445 | 2024.03.26 19:52:22.536079 [ 3 ] {73e71a3e-bff3-40b9-959e-03be9e3cb08c} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7446 | 2024.03.26 19:52:22.536090 [ 195 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_50_10} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
7447 | 2024.03.26 19:52:22.536125 [ 3 ] {} <Debug> HTTP-Session: 2762d461-5131-411a-a42a-6ccc32b5b5e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7448 | 2024.03.26 19:52:22.536243 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
7449 | 2024.03.26 19:52:22.536316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7450 | 2024.03.26 19:52:22.536375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7451 | 2024.03.26 19:52:22.536394 [ 3 ] {} <Debug> HTTP-Session: 2277cfc9-3d91-4a05-9aaf-a31b3d7d3db1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7452 | 2024.03.26 19:52:22.536411 [ 3 ] {} <Debug> HTTP-Session: 2277cfc9-3d91-4a05-9aaf-a31b3d7d3db1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7453 | 2024.03.26 19:52:22.536425 [ 3 ] {} <Debug> HTTP-Session: 2277cfc9-3d91-4a05-9aaf-a31b3d7d3db1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7454 | 2024.03.26 19:52:22.536461 [ 3 ] {} <Trace> HTTP-Session: 2277cfc9-3d91-4a05-9aaf-a31b3d7d3db1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7455 | 2024.03.26 19:52:22.536755 [ 3 ] {3ad3827a-3ef9-4d10-afd3-8924518960c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7456 | 2024.03.26 19:52:22.536807 [ 3 ] {3ad3827a-3ef9-4d10-afd3-8924518960c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7457 | 2024.03.26 19:52:22.537006 [ 3 ] {3ad3827a-3ef9-4d10-afd3-8924518960c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7458 | 2024.03.26 19:52:22.537582 [ 3 ] {3ad3827a-3ef9-4d10-afd3-8924518960c2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7459 | 2024.03.26 19:52:22.537620 [ 3 ] {3ad3827a-3ef9-4d10-afd3-8924518960c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7460 | 2024.03.26 19:52:22.538072 [ 3 ] {3ad3827a-3ef9-4d10-afd3-8924518960c2} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7461 | 2024.03.26 19:52:22.538428 [ 3 ] {3ad3827a-3ef9-4d10-afd3-8924518960c2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7462 | 2024.03.26 19:52:22.538600 [ 3 ] {3ad3827a-3ef9-4d10-afd3-8924518960c2} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.002072 sec., 20270.27027027027 rows/sec., 27.35 MiB/sec. | ||
7463 | 2024.03.26 19:52:22.538741 [ 3 ] {3ad3827a-3ef9-4d10-afd3-8924518960c2} <Debug> DynamicQueryHandler: Done processing query | ||
7464 | 2024.03.26 19:52:22.538766 [ 3 ] {3ad3827a-3ef9-4d10-afd3-8924518960c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7465 | 2024.03.26 19:52:22.538781 [ 3 ] {} <Debug> HTTP-Session: 2277cfc9-3d91-4a05-9aaf-a31b3d7d3db1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7466 | 2024.03.26 19:52:22.538897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7467 | 2024.03.26 19:52:22.538949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7468 | 2024.03.26 19:52:22.538967 [ 3 ] {} <Debug> HTTP-Session: c9ef22b0-6f44-41f6-baf8-eefac5a66146 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7469 | 2024.03.26 19:52:22.538984 [ 3 ] {} <Debug> HTTP-Session: c9ef22b0-6f44-41f6-baf8-eefac5a66146 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7470 | 2024.03.26 19:52:22.538997 [ 3 ] {} <Debug> HTTP-Session: c9ef22b0-6f44-41f6-baf8-eefac5a66146 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7471 | 2024.03.26 19:52:22.539029 [ 3 ] {} <Trace> HTTP-Session: c9ef22b0-6f44-41f6-baf8-eefac5a66146 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7472 | 2024.03.26 19:52:22.539103 [ 3 ] {ff5d3358-625b-4fdb-9a17-d0c7c4aaf743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7473 | 2024.03.26 19:52:22.539146 [ 3 ] {ff5d3358-625b-4fdb-9a17-d0c7c4aaf743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7474 | 2024.03.26 19:52:22.539276 [ 3 ] {ff5d3358-625b-4fdb-9a17-d0c7c4aaf743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7475 | 2024.03.26 19:52:22.539596 [ 3 ] {ff5d3358-625b-4fdb-9a17-d0c7c4aaf743} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7476 | 2024.03.26 19:52:22.539634 [ 3 ] {ff5d3358-625b-4fdb-9a17-d0c7c4aaf743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7477 | 2024.03.26 19:52:22.539994 [ 3 ] {ff5d3358-625b-4fdb-9a17-d0c7c4aaf743} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
7478 | 2024.03.26 19:52:22.540332 [ 3 ] {ff5d3358-625b-4fdb-9a17-d0c7c4aaf743} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7479 | 2024.03.26 19:52:22.540497 [ 3 ] {ff5d3358-625b-4fdb-9a17-d0c7c4aaf743} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001418 sec., 21156.558533145275 rows/sec., 1.45 MiB/sec. | ||
7480 | 2024.03.26 19:52:22.540623 [ 3 ] {ff5d3358-625b-4fdb-9a17-d0c7c4aaf743} <Debug> DynamicQueryHandler: Done processing query | ||
7481 | 2024.03.26 19:52:22.540648 [ 3 ] {ff5d3358-625b-4fdb-9a17-d0c7c4aaf743} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7482 | 2024.03.26 19:52:22.540663 [ 3 ] {} <Debug> HTTP-Session: c9ef22b0-6f44-41f6-baf8-eefac5a66146 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7483 | 2024.03.26 19:52:26.464779 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7484 | 2024.03.26 19:52:26.464870 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7485 | 2024.03.26 19:52:27.516791 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7486 | 2024.03.26 19:52:27.516916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7487 | 2024.03.26 19:52:27.516944 [ 3 ] {} <Debug> HTTP-Session: a6b88e1c-1183-4484-b26d-89a01de7ecab Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7488 | 2024.03.26 19:52:27.516974 [ 3 ] {} <Debug> HTTP-Session: a6b88e1c-1183-4484-b26d-89a01de7ecab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7489 | 2024.03.26 19:52:27.516991 [ 3 ] {} <Debug> HTTP-Session: a6b88e1c-1183-4484-b26d-89a01de7ecab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7490 | 2024.03.26 19:52:27.517048 [ 3 ] {} <Trace> HTTP-Session: a6b88e1c-1183-4484-b26d-89a01de7ecab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7491 | 2024.03.26 19:52:27.517183 [ 3 ] {45135201-f8b2-4846-afe6-d17fca968108} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7492 | 2024.03.26 19:52:27.517255 [ 3 ] {45135201-f8b2-4846-afe6-d17fca968108} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7493 | 2024.03.26 19:52:27.517472 [ 3 ] {45135201-f8b2-4846-afe6-d17fca968108} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7494 | 2024.03.26 19:52:27.517914 [ 3 ] {45135201-f8b2-4846-afe6-d17fca968108} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7495 | 2024.03.26 19:52:27.517963 [ 3 ] {45135201-f8b2-4846-afe6-d17fca968108} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7496 | 2024.03.26 19:52:27.518355 [ 3 ] {45135201-f8b2-4846-afe6-d17fca968108} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7497 | 2024.03.26 19:52:27.518693 [ 3 ] {45135201-f8b2-4846-afe6-d17fca968108} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7498 | 2024.03.26 19:52:27.518872 [ 3 ] {45135201-f8b2-4846-afe6-d17fca968108} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001745 sec., 9169.054441260745 rows/sec., 743.19 KiB/sec. | ||
7499 | 2024.03.26 19:52:27.518872 [ 65 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7500 | 2024.03.26 19:52:27.518967 [ 65 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7501 | 2024.03.26 19:52:27.519021 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7502 | 2024.03.26 19:52:27.519085 [ 3 ] {45135201-f8b2-4846-afe6-d17fca968108} <Debug> DynamicQueryHandler: Done processing query | ||
7503 | 2024.03.26 19:52:27.519144 [ 3 ] {45135201-f8b2-4846-afe6-d17fca968108} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7504 | 2024.03.26 19:52:27.519200 [ 3 ] {} <Debug> HTTP-Session: a6b88e1c-1183-4484-b26d-89a01de7ecab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7505 | 2024.03.26 19:52:27.519246 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
7506 | 2024.03.26 19:52:27.519442 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7507 | 2024.03.26 19:52:27.519468 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7508 | 2024.03.26 19:52:27.519535 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 58 rows starting from the beginning of the part | ||
7509 | 2024.03.26 19:52:27.519539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7510 | 2024.03.26 19:52:27.519592 [ 3 ] {} <Debug> HTTP-Session: 83432492-ca5b-4201-b2a1-1e42f5006b5d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7511 | 2024.03.26 19:52:27.519637 [ 3 ] {} <Debug> HTTP-Session: 83432492-ca5b-4201-b2a1-1e42f5006b5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7512 | 2024.03.26 19:52:27.519704 [ 3 ] {} <Debug> HTTP-Session: 83432492-ca5b-4201-b2a1-1e42f5006b5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7513 | 2024.03.26 19:52:27.519814 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part | ||
7514 | 2024.03.26 19:52:27.519829 [ 3 ] {} <Trace> HTTP-Session: 83432492-ca5b-4201-b2a1-1e42f5006b5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7515 | 2024.03.26 19:52:27.520111 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part | ||
7516 | 2024.03.26 19:52:27.520123 [ 3 ] {43df168b-7c0e-4663-843a-8d4ae1796622} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7517 | 2024.03.26 19:52:27.520246 [ 3 ] {43df168b-7c0e-4663-843a-8d4ae1796622} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7518 | 2024.03.26 19:52:27.520364 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
7519 | 2024.03.26 19:52:27.520736 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 42 rows starting from the beginning of the part | ||
7520 | 2024.03.26 19:52:27.521105 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
7521 | 2024.03.26 19:52:27.521216 [ 3 ] {43df168b-7c0e-4663-843a-8d4ae1796622} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7522 | 2024.03.26 19:52:27.522279 [ 3 ] {43df168b-7c0e-4663-843a-8d4ae1796622} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7523 | 2024.03.26 19:52:27.522337 [ 3 ] {43df168b-7c0e-4663-843a-8d4ae1796622} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7524 | 2024.03.26 19:52:27.523159 [ 3 ] {43df168b-7c0e-4663-843a-8d4ae1796622} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7525 | 2024.03.26 19:52:27.523876 [ 194 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.004759394 sec., 39921.048772175614 rows/sec., 3.16 MiB/sec. | ||
7526 | 2024.03.26 19:52:27.524050 [ 3 ] {43df168b-7c0e-4663-843a-8d4ae1796622} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7527 | 2024.03.26 19:52:27.524146 [ 194 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7528 | 2024.03.26 19:52:27.524345 [ 3 ] {43df168b-7c0e-4663-843a-8d4ae1796622} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.004378 sec., 16902.695294655095 rows/sec., 1.40 MiB/sec. | ||
7529 | 2024.03.26 19:52:27.524553 [ 3 ] {43df168b-7c0e-4663-843a-8d4ae1796622} <Debug> DynamicQueryHandler: Done processing query | ||
7530 | 2024.03.26 19:52:27.524619 [ 3 ] {43df168b-7c0e-4663-843a-8d4ae1796622} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7531 | 2024.03.26 19:52:27.524672 [ 3 ] {} <Debug> HTTP-Session: 83432492-ca5b-4201-b2a1-1e42f5006b5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7532 | 2024.03.26 19:52:27.524878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7533 | 2024.03.26 19:52:27.524950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7534 | 2024.03.26 19:52:27.524990 [ 3 ] {} <Debug> HTTP-Session: c86cf677-151b-40c9-bfcc-ac2302cf92a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7535 | 2024.03.26 19:52:27.525019 [ 194 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7536 | 2024.03.26 19:52:27.525029 [ 3 ] {} <Debug> HTTP-Session: c86cf677-151b-40c9-bfcc-ac2302cf92a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7537 | 2024.03.26 19:52:27.525088 [ 3 ] {} <Debug> HTTP-Session: c86cf677-151b-40c9-bfcc-ac2302cf92a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7538 | 2024.03.26 19:52:27.525165 [ 3 ] {} <Trace> HTTP-Session: c86cf677-151b-40c9-bfcc-ac2302cf92a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7539 | 2024.03.26 19:52:27.525221 [ 194 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_41_8} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7540 | 2024.03.26 19:52:27.525300 [ 3 ] {bf7fb5ee-33aa-419f-afe1-81a4dc8c5da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7541 | 2024.03.26 19:52:27.525390 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7542 | 2024.03.26 19:52:27.525403 [ 3 ] {bf7fb5ee-33aa-419f-afe1-81a4dc8c5da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7543 | 2024.03.26 19:52:27.525570 [ 3 ] {bf7fb5ee-33aa-419f-afe1-81a4dc8c5da0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7544 | 2024.03.26 19:52:27.525906 [ 3 ] {bf7fb5ee-33aa-419f-afe1-81a4dc8c5da0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7545 | 2024.03.26 19:52:27.525943 [ 3 ] {bf7fb5ee-33aa-419f-afe1-81a4dc8c5da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7546 | 2024.03.26 19:52:27.526264 [ 3 ] {bf7fb5ee-33aa-419f-afe1-81a4dc8c5da0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7547 | 2024.03.26 19:52:27.526568 [ 3 ] {bf7fb5ee-33aa-419f-afe1-81a4dc8c5da0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7548 | 2024.03.26 19:52:27.526724 [ 3 ] {bf7fb5ee-33aa-419f-afe1-81a4dc8c5da0} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001487 sec., 29589.778076664425 rows/sec., 2.31 MiB/sec. | ||
7549 | 2024.03.26 19:52:27.526917 [ 3 ] {bf7fb5ee-33aa-419f-afe1-81a4dc8c5da0} <Debug> DynamicQueryHandler: Done processing query | ||
7550 | 2024.03.26 19:52:27.526974 [ 3 ] {bf7fb5ee-33aa-419f-afe1-81a4dc8c5da0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7551 | 2024.03.26 19:52:27.527038 [ 3 ] {} <Debug> HTTP-Session: c86cf677-151b-40c9-bfcc-ac2302cf92a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7552 | 2024.03.26 19:52:27.527235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7553 | 2024.03.26 19:52:27.527286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7554 | 2024.03.26 19:52:27.527306 [ 3 ] {} <Debug> HTTP-Session: 4c727874-ef61-42ac-ba43-620823403eea Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7555 | 2024.03.26 19:52:27.527323 [ 3 ] {} <Debug> HTTP-Session: 4c727874-ef61-42ac-ba43-620823403eea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7556 | 2024.03.26 19:52:27.527337 [ 3 ] {} <Debug> HTTP-Session: 4c727874-ef61-42ac-ba43-620823403eea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7557 | 2024.03.26 19:52:27.527370 [ 3 ] {} <Trace> HTTP-Session: 4c727874-ef61-42ac-ba43-620823403eea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7558 | 2024.03.26 19:52:27.527476 [ 3 ] {90dcd260-e284-41fa-b2c2-0d531a5d167d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7559 | 2024.03.26 19:52:27.527522 [ 3 ] {90dcd260-e284-41fa-b2c2-0d531a5d167d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7560 | 2024.03.26 19:52:27.527684 [ 3 ] {90dcd260-e284-41fa-b2c2-0d531a5d167d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7561 | 2024.03.26 19:52:27.528047 [ 3 ] {90dcd260-e284-41fa-b2c2-0d531a5d167d} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7562 | 2024.03.26 19:52:27.528084 [ 3 ] {90dcd260-e284-41fa-b2c2-0d531a5d167d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7563 | 2024.03.26 19:52:27.528464 [ 3 ] {90dcd260-e284-41fa-b2c2-0d531a5d167d} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7564 | 2024.03.26 19:52:27.528814 [ 3 ] {90dcd260-e284-41fa-b2c2-0d531a5d167d} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7565 | 2024.03.26 19:52:27.528967 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7566 | 2024.03.26 19:52:27.528975 [ 3 ] {90dcd260-e284-41fa-b2c2-0d531a5d167d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001545 sec., 64724.91909385114 rows/sec., 4.49 MiB/sec. | ||
7567 | 2024.03.26 19:52:27.529014 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7568 | 2024.03.26 19:52:27.529077 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7569 | 2024.03.26 19:52:27.529251 [ 3 ] {90dcd260-e284-41fa-b2c2-0d531a5d167d} <Debug> DynamicQueryHandler: Done processing query | ||
7570 | 2024.03.26 19:52:27.529264 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
7571 | 2024.03.26 19:52:27.529308 [ 3 ] {90dcd260-e284-41fa-b2c2-0d531a5d167d} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7572 | 2024.03.26 19:52:27.529349 [ 3 ] {} <Debug> HTTP-Session: 4c727874-ef61-42ac-ba43-620823403eea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7573 | 2024.03.26 19:52:27.529465 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7574 | 2024.03.26 19:52:27.529502 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7575 | 2024.03.26 19:52:27.529535 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 5017 rows starting from the beginning of the part | ||
7576 | 2024.03.26 19:52:27.529596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7577 | 2024.03.26 19:52:27.529679 [ 3 ] {} <Debug> HTTP-Session: 67afa72f-4e1f-4eb7-aac1-de480d95c383 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7578 | 2024.03.26 19:52:27.529754 [ 3 ] {} <Debug> HTTP-Session: 67afa72f-4e1f-4eb7-aac1-de480d95c383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7579 | 2024.03.26 19:52:27.529810 [ 3 ] {} <Debug> HTTP-Session: 67afa72f-4e1f-4eb7-aac1-de480d95c383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7580 | 2024.03.26 19:52:27.529862 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 136 rows starting from the beginning of the part | ||
7581 | 2024.03.26 19:52:27.529913 [ 3 ] {} <Trace> HTTP-Session: 67afa72f-4e1f-4eb7-aac1-de480d95c383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7582 | 2024.03.26 19:52:27.530146 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 102 rows starting from the beginning of the part | ||
7583 | 2024.03.26 19:52:27.530236 [ 3 ] {74034112-a5d7-4604-a90b-bd6787dc29a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7584 | 2024.03.26 19:52:27.530330 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 101 rows starting from the beginning of the part | ||
7585 | 2024.03.26 19:52:27.530497 [ 3 ] {74034112-a5d7-4604-a90b-bd6787dc29a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7586 | 2024.03.26 19:52:27.530768 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 100 rows starting from the beginning of the part | ||
7587 | 2024.03.26 19:52:27.531169 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 100 rows starting from the beginning of the part | ||
7588 | 2024.03.26 19:52:27.531904 [ 3 ] {74034112-a5d7-4604-a90b-bd6787dc29a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7589 | 2024.03.26 19:52:27.532473 [ 3 ] {74034112-a5d7-4604-a90b-bd6787dc29a7} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7590 | 2024.03.26 19:52:27.532517 [ 3 ] {74034112-a5d7-4604-a90b-bd6787dc29a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7591 | 2024.03.26 19:52:27.533372 [ 3 ] {74034112-a5d7-4604-a90b-bd6787dc29a7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7592 | 2024.03.26 19:52:27.534339 [ 3 ] {74034112-a5d7-4604-a90b-bd6787dc29a7} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7593 | 2024.03.26 19:52:27.534542 [ 65 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7594 | 2024.03.26 19:52:27.534561 [ 3 ] {74034112-a5d7-4604-a90b-bd6787dc29a7} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.004513 sec., 3545.313538666076 rows/sec., 4.78 MiB/sec. | ||
7595 | 2024.03.26 19:52:27.534593 [ 65 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7596 | 2024.03.26 19:52:27.534692 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7597 | 2024.03.26 19:52:27.535142 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
7598 | 2024.03.26 19:52:27.535408 [ 3 ] {74034112-a5d7-4604-a90b-bd6787dc29a7} <Debug> DynamicQueryHandler: Done processing query | ||
7599 | 2024.03.26 19:52:27.536218 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7600 | 2024.03.26 19:52:27.536288 [ 3 ] {74034112-a5d7-4604-a90b-bd6787dc29a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7601 | 2024.03.26 19:52:27.536347 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1015 rows starting from the beginning of the part | ||
7602 | 2024.03.26 19:52:27.536370 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5556 rows, containing 5 columns (5 merged, 0 gathered) in 0.007195387 sec., 772161.3861770048 rows/sec., 53.62 MiB/sec. | ||
7603 | 2024.03.26 19:52:27.536383 [ 3 ] {} <Debug> HTTP-Session: 67afa72f-4e1f-4eb7-aac1-de480d95c383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7604 | 2024.03.26 19:52:27.536683 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 16 rows starting from the beginning of the part | ||
7605 | 2024.03.26 19:52:27.536727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7606 | 2024.03.26 19:52:27.536885 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7607 | 2024.03.26 19:52:27.537031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7608 | 2024.03.26 19:52:27.537114 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part | ||
7609 | 2024.03.26 19:52:27.537186 [ 3 ] {} <Debug> HTTP-Session: 7199701f-fd2d-4d9f-9772-0d3c40a26170 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7610 | 2024.03.26 19:52:27.537285 [ 3 ] {} <Debug> HTTP-Session: 7199701f-fd2d-4d9f-9772-0d3c40a26170 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7611 | 2024.03.26 19:52:27.537570 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 16 rows starting from the beginning of the part | ||
7612 | 2024.03.26 19:52:27.537983 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 42 rows starting from the beginning of the part | ||
7613 | 2024.03.26 19:52:27.538177 [ 3 ] {} <Debug> HTTP-Session: 7199701f-fd2d-4d9f-9772-0d3c40a26170 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7614 | 2024.03.26 19:52:27.538384 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 16 rows starting from the beginning of the part | ||
7615 | 2024.03.26 19:52:27.538511 [ 3 ] {} <Trace> HTTP-Session: 7199701f-fd2d-4d9f-9772-0d3c40a26170 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7616 | 2024.03.26 19:52:27.538779 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7617 | 2024.03.26 19:52:27.539139 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7618 | 2024.03.26 19:52:27.539198 [ 3 ] {d179a0f0-0e0c-4bf2-b322-6f0b76bb8d63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7619 | 2024.03.26 19:52:27.539348 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.25 MiB. | ||
7620 | 2024.03.26 19:52:27.539413 [ 3 ] {d179a0f0-0e0c-4bf2-b322-6f0b76bb8d63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7621 | 2024.03.26 19:52:27.540013 [ 3 ] {d179a0f0-0e0c-4bf2-b322-6f0b76bb8d63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7622 | 2024.03.26 19:52:27.540390 [ 3 ] {d179a0f0-0e0c-4bf2-b322-6f0b76bb8d63} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7623 | 2024.03.26 19:52:27.540428 [ 3 ] {d179a0f0-0e0c-4bf2-b322-6f0b76bb8d63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7624 | 2024.03.26 19:52:27.540825 [ 3 ] {d179a0f0-0e0c-4bf2-b322-6f0b76bb8d63} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
7625 | 2024.03.26 19:52:27.541447 [ 3 ] {d179a0f0-0e0c-4bf2-b322-6f0b76bb8d63} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7626 | 2024.03.26 19:52:27.541758 [ 65 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
7627 | 2024.03.26 19:52:27.541850 [ 65 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7628 | 2024.03.26 19:52:27.541880 [ 3 ] {d179a0f0-0e0c-4bf2-b322-6f0b76bb8d63} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.002879 sec., 10420.284821118445 rows/sec., 730.98 KiB/sec. | ||
7629 | 2024.03.26 19:52:27.541914 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7630 | 2024.03.26 19:52:27.542414 [ 196 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
7631 | 2024.03.26 19:52:27.542467 [ 3 ] {d179a0f0-0e0c-4bf2-b322-6f0b76bb8d63} <Debug> DynamicQueryHandler: Done processing query | ||
7632 | 2024.03.26 19:52:27.542541 [ 3 ] {d179a0f0-0e0c-4bf2-b322-6f0b76bb8d63} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7633 | 2024.03.26 19:52:27.542617 [ 3 ] {} <Debug> HTTP-Session: 7199701f-fd2d-4d9f-9772-0d3c40a26170 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7634 | 2024.03.26 19:52:27.542906 [ 196 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7635 | 2024.03.26 19:52:27.542986 [ 196 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1368 rows starting from the beginning of the part | ||
7636 | 2024.03.26 19:52:27.543298 [ 196 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 30 rows starting from the beginning of the part | ||
7637 | 2024.03.26 19:52:27.543595 [ 196 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 30 rows starting from the beginning of the part | ||
7638 | 2024.03.26 19:52:27.543909 [ 196 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 30 rows starting from the beginning of the part | ||
7639 | 2024.03.26 19:52:27.544032 [ 196 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 30 rows starting from the beginning of the part | ||
7640 | 2024.03.26 19:52:27.544236 [ 196 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 30 rows starting from the beginning of the part | ||
7641 | 2024.03.26 19:52:27.545920 [ 200 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1147 rows, containing 6 columns (6 merged, 0 gathered) in 0.011050474 sec., 103796.45253226242 rows/sec., 140.07 MiB/sec. | ||
7642 | 2024.03.26 19:52:27.546045 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 4 columns (4 merged, 0 gathered) in 0.00396655 sec., 382700.3315223557 rows/sec., 26.22 MiB/sec. | ||
7643 | 2024.03.26 19:52:27.546353 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
7644 | 2024.03.26 19:52:27.546785 [ 200 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7645 | 2024.03.26 19:52:27.546888 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7646 | 2024.03.26 19:52:27.547061 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_51_10} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
7647 | 2024.03.26 19:52:27.547279 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
7648 | 2024.03.26 19:52:27.547579 [ 200 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7649 | 2024.03.26 19:52:27.547664 [ 200 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7650 | 2024.03.26 19:52:27.547758 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.73 MiB. | ||
7651 | 2024.03.26 19:52:28.000131 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 192.50 MiB, peak 203.42 MiB, free memory in arenas 0.00 B, will set to 194.57 MiB (RSS), difference: 2.08 MiB | ||
7652 | 2024.03.26 19:52:28.826880 [ 64 ] {} <Debug> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
7653 | 2024.03.26 19:52:28.826951 [ 64 ] {} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7654 | 2024.03.26 19:52:28.826975 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7655 | 2024.03.26 19:52:28.827231 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
7656 | 2024.03.26 19:52:28.827439 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7657 | 2024.03.26 19:52:28.827478 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part | ||
7658 | 2024.03.26 19:52:28.827551 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
7659 | 2024.03.26 19:52:28.827650 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7660 | 2024.03.26 19:52:28.827906 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
7661 | 2024.03.26 19:52:28.828123 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
7662 | 2024.03.26 19:52:28.829121 [ 189 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002051502 sec., 9748.954668335688 rows/sec., 794.96 KiB/sec. | ||
7663 | 2024.03.26 19:52:28.829343 [ 187 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
7664 | 2024.03.26 19:52:28.829799 [ 187 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7665 | 2024.03.26 19:52:28.829893 [ 187 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_13_3} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
7666 | 2024.03.26 19:52:28.829995 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7667 | 2024.03.26 19:52:29.275250 [ 64 ] {} <Debug> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
7668 | 2024.03.26 19:52:29.275316 [ 64 ] {} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7669 | 2024.03.26 19:52:29.275345 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7670 | 2024.03.26 19:52:29.275578 [ 190 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_9_2 to all_13_13_0 into Compact with storage Full | ||
7671 | 2024.03.26 19:52:29.275797 [ 190 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7672 | 2024.03.26 19:52:29.275836 [ 190 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 10 rows starting from the beginning of the part | ||
7673 | 2024.03.26 19:52:29.275921 [ 190 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 2 rows starting from the beginning of the part | ||
7674 | 2024.03.26 19:52:29.276018 [ 190 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
7675 | 2024.03.26 19:52:29.276271 [ 190 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
7676 | 2024.03.26 19:52:29.276378 [ 190 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 2 rows starting from the beginning of the part | ||
7677 | 2024.03.26 19:52:29.277240 [ 187 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.001809575 sec., 11052.318914662283 rows/sec., 771.72 KiB/sec. | ||
7678 | 2024.03.26 19:52:29.277398 [ 198 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
7679 | 2024.03.26 19:52:29.277786 [ 198 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7680 | 2024.03.26 19:52:29.277871 [ 198 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_13_3} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
7681 | 2024.03.26 19:52:29.277952 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7682 | 2024.03.26 19:52:32.518516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7683 | 2024.03.26 19:52:32.518653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7684 | 2024.03.26 19:52:32.518679 [ 3 ] {} <Debug> HTTP-Session: 934d7583-992d-412f-a9fb-b66b7cb1468b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7685 | 2024.03.26 19:52:32.518704 [ 3 ] {} <Debug> HTTP-Session: 934d7583-992d-412f-a9fb-b66b7cb1468b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7686 | 2024.03.26 19:52:32.518719 [ 3 ] {} <Debug> HTTP-Session: 934d7583-992d-412f-a9fb-b66b7cb1468b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7687 | 2024.03.26 19:52:32.518771 [ 3 ] {} <Trace> HTTP-Session: 934d7583-992d-412f-a9fb-b66b7cb1468b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7688 | 2024.03.26 19:52:32.518900 [ 3 ] {13607393-18fa-494c-b29a-c86c6c34d03e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7689 | 2024.03.26 19:52:32.518968 [ 3 ] {13607393-18fa-494c-b29a-c86c6c34d03e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7690 | 2024.03.26 19:52:32.519160 [ 3 ] {13607393-18fa-494c-b29a-c86c6c34d03e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7691 | 2024.03.26 19:52:32.519641 [ 3 ] {13607393-18fa-494c-b29a-c86c6c34d03e} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7692 | 2024.03.26 19:52:32.519690 [ 3 ] {13607393-18fa-494c-b29a-c86c6c34d03e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7693 | 2024.03.26 19:52:32.520073 [ 3 ] {13607393-18fa-494c-b29a-c86c6c34d03e} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7694 | 2024.03.26 19:52:32.520422 [ 3 ] {13607393-18fa-494c-b29a-c86c6c34d03e} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7695 | 2024.03.26 19:52:32.520576 [ 3 ] {13607393-18fa-494c-b29a-c86c6c34d03e} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001741 sec., 24124.066628374498 rows/sec., 1.91 MiB/sec. | ||
7696 | 2024.03.26 19:52:32.520736 [ 3 ] {13607393-18fa-494c-b29a-c86c6c34d03e} <Debug> DynamicQueryHandler: Done processing query | ||
7697 | 2024.03.26 19:52:32.520762 [ 3 ] {13607393-18fa-494c-b29a-c86c6c34d03e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7698 | 2024.03.26 19:52:32.520778 [ 3 ] {} <Debug> HTTP-Session: 934d7583-992d-412f-a9fb-b66b7cb1468b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7699 | 2024.03.26 19:52:32.520961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7700 | 2024.03.26 19:52:32.521011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7701 | 2024.03.26 19:52:32.521030 [ 3 ] {} <Debug> HTTP-Session: 19c39248-c092-4d61-b469-0d5977a48b9c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7702 | 2024.03.26 19:52:32.521046 [ 3 ] {} <Debug> HTTP-Session: 19c39248-c092-4d61-b469-0d5977a48b9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7703 | 2024.03.26 19:52:32.521060 [ 3 ] {} <Debug> HTTP-Session: 19c39248-c092-4d61-b469-0d5977a48b9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7704 | 2024.03.26 19:52:32.521092 [ 3 ] {} <Trace> HTTP-Session: 19c39248-c092-4d61-b469-0d5977a48b9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7705 | 2024.03.26 19:52:32.521200 [ 3 ] {de05c9ac-a784-4015-af34-484d9af50877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7706 | 2024.03.26 19:52:32.521241 [ 3 ] {de05c9ac-a784-4015-af34-484d9af50877} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7707 | 2024.03.26 19:52:32.521368 [ 3 ] {de05c9ac-a784-4015-af34-484d9af50877} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7708 | 2024.03.26 19:52:32.521840 [ 3 ] {de05c9ac-a784-4015-af34-484d9af50877} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7709 | 2024.03.26 19:52:32.521878 [ 3 ] {de05c9ac-a784-4015-af34-484d9af50877} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7710 | 2024.03.26 19:52:32.522188 [ 3 ] {de05c9ac-a784-4015-af34-484d9af50877} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7711 | 2024.03.26 19:52:32.522497 [ 3 ] {de05c9ac-a784-4015-af34-484d9af50877} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7712 | 2024.03.26 19:52:32.522638 [ 3 ] {de05c9ac-a784-4015-af34-484d9af50877} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001494 sec., 101740.29451137884 rows/sec., 9.72 MiB/sec. | ||
7713 | 2024.03.26 19:52:32.522821 [ 3 ] {de05c9ac-a784-4015-af34-484d9af50877} <Debug> DynamicQueryHandler: Done processing query | ||
7714 | 2024.03.26 19:52:32.522846 [ 3 ] {de05c9ac-a784-4015-af34-484d9af50877} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7715 | 2024.03.26 19:52:32.522909 [ 3 ] {} <Debug> HTTP-Session: 19c39248-c092-4d61-b469-0d5977a48b9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7716 | 2024.03.26 19:52:32.523112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7717 | 2024.03.26 19:52:32.523163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7718 | 2024.03.26 19:52:32.523183 [ 3 ] {} <Debug> HTTP-Session: e2ee1e41-52dd-44d3-969b-4ca2e2f313bf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7719 | 2024.03.26 19:52:32.523199 [ 3 ] {} <Debug> HTTP-Session: e2ee1e41-52dd-44d3-969b-4ca2e2f313bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7720 | 2024.03.26 19:52:32.523213 [ 3 ] {} <Debug> HTTP-Session: e2ee1e41-52dd-44d3-969b-4ca2e2f313bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7721 | 2024.03.26 19:52:32.523245 [ 3 ] {} <Trace> HTTP-Session: e2ee1e41-52dd-44d3-969b-4ca2e2f313bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7722 | 2024.03.26 19:52:32.523343 [ 3 ] {f0d61527-45f3-4ad1-961a-2f113ea49d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7723 | 2024.03.26 19:52:32.523384 [ 3 ] {f0d61527-45f3-4ad1-961a-2f113ea49d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7724 | 2024.03.26 19:52:32.523529 [ 3 ] {f0d61527-45f3-4ad1-961a-2f113ea49d9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7725 | 2024.03.26 19:52:32.523904 [ 3 ] {f0d61527-45f3-4ad1-961a-2f113ea49d9a} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7726 | 2024.03.26 19:52:32.523942 [ 3 ] {f0d61527-45f3-4ad1-961a-2f113ea49d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7727 | 2024.03.26 19:52:32.524247 [ 3 ] {f0d61527-45f3-4ad1-961a-2f113ea49d9a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7728 | 2024.03.26 19:52:32.524548 [ 3 ] {f0d61527-45f3-4ad1-961a-2f113ea49d9a} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7729 | 2024.03.26 19:52:32.524667 [ 3 ] {f0d61527-45f3-4ad1-961a-2f113ea49d9a} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001376 sec., 50872.09302325581 rows/sec., 3.97 MiB/sec. | ||
7730 | 2024.03.26 19:52:32.524842 [ 3 ] {f0d61527-45f3-4ad1-961a-2f113ea49d9a} <Debug> DynamicQueryHandler: Done processing query | ||
7731 | 2024.03.26 19:52:32.524869 [ 3 ] {f0d61527-45f3-4ad1-961a-2f113ea49d9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7732 | 2024.03.26 19:52:32.524924 [ 3 ] {} <Debug> HTTP-Session: e2ee1e41-52dd-44d3-969b-4ca2e2f313bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7733 | 2024.03.26 19:52:32.525113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7734 | 2024.03.26 19:52:32.525163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7735 | 2024.03.26 19:52:32.525182 [ 3 ] {} <Debug> HTTP-Session: 637593b7-c0bc-434b-bc64-c5aef79eb8c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7736 | 2024.03.26 19:52:32.525199 [ 3 ] {} <Debug> HTTP-Session: 637593b7-c0bc-434b-bc64-c5aef79eb8c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7737 | 2024.03.26 19:52:32.525212 [ 3 ] {} <Debug> HTTP-Session: 637593b7-c0bc-434b-bc64-c5aef79eb8c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7738 | 2024.03.26 19:52:32.525245 [ 3 ] {} <Trace> HTTP-Session: 637593b7-c0bc-434b-bc64-c5aef79eb8c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7739 | 2024.03.26 19:52:32.525344 [ 3 ] {356bdc1c-a36c-4f29-bb3c-9e10086bfb9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7740 | 2024.03.26 19:52:32.525389 [ 3 ] {356bdc1c-a36c-4f29-bb3c-9e10086bfb9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7741 | 2024.03.26 19:52:32.525547 [ 3 ] {356bdc1c-a36c-4f29-bb3c-9e10086bfb9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7742 | 2024.03.26 19:52:32.525928 [ 3 ] {356bdc1c-a36c-4f29-bb3c-9e10086bfb9a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7743 | 2024.03.26 19:52:32.525968 [ 3 ] {356bdc1c-a36c-4f29-bb3c-9e10086bfb9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7744 | 2024.03.26 19:52:32.526347 [ 3 ] {356bdc1c-a36c-4f29-bb3c-9e10086bfb9a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7745 | 2024.03.26 19:52:32.526693 [ 3 ] {356bdc1c-a36c-4f29-bb3c-9e10086bfb9a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7746 | 2024.03.26 19:52:32.526817 [ 3 ] {356bdc1c-a36c-4f29-bb3c-9e10086bfb9a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001525 sec., 65573.77049180327 rows/sec., 4.55 MiB/sec. | ||
7747 | 2024.03.26 19:52:32.526942 [ 3 ] {356bdc1c-a36c-4f29-bb3c-9e10086bfb9a} <Debug> DynamicQueryHandler: Done processing query | ||
7748 | 2024.03.26 19:52:32.526967 [ 3 ] {356bdc1c-a36c-4f29-bb3c-9e10086bfb9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7749 | 2024.03.26 19:52:32.526983 [ 3 ] {} <Debug> HTTP-Session: 637593b7-c0bc-434b-bc64-c5aef79eb8c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7750 | 2024.03.26 19:52:32.527156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7751 | 2024.03.26 19:52:32.527205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7752 | 2024.03.26 19:52:32.527224 [ 3 ] {} <Debug> HTTP-Session: 7749a42a-adba-499f-a29d-56f6033c80bc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7753 | 2024.03.26 19:52:32.527241 [ 3 ] {} <Debug> HTTP-Session: 7749a42a-adba-499f-a29d-56f6033c80bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7754 | 2024.03.26 19:52:32.527255 [ 3 ] {} <Debug> HTTP-Session: 7749a42a-adba-499f-a29d-56f6033c80bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7755 | 2024.03.26 19:52:32.527285 [ 3 ] {} <Trace> HTTP-Session: 7749a42a-adba-499f-a29d-56f6033c80bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7756 | 2024.03.26 19:52:32.527557 [ 3 ] {ee469c9a-3a3d-43e2-a11b-0cb255c8fe92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7757 | 2024.03.26 19:52:32.527602 [ 3 ] {ee469c9a-3a3d-43e2-a11b-0cb255c8fe92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7758 | 2024.03.26 19:52:32.527756 [ 3 ] {ee469c9a-3a3d-43e2-a11b-0cb255c8fe92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7759 | 2024.03.26 19:52:32.528330 [ 3 ] {ee469c9a-3a3d-43e2-a11b-0cb255c8fe92} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7760 | 2024.03.26 19:52:32.528365 [ 3 ] {ee469c9a-3a3d-43e2-a11b-0cb255c8fe92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7761 | 2024.03.26 19:52:32.528780 [ 3 ] {ee469c9a-3a3d-43e2-a11b-0cb255c8fe92} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7762 | 2024.03.26 19:52:32.529124 [ 3 ] {ee469c9a-3a3d-43e2-a11b-0cb255c8fe92} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7763 | 2024.03.26 19:52:32.529251 [ 3 ] {ee469c9a-3a3d-43e2-a11b-0cb255c8fe92} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001908 sec., 22012.578616352203 rows/sec., 29.70 MiB/sec. | ||
7764 | 2024.03.26 19:52:32.529378 [ 3 ] {ee469c9a-3a3d-43e2-a11b-0cb255c8fe92} <Debug> DynamicQueryHandler: Done processing query | ||
7765 | 2024.03.26 19:52:32.529402 [ 3 ] {ee469c9a-3a3d-43e2-a11b-0cb255c8fe92} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
7766 | 2024.03.26 19:52:32.529418 [ 3 ] {} <Debug> HTTP-Session: 7749a42a-adba-499f-a29d-56f6033c80bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7767 | 2024.03.26 19:52:32.529542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7768 | 2024.03.26 19:52:32.529589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7769 | 2024.03.26 19:52:32.529608 [ 3 ] {} <Debug> HTTP-Session: f09bb5d5-4b58-491d-bc6c-8e459e1a7407 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7770 | 2024.03.26 19:52:32.529624 [ 3 ] {} <Debug> HTTP-Session: f09bb5d5-4b58-491d-bc6c-8e459e1a7407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7771 | 2024.03.26 19:52:32.529638 [ 3 ] {} <Debug> HTTP-Session: f09bb5d5-4b58-491d-bc6c-8e459e1a7407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7772 | 2024.03.26 19:52:32.529668 [ 3 ] {} <Trace> HTTP-Session: f09bb5d5-4b58-491d-bc6c-8e459e1a7407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7773 | 2024.03.26 19:52:32.529740 [ 3 ] {8fc34452-d7df-40c6-9b73-c0829e9a8a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7774 | 2024.03.26 19:52:32.529781 [ 3 ] {8fc34452-d7df-40c6-9b73-c0829e9a8a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7775 | 2024.03.26 19:52:32.529906 [ 3 ] {8fc34452-d7df-40c6-9b73-c0829e9a8a7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7776 | 2024.03.26 19:52:32.530185 [ 3 ] {8fc34452-d7df-40c6-9b73-c0829e9a8a7a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7777 | 2024.03.26 19:52:32.530220 [ 3 ] {8fc34452-d7df-40c6-9b73-c0829e9a8a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.45 GiB. | ||
7778 | 2024.03.26 19:52:32.530563 [ 3 ] {8fc34452-d7df-40c6-9b73-c0829e9a8a7a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
7779 | 2024.03.26 19:52:32.530880 [ 3 ] {8fc34452-d7df-40c6-9b73-c0829e9a8a7a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7780 | 2024.03.26 19:52:32.531005 [ 3 ] {8fc34452-d7df-40c6-9b73-c0829e9a8a7a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001294 sec., 23183.925811437402 rows/sec., 1.59 MiB/sec. | ||
7781 | 2024.03.26 19:52:32.531203 [ 3 ] {8fc34452-d7df-40c6-9b73-c0829e9a8a7a} <Debug> DynamicQueryHandler: Done processing query | ||
7782 | 2024.03.26 19:52:32.531260 [ 3 ] {8fc34452-d7df-40c6-9b73-c0829e9a8a7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7783 | 2024.03.26 19:52:32.531317 [ 3 ] {} <Debug> HTTP-Session: f09bb5d5-4b58-491d-bc6c-8e459e1a7407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7784 | 2024.03.26 19:52:37.518031 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7785 | 2024.03.26 19:52:37.518163 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7786 | 2024.03.26 19:52:37.518188 [ 3 ] {} <Debug> HTTP-Session: ec249011-103b-4bf3-9c05-ea0442bb40ef Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7787 | 2024.03.26 19:52:37.518214 [ 3 ] {} <Debug> HTTP-Session: ec249011-103b-4bf3-9c05-ea0442bb40ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7788 | 2024.03.26 19:52:37.518229 [ 3 ] {} <Debug> HTTP-Session: ec249011-103b-4bf3-9c05-ea0442bb40ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7789 | 2024.03.26 19:52:37.518283 [ 3 ] {} <Trace> HTTP-Session: ec249011-103b-4bf3-9c05-ea0442bb40ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7790 | 2024.03.26 19:52:37.518404 [ 3 ] {61730bc4-d050-4100-bac9-f7a5ec8ce6b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7791 | 2024.03.26 19:52:37.518470 [ 3 ] {61730bc4-d050-4100-bac9-f7a5ec8ce6b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7792 | 2024.03.26 19:52:37.518692 [ 3 ] {61730bc4-d050-4100-bac9-f7a5ec8ce6b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7793 | 2024.03.26 19:52:37.519179 [ 3 ] {61730bc4-d050-4100-bac9-f7a5ec8ce6b5} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7794 | 2024.03.26 19:52:37.519242 [ 3 ] {61730bc4-d050-4100-bac9-f7a5ec8ce6b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7795 | 2024.03.26 19:52:37.519912 [ 3 ] {61730bc4-d050-4100-bac9-f7a5ec8ce6b5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7796 | 2024.03.26 19:52:37.520260 [ 3 ] {61730bc4-d050-4100-bac9-f7a5ec8ce6b5} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7797 | 2024.03.26 19:52:37.520406 [ 3 ] {61730bc4-d050-4100-bac9-f7a5ec8ce6b5} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.002061 sec., 7763.221737020864 rows/sec., 629.25 KiB/sec. | ||
7798 | 2024.03.26 19:52:37.520619 [ 3 ] {61730bc4-d050-4100-bac9-f7a5ec8ce6b5} <Debug> DynamicQueryHandler: Done processing query | ||
7799 | 2024.03.26 19:52:37.520676 [ 3 ] {61730bc4-d050-4100-bac9-f7a5ec8ce6b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7800 | 2024.03.26 19:52:37.520722 [ 3 ] {} <Debug> HTTP-Session: ec249011-103b-4bf3-9c05-ea0442bb40ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7801 | 2024.03.26 19:52:37.520907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7802 | 2024.03.26 19:52:37.520983 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7803 | 2024.03.26 19:52:37.521004 [ 3 ] {} <Debug> HTTP-Session: 60c3ecef-86aa-4f4a-bb3a-b5f469195f28 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7804 | 2024.03.26 19:52:37.521022 [ 3 ] {} <Debug> HTTP-Session: 60c3ecef-86aa-4f4a-bb3a-b5f469195f28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7805 | 2024.03.26 19:52:37.521036 [ 3 ] {} <Debug> HTTP-Session: 60c3ecef-86aa-4f4a-bb3a-b5f469195f28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7806 | 2024.03.26 19:52:37.521069 [ 3 ] {} <Trace> HTTP-Session: 60c3ecef-86aa-4f4a-bb3a-b5f469195f28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7807 | 2024.03.26 19:52:37.521136 [ 3 ] {6f1190d9-0907-4b3b-bd91-8dbe548a3038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7808 | 2024.03.26 19:52:37.521180 [ 3 ] {6f1190d9-0907-4b3b-bd91-8dbe548a3038} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7809 | 2024.03.26 19:52:37.521328 [ 3 ] {6f1190d9-0907-4b3b-bd91-8dbe548a3038} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7810 | 2024.03.26 19:52:37.521646 [ 3 ] {6f1190d9-0907-4b3b-bd91-8dbe548a3038} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7811 | 2024.03.26 19:52:37.521684 [ 3 ] {6f1190d9-0907-4b3b-bd91-8dbe548a3038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7812 | 2024.03.26 19:52:37.522000 [ 3 ] {6f1190d9-0907-4b3b-bd91-8dbe548a3038} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7813 | 2024.03.26 19:52:37.522306 [ 3 ] {6f1190d9-0907-4b3b-bd91-8dbe548a3038} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7814 | 2024.03.26 19:52:37.522433 [ 3 ] {6f1190d9-0907-4b3b-bd91-8dbe548a3038} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001322 sec., 1512.8593040847202 rows/sec., 123.36 KiB/sec. | ||
7815 | 2024.03.26 19:52:37.522552 [ 3 ] {6f1190d9-0907-4b3b-bd91-8dbe548a3038} <Debug> DynamicQueryHandler: Done processing query | ||
7816 | 2024.03.26 19:52:37.522576 [ 3 ] {6f1190d9-0907-4b3b-bd91-8dbe548a3038} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7817 | 2024.03.26 19:52:37.522593 [ 3 ] {} <Debug> HTTP-Session: 60c3ecef-86aa-4f4a-bb3a-b5f469195f28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7818 | 2024.03.26 19:52:37.522716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7819 | 2024.03.26 19:52:37.522764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7820 | 2024.03.26 19:52:37.522783 [ 3 ] {} <Debug> HTTP-Session: ad1c4145-3a83-453e-aedd-bcae10311257 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7821 | 2024.03.26 19:52:37.522803 [ 3 ] {} <Debug> HTTP-Session: ad1c4145-3a83-453e-aedd-bcae10311257 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7822 | 2024.03.26 19:52:37.522817 [ 3 ] {} <Debug> HTTP-Session: ad1c4145-3a83-453e-aedd-bcae10311257 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7823 | 2024.03.26 19:52:37.522848 [ 3 ] {} <Trace> HTTP-Session: ad1c4145-3a83-453e-aedd-bcae10311257 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7824 | 2024.03.26 19:52:37.522946 [ 3 ] {2b91534d-0485-4bb7-a3bb-9dfb79ff8a3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7825 | 2024.03.26 19:52:37.522987 [ 3 ] {2b91534d-0485-4bb7-a3bb-9dfb79ff8a3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7826 | 2024.03.26 19:52:37.523113 [ 3 ] {2b91534d-0485-4bb7-a3bb-9dfb79ff8a3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7827 | 2024.03.26 19:52:37.523467 [ 3 ] {2b91534d-0485-4bb7-a3bb-9dfb79ff8a3a} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7828 | 2024.03.26 19:52:37.523502 [ 3 ] {2b91534d-0485-4bb7-a3bb-9dfb79ff8a3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7829 | 2024.03.26 19:52:37.523816 [ 3 ] {2b91534d-0485-4bb7-a3bb-9dfb79ff8a3a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7830 | 2024.03.26 19:52:37.524122 [ 3 ] {2b91534d-0485-4bb7-a3bb-9dfb79ff8a3a} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7831 | 2024.03.26 19:52:37.524245 [ 3 ] {2b91534d-0485-4bb7-a3bb-9dfb79ff8a3a} <Debug> executeQuery: Read 111 rows, 9.14 KiB in 0.001353 sec., 82039.91130820398 rows/sec., 6.60 MiB/sec. | ||
7832 | 2024.03.26 19:52:37.524360 [ 3 ] {2b91534d-0485-4bb7-a3bb-9dfb79ff8a3a} <Debug> DynamicQueryHandler: Done processing query | ||
7833 | 2024.03.26 19:52:37.524384 [ 3 ] {2b91534d-0485-4bb7-a3bb-9dfb79ff8a3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7834 | 2024.03.26 19:52:37.524400 [ 3 ] {} <Debug> HTTP-Session: ad1c4145-3a83-453e-aedd-bcae10311257 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7835 | 2024.03.26 19:52:37.524516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7836 | 2024.03.26 19:52:37.524564 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7837 | 2024.03.26 19:52:37.524583 [ 3 ] {} <Debug> HTTP-Session: e66e450b-4239-4929-a074-857e32284e16 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7838 | 2024.03.26 19:52:37.524599 [ 3 ] {} <Debug> HTTP-Session: e66e450b-4239-4929-a074-857e32284e16 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7839 | 2024.03.26 19:52:37.524614 [ 3 ] {} <Debug> HTTP-Session: e66e450b-4239-4929-a074-857e32284e16 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7840 | 2024.03.26 19:52:37.524645 [ 3 ] {} <Trace> HTTP-Session: e66e450b-4239-4929-a074-857e32284e16 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7841 | 2024.03.26 19:52:37.524708 [ 3 ] {d008a84d-5854-4929-bcba-3a627a09f08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7842 | 2024.03.26 19:52:37.524748 [ 3 ] {d008a84d-5854-4929-bcba-3a627a09f08f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7843 | 2024.03.26 19:52:37.524874 [ 3 ] {d008a84d-5854-4929-bcba-3a627a09f08f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7844 | 2024.03.26 19:52:37.525201 [ 3 ] {d008a84d-5854-4929-bcba-3a627a09f08f} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7845 | 2024.03.26 19:52:37.525236 [ 3 ] {d008a84d-5854-4929-bcba-3a627a09f08f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7846 | 2024.03.26 19:52:37.525526 [ 3 ] {d008a84d-5854-4929-bcba-3a627a09f08f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7847 | 2024.03.26 19:52:37.525841 [ 3 ] {d008a84d-5854-4929-bcba-3a627a09f08f} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7848 | 2024.03.26 19:52:37.525966 [ 3 ] {d008a84d-5854-4929-bcba-3a627a09f08f} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001282 sec., 1560.0624024960998 rows/sec., 108.93 KiB/sec. | ||
7849 | 2024.03.26 19:52:37.526086 [ 3 ] {d008a84d-5854-4929-bcba-3a627a09f08f} <Debug> DynamicQueryHandler: Done processing query | ||
7850 | 2024.03.26 19:52:37.526111 [ 3 ] {d008a84d-5854-4929-bcba-3a627a09f08f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7851 | 2024.03.26 19:52:37.526126 [ 3 ] {} <Debug> HTTP-Session: e66e450b-4239-4929-a074-857e32284e16 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7852 | 2024.03.26 19:52:37.526234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7853 | 2024.03.26 19:52:37.526282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7854 | 2024.03.26 19:52:37.526301 [ 3 ] {} <Debug> HTTP-Session: 1ebc3242-c044-4758-8b68-5c12402fb07f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7855 | 2024.03.26 19:52:37.526317 [ 3 ] {} <Debug> HTTP-Session: 1ebc3242-c044-4758-8b68-5c12402fb07f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7856 | 2024.03.26 19:52:37.526331 [ 3 ] {} <Debug> HTTP-Session: 1ebc3242-c044-4758-8b68-5c12402fb07f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7857 | 2024.03.26 19:52:37.526362 [ 3 ] {} <Trace> HTTP-Session: 1ebc3242-c044-4758-8b68-5c12402fb07f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7858 | 2024.03.26 19:52:37.526448 [ 3 ] {58501d49-4a26-43a9-b537-cc5ada0144a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7859 | 2024.03.26 19:52:37.526488 [ 3 ] {58501d49-4a26-43a9-b537-cc5ada0144a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7860 | 2024.03.26 19:52:37.526613 [ 3 ] {58501d49-4a26-43a9-b537-cc5ada0144a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7861 | 2024.03.26 19:52:37.526944 [ 3 ] {58501d49-4a26-43a9-b537-cc5ada0144a0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7862 | 2024.03.26 19:52:37.526979 [ 3 ] {58501d49-4a26-43a9-b537-cc5ada0144a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7863 | 2024.03.26 19:52:37.527293 [ 3 ] {58501d49-4a26-43a9-b537-cc5ada0144a0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7864 | 2024.03.26 19:52:37.527608 [ 3 ] {58501d49-4a26-43a9-b537-cc5ada0144a0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7865 | 2024.03.26 19:52:37.527733 [ 3 ] {58501d49-4a26-43a9-b537-cc5ada0144a0} <Debug> executeQuery: Read 70 rows, 5.58 KiB in 0.001326 sec., 52790.34690799397 rows/sec., 4.11 MiB/sec. | ||
7866 | 2024.03.26 19:52:37.527851 [ 3 ] {58501d49-4a26-43a9-b537-cc5ada0144a0} <Debug> DynamicQueryHandler: Done processing query | ||
7867 | 2024.03.26 19:52:37.527875 [ 3 ] {58501d49-4a26-43a9-b537-cc5ada0144a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
7868 | 2024.03.26 19:52:37.527891 [ 3 ] {} <Debug> HTTP-Session: 1ebc3242-c044-4758-8b68-5c12402fb07f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7869 | 2024.03.26 19:52:37.528070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7870 | 2024.03.26 19:52:37.528120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7871 | 2024.03.26 19:52:37.528139 [ 3 ] {} <Debug> HTTP-Session: b6100106-6ef4-48a2-ad2e-8adff2f9eb05 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7872 | 2024.03.26 19:52:37.528156 [ 3 ] {} <Debug> HTTP-Session: b6100106-6ef4-48a2-ad2e-8adff2f9eb05 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7873 | 2024.03.26 19:52:37.528170 [ 3 ] {} <Debug> HTTP-Session: b6100106-6ef4-48a2-ad2e-8adff2f9eb05 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7874 | 2024.03.26 19:52:37.528200 [ 3 ] {} <Trace> HTTP-Session: b6100106-6ef4-48a2-ad2e-8adff2f9eb05 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7875 | 2024.03.26 19:52:37.528320 [ 3 ] {ff7870aa-68cc-4484-9cca-2e653ac6f3d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7876 | 2024.03.26 19:52:37.528364 [ 3 ] {ff7870aa-68cc-4484-9cca-2e653ac6f3d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7877 | 2024.03.26 19:52:37.528510 [ 3 ] {ff7870aa-68cc-4484-9cca-2e653ac6f3d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7878 | 2024.03.26 19:52:37.528883 [ 3 ] {ff7870aa-68cc-4484-9cca-2e653ac6f3d6} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7879 | 2024.03.26 19:52:37.528919 [ 3 ] {ff7870aa-68cc-4484-9cca-2e653ac6f3d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7880 | 2024.03.26 19:52:37.529310 [ 3 ] {ff7870aa-68cc-4484-9cca-2e653ac6f3d6} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7881 | 2024.03.26 19:52:37.529652 [ 3 ] {ff7870aa-68cc-4484-9cca-2e653ac6f3d6} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7882 | 2024.03.26 19:52:37.529777 [ 3 ] {ff7870aa-68cc-4484-9cca-2e653ac6f3d6} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001529 sec., 89601.04643557881 rows/sec., 6.24 MiB/sec. | ||
7883 | 2024.03.26 19:52:37.529966 [ 3 ] {ff7870aa-68cc-4484-9cca-2e653ac6f3d6} <Debug> DynamicQueryHandler: Done processing query | ||
7884 | 2024.03.26 19:52:37.530026 [ 3 ] {ff7870aa-68cc-4484-9cca-2e653ac6f3d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
7885 | 2024.03.26 19:52:37.530095 [ 3 ] {} <Debug> HTTP-Session: b6100106-6ef4-48a2-ad2e-8adff2f9eb05 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7886 | 2024.03.26 19:52:37.530255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7887 | 2024.03.26 19:52:37.530306 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7888 | 2024.03.26 19:52:37.530325 [ 3 ] {} <Debug> HTTP-Session: da805115-6c7f-47ab-a769-711b1c73e839 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7889 | 2024.03.26 19:52:37.530342 [ 3 ] {} <Debug> HTTP-Session: da805115-6c7f-47ab-a769-711b1c73e839 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7890 | 2024.03.26 19:52:37.530356 [ 3 ] {} <Debug> HTTP-Session: da805115-6c7f-47ab-a769-711b1c73e839 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7891 | 2024.03.26 19:52:37.530388 [ 3 ] {} <Trace> HTTP-Session: da805115-6c7f-47ab-a769-711b1c73e839 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7892 | 2024.03.26 19:52:37.530541 [ 3 ] {9fd3f2d2-9d76-4abe-8cc8-361861c9d5c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7893 | 2024.03.26 19:52:37.530589 [ 3 ] {9fd3f2d2-9d76-4abe-8cc8-361861c9d5c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7894 | 2024.03.26 19:52:37.530768 [ 3 ] {9fd3f2d2-9d76-4abe-8cc8-361861c9d5c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7895 | 2024.03.26 19:52:37.531161 [ 3 ] {9fd3f2d2-9d76-4abe-8cc8-361861c9d5c8} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7896 | 2024.03.26 19:52:37.531198 [ 3 ] {9fd3f2d2-9d76-4abe-8cc8-361861c9d5c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7897 | 2024.03.26 19:52:37.531602 [ 3 ] {9fd3f2d2-9d76-4abe-8cc8-361861c9d5c8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7898 | 2024.03.26 19:52:37.531948 [ 3 ] {9fd3f2d2-9d76-4abe-8cc8-361861c9d5c8} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7899 | 2024.03.26 19:52:37.532079 [ 3 ] {9fd3f2d2-9d76-4abe-8cc8-361861c9d5c8} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001643 sec., 9738.283627510651 rows/sec., 13.14 MiB/sec. | ||
7900 | 2024.03.26 19:52:37.532206 [ 3 ] {9fd3f2d2-9d76-4abe-8cc8-361861c9d5c8} <Debug> DynamicQueryHandler: Done processing query | ||
7901 | 2024.03.26 19:52:37.532231 [ 3 ] {9fd3f2d2-9d76-4abe-8cc8-361861c9d5c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7902 | 2024.03.26 19:52:37.532247 [ 3 ] {} <Debug> HTTP-Session: da805115-6c7f-47ab-a769-711b1c73e839 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7903 | 2024.03.26 19:52:37.532366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7904 | 2024.03.26 19:52:37.532416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7905 | 2024.03.26 19:52:37.532434 [ 3 ] {} <Debug> HTTP-Session: 39c5047c-fe49-4e7c-98c1-773daa3fd2bc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7906 | 2024.03.26 19:52:37.532450 [ 3 ] {} <Debug> HTTP-Session: 39c5047c-fe49-4e7c-98c1-773daa3fd2bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7907 | 2024.03.26 19:52:37.532464 [ 3 ] {} <Debug> HTTP-Session: 39c5047c-fe49-4e7c-98c1-773daa3fd2bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7908 | 2024.03.26 19:52:37.532495 [ 3 ] {} <Trace> HTTP-Session: 39c5047c-fe49-4e7c-98c1-773daa3fd2bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7909 | 2024.03.26 19:52:37.532569 [ 3 ] {f8f81d6e-ae4f-44b1-87ce-255c02346cdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7910 | 2024.03.26 19:52:37.532611 [ 3 ] {f8f81d6e-ae4f-44b1-87ce-255c02346cdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7911 | 2024.03.26 19:52:37.532740 [ 3 ] {f8f81d6e-ae4f-44b1-87ce-255c02346cdd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7912 | 2024.03.26 19:52:37.533018 [ 3 ] {f8f81d6e-ae4f-44b1-87ce-255c02346cdd} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7913 | 2024.03.26 19:52:37.533053 [ 3 ] {f8f81d6e-ae4f-44b1-87ce-255c02346cdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7914 | 2024.03.26 19:52:37.533409 [ 3 ] {f8f81d6e-ae4f-44b1-87ce-255c02346cdd} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
7915 | 2024.03.26 19:52:37.533742 [ 3 ] {f8f81d6e-ae4f-44b1-87ce-255c02346cdd} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7916 | 2024.03.26 19:52:37.533868 [ 3 ] {f8f81d6e-ae4f-44b1-87ce-255c02346cdd} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001331 sec., 22539.444027047335 rows/sec., 1.54 MiB/sec. | ||
7917 | 2024.03.26 19:52:37.533992 [ 3 ] {f8f81d6e-ae4f-44b1-87ce-255c02346cdd} <Debug> DynamicQueryHandler: Done processing query | ||
7918 | 2024.03.26 19:52:37.534016 [ 3 ] {f8f81d6e-ae4f-44b1-87ce-255c02346cdd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7919 | 2024.03.26 19:52:37.534032 [ 3 ] {} <Debug> HTTP-Session: 39c5047c-fe49-4e7c-98c1-773daa3fd2bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7920 | 2024.03.26 19:52:41.465138 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7921 | 2024.03.26 19:52:41.465231 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7922 | 2024.03.26 19:52:42.518258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7923 | 2024.03.26 19:52:42.518373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7924 | 2024.03.26 19:52:42.518397 [ 3 ] {} <Debug> HTTP-Session: ff64b12d-33f1-43b0-88a7-294db340d5ae Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7925 | 2024.03.26 19:52:42.518423 [ 3 ] {} <Debug> HTTP-Session: ff64b12d-33f1-43b0-88a7-294db340d5ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7926 | 2024.03.26 19:52:42.518438 [ 3 ] {} <Debug> HTTP-Session: ff64b12d-33f1-43b0-88a7-294db340d5ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7927 | 2024.03.26 19:52:42.518488 [ 3 ] {} <Trace> HTTP-Session: ff64b12d-33f1-43b0-88a7-294db340d5ae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7928 | 2024.03.26 19:52:42.518620 [ 3 ] {6097612a-c142-4b81-a980-bec448dc5662} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7929 | 2024.03.26 19:52:42.518685 [ 3 ] {6097612a-c142-4b81-a980-bec448dc5662} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7930 | 2024.03.26 19:52:42.518885 [ 3 ] {6097612a-c142-4b81-a980-bec448dc5662} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7931 | 2024.03.26 19:52:42.519336 [ 3 ] {6097612a-c142-4b81-a980-bec448dc5662} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7932 | 2024.03.26 19:52:42.519388 [ 3 ] {6097612a-c142-4b81-a980-bec448dc5662} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7933 | 2024.03.26 19:52:42.519782 [ 3 ] {6097612a-c142-4b81-a980-bec448dc5662} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
7934 | 2024.03.26 19:52:42.520121 [ 3 ] {6097612a-c142-4b81-a980-bec448dc5662} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7935 | 2024.03.26 19:52:42.520290 [ 3 ] {6097612a-c142-4b81-a980-bec448dc5662} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001731 sec., 24263.431542461007 rows/sec., 1.92 MiB/sec. | ||
7936 | 2024.03.26 19:52:42.520457 [ 3 ] {6097612a-c142-4b81-a980-bec448dc5662} <Debug> DynamicQueryHandler: Done processing query | ||
7937 | 2024.03.26 19:52:42.520485 [ 3 ] {6097612a-c142-4b81-a980-bec448dc5662} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7938 | 2024.03.26 19:52:42.520502 [ 3 ] {} <Debug> HTTP-Session: ff64b12d-33f1-43b0-88a7-294db340d5ae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7939 | 2024.03.26 19:52:42.520659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7940 | 2024.03.26 19:52:42.520718 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7941 | 2024.03.26 19:52:42.520737 [ 3 ] {} <Debug> HTTP-Session: 2065a857-f9f6-487c-b4d6-e1dcb66fd4cd Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7942 | 2024.03.26 19:52:42.520755 [ 3 ] {} <Debug> HTTP-Session: 2065a857-f9f6-487c-b4d6-e1dcb66fd4cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7943 | 2024.03.26 19:52:42.520769 [ 3 ] {} <Debug> HTTP-Session: 2065a857-f9f6-487c-b4d6-e1dcb66fd4cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7944 | 2024.03.26 19:52:42.520805 [ 3 ] {} <Trace> HTTP-Session: 2065a857-f9f6-487c-b4d6-e1dcb66fd4cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7945 | 2024.03.26 19:52:42.520923 [ 3 ] {558b9a48-f6f5-43f2-b7e7-b2a6b79f5f73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7946 | 2024.03.26 19:52:42.520971 [ 3 ] {558b9a48-f6f5-43f2-b7e7-b2a6b79f5f73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7947 | 2024.03.26 19:52:42.521106 [ 3 ] {558b9a48-f6f5-43f2-b7e7-b2a6b79f5f73} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7948 | 2024.03.26 19:52:42.521535 [ 3 ] {558b9a48-f6f5-43f2-b7e7-b2a6b79f5f73} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7949 | 2024.03.26 19:52:42.521576 [ 3 ] {558b9a48-f6f5-43f2-b7e7-b2a6b79f5f73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7950 | 2024.03.26 19:52:42.521916 [ 3 ] {558b9a48-f6f5-43f2-b7e7-b2a6b79f5f73} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7951 | 2024.03.26 19:52:42.522235 [ 3 ] {558b9a48-f6f5-43f2-b7e7-b2a6b79f5f73} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7952 | 2024.03.26 19:52:42.522388 [ 3 ] {558b9a48-f6f5-43f2-b7e7-b2a6b79f5f73} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001529 sec., 99411.37998691955 rows/sec., 9.50 MiB/sec. | ||
7953 | 2024.03.26 19:52:42.522524 [ 3 ] {558b9a48-f6f5-43f2-b7e7-b2a6b79f5f73} <Debug> DynamicQueryHandler: Done processing query | ||
7954 | 2024.03.26 19:52:42.522549 [ 3 ] {558b9a48-f6f5-43f2-b7e7-b2a6b79f5f73} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
7955 | 2024.03.26 19:52:42.522564 [ 3 ] {} <Debug> HTTP-Session: 2065a857-f9f6-487c-b4d6-e1dcb66fd4cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7956 | 2024.03.26 19:52:42.522733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7957 | 2024.03.26 19:52:42.522786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7958 | 2024.03.26 19:52:42.522806 [ 3 ] {} <Debug> HTTP-Session: 05cb936a-25ee-4221-916f-28d4b7d30bc5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7959 | 2024.03.26 19:52:42.522824 [ 3 ] {} <Debug> HTTP-Session: 05cb936a-25ee-4221-916f-28d4b7d30bc5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7960 | 2024.03.26 19:52:42.522838 [ 3 ] {} <Debug> HTTP-Session: 05cb936a-25ee-4221-916f-28d4b7d30bc5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7961 | 2024.03.26 19:52:42.522872 [ 3 ] {} <Trace> HTTP-Session: 05cb936a-25ee-4221-916f-28d4b7d30bc5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7962 | 2024.03.26 19:52:42.522976 [ 3 ] {3fafc98d-9012-4b0f-99ab-21f11b7d3498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7963 | 2024.03.26 19:52:42.523019 [ 3 ] {3fafc98d-9012-4b0f-99ab-21f11b7d3498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7964 | 2024.03.26 19:52:42.523149 [ 3 ] {3fafc98d-9012-4b0f-99ab-21f11b7d3498} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7965 | 2024.03.26 19:52:42.523485 [ 3 ] {3fafc98d-9012-4b0f-99ab-21f11b7d3498} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7966 | 2024.03.26 19:52:42.523524 [ 3 ] {3fafc98d-9012-4b0f-99ab-21f11b7d3498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7967 | 2024.03.26 19:52:42.523836 [ 3 ] {3fafc98d-9012-4b0f-99ab-21f11b7d3498} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7968 | 2024.03.26 19:52:42.524173 [ 3 ] {3fafc98d-9012-4b0f-99ab-21f11b7d3498} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7969 | 2024.03.26 19:52:42.524344 [ 3 ] {3fafc98d-9012-4b0f-99ab-21f11b7d3498} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.00142 sec., 49295.77464788732 rows/sec., 3.85 MiB/sec. | ||
7970 | 2024.03.26 19:52:42.524485 [ 3 ] {3fafc98d-9012-4b0f-99ab-21f11b7d3498} <Debug> DynamicQueryHandler: Done processing query | ||
7971 | 2024.03.26 19:52:42.524518 [ 3 ] {3fafc98d-9012-4b0f-99ab-21f11b7d3498} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
7972 | 2024.03.26 19:52:42.524558 [ 3 ] {} <Debug> HTTP-Session: 05cb936a-25ee-4221-916f-28d4b7d30bc5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7973 | 2024.03.26 19:52:42.524720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7974 | 2024.03.26 19:52:42.524776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7975 | 2024.03.26 19:52:42.524806 [ 3 ] {} <Debug> HTTP-Session: 352611bc-838f-4e1a-ac30-db91864ba456 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7976 | 2024.03.26 19:52:42.524823 [ 3 ] {} <Debug> HTTP-Session: 352611bc-838f-4e1a-ac30-db91864ba456 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7977 | 2024.03.26 19:52:42.524837 [ 3 ] {} <Debug> HTTP-Session: 352611bc-838f-4e1a-ac30-db91864ba456 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7978 | 2024.03.26 19:52:42.524870 [ 3 ] {} <Trace> HTTP-Session: 352611bc-838f-4e1a-ac30-db91864ba456 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7979 | 2024.03.26 19:52:42.524977 [ 3 ] {835040a3-9911-420a-b349-6d2166b789b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7980 | 2024.03.26 19:52:42.525023 [ 3 ] {835040a3-9911-420a-b349-6d2166b789b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7981 | 2024.03.26 19:52:42.525170 [ 3 ] {835040a3-9911-420a-b349-6d2166b789b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7982 | 2024.03.26 19:52:42.525543 [ 3 ] {835040a3-9911-420a-b349-6d2166b789b2} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7983 | 2024.03.26 19:52:42.525581 [ 3 ] {835040a3-9911-420a-b349-6d2166b789b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
7984 | 2024.03.26 19:52:42.525967 [ 3 ] {835040a3-9911-420a-b349-6d2166b789b2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
7985 | 2024.03.26 19:52:42.526312 [ 3 ] {835040a3-9911-420a-b349-6d2166b789b2} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7986 | 2024.03.26 19:52:42.526474 [ 3 ] {835040a3-9911-420a-b349-6d2166b789b2} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001545 sec., 64724.91909385114 rows/sec., 4.49 MiB/sec. | ||
7987 | 2024.03.26 19:52:42.526694 [ 3 ] {835040a3-9911-420a-b349-6d2166b789b2} <Debug> DynamicQueryHandler: Done processing query | ||
7988 | 2024.03.26 19:52:42.526751 [ 3 ] {835040a3-9911-420a-b349-6d2166b789b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
7989 | 2024.03.26 19:52:42.526813 [ 3 ] {} <Debug> HTTP-Session: 352611bc-838f-4e1a-ac30-db91864ba456 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7990 | 2024.03.26 19:52:42.526990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7991 | 2024.03.26 19:52:42.527043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
7992 | 2024.03.26 19:52:42.527063 [ 3 ] {} <Debug> HTTP-Session: 4cf600d8-9eff-44f0-a12c-32d1ada48682 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
7993 | 2024.03.26 19:52:42.527081 [ 3 ] {} <Debug> HTTP-Session: 4cf600d8-9eff-44f0-a12c-32d1ada48682 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7994 | 2024.03.26 19:52:42.527097 [ 3 ] {} <Debug> HTTP-Session: 4cf600d8-9eff-44f0-a12c-32d1ada48682 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7995 | 2024.03.26 19:52:42.527130 [ 3 ] {} <Trace> HTTP-Session: 4cf600d8-9eff-44f0-a12c-32d1ada48682 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7996 | 2024.03.26 19:52:42.527406 [ 3 ] {4c94fdde-e9ba-48e9-99c0-2ef2d98a0c28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7997 | 2024.03.26 19:52:42.527455 [ 3 ] {4c94fdde-e9ba-48e9-99c0-2ef2d98a0c28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
7998 | 2024.03.26 19:52:42.527631 [ 3 ] {4c94fdde-e9ba-48e9-99c0-2ef2d98a0c28} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7999 | 2024.03.26 19:52:42.528171 [ 3 ] {4c94fdde-e9ba-48e9-99c0-2ef2d98a0c28} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8000 | 2024.03.26 19:52:42.528209 [ 3 ] {4c94fdde-e9ba-48e9-99c0-2ef2d98a0c28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8001 | 2024.03.26 19:52:42.528641 [ 3 ] {4c94fdde-e9ba-48e9-99c0-2ef2d98a0c28} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8002 | 2024.03.26 19:52:42.528988 [ 3 ] {4c94fdde-e9ba-48e9-99c0-2ef2d98a0c28} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8003 | 2024.03.26 19:52:42.529136 [ 3 ] {4c94fdde-e9ba-48e9-99c0-2ef2d98a0c28} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001941 sec., 21638.330757341577 rows/sec., 29.20 MiB/sec. | ||
8004 | 2024.03.26 19:52:42.529270 [ 3 ] {4c94fdde-e9ba-48e9-99c0-2ef2d98a0c28} <Debug> DynamicQueryHandler: Done processing query | ||
8005 | 2024.03.26 19:52:42.529294 [ 3 ] {4c94fdde-e9ba-48e9-99c0-2ef2d98a0c28} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8006 | 2024.03.26 19:52:42.529310 [ 3 ] {} <Debug> HTTP-Session: 4cf600d8-9eff-44f0-a12c-32d1ada48682 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8007 | 2024.03.26 19:52:42.529436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8008 | 2024.03.26 19:52:42.529485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8009 | 2024.03.26 19:52:42.529503 [ 3 ] {} <Debug> HTTP-Session: e0dfe9e4-b34c-4ca6-b5a2-e45947b76eb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8010 | 2024.03.26 19:52:42.529520 [ 3 ] {} <Debug> HTTP-Session: e0dfe9e4-b34c-4ca6-b5a2-e45947b76eb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8011 | 2024.03.26 19:52:42.529533 [ 3 ] {} <Debug> HTTP-Session: e0dfe9e4-b34c-4ca6-b5a2-e45947b76eb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8012 | 2024.03.26 19:52:42.529564 [ 3 ] {} <Trace> HTTP-Session: e0dfe9e4-b34c-4ca6-b5a2-e45947b76eb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8013 | 2024.03.26 19:52:42.529641 [ 3 ] {93358838-98dc-4ae1-84d4-3e5e3e9a8e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8014 | 2024.03.26 19:52:42.529684 [ 3 ] {93358838-98dc-4ae1-84d4-3e5e3e9a8e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8015 | 2024.03.26 19:52:42.529810 [ 3 ] {93358838-98dc-4ae1-84d4-3e5e3e9a8e90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8016 | 2024.03.26 19:52:42.530099 [ 3 ] {93358838-98dc-4ae1-84d4-3e5e3e9a8e90} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8017 | 2024.03.26 19:52:42.530136 [ 3 ] {93358838-98dc-4ae1-84d4-3e5e3e9a8e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8018 | 2024.03.26 19:52:42.530494 [ 3 ] {93358838-98dc-4ae1-84d4-3e5e3e9a8e90} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
8019 | 2024.03.26 19:52:42.530842 [ 3 ] {93358838-98dc-4ae1-84d4-3e5e3e9a8e90} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8020 | 2024.03.26 19:52:42.530996 [ 3 ] {93358838-98dc-4ae1-84d4-3e5e3e9a8e90} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001383 sec., 21691.97396963124 rows/sec., 1.49 MiB/sec. | ||
8021 | 2024.03.26 19:52:42.531153 [ 3 ] {93358838-98dc-4ae1-84d4-3e5e3e9a8e90} <Debug> DynamicQueryHandler: Done processing query | ||
8022 | 2024.03.26 19:52:42.531190 [ 3 ] {93358838-98dc-4ae1-84d4-3e5e3e9a8e90} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8023 | 2024.03.26 19:52:42.531222 [ 3 ] {} <Debug> HTTP-Session: e0dfe9e4-b34c-4ca6-b5a2-e45947b76eb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8024 | 2024.03.26 19:52:47.517304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8025 | 2024.03.26 19:52:47.517437 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8026 | 2024.03.26 19:52:47.517465 [ 3 ] {} <Debug> HTTP-Session: e31acdd8-89ce-4d17-aced-2205fefbe867 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8027 | 2024.03.26 19:52:47.517491 [ 3 ] {} <Debug> HTTP-Session: e31acdd8-89ce-4d17-aced-2205fefbe867 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8028 | 2024.03.26 19:52:47.517506 [ 3 ] {} <Debug> HTTP-Session: e31acdd8-89ce-4d17-aced-2205fefbe867 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8029 | 2024.03.26 19:52:47.517557 [ 3 ] {} <Trace> HTTP-Session: e31acdd8-89ce-4d17-aced-2205fefbe867 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8030 | 2024.03.26 19:52:47.517680 [ 3 ] {618728c9-b990-45ae-ab61-a0d52a4ffba8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8031 | 2024.03.26 19:52:47.517747 [ 3 ] {618728c9-b990-45ae-ab61-a0d52a4ffba8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8032 | 2024.03.26 19:52:47.517946 [ 3 ] {618728c9-b990-45ae-ab61-a0d52a4ffba8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8033 | 2024.03.26 19:52:47.518397 [ 3 ] {618728c9-b990-45ae-ab61-a0d52a4ffba8} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8034 | 2024.03.26 19:52:47.518448 [ 3 ] {618728c9-b990-45ae-ab61-a0d52a4ffba8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8035 | 2024.03.26 19:52:47.518837 [ 3 ] {618728c9-b990-45ae-ab61-a0d52a4ffba8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8036 | 2024.03.26 19:52:47.519172 [ 3 ] {618728c9-b990-45ae-ab61-a0d52a4ffba8} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8037 | 2024.03.26 19:52:47.519344 [ 3 ] {618728c9-b990-45ae-ab61-a0d52a4ffba8} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001717 sec., 9318.578916715202 rows/sec., 755.31 KiB/sec. | ||
8038 | 2024.03.26 19:52:47.519515 [ 3 ] {618728c9-b990-45ae-ab61-a0d52a4ffba8} <Debug> DynamicQueryHandler: Done processing query | ||
8039 | 2024.03.26 19:52:47.519542 [ 3 ] {618728c9-b990-45ae-ab61-a0d52a4ffba8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8040 | 2024.03.26 19:52:47.519559 [ 3 ] {} <Debug> HTTP-Session: e31acdd8-89ce-4d17-aced-2205fefbe867 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8041 | 2024.03.26 19:52:47.519695 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8042 | 2024.03.26 19:52:47.519752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8043 | 2024.03.26 19:52:47.519771 [ 3 ] {} <Debug> HTTP-Session: c1fb1074-30cb-4500-8645-cc771ad05619 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8044 | 2024.03.26 19:52:47.519790 [ 3 ] {} <Debug> HTTP-Session: c1fb1074-30cb-4500-8645-cc771ad05619 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8045 | 2024.03.26 19:52:47.519804 [ 3 ] {} <Debug> HTTP-Session: c1fb1074-30cb-4500-8645-cc771ad05619 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8046 | 2024.03.26 19:52:47.519841 [ 3 ] {} <Trace> HTTP-Session: c1fb1074-30cb-4500-8645-cc771ad05619 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8047 | 2024.03.26 19:52:47.519914 [ 3 ] {94f51ab2-e48e-4092-a3c9-92850503baa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8048 | 2024.03.26 19:52:47.519959 [ 3 ] {94f51ab2-e48e-4092-a3c9-92850503baa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8049 | 2024.03.26 19:52:47.520094 [ 3 ] {94f51ab2-e48e-4092-a3c9-92850503baa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8050 | 2024.03.26 19:52:47.520410 [ 3 ] {94f51ab2-e48e-4092-a3c9-92850503baa3} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8051 | 2024.03.26 19:52:47.520451 [ 3 ] {94f51ab2-e48e-4092-a3c9-92850503baa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8052 | 2024.03.26 19:52:47.520762 [ 3 ] {94f51ab2-e48e-4092-a3c9-92850503baa3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8053 | 2024.03.26 19:52:47.521078 [ 3 ] {94f51ab2-e48e-4092-a3c9-92850503baa3} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8054 | 2024.03.26 19:52:47.521239 [ 3 ] {94f51ab2-e48e-4092-a3c9-92850503baa3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001347 sec., 1484.7809948032664 rows/sec., 121.07 KiB/sec. | ||
8055 | 2024.03.26 19:52:47.521475 [ 3 ] {94f51ab2-e48e-4092-a3c9-92850503baa3} <Debug> DynamicQueryHandler: Done processing query | ||
8056 | 2024.03.26 19:52:47.521518 [ 3 ] {94f51ab2-e48e-4092-a3c9-92850503baa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8057 | 2024.03.26 19:52:47.521541 [ 3 ] {} <Debug> HTTP-Session: c1fb1074-30cb-4500-8645-cc771ad05619 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8058 | 2024.03.26 19:52:47.521704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8059 | 2024.03.26 19:52:47.521756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8060 | 2024.03.26 19:52:47.521776 [ 3 ] {} <Debug> HTTP-Session: e114efc7-5f99-4f7b-ad83-f7f09fe102a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8061 | 2024.03.26 19:52:47.521794 [ 3 ] {} <Debug> HTTP-Session: e114efc7-5f99-4f7b-ad83-f7f09fe102a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8062 | 2024.03.26 19:52:47.521808 [ 3 ] {} <Debug> HTTP-Session: e114efc7-5f99-4f7b-ad83-f7f09fe102a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8063 | 2024.03.26 19:52:47.521843 [ 3 ] {} <Trace> HTTP-Session: e114efc7-5f99-4f7b-ad83-f7f09fe102a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8064 | 2024.03.26 19:52:47.521938 [ 3 ] {8c544f25-e457-4630-ac8a-2916841eb93f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8065 | 2024.03.26 19:52:47.521982 [ 3 ] {8c544f25-e457-4630-ac8a-2916841eb93f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8066 | 2024.03.26 19:52:47.522127 [ 3 ] {8c544f25-e457-4630-ac8a-2916841eb93f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8067 | 2024.03.26 19:52:47.522466 [ 3 ] {8c544f25-e457-4630-ac8a-2916841eb93f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8068 | 2024.03.26 19:52:47.522504 [ 3 ] {8c544f25-e457-4630-ac8a-2916841eb93f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8069 | 2024.03.26 19:52:47.522825 [ 3 ] {8c544f25-e457-4630-ac8a-2916841eb93f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8070 | 2024.03.26 19:52:47.523152 [ 3 ] {8c544f25-e457-4630-ac8a-2916841eb93f} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8071 | 2024.03.26 19:52:47.523302 [ 3 ] {8c544f25-e457-4630-ac8a-2916841eb93f} <Debug> executeQuery: Read 75 rows, 6.38 KiB in 0.001407 sec., 53304.90405117271 rows/sec., 4.43 MiB/sec. | ||
8072 | 2024.03.26 19:52:47.523320 [ 51 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
8073 | 2024.03.26 19:52:47.523419 [ 51 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8074 | 2024.03.26 19:52:47.523455 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8075 | 2024.03.26 19:52:47.523488 [ 3 ] {8c544f25-e457-4630-ac8a-2916841eb93f} <Debug> DynamicQueryHandler: Done processing query | ||
8076 | 2024.03.26 19:52:47.523538 [ 3 ] {8c544f25-e457-4630-ac8a-2916841eb93f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8077 | 2024.03.26 19:52:47.523568 [ 3 ] {} <Debug> HTTP-Session: e114efc7-5f99-4f7b-ad83-f7f09fe102a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8078 | 2024.03.26 19:52:47.523617 [ 188 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
8079 | 2024.03.26 19:52:47.523711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8080 | 2024.03.26 19:52:47.523748 [ 188 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8081 | 2024.03.26 19:52:47.523773 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8082 | 2024.03.26 19:52:47.523788 [ 188 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 241 rows starting from the beginning of the part | ||
8083 | 2024.03.26 19:52:47.523796 [ 3 ] {} <Debug> HTTP-Session: d53473e2-5605-439f-bdda-6a714cccab37 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8084 | 2024.03.26 19:52:47.523819 [ 3 ] {} <Debug> HTTP-Session: d53473e2-5605-439f-bdda-6a714cccab37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8085 | 2024.03.26 19:52:47.523839 [ 3 ] {} <Debug> HTTP-Session: d53473e2-5605-439f-bdda-6a714cccab37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8086 | 2024.03.26 19:52:47.523868 [ 188 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 74 rows starting from the beginning of the part | ||
8087 | 2024.03.26 19:52:47.523903 [ 3 ] {} <Trace> HTTP-Session: d53473e2-5605-439f-bdda-6a714cccab37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8088 | 2024.03.26 19:52:47.524255 [ 3 ] {a1d7253a-b02c-4d72-a4c5-a22fae18ac1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8089 | 2024.03.26 19:52:47.524259 [ 188 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 152 rows starting from the beginning of the part | ||
8090 | 2024.03.26 19:52:47.524397 [ 3 ] {a1d7253a-b02c-4d72-a4c5-a22fae18ac1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8091 | 2024.03.26 19:52:47.524519 [ 188 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 111 rows starting from the beginning of the part | ||
8092 | 2024.03.26 19:52:47.524922 [ 188 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 152 rows starting from the beginning of the part | ||
8093 | 2024.03.26 19:52:47.525210 [ 188 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 75 rows starting from the beginning of the part | ||
8094 | 2024.03.26 19:52:47.525737 [ 3 ] {a1d7253a-b02c-4d72-a4c5-a22fae18ac1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8095 | 2024.03.26 19:52:47.526193 [ 3 ] {a1d7253a-b02c-4d72-a4c5-a22fae18ac1c} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8096 | 2024.03.26 19:52:47.526241 [ 3 ] {a1d7253a-b02c-4d72-a4c5-a22fae18ac1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8097 | 2024.03.26 19:52:47.526694 [ 3 ] {a1d7253a-b02c-4d72-a4c5-a22fae18ac1c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
8098 | 2024.03.26 19:52:47.527172 [ 3 ] {a1d7253a-b02c-4d72-a4c5-a22fae18ac1c} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8099 | 2024.03.26 19:52:47.527232 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 805 rows, containing 4 columns (4 merged, 0 gathered) in 0.003682002 sec., 218631.05995053778 rows/sec., 19.61 MiB/sec. | ||
8100 | 2024.03.26 19:52:47.527432 [ 3 ] {a1d7253a-b02c-4d72-a4c5-a22fae18ac1c} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.003359 sec., 595.4153021732659 rows/sec., 41.57 KiB/sec. | ||
8101 | 2024.03.26 19:52:47.527650 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
8102 | 2024.03.26 19:52:47.527998 [ 3 ] {a1d7253a-b02c-4d72-a4c5-a22fae18ac1c} <Debug> DynamicQueryHandler: Done processing query | ||
8103 | 2024.03.26 19:52:47.528044 [ 3 ] {a1d7253a-b02c-4d72-a4c5-a22fae18ac1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8104 | 2024.03.26 19:52:47.528073 [ 3 ] {} <Debug> HTTP-Session: d53473e2-5605-439f-bdda-6a714cccab37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8105 | 2024.03.26 19:52:47.528288 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8106 | 2024.03.26 19:52:47.528361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8107 | 2024.03.26 19:52:47.528399 [ 3 ] {} <Debug> HTTP-Session: 788e91ad-bf9e-4323-9224-895bc1906649 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8108 | 2024.03.26 19:52:47.528426 [ 3 ] {} <Debug> HTTP-Session: 788e91ad-bf9e-4323-9224-895bc1906649 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8109 | 2024.03.26 19:52:47.528458 [ 3 ] {} <Debug> HTTP-Session: 788e91ad-bf9e-4323-9224-895bc1906649 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8110 | 2024.03.26 19:52:47.528518 [ 3 ] {} <Trace> HTTP-Session: 788e91ad-bf9e-4323-9224-895bc1906649 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8111 | 2024.03.26 19:52:47.528557 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8112 | 2024.03.26 19:52:47.528701 [ 3 ] {1f862b4d-9c1b-4be0-9625-a82074fb2b64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8113 | 2024.03.26 19:52:47.528746 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_55_11} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
8114 | 2024.03.26 19:52:47.528767 [ 3 ] {1f862b4d-9c1b-4be0-9625-a82074fb2b64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8115 | 2024.03.26 19:52:47.528949 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
8116 | 2024.03.26 19:52:47.529080 [ 3 ] {1f862b4d-9c1b-4be0-9625-a82074fb2b64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8117 | 2024.03.26 19:52:47.529415 [ 3 ] {1f862b4d-9c1b-4be0-9625-a82074fb2b64} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8118 | 2024.03.26 19:52:47.529454 [ 3 ] {1f862b4d-9c1b-4be0-9625-a82074fb2b64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8119 | 2024.03.26 19:52:47.529770 [ 3 ] {1f862b4d-9c1b-4be0-9625-a82074fb2b64} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8120 | 2024.03.26 19:52:47.530093 [ 3 ] {1f862b4d-9c1b-4be0-9625-a82074fb2b64} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8121 | 2024.03.26 19:52:47.530229 [ 3 ] {1f862b4d-9c1b-4be0-9625-a82074fb2b64} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001623 sec., 28342.57547751078 rows/sec., 2.21 MiB/sec. | ||
8122 | 2024.03.26 19:52:47.530266 [ 49 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
8123 | 2024.03.26 19:52:47.530375 [ 49 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8124 | 2024.03.26 19:52:47.530406 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8125 | 2024.03.26 19:52:47.530424 [ 3 ] {1f862b4d-9c1b-4be0-9625-a82074fb2b64} <Debug> DynamicQueryHandler: Done processing query | ||
8126 | 2024.03.26 19:52:47.530484 [ 3 ] {1f862b4d-9c1b-4be0-9625-a82074fb2b64} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8127 | 2024.03.26 19:52:47.530525 [ 3 ] {} <Debug> HTTP-Session: 788e91ad-bf9e-4323-9224-895bc1906649 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8128 | 2024.03.26 19:52:47.530577 [ 188 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_50_10 to all_55_55_0 into Compact with storage Full | ||
8129 | 2024.03.26 19:52:47.530686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8130 | 2024.03.26 19:52:47.530719 [ 188 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8131 | 2024.03.26 19:52:47.530752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8132 | 2024.03.26 19:52:47.530755 [ 188 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 138 rows starting from the beginning of the part | ||
8133 | 2024.03.26 19:52:47.530774 [ 3 ] {} <Debug> HTTP-Session: 73a4a7bb-2fec-4beb-ae73-a1c1b77f7dc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8134 | 2024.03.26 19:52:47.530796 [ 3 ] {} <Debug> HTTP-Session: 73a4a7bb-2fec-4beb-ae73-a1c1b77f7dc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8135 | 2024.03.26 19:52:47.530819 [ 3 ] {} <Debug> HTTP-Session: 73a4a7bb-2fec-4beb-ae73-a1c1b77f7dc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8136 | 2024.03.26 19:52:47.530875 [ 188 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 44 rows starting from the beginning of the part | ||
8137 | 2024.03.26 19:52:47.530918 [ 3 ] {} <Trace> HTTP-Session: 73a4a7bb-2fec-4beb-ae73-a1c1b77f7dc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8138 | 2024.03.26 19:52:47.531236 [ 188 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 70 rows starting from the beginning of the part | ||
8139 | 2024.03.26 19:52:47.531258 [ 3 ] {cd154be7-7758-4b09-890a-643a45572972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8140 | 2024.03.26 19:52:47.531411 [ 3 ] {cd154be7-7758-4b09-890a-643a45572972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8141 | 2024.03.26 19:52:47.531486 [ 188 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 70 rows starting from the beginning of the part | ||
8142 | 2024.03.26 19:52:47.531809 [ 188 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 70 rows starting from the beginning of the part | ||
8143 | 2024.03.26 19:52:47.532097 [ 188 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 46 rows starting from the beginning of the part | ||
8144 | 2024.03.26 19:52:47.532565 [ 3 ] {cd154be7-7758-4b09-890a-643a45572972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8145 | 2024.03.26 19:52:47.533126 [ 3 ] {cd154be7-7758-4b09-890a-643a45572972} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8146 | 2024.03.26 19:52:47.533166 [ 3 ] {cd154be7-7758-4b09-890a-643a45572972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8147 | 2024.03.26 19:52:47.533779 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 4 columns (4 merged, 0 gathered) in 0.003277089 sec., 133655.2043597229 rows/sec., 10.44 MiB/sec. | ||
8148 | 2024.03.26 19:52:47.533815 [ 3 ] {cd154be7-7758-4b09-890a-643a45572972} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8149 | 2024.03.26 19:52:47.534022 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
8150 | 2024.03.26 19:52:47.534743 [ 3 ] {cd154be7-7758-4b09-890a-643a45572972} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8151 | 2024.03.26 19:52:47.535149 [ 3 ] {cd154be7-7758-4b09-890a-643a45572972} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.004051 sec., 24932.115527030364 rows/sec., 1.73 MiB/sec. | ||
8152 | 2024.03.26 19:52:47.535175 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8153 | 2024.03.26 19:52:47.535515 [ 186 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_55_11} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
8154 | 2024.03.26 19:52:47.535834 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
8155 | 2024.03.26 19:52:47.535822 [ 3 ] {cd154be7-7758-4b09-890a-643a45572972} <Debug> DynamicQueryHandler: Done processing query | ||
8156 | 2024.03.26 19:52:47.535940 [ 3 ] {cd154be7-7758-4b09-890a-643a45572972} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8157 | 2024.03.26 19:52:47.535997 [ 3 ] {} <Debug> HTTP-Session: 73a4a7bb-2fec-4beb-ae73-a1c1b77f7dc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8158 | 2024.03.26 19:52:47.536175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8159 | 2024.03.26 19:52:47.536227 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8160 | 2024.03.26 19:52:47.536246 [ 3 ] {} <Debug> HTTP-Session: ee5bd214-5e3d-4860-8806-733c13fc9007 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8161 | 2024.03.26 19:52:47.536263 [ 3 ] {} <Debug> HTTP-Session: ee5bd214-5e3d-4860-8806-733c13fc9007 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8162 | 2024.03.26 19:52:47.536277 [ 3 ] {} <Debug> HTTP-Session: ee5bd214-5e3d-4860-8806-733c13fc9007 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8163 | 2024.03.26 19:52:47.536311 [ 3 ] {} <Trace> HTTP-Session: ee5bd214-5e3d-4860-8806-733c13fc9007 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8164 | 2024.03.26 19:52:47.536476 [ 3 ] {14369437-0e79-4ce6-b707-c4ee8bc378aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8165 | 2024.03.26 19:52:47.536526 [ 3 ] {14369437-0e79-4ce6-b707-c4ee8bc378aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8166 | 2024.03.26 19:52:47.536721 [ 3 ] {14369437-0e79-4ce6-b707-c4ee8bc378aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8167 | 2024.03.26 19:52:47.537128 [ 3 ] {14369437-0e79-4ce6-b707-c4ee8bc378aa} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8168 | 2024.03.26 19:52:47.537166 [ 3 ] {14369437-0e79-4ce6-b707-c4ee8bc378aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8169 | 2024.03.26 19:52:47.537583 [ 3 ] {14369437-0e79-4ce6-b707-c4ee8bc378aa} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8170 | 2024.03.26 19:52:47.537943 [ 3 ] {14369437-0e79-4ce6-b707-c4ee8bc378aa} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8171 | 2024.03.26 19:52:47.538119 [ 3 ] {14369437-0e79-4ce6-b707-c4ee8bc378aa} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001747 sec., 9158.557527189467 rows/sec., 12.36 MiB/sec. | ||
8172 | 2024.03.26 19:52:47.538271 [ 3 ] {14369437-0e79-4ce6-b707-c4ee8bc378aa} <Debug> DynamicQueryHandler: Done processing query | ||
8173 | 2024.03.26 19:52:47.538309 [ 3 ] {14369437-0e79-4ce6-b707-c4ee8bc378aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8174 | 2024.03.26 19:52:47.538336 [ 3 ] {} <Debug> HTTP-Session: ee5bd214-5e3d-4860-8806-733c13fc9007 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8175 | 2024.03.26 19:52:47.538471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8176 | 2024.03.26 19:52:47.538519 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8177 | 2024.03.26 19:52:47.538536 [ 3 ] {} <Debug> HTTP-Session: c167cf93-6c04-4856-b81b-6097769eadab Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8178 | 2024.03.26 19:52:47.538553 [ 3 ] {} <Debug> HTTP-Session: c167cf93-6c04-4856-b81b-6097769eadab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8179 | 2024.03.26 19:52:47.538567 [ 3 ] {} <Debug> HTTP-Session: c167cf93-6c04-4856-b81b-6097769eadab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8180 | 2024.03.26 19:52:47.538597 [ 3 ] {} <Trace> HTTP-Session: c167cf93-6c04-4856-b81b-6097769eadab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8181 | 2024.03.26 19:52:47.538672 [ 3 ] {597b3c67-2786-4208-ab04-22903f873b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8182 | 2024.03.26 19:52:47.538714 [ 3 ] {597b3c67-2786-4208-ab04-22903f873b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8183 | 2024.03.26 19:52:47.538845 [ 3 ] {597b3c67-2786-4208-ab04-22903f873b93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8184 | 2024.03.26 19:52:47.539126 [ 3 ] {597b3c67-2786-4208-ab04-22903f873b93} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8185 | 2024.03.26 19:52:47.539163 [ 3 ] {597b3c67-2786-4208-ab04-22903f873b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8186 | 2024.03.26 19:52:47.539517 [ 3 ] {597b3c67-2786-4208-ab04-22903f873b93} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
8187 | 2024.03.26 19:52:47.539845 [ 3 ] {597b3c67-2786-4208-ab04-22903f873b93} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8188 | 2024.03.26 19:52:47.540010 [ 3 ] {597b3c67-2786-4208-ab04-22903f873b93} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001358 sec., 22091.310751104564 rows/sec., 1.51 MiB/sec. | ||
8189 | 2024.03.26 19:52:47.540135 [ 3 ] {597b3c67-2786-4208-ab04-22903f873b93} <Debug> DynamicQueryHandler: Done processing query | ||
8190 | 2024.03.26 19:52:47.540159 [ 3 ] {597b3c67-2786-4208-ab04-22903f873b93} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8191 | 2024.03.26 19:52:47.540175 [ 3 ] {} <Debug> HTTP-Session: c167cf93-6c04-4856-b81b-6097769eadab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8192 | 2024.03.26 19:52:52.517740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8193 | 2024.03.26 19:52:52.517868 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8194 | 2024.03.26 19:52:52.517894 [ 3 ] {} <Debug> HTTP-Session: 83d8b5d8-6d35-4710-8e3b-81ca0e799c1c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8195 | 2024.03.26 19:52:52.517919 [ 3 ] {} <Debug> HTTP-Session: 83d8b5d8-6d35-4710-8e3b-81ca0e799c1c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8196 | 2024.03.26 19:52:52.517933 [ 3 ] {} <Debug> HTTP-Session: 83d8b5d8-6d35-4710-8e3b-81ca0e799c1c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8197 | 2024.03.26 19:52:52.517983 [ 3 ] {} <Trace> HTTP-Session: 83d8b5d8-6d35-4710-8e3b-81ca0e799c1c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8198 | 2024.03.26 19:52:52.518113 [ 3 ] {b7b47980-0ba0-44d0-8f9e-3f4c7f87cf2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8199 | 2024.03.26 19:52:52.518178 [ 3 ] {b7b47980-0ba0-44d0-8f9e-3f4c7f87cf2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8200 | 2024.03.26 19:52:52.518372 [ 3 ] {b7b47980-0ba0-44d0-8f9e-3f4c7f87cf2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8201 | 2024.03.26 19:52:52.518824 [ 3 ] {b7b47980-0ba0-44d0-8f9e-3f4c7f87cf2f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8202 | 2024.03.26 19:52:52.518875 [ 3 ] {b7b47980-0ba0-44d0-8f9e-3f4c7f87cf2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8203 | 2024.03.26 19:52:52.519279 [ 3 ] {b7b47980-0ba0-44d0-8f9e-3f4c7f87cf2f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8204 | 2024.03.26 19:52:52.519620 [ 3 ] {b7b47980-0ba0-44d0-8f9e-3f4c7f87cf2f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8205 | 2024.03.26 19:52:52.519791 [ 3 ] {b7b47980-0ba0-44d0-8f9e-3f4c7f87cf2f} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001738 sec., 24165.70771001151 rows/sec., 1.91 MiB/sec. | ||
8206 | 2024.03.26 19:52:52.519815 [ 46 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8207 | 2024.03.26 19:52:52.519937 [ 46 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8208 | 2024.03.26 19:52:52.519974 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8209 | 2024.03.26 19:52:52.520008 [ 3 ] {b7b47980-0ba0-44d0-8f9e-3f4c7f87cf2f} <Debug> DynamicQueryHandler: Done processing query | ||
8210 | 2024.03.26 19:52:52.520054 [ 3 ] {b7b47980-0ba0-44d0-8f9e-3f4c7f87cf2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8211 | 2024.03.26 19:52:52.520084 [ 3 ] {} <Debug> HTTP-Session: 83d8b5d8-6d35-4710-8e3b-81ca0e799c1c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8212 | 2024.03.26 19:52:52.520122 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
8213 | 2024.03.26 19:52:52.520251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8214 | 2024.03.26 19:52:52.520255 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8215 | 2024.03.26 19:52:52.520300 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 58 rows starting from the beginning of the part | ||
8216 | 2024.03.26 19:52:52.520311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8217 | 2024.03.26 19:52:52.520335 [ 3 ] {} <Debug> HTTP-Session: b1021fef-bd05-4c37-9fc7-55691afc393f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8218 | 2024.03.26 19:52:52.520364 [ 3 ] {} <Debug> HTTP-Session: b1021fef-bd05-4c37-9fc7-55691afc393f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8219 | 2024.03.26 19:52:52.520408 [ 3 ] {} <Debug> HTTP-Session: b1021fef-bd05-4c37-9fc7-55691afc393f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8220 | 2024.03.26 19:52:52.520416 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 42 rows starting from the beginning of the part | ||
8221 | 2024.03.26 19:52:52.520474 [ 3 ] {} <Trace> HTTP-Session: b1021fef-bd05-4c37-9fc7-55691afc393f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8222 | 2024.03.26 19:52:52.520668 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
8223 | 2024.03.26 19:52:52.520820 [ 3 ] {40e01d9f-b2fc-44e1-afd4-52551b56bd09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8224 | 2024.03.26 19:52:52.521010 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 42 rows starting from the beginning of the part | ||
8225 | 2024.03.26 19:52:52.521012 [ 3 ] {40e01d9f-b2fc-44e1-afd4-52551b56bd09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8226 | 2024.03.26 19:52:52.521275 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
8227 | 2024.03.26 19:52:52.521593 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part | ||
8228 | 2024.03.26 19:52:52.521874 [ 3 ] {40e01d9f-b2fc-44e1-afd4-52551b56bd09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8229 | 2024.03.26 19:52:52.522593 [ 3 ] {40e01d9f-b2fc-44e1-afd4-52551b56bd09} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8230 | 2024.03.26 19:52:52.522639 [ 3 ] {40e01d9f-b2fc-44e1-afd4-52551b56bd09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8231 | 2024.03.26 19:52:52.523182 [ 3 ] {40e01d9f-b2fc-44e1-afd4-52551b56bd09} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8232 | 2024.03.26 19:52:52.523253 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.003201787 sec., 67462.32650704122 rows/sec., 5.34 MiB/sec. | ||
8233 | 2024.03.26 19:52:52.523570 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8234 | 2024.03.26 19:52:52.523765 [ 3 ] {40e01d9f-b2fc-44e1-afd4-52551b56bd09} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8235 | 2024.03.26 19:52:52.524148 [ 3 ] {40e01d9f-b2fc-44e1-afd4-52551b56bd09} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.003484 sec., 43628.01377726751 rows/sec., 4.17 MiB/sec. | ||
8236 | 2024.03.26 19:52:52.524427 [ 3 ] {40e01d9f-b2fc-44e1-afd4-52551b56bd09} <Debug> DynamicQueryHandler: Done processing query | ||
8237 | 2024.03.26 19:52:52.524474 [ 3 ] {40e01d9f-b2fc-44e1-afd4-52551b56bd09} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8238 | 2024.03.26 19:52:52.524506 [ 3 ] {} <Debug> HTTP-Session: b1021fef-bd05-4c37-9fc7-55691afc393f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8239 | 2024.03.26 19:52:52.524508 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8240 | 2024.03.26 19:52:52.524647 [ 198 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_46_9} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8241 | 2024.03.26 19:52:52.524680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8242 | 2024.03.26 19:52:52.524777 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8243 | 2024.03.26 19:52:52.524810 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
8244 | 2024.03.26 19:52:52.524822 [ 3 ] {} <Debug> HTTP-Session: 5ca019ed-856e-4bd6-a265-90469f547ec1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8245 | 2024.03.26 19:52:52.524866 [ 3 ] {} <Debug> HTTP-Session: 5ca019ed-856e-4bd6-a265-90469f547ec1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8246 | 2024.03.26 19:52:52.524880 [ 3 ] {} <Debug> HTTP-Session: 5ca019ed-856e-4bd6-a265-90469f547ec1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8247 | 2024.03.26 19:52:52.524916 [ 3 ] {} <Trace> HTTP-Session: 5ca019ed-856e-4bd6-a265-90469f547ec1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8248 | 2024.03.26 19:52:52.525022 [ 3 ] {87235a2d-1983-43a1-9235-d97f406fdca9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8249 | 2024.03.26 19:52:52.525065 [ 3 ] {87235a2d-1983-43a1-9235-d97f406fdca9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8250 | 2024.03.26 19:52:52.525213 [ 3 ] {87235a2d-1983-43a1-9235-d97f406fdca9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8251 | 2024.03.26 19:52:52.525568 [ 3 ] {87235a2d-1983-43a1-9235-d97f406fdca9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8252 | 2024.03.26 19:52:52.525608 [ 3 ] {87235a2d-1983-43a1-9235-d97f406fdca9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8253 | 2024.03.26 19:52:52.525927 [ 3 ] {87235a2d-1983-43a1-9235-d97f406fdca9} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8254 | 2024.03.26 19:52:52.526236 [ 3 ] {87235a2d-1983-43a1-9235-d97f406fdca9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8255 | 2024.03.26 19:52:52.526389 [ 3 ] {87235a2d-1983-43a1-9235-d97f406fdca9} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.00142 sec., 49295.77464788732 rows/sec., 3.85 MiB/sec. | ||
8256 | 2024.03.26 19:52:52.526513 [ 3 ] {87235a2d-1983-43a1-9235-d97f406fdca9} <Debug> DynamicQueryHandler: Done processing query | ||
8257 | 2024.03.26 19:52:52.526536 [ 3 ] {87235a2d-1983-43a1-9235-d97f406fdca9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8258 | 2024.03.26 19:52:52.526551 [ 3 ] {} <Debug> HTTP-Session: 5ca019ed-856e-4bd6-a265-90469f547ec1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8259 | 2024.03.26 19:52:52.526667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8260 | 2024.03.26 19:52:52.526715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8261 | 2024.03.26 19:52:52.526733 [ 3 ] {} <Debug> HTTP-Session: f9107c74-0eea-4e30-ad00-8b13b8a67be7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8262 | 2024.03.26 19:52:52.526749 [ 3 ] {} <Debug> HTTP-Session: f9107c74-0eea-4e30-ad00-8b13b8a67be7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8263 | 2024.03.26 19:52:52.526763 [ 3 ] {} <Debug> HTTP-Session: f9107c74-0eea-4e30-ad00-8b13b8a67be7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8264 | 2024.03.26 19:52:52.526795 [ 3 ] {} <Trace> HTTP-Session: f9107c74-0eea-4e30-ad00-8b13b8a67be7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8265 | 2024.03.26 19:52:52.526909 [ 3 ] {09abb47c-d955-4873-958a-49dac156016d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8266 | 2024.03.26 19:52:52.526954 [ 3 ] {09abb47c-d955-4873-958a-49dac156016d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8267 | 2024.03.26 19:52:52.527104 [ 3 ] {09abb47c-d955-4873-958a-49dac156016d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8268 | 2024.03.26 19:52:52.527469 [ 3 ] {09abb47c-d955-4873-958a-49dac156016d} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8269 | 2024.03.26 19:52:52.527507 [ 3 ] {09abb47c-d955-4873-958a-49dac156016d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8270 | 2024.03.26 19:52:52.527896 [ 3 ] {09abb47c-d955-4873-958a-49dac156016d} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8271 | 2024.03.26 19:52:52.528235 [ 3 ] {09abb47c-d955-4873-958a-49dac156016d} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8272 | 2024.03.26 19:52:52.528404 [ 3 ] {09abb47c-d955-4873-958a-49dac156016d} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001556 sec., 64267.35218508997 rows/sec., 4.46 MiB/sec. | ||
8273 | 2024.03.26 19:52:52.528419 [ 46 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8274 | 2024.03.26 19:52:52.528537 [ 46 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8275 | 2024.03.26 19:52:52.528598 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8276 | 2024.03.26 19:52:52.528621 [ 3 ] {09abb47c-d955-4873-958a-49dac156016d} <Debug> DynamicQueryHandler: Done processing query | ||
8277 | 2024.03.26 19:52:52.528669 [ 3 ] {09abb47c-d955-4873-958a-49dac156016d} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8278 | 2024.03.26 19:52:52.528748 [ 3 ] {} <Debug> HTTP-Session: f9107c74-0eea-4e30-ad00-8b13b8a67be7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8279 | 2024.03.26 19:52:52.528959 [ 199 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
8280 | 2024.03.26 19:52:52.528998 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8281 | 2024.03.26 19:52:52.529252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8282 | 2024.03.26 19:52:52.529418 [ 3 ] {} <Debug> HTTP-Session: 39823c10-db51-43f2-9851-9d67c72ed72a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8283 | 2024.03.26 19:52:52.529675 [ 199 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8284 | 2024.03.26 19:52:52.529698 [ 3 ] {} <Debug> HTTP-Session: 39823c10-db51-43f2-9851-9d67c72ed72a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8285 | 2024.03.26 19:52:52.529796 [ 3 ] {} <Debug> HTTP-Session: 39823c10-db51-43f2-9851-9d67c72ed72a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8286 | 2024.03.26 19:52:52.529814 [ 199 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 5556 rows starting from the beginning of the part | ||
8287 | 2024.03.26 19:52:52.529944 [ 3 ] {} <Trace> HTTP-Session: 39823c10-db51-43f2-9851-9d67c72ed72a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8288 | 2024.03.26 19:52:52.530170 [ 199 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 100 rows starting from the beginning of the part | ||
8289 | 2024.03.26 19:52:52.530294 [ 199 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 137 rows starting from the beginning of the part | ||
8290 | 2024.03.26 19:52:52.530488 [ 3 ] {70123b3e-8f88-4865-85c7-835626d41392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8291 | 2024.03.26 19:52:52.530559 [ 199 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 100 rows starting from the beginning of the part | ||
8292 | 2024.03.26 19:52:52.530640 [ 3 ] {70123b3e-8f88-4865-85c7-835626d41392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8293 | 2024.03.26 19:52:52.530947 [ 199 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 101 rows starting from the beginning of the part | ||
8294 | 2024.03.26 19:52:52.531307 [ 199 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 100 rows starting from the beginning of the part | ||
8295 | 2024.03.26 19:52:52.532022 [ 3 ] {70123b3e-8f88-4865-85c7-835626d41392} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8296 | 2024.03.26 19:52:52.532859 [ 3 ] {70123b3e-8f88-4865-85c7-835626d41392} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8297 | 2024.03.26 19:52:52.532907 [ 3 ] {70123b3e-8f88-4865-85c7-835626d41392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8298 | 2024.03.26 19:52:52.534042 [ 3 ] {70123b3e-8f88-4865-85c7-835626d41392} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8299 | 2024.03.26 19:52:52.534494 [ 3 ] {70123b3e-8f88-4865-85c7-835626d41392} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8300 | 2024.03.26 19:52:52.534746 [ 46 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8301 | 2024.03.26 19:52:52.534773 [ 3 ] {70123b3e-8f88-4865-85c7-835626d41392} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.004657 sec., 9018.681554648916 rows/sec., 12.17 MiB/sec. | ||
8302 | 2024.03.26 19:52:52.534807 [ 46 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8303 | 2024.03.26 19:52:52.534874 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8304 | 2024.03.26 19:52:52.535171 [ 3 ] {70123b3e-8f88-4865-85c7-835626d41392} <Debug> DynamicQueryHandler: Done processing query | ||
8305 | 2024.03.26 19:52:52.535252 [ 3 ] {70123b3e-8f88-4865-85c7-835626d41392} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8306 | 2024.03.26 19:52:52.535338 [ 3 ] {} <Debug> HTTP-Session: 39823c10-db51-43f2-9851-9d67c72ed72a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8307 | 2024.03.26 19:52:52.535372 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
8308 | 2024.03.26 19:52:52.535615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8309 | 2024.03.26 19:52:52.535715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8310 | 2024.03.26 19:52:52.535709 [ 191 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6094 rows, containing 5 columns (5 merged, 0 gathered) in 0.006972311 sec., 874028.7115706686 rows/sec., 60.69 MiB/sec. | ||
8311 | 2024.03.26 19:52:52.535752 [ 3 ] {} <Debug> HTTP-Session: 9f72451a-55e0-40a0-82d8-b9cb22ab343e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8312 | 2024.03.26 19:52:52.535819 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8313 | 2024.03.26 19:52:52.535841 [ 3 ] {} <Debug> HTTP-Session: 9f72451a-55e0-40a0-82d8-b9cb22ab343e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8314 | 2024.03.26 19:52:52.535874 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1147 rows starting from the beginning of the part | ||
8315 | 2024.03.26 19:52:52.535876 [ 3 ] {} <Debug> HTTP-Session: 9f72451a-55e0-40a0-82d8-b9cb22ab343e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8316 | 2024.03.26 19:52:52.535932 [ 3 ] {} <Trace> HTTP-Session: 9f72451a-55e0-40a0-82d8-b9cb22ab343e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8317 | 2024.03.26 19:52:52.536104 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 42 rows starting from the beginning of the part | ||
8318 | 2024.03.26 19:52:52.536299 [ 3 ] {7129a59b-a047-4f9e-95ac-a51c051f68c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8319 | 2024.03.26 19:52:52.536384 [ 191 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8320 | 2024.03.26 19:52:52.536632 [ 3 ] {7129a59b-a047-4f9e-95ac-a51c051f68c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8321 | 2024.03.26 19:52:52.536716 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 16 rows starting from the beginning of the part | ||
8322 | 2024.03.26 19:52:52.537297 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 42 rows starting from the beginning of the part | ||
8323 | 2024.03.26 19:52:52.537987 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 16 rows starting from the beginning of the part | ||
8324 | 2024.03.26 19:52:52.538614 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 42 rows starting from the beginning of the part | ||
8325 | 2024.03.26 19:52:52.538667 [ 3 ] {7129a59b-a047-4f9e-95ac-a51c051f68c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8326 | 2024.03.26 19:52:52.539270 [ 191 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8327 | 2024.03.26 19:52:52.539568 [ 191 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8328 | 2024.03.26 19:52:52.539963 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.30 MiB. | ||
8329 | 2024.03.26 19:52:52.540128 [ 3 ] {7129a59b-a047-4f9e-95ac-a51c051f68c2} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8330 | 2024.03.26 19:52:52.540180 [ 3 ] {7129a59b-a047-4f9e-95ac-a51c051f68c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8331 | 2024.03.26 19:52:52.540587 [ 3 ] {7129a59b-a047-4f9e-95ac-a51c051f68c2} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
8332 | 2024.03.26 19:52:52.540964 [ 3 ] {7129a59b-a047-4f9e-95ac-a51c051f68c2} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8333 | 2024.03.26 19:52:52.541260 [ 46 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
8334 | 2024.03.26 19:52:52.541293 [ 3 ] {7129a59b-a047-4f9e-95ac-a51c051f68c2} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005206 sec., 5762.581636573185 rows/sec., 404.24 KiB/sec. | ||
8335 | 2024.03.26 19:52:52.541388 [ 46 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8336 | 2024.03.26 19:52:52.541547 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8337 | 2024.03.26 19:52:52.541793 [ 3 ] {7129a59b-a047-4f9e-95ac-a51c051f68c2} <Debug> DynamicQueryHandler: Done processing query | ||
8338 | 2024.03.26 19:52:52.541849 [ 3 ] {7129a59b-a047-4f9e-95ac-a51c051f68c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8339 | 2024.03.26 19:52:52.541905 [ 3 ] {} <Debug> HTTP-Session: 9f72451a-55e0-40a0-82d8-b9cb22ab343e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8340 | 2024.03.26 19:52:52.541958 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
8341 | 2024.03.26 19:52:52.542154 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8342 | 2024.03.26 19:52:52.542204 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1518 rows starting from the beginning of the part | ||
8343 | 2024.03.26 19:52:52.542330 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 30 rows starting from the beginning of the part | ||
8344 | 2024.03.26 19:52:52.542663 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 30 rows starting from the beginning of the part | ||
8345 | 2024.03.26 19:52:52.542843 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 30 rows starting from the beginning of the part | ||
8346 | 2024.03.26 19:52:52.543069 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 30 rows starting from the beginning of the part | ||
8347 | 2024.03.26 19:52:52.543181 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 30 rows starting from the beginning of the part | ||
8348 | 2024.03.26 19:52:52.544086 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1305 rows, containing 6 columns (6 merged, 0 gathered) in 0.009080465 sec., 143715.10710079275 rows/sec., 193.94 MiB/sec. | ||
8349 | 2024.03.26 19:52:52.544795 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8350 | 2024.03.26 19:52:52.544978 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1668 rows, containing 4 columns (4 merged, 0 gathered) in 0.003224737 sec., 517251.484384618 rows/sec., 35.43 MiB/sec. | ||
8351 | 2024.03.26 19:52:52.545167 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
8352 | 2024.03.26 19:52:52.545385 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8353 | 2024.03.26 19:52:52.545505 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8354 | 2024.03.26 19:52:52.545601 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.45 MiB. | ||
8355 | 2024.03.26 19:52:52.545651 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8356 | 2024.03.26 19:52:52.545723 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_56_11} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
8357 | 2024.03.26 19:52:52.545803 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
8358 | 2024.03.26 19:52:56.465292 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8359 | 2024.03.26 19:52:56.465389 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8360 | 2024.03.26 19:52:57.516082 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8361 | 2024.03.26 19:52:57.516194 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8362 | 2024.03.26 19:52:57.516218 [ 3 ] {} <Debug> HTTP-Session: ea5911ac-07a9-4c90-92d8-283f0e5498c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8363 | 2024.03.26 19:52:57.516243 [ 3 ] {} <Debug> HTTP-Session: ea5911ac-07a9-4c90-92d8-283f0e5498c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8364 | 2024.03.26 19:52:57.516258 [ 3 ] {} <Debug> HTTP-Session: ea5911ac-07a9-4c90-92d8-283f0e5498c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8365 | 2024.03.26 19:52:57.516307 [ 3 ] {} <Trace> HTTP-Session: ea5911ac-07a9-4c90-92d8-283f0e5498c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8366 | 2024.03.26 19:52:57.516439 [ 3 ] {1202ee4a-b8e8-4084-b211-c1f8b9d7fe78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8367 | 2024.03.26 19:52:57.516509 [ 3 ] {1202ee4a-b8e8-4084-b211-c1f8b9d7fe78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8368 | 2024.03.26 19:52:57.516728 [ 3 ] {1202ee4a-b8e8-4084-b211-c1f8b9d7fe78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8369 | 2024.03.26 19:52:57.517185 [ 3 ] {1202ee4a-b8e8-4084-b211-c1f8b9d7fe78} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8370 | 2024.03.26 19:52:57.517232 [ 3 ] {1202ee4a-b8e8-4084-b211-c1f8b9d7fe78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8371 | 2024.03.26 19:52:57.517624 [ 3 ] {1202ee4a-b8e8-4084-b211-c1f8b9d7fe78} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8372 | 2024.03.26 19:52:57.517967 [ 3 ] {1202ee4a-b8e8-4084-b211-c1f8b9d7fe78} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8373 | 2024.03.26 19:52:57.518111 [ 3 ] {1202ee4a-b8e8-4084-b211-c1f8b9d7fe78} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001737 sec., 9211.283822682786 rows/sec., 746.62 KiB/sec. | ||
8374 | 2024.03.26 19:52:57.518262 [ 3 ] {1202ee4a-b8e8-4084-b211-c1f8b9d7fe78} <Debug> DynamicQueryHandler: Done processing query | ||
8375 | 2024.03.26 19:52:57.518288 [ 3 ] {1202ee4a-b8e8-4084-b211-c1f8b9d7fe78} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8376 | 2024.03.26 19:52:57.518304 [ 3 ] {} <Debug> HTTP-Session: ea5911ac-07a9-4c90-92d8-283f0e5498c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8377 | 2024.03.26 19:52:57.518476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8378 | 2024.03.26 19:52:57.518531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8379 | 2024.03.26 19:52:57.518550 [ 3 ] {} <Debug> HTTP-Session: 1a98c4b6-4250-4b98-a615-61d35e8fd708 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8380 | 2024.03.26 19:52:57.518568 [ 3 ] {} <Debug> HTTP-Session: 1a98c4b6-4250-4b98-a615-61d35e8fd708 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8381 | 2024.03.26 19:52:57.518581 [ 3 ] {} <Debug> HTTP-Session: 1a98c4b6-4250-4b98-a615-61d35e8fd708 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8382 | 2024.03.26 19:52:57.518615 [ 3 ] {} <Trace> HTTP-Session: 1a98c4b6-4250-4b98-a615-61d35e8fd708 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8383 | 2024.03.26 19:52:57.518701 [ 3 ] {a2f1f4b8-7dcc-4de5-be6f-c3ba2ff12bd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8384 | 2024.03.26 19:52:57.518744 [ 3 ] {a2f1f4b8-7dcc-4de5-be6f-c3ba2ff12bd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8385 | 2024.03.26 19:52:57.518875 [ 3 ] {a2f1f4b8-7dcc-4de5-be6f-c3ba2ff12bd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8386 | 2024.03.26 19:52:57.519291 [ 3 ] {a2f1f4b8-7dcc-4de5-be6f-c3ba2ff12bd3} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8387 | 2024.03.26 19:52:57.519326 [ 3 ] {a2f1f4b8-7dcc-4de5-be6f-c3ba2ff12bd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8388 | 2024.03.26 19:52:57.519644 [ 3 ] {a2f1f4b8-7dcc-4de5-be6f-c3ba2ff12bd3} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8389 | 2024.03.26 19:52:57.519947 [ 3 ] {a2f1f4b8-7dcc-4de5-be6f-c3ba2ff12bd3} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8390 | 2024.03.26 19:52:57.520071 [ 3 ] {a2f1f4b8-7dcc-4de5-be6f-c3ba2ff12bd3} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.001413 sec., 52370.84217975938 rows/sec., 4.35 MiB/sec. | ||
8391 | 2024.03.26 19:52:57.520192 [ 3 ] {a2f1f4b8-7dcc-4de5-be6f-c3ba2ff12bd3} <Debug> DynamicQueryHandler: Done processing query | ||
8392 | 2024.03.26 19:52:57.520215 [ 3 ] {a2f1f4b8-7dcc-4de5-be6f-c3ba2ff12bd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8393 | 2024.03.26 19:52:57.520230 [ 3 ] {} <Debug> HTTP-Session: 1a98c4b6-4250-4b98-a615-61d35e8fd708 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8394 | 2024.03.26 19:52:57.520357 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8395 | 2024.03.26 19:52:57.520405 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8396 | 2024.03.26 19:52:57.520423 [ 3 ] {} <Debug> HTTP-Session: 6e07f29f-0c06-4704-ad6b-2737fb0cec91 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8397 | 2024.03.26 19:52:57.520439 [ 3 ] {} <Debug> HTTP-Session: 6e07f29f-0c06-4704-ad6b-2737fb0cec91 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8398 | 2024.03.26 19:52:57.520453 [ 3 ] {} <Debug> HTTP-Session: 6e07f29f-0c06-4704-ad6b-2737fb0cec91 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8399 | 2024.03.26 19:52:57.520484 [ 3 ] {} <Trace> HTTP-Session: 6e07f29f-0c06-4704-ad6b-2737fb0cec91 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8400 | 2024.03.26 19:52:57.520565 [ 3 ] {f48a82f2-f0e6-47d2-9210-635ef02b9859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8401 | 2024.03.26 19:52:57.520605 [ 3 ] {f48a82f2-f0e6-47d2-9210-635ef02b9859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8402 | 2024.03.26 19:52:57.520732 [ 3 ] {f48a82f2-f0e6-47d2-9210-635ef02b9859} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8403 | 2024.03.26 19:52:57.521024 [ 3 ] {f48a82f2-f0e6-47d2-9210-635ef02b9859} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8404 | 2024.03.26 19:52:57.521059 [ 3 ] {f48a82f2-f0e6-47d2-9210-635ef02b9859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8405 | 2024.03.26 19:52:57.521355 [ 3 ] {f48a82f2-f0e6-47d2-9210-635ef02b9859} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8406 | 2024.03.26 19:52:57.521658 [ 3 ] {f48a82f2-f0e6-47d2-9210-635ef02b9859} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8407 | 2024.03.26 19:52:57.521782 [ 3 ] {f48a82f2-f0e6-47d2-9210-635ef02b9859} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001256 sec., 35031.84713375796 rows/sec., 2.73 MiB/sec. | ||
8408 | 2024.03.26 19:52:57.521900 [ 3 ] {f48a82f2-f0e6-47d2-9210-635ef02b9859} <Debug> DynamicQueryHandler: Done processing query | ||
8409 | 2024.03.26 19:52:57.521923 [ 3 ] {f48a82f2-f0e6-47d2-9210-635ef02b9859} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8410 | 2024.03.26 19:52:57.521939 [ 3 ] {} <Debug> HTTP-Session: 6e07f29f-0c06-4704-ad6b-2737fb0cec91 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8411 | 2024.03.26 19:52:57.522066 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8412 | 2024.03.26 19:52:57.522114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8413 | 2024.03.26 19:52:57.522132 [ 3 ] {} <Debug> HTTP-Session: 0c0d91e5-c5da-494e-b8e3-c65bb3d9fdfd Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8414 | 2024.03.26 19:52:57.522149 [ 3 ] {} <Debug> HTTP-Session: 0c0d91e5-c5da-494e-b8e3-c65bb3d9fdfd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8415 | 2024.03.26 19:52:57.522163 [ 3 ] {} <Debug> HTTP-Session: 0c0d91e5-c5da-494e-b8e3-c65bb3d9fdfd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8416 | 2024.03.26 19:52:57.522193 [ 3 ] {} <Trace> HTTP-Session: 0c0d91e5-c5da-494e-b8e3-c65bb3d9fdfd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8417 | 2024.03.26 19:52:57.522294 [ 3 ] {7ebeee50-31a2-4767-89f8-033988f283ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8418 | 2024.03.26 19:52:57.522338 [ 3 ] {7ebeee50-31a2-4767-89f8-033988f283ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8419 | 2024.03.26 19:52:57.522481 [ 3 ] {7ebeee50-31a2-4767-89f8-033988f283ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8420 | 2024.03.26 19:52:57.522817 [ 3 ] {7ebeee50-31a2-4767-89f8-033988f283ea} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8421 | 2024.03.26 19:52:57.522851 [ 3 ] {7ebeee50-31a2-4767-89f8-033988f283ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8422 | 2024.03.26 19:52:57.523231 [ 3 ] {7ebeee50-31a2-4767-89f8-033988f283ea} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8423 | 2024.03.26 19:52:57.523565 [ 3 ] {7ebeee50-31a2-4767-89f8-033988f283ea} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8424 | 2024.03.26 19:52:57.523694 [ 3 ] {7ebeee50-31a2-4767-89f8-033988f283ea} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001454 sec., 68775.7909215956 rows/sec., 4.77 MiB/sec. | ||
8425 | 2024.03.26 19:52:57.523893 [ 3 ] {7ebeee50-31a2-4767-89f8-033988f283ea} <Debug> DynamicQueryHandler: Done processing query | ||
8426 | 2024.03.26 19:52:57.523948 [ 3 ] {7ebeee50-31a2-4767-89f8-033988f283ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8427 | 2024.03.26 19:52:57.523999 [ 3 ] {} <Debug> HTTP-Session: 0c0d91e5-c5da-494e-b8e3-c65bb3d9fdfd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8428 | 2024.03.26 19:52:57.524172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8429 | 2024.03.26 19:52:57.524223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8430 | 2024.03.26 19:52:57.524242 [ 3 ] {} <Debug> HTTP-Session: ceb709f5-b895-419f-b172-6b90451b25d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8431 | 2024.03.26 19:52:57.524259 [ 3 ] {} <Debug> HTTP-Session: ceb709f5-b895-419f-b172-6b90451b25d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8432 | 2024.03.26 19:52:57.524273 [ 3 ] {} <Debug> HTTP-Session: ceb709f5-b895-419f-b172-6b90451b25d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8433 | 2024.03.26 19:52:57.524304 [ 3 ] {} <Trace> HTTP-Session: ceb709f5-b895-419f-b172-6b90451b25d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8434 | 2024.03.26 19:52:57.524466 [ 3 ] {fcfd0a09-0438-45d5-928e-d531f3eceffb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8435 | 2024.03.26 19:52:57.524513 [ 3 ] {fcfd0a09-0438-45d5-928e-d531f3eceffb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8436 | 2024.03.26 19:52:57.524690 [ 3 ] {fcfd0a09-0438-45d5-928e-d531f3eceffb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8437 | 2024.03.26 19:52:57.525074 [ 3 ] {fcfd0a09-0438-45d5-928e-d531f3eceffb} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8438 | 2024.03.26 19:52:57.525110 [ 3 ] {fcfd0a09-0438-45d5-928e-d531f3eceffb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8439 | 2024.03.26 19:52:57.525507 [ 3 ] {fcfd0a09-0438-45d5-928e-d531f3eceffb} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8440 | 2024.03.26 19:52:57.525850 [ 3 ] {fcfd0a09-0438-45d5-928e-d531f3eceffb} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8441 | 2024.03.26 19:52:57.525980 [ 3 ] {fcfd0a09-0438-45d5-928e-d531f3eceffb} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001628 sec., 9828.009828009828 rows/sec., 13.26 MiB/sec. | ||
8442 | 2024.03.26 19:52:57.526188 [ 3 ] {fcfd0a09-0438-45d5-928e-d531f3eceffb} <Debug> DynamicQueryHandler: Done processing query | ||
8443 | 2024.03.26 19:52:57.526237 [ 3 ] {fcfd0a09-0438-45d5-928e-d531f3eceffb} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8444 | 2024.03.26 19:52:57.526293 [ 3 ] {} <Debug> HTTP-Session: ceb709f5-b895-419f-b172-6b90451b25d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8445 | 2024.03.26 19:52:57.526447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8446 | 2024.03.26 19:52:57.526497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8447 | 2024.03.26 19:52:57.526516 [ 3 ] {} <Debug> HTTP-Session: c364e3a2-afd4-40ff-a266-e486e5248dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8448 | 2024.03.26 19:52:57.526534 [ 3 ] {} <Debug> HTTP-Session: c364e3a2-afd4-40ff-a266-e486e5248dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8449 | 2024.03.26 19:52:57.526548 [ 3 ] {} <Debug> HTTP-Session: c364e3a2-afd4-40ff-a266-e486e5248dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8450 | 2024.03.26 19:52:57.526579 [ 3 ] {} <Trace> HTTP-Session: c364e3a2-afd4-40ff-a266-e486e5248dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8451 | 2024.03.26 19:52:57.526663 [ 3 ] {ad3cad4c-fb3d-4e2a-924d-1a391f2b2b43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8452 | 2024.03.26 19:52:57.526706 [ 3 ] {ad3cad4c-fb3d-4e2a-924d-1a391f2b2b43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8453 | 2024.03.26 19:52:57.526848 [ 3 ] {ad3cad4c-fb3d-4e2a-924d-1a391f2b2b43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8454 | 2024.03.26 19:52:57.527132 [ 3 ] {ad3cad4c-fb3d-4e2a-924d-1a391f2b2b43} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8455 | 2024.03.26 19:52:57.527167 [ 3 ] {ad3cad4c-fb3d-4e2a-924d-1a391f2b2b43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8456 | 2024.03.26 19:52:57.527515 [ 3 ] {ad3cad4c-fb3d-4e2a-924d-1a391f2b2b43} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
8457 | 2024.03.26 19:52:57.527836 [ 3 ] {ad3cad4c-fb3d-4e2a-924d-1a391f2b2b43} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8458 | 2024.03.26 19:52:57.527968 [ 3 ] {ad3cad4c-fb3d-4e2a-924d-1a391f2b2b43} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001345 sec., 22304.832713754648 rows/sec., 1.53 MiB/sec. | ||
8459 | 2024.03.26 19:52:57.528136 [ 3 ] {ad3cad4c-fb3d-4e2a-924d-1a391f2b2b43} <Debug> DynamicQueryHandler: Done processing query | ||
8460 | 2024.03.26 19:52:57.528199 [ 3 ] {ad3cad4c-fb3d-4e2a-924d-1a391f2b2b43} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8461 | 2024.03.26 19:52:57.528256 [ 3 ] {} <Debug> HTTP-Session: c364e3a2-afd4-40ff-a266-e486e5248dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8462 | 2024.03.26 19:53:02.517230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8463 | 2024.03.26 19:53:02.517361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8464 | 2024.03.26 19:53:02.517386 [ 3 ] {} <Debug> HTTP-Session: 7194946b-622b-4943-a4bb-f0d4befe0cca Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8465 | 2024.03.26 19:53:02.517412 [ 3 ] {} <Debug> HTTP-Session: 7194946b-622b-4943-a4bb-f0d4befe0cca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8466 | 2024.03.26 19:53:02.517426 [ 3 ] {} <Debug> HTTP-Session: 7194946b-622b-4943-a4bb-f0d4befe0cca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8467 | 2024.03.26 19:53:02.517476 [ 3 ] {} <Trace> HTTP-Session: 7194946b-622b-4943-a4bb-f0d4befe0cca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8468 | 2024.03.26 19:53:02.517607 [ 3 ] {ffa7cd0e-1787-4969-8aea-d260978f6eba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8469 | 2024.03.26 19:53:02.517676 [ 3 ] {ffa7cd0e-1787-4969-8aea-d260978f6eba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8470 | 2024.03.26 19:53:02.517870 [ 3 ] {ffa7cd0e-1787-4969-8aea-d260978f6eba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8471 | 2024.03.26 19:53:02.518304 [ 3 ] {ffa7cd0e-1787-4969-8aea-d260978f6eba} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8472 | 2024.03.26 19:53:02.518352 [ 3 ] {ffa7cd0e-1787-4969-8aea-d260978f6eba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8473 | 2024.03.26 19:53:02.518737 [ 3 ] {ffa7cd0e-1787-4969-8aea-d260978f6eba} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8474 | 2024.03.26 19:53:02.519074 [ 3 ] {ffa7cd0e-1787-4969-8aea-d260978f6eba} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8475 | 2024.03.26 19:53:02.519227 [ 3 ] {ffa7cd0e-1787-4969-8aea-d260978f6eba} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001681 sec., 24985.127900059488 rows/sec., 1.98 MiB/sec. | ||
8476 | 2024.03.26 19:53:02.519378 [ 3 ] {ffa7cd0e-1787-4969-8aea-d260978f6eba} <Debug> DynamicQueryHandler: Done processing query | ||
8477 | 2024.03.26 19:53:02.519404 [ 3 ] {ffa7cd0e-1787-4969-8aea-d260978f6eba} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8478 | 2024.03.26 19:53:02.519421 [ 3 ] {} <Debug> HTTP-Session: 7194946b-622b-4943-a4bb-f0d4befe0cca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8479 | 2024.03.26 19:53:02.519608 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8480 | 2024.03.26 19:53:02.519660 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8481 | 2024.03.26 19:53:02.519683 [ 3 ] {} <Debug> HTTP-Session: 5c84b91d-c4b7-4296-b87a-57b1f7cd9591 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8482 | 2024.03.26 19:53:02.519700 [ 3 ] {} <Debug> HTTP-Session: 5c84b91d-c4b7-4296-b87a-57b1f7cd9591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8483 | 2024.03.26 19:53:02.519715 [ 3 ] {} <Debug> HTTP-Session: 5c84b91d-c4b7-4296-b87a-57b1f7cd9591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8484 | 2024.03.26 19:53:02.519747 [ 3 ] {} <Trace> HTTP-Session: 5c84b91d-c4b7-4296-b87a-57b1f7cd9591 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8485 | 2024.03.26 19:53:02.519858 [ 3 ] {65e27e4b-0c4b-4da9-bee5-61a972b5e1b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8486 | 2024.03.26 19:53:02.519899 [ 3 ] {65e27e4b-0c4b-4da9-bee5-61a972b5e1b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8487 | 2024.03.26 19:53:02.520027 [ 3 ] {65e27e4b-0c4b-4da9-bee5-61a972b5e1b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8488 | 2024.03.26 19:53:02.520471 [ 3 ] {65e27e4b-0c4b-4da9-bee5-61a972b5e1b6} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8489 | 2024.03.26 19:53:02.520509 [ 3 ] {65e27e4b-0c4b-4da9-bee5-61a972b5e1b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8490 | 2024.03.26 19:53:02.520839 [ 3 ] {65e27e4b-0c4b-4da9-bee5-61a972b5e1b6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8491 | 2024.03.26 19:53:02.521146 [ 3 ] {65e27e4b-0c4b-4da9-bee5-61a972b5e1b6} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8492 | 2024.03.26 19:53:02.521278 [ 3 ] {65e27e4b-0c4b-4da9-bee5-61a972b5e1b6} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001481 sec., 102633.35584064822 rows/sec., 9.81 MiB/sec. | ||
8493 | 2024.03.26 19:53:02.521470 [ 3 ] {65e27e4b-0c4b-4da9-bee5-61a972b5e1b6} <Debug> DynamicQueryHandler: Done processing query | ||
8494 | 2024.03.26 19:53:02.521518 [ 3 ] {65e27e4b-0c4b-4da9-bee5-61a972b5e1b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8495 | 2024.03.26 19:53:02.521570 [ 3 ] {} <Debug> HTTP-Session: 5c84b91d-c4b7-4296-b87a-57b1f7cd9591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8496 | 2024.03.26 19:53:02.521742 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8497 | 2024.03.26 19:53:02.521795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8498 | 2024.03.26 19:53:02.521814 [ 3 ] {} <Debug> HTTP-Session: 24dfd94b-44a0-499c-b4ee-f3767885c5e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8499 | 2024.03.26 19:53:02.521833 [ 3 ] {} <Debug> HTTP-Session: 24dfd94b-44a0-499c-b4ee-f3767885c5e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8500 | 2024.03.26 19:53:02.521847 [ 3 ] {} <Debug> HTTP-Session: 24dfd94b-44a0-499c-b4ee-f3767885c5e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8501 | 2024.03.26 19:53:02.521879 [ 3 ] {} <Trace> HTTP-Session: 24dfd94b-44a0-499c-b4ee-f3767885c5e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8502 | 2024.03.26 19:53:02.521980 [ 3 ] {80b9f627-2f2e-443f-a508-830adfe26bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8503 | 2024.03.26 19:53:02.522022 [ 3 ] {80b9f627-2f2e-443f-a508-830adfe26bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8504 | 2024.03.26 19:53:02.522167 [ 3 ] {80b9f627-2f2e-443f-a508-830adfe26bb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8505 | 2024.03.26 19:53:02.522505 [ 3 ] {80b9f627-2f2e-443f-a508-830adfe26bb9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8506 | 2024.03.26 19:53:02.522541 [ 3 ] {80b9f627-2f2e-443f-a508-830adfe26bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8507 | 2024.03.26 19:53:02.522853 [ 3 ] {80b9f627-2f2e-443f-a508-830adfe26bb9} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8508 | 2024.03.26 19:53:02.523157 [ 3 ] {80b9f627-2f2e-443f-a508-830adfe26bb9} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8509 | 2024.03.26 19:53:02.523288 [ 3 ] {80b9f627-2f2e-443f-a508-830adfe26bb9} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001363 sec., 51357.30007336757 rows/sec., 4.01 MiB/sec. | ||
8510 | 2024.03.26 19:53:02.523407 [ 3 ] {80b9f627-2f2e-443f-a508-830adfe26bb9} <Debug> DynamicQueryHandler: Done processing query | ||
8511 | 2024.03.26 19:53:02.523431 [ 3 ] {80b9f627-2f2e-443f-a508-830adfe26bb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
8512 | 2024.03.26 19:53:02.523447 [ 3 ] {} <Debug> HTTP-Session: 24dfd94b-44a0-499c-b4ee-f3767885c5e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8513 | 2024.03.26 19:53:02.523594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8514 | 2024.03.26 19:53:02.523643 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8515 | 2024.03.26 19:53:02.523690 [ 3 ] {} <Debug> HTTP-Session: 68f216b2-bdc3-4c91-987d-697be0e4ee1e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8516 | 2024.03.26 19:53:02.523706 [ 3 ] {} <Debug> HTTP-Session: 68f216b2-bdc3-4c91-987d-697be0e4ee1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8517 | 2024.03.26 19:53:02.523720 [ 3 ] {} <Debug> HTTP-Session: 68f216b2-bdc3-4c91-987d-697be0e4ee1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8518 | 2024.03.26 19:53:02.523751 [ 3 ] {} <Trace> HTTP-Session: 68f216b2-bdc3-4c91-987d-697be0e4ee1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8519 | 2024.03.26 19:53:02.523860 [ 3 ] {31825eb0-e402-424b-9e5b-b4fab2ee5dd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8520 | 2024.03.26 19:53:02.523905 [ 3 ] {31825eb0-e402-424b-9e5b-b4fab2ee5dd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8521 | 2024.03.26 19:53:02.524045 [ 3 ] {31825eb0-e402-424b-9e5b-b4fab2ee5dd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8522 | 2024.03.26 19:53:02.524412 [ 3 ] {31825eb0-e402-424b-9e5b-b4fab2ee5dd4} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8523 | 2024.03.26 19:53:02.524447 [ 3 ] {31825eb0-e402-424b-9e5b-b4fab2ee5dd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8524 | 2024.03.26 19:53:02.524831 [ 3 ] {31825eb0-e402-424b-9e5b-b4fab2ee5dd4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8525 | 2024.03.26 19:53:02.525196 [ 3 ] {31825eb0-e402-424b-9e5b-b4fab2ee5dd4} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8526 | 2024.03.26 19:53:02.525327 [ 3 ] {31825eb0-e402-424b-9e5b-b4fab2ee5dd4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001529 sec., 65402.223675604975 rows/sec., 4.53 MiB/sec. | ||
8527 | 2024.03.26 19:53:02.525452 [ 3 ] {31825eb0-e402-424b-9e5b-b4fab2ee5dd4} <Debug> DynamicQueryHandler: Done processing query | ||
8528 | 2024.03.26 19:53:02.525476 [ 3 ] {31825eb0-e402-424b-9e5b-b4fab2ee5dd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8529 | 2024.03.26 19:53:02.525491 [ 3 ] {} <Debug> HTTP-Session: 68f216b2-bdc3-4c91-987d-697be0e4ee1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8530 | 2024.03.26 19:53:02.525627 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8531 | 2024.03.26 19:53:02.525681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8532 | 2024.03.26 19:53:02.525700 [ 3 ] {} <Debug> HTTP-Session: 8704842e-c3f9-40e6-a799-c76558ae9d35 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8533 | 2024.03.26 19:53:02.525718 [ 3 ] {} <Debug> HTTP-Session: 8704842e-c3f9-40e6-a799-c76558ae9d35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8534 | 2024.03.26 19:53:02.525732 [ 3 ] {} <Debug> HTTP-Session: 8704842e-c3f9-40e6-a799-c76558ae9d35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8535 | 2024.03.26 19:53:02.525762 [ 3 ] {} <Trace> HTTP-Session: 8704842e-c3f9-40e6-a799-c76558ae9d35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8536 | 2024.03.26 19:53:02.526150 [ 3 ] {e2740e61-4c89-45fa-95d2-c67505fc98a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8537 | 2024.03.26 19:53:02.526198 [ 3 ] {e2740e61-4c89-45fa-95d2-c67505fc98a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8538 | 2024.03.26 19:53:02.526351 [ 3 ] {e2740e61-4c89-45fa-95d2-c67505fc98a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8539 | 2024.03.26 19:53:02.526925 [ 3 ] {e2740e61-4c89-45fa-95d2-c67505fc98a5} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8540 | 2024.03.26 19:53:02.526961 [ 3 ] {e2740e61-4c89-45fa-95d2-c67505fc98a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8541 | 2024.03.26 19:53:02.527400 [ 3 ] {e2740e61-4c89-45fa-95d2-c67505fc98a5} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8542 | 2024.03.26 19:53:02.527748 [ 3 ] {e2740e61-4c89-45fa-95d2-c67505fc98a5} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8543 | 2024.03.26 19:53:02.527877 [ 3 ] {e2740e61-4c89-45fa-95d2-c67505fc98a5} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.002066 sec., 20329.138431752177 rows/sec., 27.43 MiB/sec. | ||
8544 | 2024.03.26 19:53:02.528002 [ 3 ] {e2740e61-4c89-45fa-95d2-c67505fc98a5} <Debug> DynamicQueryHandler: Done processing query | ||
8545 | 2024.03.26 19:53:02.528025 [ 3 ] {e2740e61-4c89-45fa-95d2-c67505fc98a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8546 | 2024.03.26 19:53:02.528041 [ 3 ] {} <Debug> HTTP-Session: 8704842e-c3f9-40e6-a799-c76558ae9d35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8547 | 2024.03.26 19:53:02.528170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8548 | 2024.03.26 19:53:02.528219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8549 | 2024.03.26 19:53:02.528238 [ 3 ] {} <Debug> HTTP-Session: 3a475f24-23d3-43bb-8d05-c6ee2d87591f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8550 | 2024.03.26 19:53:02.528255 [ 3 ] {} <Debug> HTTP-Session: 3a475f24-23d3-43bb-8d05-c6ee2d87591f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8551 | 2024.03.26 19:53:02.528269 [ 3 ] {} <Debug> HTTP-Session: 3a475f24-23d3-43bb-8d05-c6ee2d87591f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8552 | 2024.03.26 19:53:02.528299 [ 3 ] {} <Trace> HTTP-Session: 3a475f24-23d3-43bb-8d05-c6ee2d87591f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8553 | 2024.03.26 19:53:02.528381 [ 3 ] {ea2ab59f-b6f6-4658-954e-6f7915ce5c55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8554 | 2024.03.26 19:53:02.528423 [ 3 ] {ea2ab59f-b6f6-4658-954e-6f7915ce5c55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8555 | 2024.03.26 19:53:02.528548 [ 3 ] {ea2ab59f-b6f6-4658-954e-6f7915ce5c55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8556 | 2024.03.26 19:53:02.528966 [ 3 ] {ea2ab59f-b6f6-4658-954e-6f7915ce5c55} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8557 | 2024.03.26 19:53:02.529002 [ 3 ] {ea2ab59f-b6f6-4658-954e-6f7915ce5c55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.44 GiB. | ||
8558 | 2024.03.26 19:53:02.529352 [ 3 ] {ea2ab59f-b6f6-4658-954e-6f7915ce5c55} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
8559 | 2024.03.26 19:53:02.529680 [ 3 ] {ea2ab59f-b6f6-4658-954e-6f7915ce5c55} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8560 | 2024.03.26 19:53:02.529812 [ 3 ] {ea2ab59f-b6f6-4658-954e-6f7915ce5c55} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001472 sec., 20380.434782608696 rows/sec., 1.40 MiB/sec. | ||
8561 | 2024.03.26 19:53:02.529937 [ 3 ] {ea2ab59f-b6f6-4658-954e-6f7915ce5c55} <Debug> DynamicQueryHandler: Done processing query | ||
8562 | 2024.03.26 19:53:02.529961 [ 3 ] {ea2ab59f-b6f6-4658-954e-6f7915ce5c55} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8563 | 2024.03.26 19:53:02.529977 [ 3 ] {} <Debug> HTTP-Session: 3a475f24-23d3-43bb-8d05-c6ee2d87591f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8564 | 2024.03.26 19:53:07.517693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8565 | 2024.03.26 19:53:07.517829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8566 | 2024.03.26 19:53:07.517859 [ 3 ] {} <Debug> HTTP-Session: 016a8b5e-4176-40f7-8265-5f9a4c359ffc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8567 | 2024.03.26 19:53:07.517888 [ 3 ] {} <Debug> HTTP-Session: 016a8b5e-4176-40f7-8265-5f9a4c359ffc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8568 | 2024.03.26 19:53:07.517907 [ 3 ] {} <Debug> HTTP-Session: 016a8b5e-4176-40f7-8265-5f9a4c359ffc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8569 | 2024.03.26 19:53:07.517963 [ 3 ] {} <Trace> HTTP-Session: 016a8b5e-4176-40f7-8265-5f9a4c359ffc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8570 | 2024.03.26 19:53:07.518098 [ 3 ] {c89d24c8-5b31-48d2-b677-01310197567c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8571 | 2024.03.26 19:53:07.518170 [ 3 ] {c89d24c8-5b31-48d2-b677-01310197567c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8572 | 2024.03.26 19:53:07.518389 [ 3 ] {c89d24c8-5b31-48d2-b677-01310197567c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8573 | 2024.03.26 19:53:07.518856 [ 3 ] {c89d24c8-5b31-48d2-b677-01310197567c} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8574 | 2024.03.26 19:53:07.518906 [ 3 ] {c89d24c8-5b31-48d2-b677-01310197567c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8575 | 2024.03.26 19:53:07.519283 [ 3 ] {c89d24c8-5b31-48d2-b677-01310197567c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8576 | 2024.03.26 19:53:07.519611 [ 3 ] {c89d24c8-5b31-48d2-b677-01310197567c} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8577 | 2024.03.26 19:53:07.519790 [ 3 ] {c89d24c8-5b31-48d2-b677-01310197567c} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001748 sec., 9153.318077803204 rows/sec., 741.92 KiB/sec. | ||
8578 | 2024.03.26 19:53:07.520018 [ 3 ] {c89d24c8-5b31-48d2-b677-01310197567c} <Debug> DynamicQueryHandler: Done processing query | ||
8579 | 2024.03.26 19:53:07.520073 [ 3 ] {c89d24c8-5b31-48d2-b677-01310197567c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8580 | 2024.03.26 19:53:07.520142 [ 3 ] {} <Debug> HTTP-Session: 016a8b5e-4176-40f7-8265-5f9a4c359ffc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8581 | 2024.03.26 19:53:07.520379 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8582 | 2024.03.26 19:53:07.520439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8583 | 2024.03.26 19:53:07.520459 [ 3 ] {} <Debug> HTTP-Session: 338c45dc-e7d6-49c9-9a26-d7ec0fd72cd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8584 | 2024.03.26 19:53:07.520476 [ 3 ] {} <Debug> HTTP-Session: 338c45dc-e7d6-49c9-9a26-d7ec0fd72cd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8585 | 2024.03.26 19:53:07.520491 [ 3 ] {} <Debug> HTTP-Session: 338c45dc-e7d6-49c9-9a26-d7ec0fd72cd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8586 | 2024.03.26 19:53:07.520524 [ 3 ] {} <Trace> HTTP-Session: 338c45dc-e7d6-49c9-9a26-d7ec0fd72cd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8587 | 2024.03.26 19:53:07.520621 [ 3 ] {60a5068f-a911-41b1-a0b8-6d279402a112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8588 | 2024.03.26 19:53:07.520664 [ 3 ] {60a5068f-a911-41b1-a0b8-6d279402a112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8589 | 2024.03.26 19:53:07.520806 [ 3 ] {60a5068f-a911-41b1-a0b8-6d279402a112} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8590 | 2024.03.26 19:53:07.521195 [ 3 ] {60a5068f-a911-41b1-a0b8-6d279402a112} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8591 | 2024.03.26 19:53:07.521232 [ 3 ] {60a5068f-a911-41b1-a0b8-6d279402a112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8592 | 2024.03.26 19:53:07.521550 [ 3 ] {60a5068f-a911-41b1-a0b8-6d279402a112} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8593 | 2024.03.26 19:53:07.521847 [ 3 ] {60a5068f-a911-41b1-a0b8-6d279402a112} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8594 | 2024.03.26 19:53:07.521997 [ 3 ] {60a5068f-a911-41b1-a0b8-6d279402a112} <Debug> executeQuery: Read 110 rows, 9.06 KiB in 0.001422 sec., 77355.83684950773 rows/sec., 6.22 MiB/sec. | ||
8595 | 2024.03.26 19:53:07.522184 [ 3 ] {60a5068f-a911-41b1-a0b8-6d279402a112} <Debug> DynamicQueryHandler: Done processing query | ||
8596 | 2024.03.26 19:53:07.522234 [ 3 ] {60a5068f-a911-41b1-a0b8-6d279402a112} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8597 | 2024.03.26 19:53:07.522287 [ 3 ] {} <Debug> HTTP-Session: 338c45dc-e7d6-49c9-9a26-d7ec0fd72cd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8598 | 2024.03.26 19:53:07.522490 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8599 | 2024.03.26 19:53:07.522542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8600 | 2024.03.26 19:53:07.522561 [ 3 ] {} <Debug> HTTP-Session: 14321718-edf8-4059-9b67-4e90fffaa8b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8601 | 2024.03.26 19:53:07.522577 [ 3 ] {} <Debug> HTTP-Session: 14321718-edf8-4059-9b67-4e90fffaa8b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8602 | 2024.03.26 19:53:07.522591 [ 3 ] {} <Debug> HTTP-Session: 14321718-edf8-4059-9b67-4e90fffaa8b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8603 | 2024.03.26 19:53:07.522623 [ 3 ] {} <Trace> HTTP-Session: 14321718-edf8-4059-9b67-4e90fffaa8b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8604 | 2024.03.26 19:53:07.522719 [ 3 ] {00b70451-6b9d-4839-a516-c9226158ef58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8605 | 2024.03.26 19:53:07.522760 [ 3 ] {00b70451-6b9d-4839-a516-c9226158ef58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8606 | 2024.03.26 19:53:07.522906 [ 3 ] {00b70451-6b9d-4839-a516-c9226158ef58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8607 | 2024.03.26 19:53:07.523234 [ 3 ] {00b70451-6b9d-4839-a516-c9226158ef58} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8608 | 2024.03.26 19:53:07.523271 [ 3 ] {00b70451-6b9d-4839-a516-c9226158ef58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8609 | 2024.03.26 19:53:07.523569 [ 3 ] {00b70451-6b9d-4839-a516-c9226158ef58} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8610 | 2024.03.26 19:53:07.523864 [ 3 ] {00b70451-6b9d-4839-a516-c9226158ef58} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8611 | 2024.03.26 19:53:07.523981 [ 3 ] {00b70451-6b9d-4839-a516-c9226158ef58} <Debug> executeQuery: Read 68 rows, 5.42 KiB in 0.001309 sec., 51948.05194805194 rows/sec., 4.04 MiB/sec. | ||
8612 | 2024.03.26 19:53:07.524104 [ 3 ] {00b70451-6b9d-4839-a516-c9226158ef58} <Debug> DynamicQueryHandler: Done processing query | ||
8613 | 2024.03.26 19:53:07.524127 [ 3 ] {00b70451-6b9d-4839-a516-c9226158ef58} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8614 | 2024.03.26 19:53:07.524143 [ 3 ] {} <Debug> HTTP-Session: 14321718-edf8-4059-9b67-4e90fffaa8b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8615 | 2024.03.26 19:53:07.524291 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26100, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8616 | 2024.03.26 19:53:07.524338 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8617 | 2024.03.26 19:53:07.524356 [ 3 ] {} <Debug> HTTP-Session: 3388afc3-ec38-4982-8976-ffcefd707c89 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8618 | 2024.03.26 19:53:07.524373 [ 3 ] {} <Debug> HTTP-Session: 3388afc3-ec38-4982-8976-ffcefd707c89 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8619 | 2024.03.26 19:53:07.524387 [ 3 ] {} <Debug> HTTP-Session: 3388afc3-ec38-4982-8976-ffcefd707c89 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8620 | 2024.03.26 19:53:07.524417 [ 3 ] {} <Trace> HTTP-Session: 3388afc3-ec38-4982-8976-ffcefd707c89 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8621 | 2024.03.26 19:53:07.524520 [ 3 ] {4c166ae8-187f-4371-a99b-1c17557f5859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8622 | 2024.03.26 19:53:07.524564 [ 3 ] {4c166ae8-187f-4371-a99b-1c17557f5859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8623 | 2024.03.26 19:53:07.524704 [ 3 ] {4c166ae8-187f-4371-a99b-1c17557f5859} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8624 | 2024.03.26 19:53:07.525120 [ 3 ] {4c166ae8-187f-4371-a99b-1c17557f5859} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8625 | 2024.03.26 19:53:07.525155 [ 3 ] {4c166ae8-187f-4371-a99b-1c17557f5859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8626 | 2024.03.26 19:53:07.525532 [ 3 ] {4c166ae8-187f-4371-a99b-1c17557f5859} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8627 | 2024.03.26 19:53:07.525870 [ 3 ] {4c166ae8-187f-4371-a99b-1c17557f5859} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8628 | 2024.03.26 19:53:07.526000 [ 3 ] {4c166ae8-187f-4371-a99b-1c17557f5859} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001536 sec., 88541.66666666667 rows/sec., 6.17 MiB/sec. | ||
8629 | 2024.03.26 19:53:07.526127 [ 3 ] {4c166ae8-187f-4371-a99b-1c17557f5859} <Debug> DynamicQueryHandler: Done processing query | ||
8630 | 2024.03.26 19:53:07.526151 [ 3 ] {4c166ae8-187f-4371-a99b-1c17557f5859} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
8631 | 2024.03.26 19:53:07.526167 [ 3 ] {} <Debug> HTTP-Session: 3388afc3-ec38-4982-8976-ffcefd707c89 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8632 | 2024.03.26 19:53:07.526352 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8633 | 2024.03.26 19:53:07.526399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8634 | 2024.03.26 19:53:07.526417 [ 3 ] {} <Debug> HTTP-Session: 03b75787-a09f-487a-bf7e-aeec569cfaaf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8635 | 2024.03.26 19:53:07.526434 [ 3 ] {} <Debug> HTTP-Session: 03b75787-a09f-487a-bf7e-aeec569cfaaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8636 | 2024.03.26 19:53:07.526447 [ 3 ] {} <Debug> HTTP-Session: 03b75787-a09f-487a-bf7e-aeec569cfaaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8637 | 2024.03.26 19:53:07.526478 [ 3 ] {} <Trace> HTTP-Session: 03b75787-a09f-487a-bf7e-aeec569cfaaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8638 | 2024.03.26 19:53:07.526623 [ 3 ] {9326dda7-6031-4d05-b7a9-ddb6422acfc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8639 | 2024.03.26 19:53:07.526667 [ 3 ] {9326dda7-6031-4d05-b7a9-ddb6422acfc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8640 | 2024.03.26 19:53:07.526821 [ 3 ] {9326dda7-6031-4d05-b7a9-ddb6422acfc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8641 | 2024.03.26 19:53:07.527232 [ 3 ] {9326dda7-6031-4d05-b7a9-ddb6422acfc2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8642 | 2024.03.26 19:53:07.527267 [ 3 ] {9326dda7-6031-4d05-b7a9-ddb6422acfc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8643 | 2024.03.26 19:53:07.527668 [ 3 ] {9326dda7-6031-4d05-b7a9-ddb6422acfc2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8644 | 2024.03.26 19:53:07.527991 [ 3 ] {9326dda7-6031-4d05-b7a9-ddb6422acfc2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8645 | 2024.03.26 19:53:07.528119 [ 3 ] {9326dda7-6031-4d05-b7a9-ddb6422acfc2} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001593 sec., 10043.942247332077 rows/sec., 13.55 MiB/sec. | ||
8646 | 2024.03.26 19:53:07.528336 [ 3 ] {9326dda7-6031-4d05-b7a9-ddb6422acfc2} <Debug> DynamicQueryHandler: Done processing query | ||
8647 | 2024.03.26 19:53:07.528391 [ 3 ] {9326dda7-6031-4d05-b7a9-ddb6422acfc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8648 | 2024.03.26 19:53:07.528435 [ 3 ] {} <Debug> HTTP-Session: 03b75787-a09f-487a-bf7e-aeec569cfaaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8649 | 2024.03.26 19:53:07.528576 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8650 | 2024.03.26 19:53:07.528627 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8651 | 2024.03.26 19:53:07.528645 [ 3 ] {} <Debug> HTTP-Session: 83f5bfd8-f281-4d7f-ad3c-c4fc7c8b4b53 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8652 | 2024.03.26 19:53:07.528662 [ 3 ] {} <Debug> HTTP-Session: 83f5bfd8-f281-4d7f-ad3c-c4fc7c8b4b53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8653 | 2024.03.26 19:53:07.528676 [ 3 ] {} <Debug> HTTP-Session: 83f5bfd8-f281-4d7f-ad3c-c4fc7c8b4b53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8654 | 2024.03.26 19:53:07.528706 [ 3 ] {} <Trace> HTTP-Session: 83f5bfd8-f281-4d7f-ad3c-c4fc7c8b4b53 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8655 | 2024.03.26 19:53:07.528788 [ 3 ] {e3395a5a-21c4-4d78-9391-0181c48c2766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8656 | 2024.03.26 19:53:07.528831 [ 3 ] {e3395a5a-21c4-4d78-9391-0181c48c2766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8657 | 2024.03.26 19:53:07.528972 [ 3 ] {e3395a5a-21c4-4d78-9391-0181c48c2766} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8658 | 2024.03.26 19:53:07.529257 [ 3 ] {e3395a5a-21c4-4d78-9391-0181c48c2766} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8659 | 2024.03.26 19:53:07.529292 [ 3 ] {e3395a5a-21c4-4d78-9391-0181c48c2766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8660 | 2024.03.26 19:53:07.529631 [ 3 ] {e3395a5a-21c4-4d78-9391-0181c48c2766} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
8661 | 2024.03.26 19:53:07.529946 [ 3 ] {e3395a5a-21c4-4d78-9391-0181c48c2766} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8662 | 2024.03.26 19:53:07.530075 [ 3 ] {e3395a5a-21c4-4d78-9391-0181c48c2766} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001323 sec., 22675.736961451246 rows/sec., 1.55 MiB/sec. | ||
8663 | 2024.03.26 19:53:07.530261 [ 3 ] {e3395a5a-21c4-4d78-9391-0181c48c2766} <Debug> DynamicQueryHandler: Done processing query | ||
8664 | 2024.03.26 19:53:07.530304 [ 3 ] {e3395a5a-21c4-4d78-9391-0181c48c2766} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8665 | 2024.03.26 19:53:07.530358 [ 3 ] {} <Debug> HTTP-Session: 83f5bfd8-f281-4d7f-ad3c-c4fc7c8b4b53 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8666 | 2024.03.26 19:53:11.465661 [ 30 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8667 | 2024.03.26 19:53:11.465759 [ 30 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8668 | 2024.03.26 19:53:12.518514 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8669 | 2024.03.26 19:53:12.518630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8670 | 2024.03.26 19:53:12.518655 [ 3 ] {} <Debug> HTTP-Session: cb582f7b-c52c-4cfa-900d-4ce5129c7340 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8671 | 2024.03.26 19:53:12.518681 [ 3 ] {} <Debug> HTTP-Session: cb582f7b-c52c-4cfa-900d-4ce5129c7340 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8672 | 2024.03.26 19:53:12.518695 [ 3 ] {} <Debug> HTTP-Session: cb582f7b-c52c-4cfa-900d-4ce5129c7340 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8673 | 2024.03.26 19:53:12.518745 [ 3 ] {} <Trace> HTTP-Session: cb582f7b-c52c-4cfa-900d-4ce5129c7340 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8674 | 2024.03.26 19:53:12.518874 [ 3 ] {25b7adad-1d1e-4a06-9ef3-1a30bafee7a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8675 | 2024.03.26 19:53:12.518939 [ 3 ] {25b7adad-1d1e-4a06-9ef3-1a30bafee7a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8676 | 2024.03.26 19:53:12.519134 [ 3 ] {25b7adad-1d1e-4a06-9ef3-1a30bafee7a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8677 | 2024.03.26 19:53:12.519611 [ 3 ] {25b7adad-1d1e-4a06-9ef3-1a30bafee7a3} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8678 | 2024.03.26 19:53:12.519662 [ 3 ] {25b7adad-1d1e-4a06-9ef3-1a30bafee7a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8679 | 2024.03.26 19:53:12.520051 [ 3 ] {25b7adad-1d1e-4a06-9ef3-1a30bafee7a3} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8680 | 2024.03.26 19:53:12.520387 [ 3 ] {25b7adad-1d1e-4a06-9ef3-1a30bafee7a3} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8681 | 2024.03.26 19:53:12.520539 [ 3 ] {25b7adad-1d1e-4a06-9ef3-1a30bafee7a3} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001729 sec., 24291.497975708502 rows/sec., 1.92 MiB/sec. | ||
8682 | 2024.03.26 19:53:12.520717 [ 3 ] {25b7adad-1d1e-4a06-9ef3-1a30bafee7a3} <Debug> DynamicQueryHandler: Done processing query | ||
8683 | 2024.03.26 19:53:12.520742 [ 3 ] {25b7adad-1d1e-4a06-9ef3-1a30bafee7a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8684 | 2024.03.26 19:53:12.520758 [ 3 ] {} <Debug> HTTP-Session: cb582f7b-c52c-4cfa-900d-4ce5129c7340 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8685 | 2024.03.26 19:53:12.520913 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8686 | 2024.03.26 19:53:12.520962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8687 | 2024.03.26 19:53:12.520981 [ 3 ] {} <Debug> HTTP-Session: b238cfe1-8b44-4859-a3f4-bdf2d9e2131c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8688 | 2024.03.26 19:53:12.520998 [ 3 ] {} <Debug> HTTP-Session: b238cfe1-8b44-4859-a3f4-bdf2d9e2131c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8689 | 2024.03.26 19:53:12.521012 [ 3 ] {} <Debug> HTTP-Session: b238cfe1-8b44-4859-a3f4-bdf2d9e2131c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8690 | 2024.03.26 19:53:12.521044 [ 3 ] {} <Trace> HTTP-Session: b238cfe1-8b44-4859-a3f4-bdf2d9e2131c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8691 | 2024.03.26 19:53:12.521110 [ 3 ] {4d6a17da-ef62-45a9-908e-a1c056d63880} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8692 | 2024.03.26 19:53:12.521152 [ 3 ] {4d6a17da-ef62-45a9-908e-a1c056d63880} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8693 | 2024.03.26 19:53:12.521288 [ 3 ] {4d6a17da-ef62-45a9-908e-a1c056d63880} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8694 | 2024.03.26 19:53:12.521597 [ 3 ] {4d6a17da-ef62-45a9-908e-a1c056d63880} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8695 | 2024.03.26 19:53:12.521636 [ 3 ] {4d6a17da-ef62-45a9-908e-a1c056d63880} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8696 | 2024.03.26 19:53:12.521944 [ 3 ] {4d6a17da-ef62-45a9-908e-a1c056d63880} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8697 | 2024.03.26 19:53:12.522243 [ 3 ] {4d6a17da-ef62-45a9-908e-a1c056d63880} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8698 | 2024.03.26 19:53:12.522401 [ 3 ] {4d6a17da-ef62-45a9-908e-a1c056d63880} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00131 sec., 3053.4351145038167 rows/sec., 248.99 KiB/sec. | ||
8699 | 2024.03.26 19:53:12.522602 [ 3 ] {4d6a17da-ef62-45a9-908e-a1c056d63880} <Debug> DynamicQueryHandler: Done processing query | ||
8700 | 2024.03.26 19:53:12.522636 [ 3 ] {4d6a17da-ef62-45a9-908e-a1c056d63880} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8701 | 2024.03.26 19:53:12.522661 [ 3 ] {} <Debug> HTTP-Session: b238cfe1-8b44-4859-a3f4-bdf2d9e2131c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8702 | 2024.03.26 19:53:12.522789 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8703 | 2024.03.26 19:53:12.522836 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8704 | 2024.03.26 19:53:12.522855 [ 3 ] {} <Debug> HTTP-Session: 0de67c85-bdb0-474c-b635-e10ceafd93f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8705 | 2024.03.26 19:53:12.522873 [ 3 ] {} <Debug> HTTP-Session: 0de67c85-bdb0-474c-b635-e10ceafd93f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8706 | 2024.03.26 19:53:12.522887 [ 3 ] {} <Debug> HTTP-Session: 0de67c85-bdb0-474c-b635-e10ceafd93f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8707 | 2024.03.26 19:53:12.522918 [ 3 ] {} <Trace> HTTP-Session: 0de67c85-bdb0-474c-b635-e10ceafd93f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8708 | 2024.03.26 19:53:12.523024 [ 3 ] {4049dcbd-9634-403f-a952-2f57d98715d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8709 | 2024.03.26 19:53:12.523066 [ 3 ] {4049dcbd-9634-403f-a952-2f57d98715d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8710 | 2024.03.26 19:53:12.523210 [ 3 ] {4049dcbd-9634-403f-a952-2f57d98715d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8711 | 2024.03.26 19:53:12.523594 [ 3 ] {4049dcbd-9634-403f-a952-2f57d98715d4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8712 | 2024.03.26 19:53:12.523632 [ 3 ] {4049dcbd-9634-403f-a952-2f57d98715d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8713 | 2024.03.26 19:53:12.523948 [ 3 ] {4049dcbd-9634-403f-a952-2f57d98715d4} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8714 | 2024.03.26 19:53:12.524263 [ 3 ] {4049dcbd-9634-403f-a952-2f57d98715d4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8715 | 2024.03.26 19:53:12.524412 [ 3 ] {4049dcbd-9634-403f-a952-2f57d98715d4} <Debug> executeQuery: Read 154 rows, 15.05 KiB in 0.001443 sec., 106722.10672210672 rows/sec., 10.19 MiB/sec. | ||
8716 | 2024.03.26 19:53:12.524437 [ 27 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
8717 | 2024.03.26 19:53:12.524536 [ 27 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8718 | 2024.03.26 19:53:12.524576 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8719 | 2024.03.26 19:53:12.524585 [ 3 ] {4049dcbd-9634-403f-a952-2f57d98715d4} <Debug> DynamicQueryHandler: Done processing query | ||
8720 | 2024.03.26 19:53:12.524627 [ 3 ] {4049dcbd-9634-403f-a952-2f57d98715d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8721 | 2024.03.26 19:53:12.524692 [ 3 ] {} <Debug> HTTP-Session: 0de67c85-bdb0-474c-b635-e10ceafd93f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8722 | 2024.03.26 19:53:12.524879 [ 196 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
8723 | 2024.03.26 19:53:12.524885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8724 | 2024.03.26 19:53:12.525049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8725 | 2024.03.26 19:53:12.525140 [ 3 ] {} <Debug> HTTP-Session: 52d19a3b-0f99-41ac-9d50-d96b21584a67 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8726 | 2024.03.26 19:53:12.525213 [ 3 ] {} <Debug> HTTP-Session: 52d19a3b-0f99-41ac-9d50-d96b21584a67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8727 | 2024.03.26 19:53:12.525298 [ 3 ] {} <Debug> HTTP-Session: 52d19a3b-0f99-41ac-9d50-d96b21584a67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8728 | 2024.03.26 19:53:12.525452 [ 3 ] {} <Trace> HTTP-Session: 52d19a3b-0f99-41ac-9d50-d96b21584a67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8729 | 2024.03.26 19:53:12.525474 [ 196 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8730 | 2024.03.26 19:53:12.525621 [ 196 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 241 rows starting from the beginning of the part | ||
8731 | 2024.03.26 19:53:12.525777 [ 3 ] {fea9654e-19ef-4d0f-bcc0-e81b8faad43a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8732 | 2024.03.26 19:53:12.526006 [ 3 ] {fea9654e-19ef-4d0f-bcc0-e81b8faad43a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8733 | 2024.03.26 19:53:12.526044 [ 196 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 152 rows starting from the beginning of the part | ||
8734 | 2024.03.26 19:53:12.526550 [ 196 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 74 rows starting from the beginning of the part | ||
8735 | 2024.03.26 19:53:12.526879 [ 196 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 152 rows starting from the beginning of the part | ||
8736 | 2024.03.26 19:53:12.527284 [ 196 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 110 rows starting from the beginning of the part | ||
8737 | 2024.03.26 19:53:12.527562 [ 3 ] {fea9654e-19ef-4d0f-bcc0-e81b8faad43a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8738 | 2024.03.26 19:53:12.527572 [ 196 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 154 rows starting from the beginning of the part | ||
8739 | 2024.03.26 19:53:12.528264 [ 3 ] {fea9654e-19ef-4d0f-bcc0-e81b8faad43a} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8740 | 2024.03.26 19:53:12.528302 [ 3 ] {fea9654e-19ef-4d0f-bcc0-e81b8faad43a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8741 | 2024.03.26 19:53:12.528737 [ 3 ] {fea9654e-19ef-4d0f-bcc0-e81b8faad43a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
8742 | 2024.03.26 19:53:12.529222 [ 3 ] {fea9654e-19ef-4d0f-bcc0-e81b8faad43a} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8743 | 2024.03.26 19:53:12.529522 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 883 rows, containing 4 columns (4 merged, 0 gathered) in 0.004829446 sec., 182836.70632200877 rows/sec., 16.69 MiB/sec. | ||
8744 | 2024.03.26 19:53:12.529559 [ 3 ] {fea9654e-19ef-4d0f-bcc0-e81b8faad43a} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003909 sec., 1023.2796111537477 rows/sec., 71.45 KiB/sec. | ||
8745 | 2024.03.26 19:53:12.529960 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
8746 | 2024.03.26 19:53:12.530106 [ 3 ] {fea9654e-19ef-4d0f-bcc0-e81b8faad43a} <Debug> DynamicQueryHandler: Done processing query | ||
8747 | 2024.03.26 19:53:12.530141 [ 3 ] {fea9654e-19ef-4d0f-bcc0-e81b8faad43a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8748 | 2024.03.26 19:53:12.530159 [ 3 ] {} <Debug> HTTP-Session: 52d19a3b-0f99-41ac-9d50-d96b21584a67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8749 | 2024.03.26 19:53:12.530355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 12597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8750 | 2024.03.26 19:53:12.530435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8751 | 2024.03.26 19:53:12.530481 [ 3 ] {} <Debug> HTTP-Session: 45e08caf-3871-48cb-8bce-7082e45453f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8752 | 2024.03.26 19:53:12.530504 [ 3 ] {} <Debug> HTTP-Session: 45e08caf-3871-48cb-8bce-7082e45453f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8753 | 2024.03.26 19:53:12.530531 [ 3 ] {} <Debug> HTTP-Session: 45e08caf-3871-48cb-8bce-7082e45453f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8754 | 2024.03.26 19:53:12.530595 [ 3 ] {} <Trace> HTTP-Session: 45e08caf-3871-48cb-8bce-7082e45453f0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8755 | 2024.03.26 19:53:12.530681 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8756 | 2024.03.26 19:53:12.530738 [ 3 ] {1cab60f9-5404-413d-809f-c0ed196e0fc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8757 | 2024.03.26 19:53:12.530834 [ 3 ] {1cab60f9-5404-413d-809f-c0ed196e0fc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8758 | 2024.03.26 19:53:12.530865 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_60_12} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
8759 | 2024.03.26 19:53:12.531077 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
8760 | 2024.03.26 19:53:12.531183 [ 3 ] {1cab60f9-5404-413d-809f-c0ed196e0fc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8761 | 2024.03.26 19:53:12.531549 [ 3 ] {1cab60f9-5404-413d-809f-c0ed196e0fc0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8762 | 2024.03.26 19:53:12.531588 [ 3 ] {1cab60f9-5404-413d-809f-c0ed196e0fc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8763 | 2024.03.26 19:53:12.531911 [ 3 ] {1cab60f9-5404-413d-809f-c0ed196e0fc0} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8764 | 2024.03.26 19:53:12.532241 [ 3 ] {1cab60f9-5404-413d-809f-c0ed196e0fc0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8765 | 2024.03.26 19:53:12.532398 [ 3 ] {1cab60f9-5404-413d-809f-c0ed196e0fc0} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001722 sec., 42973.2868757259 rows/sec., 3.36 MiB/sec. | ||
8766 | 2024.03.26 19:53:12.532402 [ 27 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
8767 | 2024.03.26 19:53:12.532488 [ 27 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8768 | 2024.03.26 19:53:12.532535 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8769 | 2024.03.26 19:53:12.532626 [ 3 ] {1cab60f9-5404-413d-809f-c0ed196e0fc0} <Debug> DynamicQueryHandler: Done processing query | ||
8770 | 2024.03.26 19:53:12.532694 [ 3 ] {1cab60f9-5404-413d-809f-c0ed196e0fc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8771 | 2024.03.26 19:53:12.532816 [ 3 ] {} <Debug> HTTP-Session: 45e08caf-3871-48cb-8bce-7082e45453f0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8772 | 2024.03.26 19:53:12.532879 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_55_11 to all_60_60_0 into Compact with storage Full | ||
8773 | 2024.03.26 19:53:12.533163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8774 | 2024.03.26 19:53:12.533427 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8775 | 2024.03.26 19:53:12.533572 [ 3 ] {} <Debug> HTTP-Session: 6f3ee2b9-f863-454a-a669-5b7c511ae3ec Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8776 | 2024.03.26 19:53:12.533659 [ 3 ] {} <Debug> HTTP-Session: 6f3ee2b9-f863-454a-a669-5b7c511ae3ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8777 | 2024.03.26 19:53:12.533712 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8778 | 2024.03.26 19:53:12.533741 [ 3 ] {} <Debug> HTTP-Session: 6f3ee2b9-f863-454a-a669-5b7c511ae3ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8779 | 2024.03.26 19:53:12.533806 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 138 rows starting from the beginning of the part | ||
8780 | 2024.03.26 19:53:12.533828 [ 3 ] {} <Trace> HTTP-Session: 6f3ee2b9-f863-454a-a669-5b7c511ae3ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8781 | 2024.03.26 19:53:12.534056 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 70 rows starting from the beginning of the part | ||
8782 | 2024.03.26 19:53:12.534321 [ 3 ] {ffa4fbc8-7536-41da-a033-69b97efd48c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8783 | 2024.03.26 19:53:12.534340 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 44 rows starting from the beginning of the part | ||
8784 | 2024.03.26 19:53:12.534562 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 70 rows starting from the beginning of the part | ||
8785 | 2024.03.26 19:53:12.534523 [ 3 ] {ffa4fbc8-7536-41da-a033-69b97efd48c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8786 | 2024.03.26 19:53:12.534816 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 68 rows starting from the beginning of the part | ||
8787 | 2024.03.26 19:53:12.535137 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 74 rows starting from the beginning of the part | ||
8788 | 2024.03.26 19:53:12.535810 [ 3 ] {ffa4fbc8-7536-41da-a033-69b97efd48c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8789 | 2024.03.26 19:53:12.536667 [ 3 ] {ffa4fbc8-7536-41da-a033-69b97efd48c8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8790 | 2024.03.26 19:53:12.536724 [ 3 ] {ffa4fbc8-7536-41da-a033-69b97efd48c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8791 | 2024.03.26 19:53:12.537804 [ 3 ] {ffa4fbc8-7536-41da-a033-69b97efd48c8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8792 | 2024.03.26 19:53:12.537872 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 4 columns (4 merged, 0 gathered) in 0.005235728 sec., 88621.86882129859 rows/sec., 6.92 MiB/sec. | ||
8793 | 2024.03.26 19:53:12.538217 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
8794 | 2024.03.26 19:53:12.538512 [ 3 ] {ffa4fbc8-7536-41da-a033-69b97efd48c8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8795 | 2024.03.26 19:53:12.539049 [ 3 ] {ffa4fbc8-7536-41da-a033-69b97efd48c8} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.005034 sec., 20262.21692491061 rows/sec., 1.40 MiB/sec. | ||
8796 | 2024.03.26 19:53:12.539464 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8797 | 2024.03.26 19:53:12.539546 [ 3 ] {ffa4fbc8-7536-41da-a033-69b97efd48c8} <Debug> DynamicQueryHandler: Done processing query | ||
8798 | 2024.03.26 19:53:12.539642 [ 3 ] {ffa4fbc8-7536-41da-a033-69b97efd48c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8799 | 2024.03.26 19:53:12.539723 [ 3 ] {} <Debug> HTTP-Session: 6f3ee2b9-f863-454a-a669-5b7c511ae3ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8800 | 2024.03.26 19:53:12.539805 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_60_12} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
8801 | 2024.03.26 19:53:12.540034 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
8802 | 2024.03.26 19:53:12.540134 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8803 | 2024.03.26 19:53:12.540237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8804 | 2024.03.26 19:53:12.540263 [ 3 ] {} <Debug> HTTP-Session: 4a1a2aae-dc52-4f23-aa90-3b1d69578885 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8805 | 2024.03.26 19:53:12.540280 [ 3 ] {} <Debug> HTTP-Session: 4a1a2aae-dc52-4f23-aa90-3b1d69578885 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8806 | 2024.03.26 19:53:12.540294 [ 3 ] {} <Debug> HTTP-Session: 4a1a2aae-dc52-4f23-aa90-3b1d69578885 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8807 | 2024.03.26 19:53:12.540325 [ 3 ] {} <Trace> HTTP-Session: 4a1a2aae-dc52-4f23-aa90-3b1d69578885 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8808 | 2024.03.26 19:53:12.540610 [ 3 ] {06095175-3511-4f42-9500-c1ef21ea4afe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8809 | 2024.03.26 19:53:12.540659 [ 3 ] {06095175-3511-4f42-9500-c1ef21ea4afe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8810 | 2024.03.26 19:53:12.540854 [ 3 ] {06095175-3511-4f42-9500-c1ef21ea4afe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8811 | 2024.03.26 19:53:12.541443 [ 3 ] {06095175-3511-4f42-9500-c1ef21ea4afe} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8812 | 2024.03.26 19:53:12.541480 [ 3 ] {06095175-3511-4f42-9500-c1ef21ea4afe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8813 | 2024.03.26 19:53:12.541926 [ 3 ] {06095175-3511-4f42-9500-c1ef21ea4afe} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8814 | 2024.03.26 19:53:12.542268 [ 3 ] {06095175-3511-4f42-9500-c1ef21ea4afe} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8815 | 2024.03.26 19:53:12.542425 [ 3 ] {06095175-3511-4f42-9500-c1ef21ea4afe} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.002042 sec., 20568.07051909892 rows/sec., 27.76 MiB/sec. | ||
8816 | 2024.03.26 19:53:12.542660 [ 3 ] {06095175-3511-4f42-9500-c1ef21ea4afe} <Debug> DynamicQueryHandler: Done processing query | ||
8817 | 2024.03.26 19:53:12.542716 [ 3 ] {06095175-3511-4f42-9500-c1ef21ea4afe} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
8818 | 2024.03.26 19:53:12.542772 [ 3 ] {} <Debug> HTTP-Session: 4a1a2aae-dc52-4f23-aa90-3b1d69578885 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8819 | 2024.03.26 19:53:12.542957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8820 | 2024.03.26 19:53:12.543008 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8821 | 2024.03.26 19:53:12.543027 [ 3 ] {} <Debug> HTTP-Session: 23e9d404-e261-4425-bbe3-21a76e4b0b28 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8822 | 2024.03.26 19:53:12.543043 [ 3 ] {} <Debug> HTTP-Session: 23e9d404-e261-4425-bbe3-21a76e4b0b28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8823 | 2024.03.26 19:53:12.543057 [ 3 ] {} <Debug> HTTP-Session: 23e9d404-e261-4425-bbe3-21a76e4b0b28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8824 | 2024.03.26 19:53:12.543089 [ 3 ] {} <Trace> HTTP-Session: 23e9d404-e261-4425-bbe3-21a76e4b0b28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8825 | 2024.03.26 19:53:12.543167 [ 3 ] {897263c1-f90e-44f7-a37b-d03dcc3af037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8826 | 2024.03.26 19:53:12.543209 [ 3 ] {897263c1-f90e-44f7-a37b-d03dcc3af037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8827 | 2024.03.26 19:53:12.543355 [ 3 ] {897263c1-f90e-44f7-a37b-d03dcc3af037} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8828 | 2024.03.26 19:53:12.543639 [ 3 ] {897263c1-f90e-44f7-a37b-d03dcc3af037} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8829 | 2024.03.26 19:53:12.543676 [ 3 ] {897263c1-f90e-44f7-a37b-d03dcc3af037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8830 | 2024.03.26 19:53:12.544026 [ 3 ] {897263c1-f90e-44f7-a37b-d03dcc3af037} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
8831 | 2024.03.26 19:53:12.544356 [ 3 ] {897263c1-f90e-44f7-a37b-d03dcc3af037} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8832 | 2024.03.26 19:53:12.544516 [ 3 ] {897263c1-f90e-44f7-a37b-d03dcc3af037} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001374 sec., 21834.06113537118 rows/sec., 1.50 MiB/sec. | ||
8833 | 2024.03.26 19:53:12.544755 [ 3 ] {897263c1-f90e-44f7-a37b-d03dcc3af037} <Debug> DynamicQueryHandler: Done processing query | ||
8834 | 2024.03.26 19:53:12.544812 [ 3 ] {897263c1-f90e-44f7-a37b-d03dcc3af037} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8835 | 2024.03.26 19:53:12.544864 [ 3 ] {} <Debug> HTTP-Session: 23e9d404-e261-4425-bbe3-21a76e4b0b28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8836 | 2024.03.26 19:53:17.515974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8837 | 2024.03.26 19:53:17.516107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8838 | 2024.03.26 19:53:17.516136 [ 3 ] {} <Debug> HTTP-Session: 7c9ac2f1-1437-4226-adb1-8f6b98737043 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8839 | 2024.03.26 19:53:17.516164 [ 3 ] {} <Debug> HTTP-Session: 7c9ac2f1-1437-4226-adb1-8f6b98737043 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8840 | 2024.03.26 19:53:17.516182 [ 3 ] {} <Debug> HTTP-Session: 7c9ac2f1-1437-4226-adb1-8f6b98737043 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8841 | 2024.03.26 19:53:17.516237 [ 3 ] {} <Trace> HTTP-Session: 7c9ac2f1-1437-4226-adb1-8f6b98737043 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8842 | 2024.03.26 19:53:17.516371 [ 3 ] {9d47e115-5234-4b28-8684-89bdebb8c939} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8843 | 2024.03.26 19:53:17.516440 [ 3 ] {9d47e115-5234-4b28-8684-89bdebb8c939} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8844 | 2024.03.26 19:53:17.516657 [ 3 ] {9d47e115-5234-4b28-8684-89bdebb8c939} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8845 | 2024.03.26 19:53:17.517120 [ 3 ] {9d47e115-5234-4b28-8684-89bdebb8c939} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8846 | 2024.03.26 19:53:17.517159 [ 3 ] {9d47e115-5234-4b28-8684-89bdebb8c939} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8847 | 2024.03.26 19:53:17.517540 [ 3 ] {9d47e115-5234-4b28-8684-89bdebb8c939} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8848 | 2024.03.26 19:53:17.517870 [ 3 ] {9d47e115-5234-4b28-8684-89bdebb8c939} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8849 | 2024.03.26 19:53:17.518016 [ 3 ] {9d47e115-5234-4b28-8684-89bdebb8c939} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001708 sec., 9367.681498829039 rows/sec., 759.29 KiB/sec. | ||
8850 | 2024.03.26 19:53:17.518021 [ 24 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8851 | 2024.03.26 19:53:17.518078 [ 24 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8852 | 2024.03.26 19:53:17.518108 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8853 | 2024.03.26 19:53:17.518177 [ 3 ] {9d47e115-5234-4b28-8684-89bdebb8c939} <Debug> DynamicQueryHandler: Done processing query | ||
8854 | 2024.03.26 19:53:17.518225 [ 3 ] {9d47e115-5234-4b28-8684-89bdebb8c939} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8855 | 2024.03.26 19:53:17.518279 [ 3 ] {} <Debug> HTTP-Session: 7c9ac2f1-1437-4226-adb1-8f6b98737043 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8856 | 2024.03.26 19:53:17.518368 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
8857 | 2024.03.26 19:53:17.518501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8858 | 2024.03.26 19:53:17.518616 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8859 | 2024.03.26 19:53:17.518667 [ 3 ] {} <Debug> HTTP-Session: 30bc2b06-596f-459f-aba9-6e5346319d37 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8860 | 2024.03.26 19:53:17.518700 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8861 | 2024.03.26 19:53:17.518712 [ 3 ] {} <Debug> HTTP-Session: 30bc2b06-596f-459f-aba9-6e5346319d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8862 | 2024.03.26 19:53:17.518760 [ 3 ] {} <Debug> HTTP-Session: 30bc2b06-596f-459f-aba9-6e5346319d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8863 | 2024.03.26 19:53:17.518778 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 58 rows starting from the beginning of the part | ||
8864 | 2024.03.26 19:53:17.518824 [ 3 ] {} <Trace> HTTP-Session: 30bc2b06-596f-459f-aba9-6e5346319d37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8865 | 2024.03.26 19:53:17.519014 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
8866 | 2024.03.26 19:53:17.519115 [ 3 ] {5f66b5d6-ce66-498c-b44a-ef0e62f0b7cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8867 | 2024.03.26 19:53:17.519271 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 42 rows starting from the beginning of the part | ||
8868 | 2024.03.26 19:53:17.519347 [ 3 ] {5f66b5d6-ce66-498c-b44a-ef0e62f0b7cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8869 | 2024.03.26 19:53:17.519528 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part | ||
8870 | 2024.03.26 19:53:17.519885 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part | ||
8871 | 2024.03.26 19:53:17.520187 [ 197 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part | ||
8872 | 2024.03.26 19:53:17.520919 [ 3 ] {5f66b5d6-ce66-498c-b44a-ef0e62f0b7cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8873 | 2024.03.26 19:53:17.521643 [ 3 ] {5f66b5d6-ce66-498c-b44a-ef0e62f0b7cd} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8874 | 2024.03.26 19:53:17.521704 [ 3 ] {5f66b5d6-ce66-498c-b44a-ef0e62f0b7cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8875 | 2024.03.26 19:53:17.522504 [ 3 ] {5f66b5d6-ce66-498c-b44a-ef0e62f0b7cd} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8876 | 2024.03.26 19:53:17.523085 [ 194 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.004884368 sec., 38899.60789195245 rows/sec., 3.08 MiB/sec. | ||
8877 | 2024.03.26 19:53:17.523320 [ 3 ] {5f66b5d6-ce66-498c-b44a-ef0e62f0b7cd} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8878 | 2024.03.26 19:53:17.523346 [ 194 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
8879 | 2024.03.26 19:53:17.523545 [ 3 ] {5f66b5d6-ce66-498c-b44a-ef0e62f0b7cd} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004623 sec., 432.61951113995235 rows/sec., 35.28 KiB/sec. | ||
8880 | 2024.03.26 19:53:17.523927 [ 3 ] {5f66b5d6-ce66-498c-b44a-ef0e62f0b7cd} <Debug> DynamicQueryHandler: Done processing query | ||
8881 | 2024.03.26 19:53:17.523969 [ 3 ] {5f66b5d6-ce66-498c-b44a-ef0e62f0b7cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8882 | 2024.03.26 19:53:17.524014 [ 3 ] {} <Debug> HTTP-Session: 30bc2b06-596f-459f-aba9-6e5346319d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8883 | 2024.03.26 19:53:17.524181 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8884 | 2024.03.26 19:53:17.524192 [ 194 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8885 | 2024.03.26 19:53:17.524277 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8886 | 2024.03.26 19:53:17.524326 [ 3 ] {} <Debug> HTTP-Session: 086b3d65-150a-47fb-a6c7-bb1641c37d0b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8887 | 2024.03.26 19:53:17.524360 [ 3 ] {} <Debug> HTTP-Session: 086b3d65-150a-47fb-a6c7-bb1641c37d0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8888 | 2024.03.26 19:53:17.524376 [ 3 ] {} <Debug> HTTP-Session: 086b3d65-150a-47fb-a6c7-bb1641c37d0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8889 | 2024.03.26 19:53:17.524393 [ 194 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_51_10} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
8890 | 2024.03.26 19:53:17.524436 [ 3 ] {} <Trace> HTTP-Session: 086b3d65-150a-47fb-a6c7-bb1641c37d0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8891 | 2024.03.26 19:53:17.524564 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8892 | 2024.03.26 19:53:17.524620 [ 3 ] {4222b3d0-a978-407b-b65f-0ad84e3d6122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8893 | 2024.03.26 19:53:17.524667 [ 3 ] {4222b3d0-a978-407b-b65f-0ad84e3d6122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8894 | 2024.03.26 19:53:17.524812 [ 3 ] {4222b3d0-a978-407b-b65f-0ad84e3d6122} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8895 | 2024.03.26 19:53:17.525165 [ 3 ] {4222b3d0-a978-407b-b65f-0ad84e3d6122} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8896 | 2024.03.26 19:53:17.525201 [ 3 ] {4222b3d0-a978-407b-b65f-0ad84e3d6122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8897 | 2024.03.26 19:53:17.525518 [ 3 ] {4222b3d0-a978-407b-b65f-0ad84e3d6122} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8898 | 2024.03.26 19:53:17.525832 [ 3 ] {4222b3d0-a978-407b-b65f-0ad84e3d6122} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8899 | 2024.03.26 19:53:17.525960 [ 3 ] {4222b3d0-a978-407b-b65f-0ad84e3d6122} <Debug> executeQuery: Read 75 rows, 6.37 KiB in 0.00143 sec., 52447.55244755244 rows/sec., 4.35 MiB/sec. | ||
8900 | 2024.03.26 19:53:17.526078 [ 3 ] {4222b3d0-a978-407b-b65f-0ad84e3d6122} <Debug> DynamicQueryHandler: Done processing query | ||
8901 | 2024.03.26 19:53:17.526102 [ 3 ] {4222b3d0-a978-407b-b65f-0ad84e3d6122} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
8902 | 2024.03.26 19:53:17.526119 [ 3 ] {} <Debug> HTTP-Session: 086b3d65-150a-47fb-a6c7-bb1641c37d0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8903 | 2024.03.26 19:53:17.526234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8904 | 2024.03.26 19:53:17.526283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8905 | 2024.03.26 19:53:17.526301 [ 3 ] {} <Debug> HTTP-Session: bcc15fff-b3cd-4174-8c5d-ca9a72cad1ba Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8906 | 2024.03.26 19:53:17.526318 [ 3 ] {} <Debug> HTTP-Session: bcc15fff-b3cd-4174-8c5d-ca9a72cad1ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8907 | 2024.03.26 19:53:17.526332 [ 3 ] {} <Debug> HTTP-Session: bcc15fff-b3cd-4174-8c5d-ca9a72cad1ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8908 | 2024.03.26 19:53:17.526363 [ 3 ] {} <Trace> HTTP-Session: bcc15fff-b3cd-4174-8c5d-ca9a72cad1ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8909 | 2024.03.26 19:53:17.526427 [ 3 ] {e48bd481-b5f6-49fa-a7d2-f76f3c3b6278} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8910 | 2024.03.26 19:53:17.526467 [ 3 ] {e48bd481-b5f6-49fa-a7d2-f76f3c3b6278} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8911 | 2024.03.26 19:53:17.526595 [ 3 ] {e48bd481-b5f6-49fa-a7d2-f76f3c3b6278} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8912 | 2024.03.26 19:53:17.526864 [ 3 ] {e48bd481-b5f6-49fa-a7d2-f76f3c3b6278} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8913 | 2024.03.26 19:53:17.526900 [ 3 ] {e48bd481-b5f6-49fa-a7d2-f76f3c3b6278} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8914 | 2024.03.26 19:53:17.527197 [ 3 ] {e48bd481-b5f6-49fa-a7d2-f76f3c3b6278} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8915 | 2024.03.26 19:53:17.527511 [ 3 ] {e48bd481-b5f6-49fa-a7d2-f76f3c3b6278} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8916 | 2024.03.26 19:53:17.527641 [ 3 ] {e48bd481-b5f6-49fa-a7d2-f76f3c3b6278} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001237 sec., 1616.8148746968473 rows/sec., 112.89 KiB/sec. | ||
8917 | 2024.03.26 19:53:17.527760 [ 3 ] {e48bd481-b5f6-49fa-a7d2-f76f3c3b6278} <Debug> DynamicQueryHandler: Done processing query | ||
8918 | 2024.03.26 19:53:17.527783 [ 3 ] {e48bd481-b5f6-49fa-a7d2-f76f3c3b6278} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8919 | 2024.03.26 19:53:17.527800 [ 3 ] {} <Debug> HTTP-Session: bcc15fff-b3cd-4174-8c5d-ca9a72cad1ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8920 | 2024.03.26 19:53:17.527900 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8921 | 2024.03.26 19:53:17.527948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8922 | 2024.03.26 19:53:17.527966 [ 3 ] {} <Debug> HTTP-Session: d4f0c317-d980-49bc-9a58-b603124b8670 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8923 | 2024.03.26 19:53:17.527982 [ 3 ] {} <Debug> HTTP-Session: d4f0c317-d980-49bc-9a58-b603124b8670 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8924 | 2024.03.26 19:53:17.527996 [ 3 ] {} <Debug> HTTP-Session: d4f0c317-d980-49bc-9a58-b603124b8670 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8925 | 2024.03.26 19:53:17.528027 [ 3 ] {} <Trace> HTTP-Session: d4f0c317-d980-49bc-9a58-b603124b8670 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8926 | 2024.03.26 19:53:17.528107 [ 3 ] {b7cd9ccd-d4e5-4690-9f76-05533d56cf83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8927 | 2024.03.26 19:53:17.528147 [ 3 ] {b7cd9ccd-d4e5-4690-9f76-05533d56cf83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8928 | 2024.03.26 19:53:17.528273 [ 3 ] {b7cd9ccd-d4e5-4690-9f76-05533d56cf83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8929 | 2024.03.26 19:53:17.528573 [ 3 ] {b7cd9ccd-d4e5-4690-9f76-05533d56cf83} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8930 | 2024.03.26 19:53:17.528609 [ 3 ] {b7cd9ccd-d4e5-4690-9f76-05533d56cf83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8931 | 2024.03.26 19:53:17.528915 [ 3 ] {b7cd9ccd-d4e5-4690-9f76-05533d56cf83} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8932 | 2024.03.26 19:53:17.529229 [ 3 ] {b7cd9ccd-d4e5-4690-9f76-05533d56cf83} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8933 | 2024.03.26 19:53:17.529356 [ 3 ] {b7cd9ccd-d4e5-4690-9f76-05533d56cf83} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001287 sec., 35742.03574203575 rows/sec., 2.79 MiB/sec. | ||
8934 | 2024.03.26 19:53:17.529527 [ 3 ] {b7cd9ccd-d4e5-4690-9f76-05533d56cf83} <Debug> DynamicQueryHandler: Done processing query | ||
8935 | 2024.03.26 19:53:17.529588 [ 3 ] {b7cd9ccd-d4e5-4690-9f76-05533d56cf83} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8936 | 2024.03.26 19:53:17.529637 [ 3 ] {} <Debug> HTTP-Session: d4f0c317-d980-49bc-9a58-b603124b8670 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8937 | 2024.03.26 19:53:17.529830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8938 | 2024.03.26 19:53:17.529881 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8939 | 2024.03.26 19:53:17.529900 [ 3 ] {} <Debug> HTTP-Session: 6a1c681a-620b-4754-ba96-8b21e757cda3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8940 | 2024.03.26 19:53:17.529918 [ 3 ] {} <Debug> HTTP-Session: 6a1c681a-620b-4754-ba96-8b21e757cda3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8941 | 2024.03.26 19:53:17.529932 [ 3 ] {} <Debug> HTTP-Session: 6a1c681a-620b-4754-ba96-8b21e757cda3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8942 | 2024.03.26 19:53:17.529964 [ 3 ] {} <Trace> HTTP-Session: 6a1c681a-620b-4754-ba96-8b21e757cda3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8943 | 2024.03.26 19:53:17.530074 [ 3 ] {60a34a64-9e2b-4275-8783-bdc3c4db5238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8944 | 2024.03.26 19:53:17.530121 [ 3 ] {60a34a64-9e2b-4275-8783-bdc3c4db5238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8945 | 2024.03.26 19:53:17.530280 [ 3 ] {60a34a64-9e2b-4275-8783-bdc3c4db5238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8946 | 2024.03.26 19:53:17.530669 [ 3 ] {60a34a64-9e2b-4275-8783-bdc3c4db5238} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8947 | 2024.03.26 19:53:17.530705 [ 3 ] {60a34a64-9e2b-4275-8783-bdc3c4db5238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8948 | 2024.03.26 19:53:17.531085 [ 3 ] {60a34a64-9e2b-4275-8783-bdc3c4db5238} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
8949 | 2024.03.26 19:53:17.531413 [ 3 ] {60a34a64-9e2b-4275-8783-bdc3c4db5238} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8950 | 2024.03.26 19:53:17.531541 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
8951 | 2024.03.26 19:53:17.531543 [ 3 ] {60a34a64-9e2b-4275-8783-bdc3c4db5238} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001529 sec., 66056.24591236102 rows/sec., 4.58 MiB/sec. | ||
8952 | 2024.03.26 19:53:17.531581 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8953 | 2024.03.26 19:53:17.531624 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8954 | 2024.03.26 19:53:17.531763 [ 3 ] {60a34a64-9e2b-4275-8783-bdc3c4db5238} <Debug> DynamicQueryHandler: Done processing query | ||
8955 | 2024.03.26 19:53:17.531860 [ 3 ] {60a34a64-9e2b-4275-8783-bdc3c4db5238} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
8956 | 2024.03.26 19:53:17.531932 [ 3 ] {} <Debug> HTTP-Session: 6a1c681a-620b-4754-ba96-8b21e757cda3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8957 | 2024.03.26 19:53:17.531987 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
8958 | 2024.03.26 19:53:17.532265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8959 | 2024.03.26 19:53:17.532529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8960 | 2024.03.26 19:53:17.532632 [ 3 ] {} <Debug> HTTP-Session: 51b5fc8f-b00e-4429-8b15-ba0c2b4ba31f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8961 | 2024.03.26 19:53:17.532739 [ 3 ] {} <Debug> HTTP-Session: 51b5fc8f-b00e-4429-8b15-ba0c2b4ba31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8962 | 2024.03.26 19:53:17.532799 [ 3 ] {} <Debug> HTTP-Session: 51b5fc8f-b00e-4429-8b15-ba0c2b4ba31f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8963 | 2024.03.26 19:53:17.532951 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8964 | 2024.03.26 19:53:17.532953 [ 3 ] {} <Trace> HTTP-Session: 51b5fc8f-b00e-4429-8b15-ba0c2b4ba31f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8965 | 2024.03.26 19:53:17.533035 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 6094 rows starting from the beginning of the part | ||
8966 | 2024.03.26 19:53:17.533269 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 100 rows starting from the beginning of the part | ||
8967 | 2024.03.26 19:53:17.533374 [ 3 ] {70c77d5b-b1c9-42c6-a034-5cb5c984fa7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8968 | 2024.03.26 19:53:17.533548 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 100 rows starting from the beginning of the part | ||
8969 | 2024.03.26 19:53:17.533641 [ 3 ] {70c77d5b-b1c9-42c6-a034-5cb5c984fa7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
8970 | 2024.03.26 19:53:17.533846 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 136 rows starting from the beginning of the part | ||
8971 | 2024.03.26 19:53:17.534188 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 102 rows starting from the beginning of the part | ||
8972 | 2024.03.26 19:53:17.534521 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 101 rows starting from the beginning of the part | ||
8973 | 2024.03.26 19:53:17.535162 [ 3 ] {70c77d5b-b1c9-42c6-a034-5cb5c984fa7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8974 | 2024.03.26 19:53:17.535808 [ 3 ] {70c77d5b-b1c9-42c6-a034-5cb5c984fa7e} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8975 | 2024.03.26 19:53:17.535854 [ 3 ] {70c77d5b-b1c9-42c6-a034-5cb5c984fa7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8976 | 2024.03.26 19:53:17.537030 [ 3 ] {70c77d5b-b1c9-42c6-a034-5cb5c984fa7e} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
8977 | 2024.03.26 19:53:17.537571 [ 3 ] {70c77d5b-b1c9-42c6-a034-5cb5c984fa7e} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8978 | 2024.03.26 19:53:17.537772 [ 24 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
8979 | 2024.03.26 19:53:17.537813 [ 3 ] {70c77d5b-b1c9-42c6-a034-5cb5c984fa7e} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.004739 sec., 3376.239713019624 rows/sec., 4.56 MiB/sec. | ||
8980 | 2024.03.26 19:53:17.537819 [ 24 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8981 | 2024.03.26 19:53:17.537899 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
8982 | 2024.03.26 19:53:17.538383 [ 3 ] {70c77d5b-b1c9-42c6-a034-5cb5c984fa7e} <Debug> DynamicQueryHandler: Done processing query | ||
8983 | 2024.03.26 19:53:17.538433 [ 187 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
8984 | 2024.03.26 19:53:17.538518 [ 3 ] {70c77d5b-b1c9-42c6-a034-5cb5c984fa7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
8985 | 2024.03.26 19:53:17.539192 [ 186 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6633 rows, containing 5 columns (5 merged, 0 gathered) in 0.007457855 sec., 889397.8228324364 rows/sec., 61.75 MiB/sec. | ||
8986 | 2024.03.26 19:53:17.539377 [ 187 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8987 | 2024.03.26 19:53:17.539525 [ 187 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1305 rows starting from the beginning of the part | ||
8988 | 2024.03.26 19:53:17.539545 [ 3 ] {} <Debug> HTTP-Session: 51b5fc8f-b00e-4429-8b15-ba0c2b4ba31f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8989 | 2024.03.26 19:53:17.540029 [ 187 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 16 rows starting from the beginning of the part | ||
8990 | 2024.03.26 19:53:17.540163 [ 186 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
8991 | 2024.03.26 19:53:17.540311 [ 187 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 42 rows starting from the beginning of the part | ||
8992 | 2024.03.26 19:53:17.540542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8993 | 2024.03.26 19:53:17.540782 [ 187 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 16 rows starting from the beginning of the part | ||
8994 | 2024.03.26 19:53:17.540996 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
8995 | 2024.03.26 19:53:17.541205 [ 187 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 42 rows starting from the beginning of the part | ||
8996 | 2024.03.26 19:53:17.541595 [ 187 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 16 rows starting from the beginning of the part | ||
8997 | 2024.03.26 19:53:17.541857 [ 3 ] {} <Debug> HTTP-Session: 73d31d67-4a10-4f28-b83e-cc872b48756f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
8998 | 2024.03.26 19:53:17.542222 [ 3 ] {} <Debug> HTTP-Session: 73d31d67-4a10-4f28-b83e-cc872b48756f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8999 | 2024.03.26 19:53:17.542340 [ 3 ] {} <Debug> HTTP-Session: 73d31d67-4a10-4f28-b83e-cc872b48756f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9000 | 2024.03.26 19:53:17.542483 [ 3 ] {} <Trace> HTTP-Session: 73d31d67-4a10-4f28-b83e-cc872b48756f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9001 | 2024.03.26 19:53:17.542490 [ 186 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9002 | 2024.03.26 19:53:17.542809 [ 186 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9003 | 2024.03.26 19:53:17.542844 [ 3 ] {e9b9f732-076a-4e82-9cee-eeeb4205fe47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9004 | 2024.03.26 19:53:17.543113 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.34 MiB. | ||
9005 | 2024.03.26 19:53:17.543105 [ 3 ] {e9b9f732-076a-4e82-9cee-eeeb4205fe47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9006 | 2024.03.26 19:53:17.543607 [ 3 ] {e9b9f732-076a-4e82-9cee-eeeb4205fe47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9007 | 2024.03.26 19:53:17.543930 [ 3 ] {e9b9f732-076a-4e82-9cee-eeeb4205fe47} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9008 | 2024.03.26 19:53:17.543967 [ 3 ] {e9b9f732-076a-4e82-9cee-eeeb4205fe47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9009 | 2024.03.26 19:53:17.544775 [ 3 ] {e9b9f732-076a-4e82-9cee-eeeb4205fe47} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
9010 | 2024.03.26 19:53:17.545652 [ 3 ] {e9b9f732-076a-4e82-9cee-eeeb4205fe47} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9011 | 2024.03.26 19:53:17.545934 [ 24 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
9012 | 2024.03.26 19:53:17.545939 [ 3 ] {e9b9f732-076a-4e82-9cee-eeeb4205fe47} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003266 sec., 9185.548071034906 rows/sec., 644.36 KiB/sec. | ||
9013 | 2024.03.26 19:53:17.545966 [ 24 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9014 | 2024.03.26 19:53:17.546005 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9015 | 2024.03.26 19:53:17.546237 [ 3 ] {e9b9f732-076a-4e82-9cee-eeeb4205fe47} <Debug> DynamicQueryHandler: Done processing query | ||
9016 | 2024.03.26 19:53:17.546301 [ 3 ] {e9b9f732-076a-4e82-9cee-eeeb4205fe47} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9017 | 2024.03.26 19:53:17.546352 [ 3 ] {} <Debug> HTTP-Session: 73d31d67-4a10-4f28-b83e-cc872b48756f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9018 | 2024.03.26 19:53:17.546424 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
9019 | 2024.03.26 19:53:17.546930 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9020 | 2024.03.26 19:53:17.546980 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1668 rows starting from the beginning of the part | ||
9021 | 2024.03.26 19:53:17.547053 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 30 rows starting from the beginning of the part | ||
9022 | 2024.03.26 19:53:17.547251 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 30 rows starting from the beginning of the part | ||
9023 | 2024.03.26 19:53:17.547474 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 30 rows starting from the beginning of the part | ||
9024 | 2024.03.26 19:53:17.547763 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 30 rows starting from the beginning of the part | ||
9025 | 2024.03.26 19:53:17.547837 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 30 rows starting from the beginning of the part | ||
9026 | 2024.03.26 19:53:17.548722 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1437 rows, containing 6 columns (6 merged, 0 gathered) in 0.010656692 sec., 134844.84678735203 rows/sec., 181.97 MiB/sec. | ||
9027 | 2024.03.26 19:53:17.549601 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1818 rows, containing 4 columns (4 merged, 0 gathered) in 0.003429714 sec., 530073.3530550944 rows/sec., 36.31 MiB/sec. | ||
9028 | 2024.03.26 19:53:17.549642 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9029 | 2024.03.26 19:53:17.549994 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
9030 | 2024.03.26 19:53:17.550331 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9031 | 2024.03.26 19:53:17.550601 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_51_10} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9032 | 2024.03.26 19:53:17.550780 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.73 MiB. | ||
9033 | 2024.03.26 19:53:17.550891 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9034 | 2024.03.26 19:53:17.550989 [ 191 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_61_12} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
9035 | 2024.03.26 19:53:17.551086 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
9036 | 2024.03.26 19:53:18.001123 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.80 MiB, peak 205.32 MiB, free memory in arenas 0.00 B, will set to 196.82 MiB (RSS), difference: 1.03 MiB | ||
9037 | 2024.03.26 19:53:22.517904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9038 | 2024.03.26 19:53:22.518049 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9039 | 2024.03.26 19:53:22.518081 [ 3 ] {} <Debug> HTTP-Session: 0aaf77ad-c0d3-454a-ae9c-47b84f8cf47a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9040 | 2024.03.26 19:53:22.518113 [ 3 ] {} <Debug> HTTP-Session: 0aaf77ad-c0d3-454a-ae9c-47b84f8cf47a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9041 | 2024.03.26 19:53:22.518130 [ 3 ] {} <Debug> HTTP-Session: 0aaf77ad-c0d3-454a-ae9c-47b84f8cf47a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9042 | 2024.03.26 19:53:22.518182 [ 3 ] {} <Trace> HTTP-Session: 0aaf77ad-c0d3-454a-ae9c-47b84f8cf47a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9043 | 2024.03.26 19:53:22.518312 [ 3 ] {8f758c1c-7daf-43bc-a2ca-ef851d7b74d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9044 | 2024.03.26 19:53:22.518377 [ 3 ] {8f758c1c-7daf-43bc-a2ca-ef851d7b74d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9045 | 2024.03.26 19:53:22.518571 [ 3 ] {8f758c1c-7daf-43bc-a2ca-ef851d7b74d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9046 | 2024.03.26 19:53:22.519043 [ 3 ] {8f758c1c-7daf-43bc-a2ca-ef851d7b74d9} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9047 | 2024.03.26 19:53:22.519090 [ 3 ] {8f758c1c-7daf-43bc-a2ca-ef851d7b74d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9048 | 2024.03.26 19:53:22.519488 [ 3 ] {8f758c1c-7daf-43bc-a2ca-ef851d7b74d9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9049 | 2024.03.26 19:53:22.519843 [ 3 ] {8f758c1c-7daf-43bc-a2ca-ef851d7b74d9} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9050 | 2024.03.26 19:53:22.519991 [ 3 ] {8f758c1c-7daf-43bc-a2ca-ef851d7b74d9} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.00174 sec., 24137.931034482757 rows/sec., 1.91 MiB/sec. | ||
9051 | 2024.03.26 19:53:22.520185 [ 3 ] {8f758c1c-7daf-43bc-a2ca-ef851d7b74d9} <Debug> DynamicQueryHandler: Done processing query | ||
9052 | 2024.03.26 19:53:22.520216 [ 3 ] {8f758c1c-7daf-43bc-a2ca-ef851d7b74d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9053 | 2024.03.26 19:53:22.520238 [ 3 ] {} <Debug> HTTP-Session: 0aaf77ad-c0d3-454a-ae9c-47b84f8cf47a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9054 | 2024.03.26 19:53:22.520383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9055 | 2024.03.26 19:53:22.520439 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9056 | 2024.03.26 19:53:22.520458 [ 3 ] {} <Debug> HTTP-Session: 900c07be-7103-4d11-957e-a5a2ea385569 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9057 | 2024.03.26 19:53:22.520478 [ 3 ] {} <Debug> HTTP-Session: 900c07be-7103-4d11-957e-a5a2ea385569 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9058 | 2024.03.26 19:53:22.520492 [ 3 ] {} <Debug> HTTP-Session: 900c07be-7103-4d11-957e-a5a2ea385569 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9059 | 2024.03.26 19:53:22.520529 [ 3 ] {} <Trace> HTTP-Session: 900c07be-7103-4d11-957e-a5a2ea385569 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9060 | 2024.03.26 19:53:22.520650 [ 3 ] {8a428512-bf6c-4d67-971a-ad604cc5fccc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9061 | 2024.03.26 19:53:22.520695 [ 3 ] {8a428512-bf6c-4d67-971a-ad604cc5fccc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9062 | 2024.03.26 19:53:22.520826 [ 3 ] {8a428512-bf6c-4d67-971a-ad604cc5fccc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9063 | 2024.03.26 19:53:22.521258 [ 3 ] {8a428512-bf6c-4d67-971a-ad604cc5fccc} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9064 | 2024.03.26 19:53:22.521295 [ 3 ] {8a428512-bf6c-4d67-971a-ad604cc5fccc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9065 | 2024.03.26 19:53:22.521656 [ 3 ] {8a428512-bf6c-4d67-971a-ad604cc5fccc} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9066 | 2024.03.26 19:53:22.521968 [ 3 ] {8a428512-bf6c-4d67-971a-ad604cc5fccc} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9067 | 2024.03.26 19:53:22.522104 [ 3 ] {8a428512-bf6c-4d67-971a-ad604cc5fccc} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001524 sec., 99737.53280839896 rows/sec., 9.53 MiB/sec. | ||
9068 | 2024.03.26 19:53:22.522320 [ 3 ] {8a428512-bf6c-4d67-971a-ad604cc5fccc} <Debug> DynamicQueryHandler: Done processing query | ||
9069 | 2024.03.26 19:53:22.522348 [ 3 ] {8a428512-bf6c-4d67-971a-ad604cc5fccc} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9070 | 2024.03.26 19:53:22.522366 [ 3 ] {} <Debug> HTTP-Session: 900c07be-7103-4d11-957e-a5a2ea385569 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9071 | 2024.03.26 19:53:22.522597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9072 | 2024.03.26 19:53:22.522716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9073 | 2024.03.26 19:53:22.522744 [ 3 ] {} <Debug> HTTP-Session: 2d11a65f-ab9e-4b0b-96d5-aad3ebb32e94 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9074 | 2024.03.26 19:53:22.522769 [ 3 ] {} <Debug> HTTP-Session: 2d11a65f-ab9e-4b0b-96d5-aad3ebb32e94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9075 | 2024.03.26 19:53:22.522785 [ 3 ] {} <Debug> HTTP-Session: 2d11a65f-ab9e-4b0b-96d5-aad3ebb32e94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9076 | 2024.03.26 19:53:22.522822 [ 3 ] {} <Trace> HTTP-Session: 2d11a65f-ab9e-4b0b-96d5-aad3ebb32e94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9077 | 2024.03.26 19:53:22.522937 [ 3 ] {831afb33-52db-47bb-878b-fe7c018d94cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9078 | 2024.03.26 19:53:22.522982 [ 3 ] {831afb33-52db-47bb-878b-fe7c018d94cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9079 | 2024.03.26 19:53:22.523130 [ 3 ] {831afb33-52db-47bb-878b-fe7c018d94cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9080 | 2024.03.26 19:53:22.523474 [ 3 ] {831afb33-52db-47bb-878b-fe7c018d94cd} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9081 | 2024.03.26 19:53:22.523512 [ 3 ] {831afb33-52db-47bb-878b-fe7c018d94cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9082 | 2024.03.26 19:53:22.523850 [ 3 ] {831afb33-52db-47bb-878b-fe7c018d94cd} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9083 | 2024.03.26 19:53:22.524172 [ 3 ] {831afb33-52db-47bb-878b-fe7c018d94cd} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9084 | 2024.03.26 19:53:22.524306 [ 3 ] {831afb33-52db-47bb-878b-fe7c018d94cd} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001434 sec., 48814.50488145049 rows/sec., 3.81 MiB/sec. | ||
9085 | 2024.03.26 19:53:22.524453 [ 3 ] {831afb33-52db-47bb-878b-fe7c018d94cd} <Debug> DynamicQueryHandler: Done processing query | ||
9086 | 2024.03.26 19:53:22.524490 [ 3 ] {831afb33-52db-47bb-878b-fe7c018d94cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9087 | 2024.03.26 19:53:22.524520 [ 3 ] {} <Debug> HTTP-Session: 2d11a65f-ab9e-4b0b-96d5-aad3ebb32e94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9088 | 2024.03.26 19:53:22.524657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9089 | 2024.03.26 19:53:22.524708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9090 | 2024.03.26 19:53:22.524727 [ 3 ] {} <Debug> HTTP-Session: 2d9e2da2-0a23-4966-aa0e-27340bbfe497 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9091 | 2024.03.26 19:53:22.524745 [ 3 ] {} <Debug> HTTP-Session: 2d9e2da2-0a23-4966-aa0e-27340bbfe497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9092 | 2024.03.26 19:53:22.524759 [ 3 ] {} <Debug> HTTP-Session: 2d9e2da2-0a23-4966-aa0e-27340bbfe497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9093 | 2024.03.26 19:53:22.524793 [ 3 ] {} <Trace> HTTP-Session: 2d9e2da2-0a23-4966-aa0e-27340bbfe497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9094 | 2024.03.26 19:53:22.524897 [ 3 ] {57a86a5c-bbbd-4514-a180-11a2c604bb89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9095 | 2024.03.26 19:53:22.524944 [ 3 ] {57a86a5c-bbbd-4514-a180-11a2c604bb89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9096 | 2024.03.26 19:53:22.525090 [ 3 ] {57a86a5c-bbbd-4514-a180-11a2c604bb89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9097 | 2024.03.26 19:53:22.525465 [ 3 ] {57a86a5c-bbbd-4514-a180-11a2c604bb89} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9098 | 2024.03.26 19:53:22.525506 [ 3 ] {57a86a5c-bbbd-4514-a180-11a2c604bb89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9099 | 2024.03.26 19:53:22.525914 [ 3 ] {57a86a5c-bbbd-4514-a180-11a2c604bb89} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9100 | 2024.03.26 19:53:22.526270 [ 3 ] {57a86a5c-bbbd-4514-a180-11a2c604bb89} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9101 | 2024.03.26 19:53:22.526399 [ 3 ] {57a86a5c-bbbd-4514-a180-11a2c604bb89} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001558 sec., 64184.85237483954 rows/sec., 4.45 MiB/sec. | ||
9102 | 2024.03.26 19:53:22.526528 [ 3 ] {57a86a5c-bbbd-4514-a180-11a2c604bb89} <Debug> DynamicQueryHandler: Done processing query | ||
9103 | 2024.03.26 19:53:22.526552 [ 3 ] {57a86a5c-bbbd-4514-a180-11a2c604bb89} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9104 | 2024.03.26 19:53:22.526568 [ 3 ] {} <Debug> HTTP-Session: 2d9e2da2-0a23-4966-aa0e-27340bbfe497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9105 | 2024.03.26 19:53:22.526705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9106 | 2024.03.26 19:53:22.526755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9107 | 2024.03.26 19:53:22.526774 [ 3 ] {} <Debug> HTTP-Session: b10c0cc4-9776-4e2a-8bbf-a0ec08e4adb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9108 | 2024.03.26 19:53:22.526790 [ 3 ] {} <Debug> HTTP-Session: b10c0cc4-9776-4e2a-8bbf-a0ec08e4adb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9109 | 2024.03.26 19:53:22.526804 [ 3 ] {} <Debug> HTTP-Session: b10c0cc4-9776-4e2a-8bbf-a0ec08e4adb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9110 | 2024.03.26 19:53:22.526835 [ 3 ] {} <Trace> HTTP-Session: b10c0cc4-9776-4e2a-8bbf-a0ec08e4adb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9111 | 2024.03.26 19:53:22.527106 [ 3 ] {b5a3e0b3-574a-44f7-94b6-cafc0adc7077} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9112 | 2024.03.26 19:53:22.527153 [ 3 ] {b5a3e0b3-574a-44f7-94b6-cafc0adc7077} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9113 | 2024.03.26 19:53:22.527310 [ 3 ] {b5a3e0b3-574a-44f7-94b6-cafc0adc7077} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9114 | 2024.03.26 19:53:22.527842 [ 3 ] {b5a3e0b3-574a-44f7-94b6-cafc0adc7077} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9115 | 2024.03.26 19:53:22.527878 [ 3 ] {b5a3e0b3-574a-44f7-94b6-cafc0adc7077} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9116 | 2024.03.26 19:53:22.528336 [ 3 ] {b5a3e0b3-574a-44f7-94b6-cafc0adc7077} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9117 | 2024.03.26 19:53:22.528691 [ 3 ] {b5a3e0b3-574a-44f7-94b6-cafc0adc7077} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9118 | 2024.03.26 19:53:22.528825 [ 3 ] {b5a3e0b3-574a-44f7-94b6-cafc0adc7077} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001937 sec., 21683.014971605575 rows/sec., 29.26 MiB/sec. | ||
9119 | 2024.03.26 19:53:22.528957 [ 3 ] {b5a3e0b3-574a-44f7-94b6-cafc0adc7077} <Debug> DynamicQueryHandler: Done processing query | ||
9120 | 2024.03.26 19:53:22.528982 [ 3 ] {b5a3e0b3-574a-44f7-94b6-cafc0adc7077} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9121 | 2024.03.26 19:53:22.528999 [ 3 ] {} <Debug> HTTP-Session: b10c0cc4-9776-4e2a-8bbf-a0ec08e4adb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9122 | 2024.03.26 19:53:22.529119 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9123 | 2024.03.26 19:53:22.529169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9124 | 2024.03.26 19:53:22.529188 [ 3 ] {} <Debug> HTTP-Session: 62db5231-33ea-42e1-9e54-991293fabdbc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9125 | 2024.03.26 19:53:22.529205 [ 3 ] {} <Debug> HTTP-Session: 62db5231-33ea-42e1-9e54-991293fabdbc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9126 | 2024.03.26 19:53:22.529218 [ 3 ] {} <Debug> HTTP-Session: 62db5231-33ea-42e1-9e54-991293fabdbc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9127 | 2024.03.26 19:53:22.529250 [ 3 ] {} <Trace> HTTP-Session: 62db5231-33ea-42e1-9e54-991293fabdbc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9128 | 2024.03.26 19:53:22.529326 [ 3 ] {fd27f4ee-2bad-40e3-96de-d7f55650ff77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9129 | 2024.03.26 19:53:22.529369 [ 3 ] {fd27f4ee-2bad-40e3-96de-d7f55650ff77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9130 | 2024.03.26 19:53:22.529494 [ 3 ] {fd27f4ee-2bad-40e3-96de-d7f55650ff77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9131 | 2024.03.26 19:53:22.529789 [ 3 ] {fd27f4ee-2bad-40e3-96de-d7f55650ff77} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9132 | 2024.03.26 19:53:22.529824 [ 3 ] {fd27f4ee-2bad-40e3-96de-d7f55650ff77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9133 | 2024.03.26 19:53:22.530189 [ 3 ] {fd27f4ee-2bad-40e3-96de-d7f55650ff77} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
9134 | 2024.03.26 19:53:22.530517 [ 3 ] {fd27f4ee-2bad-40e3-96de-d7f55650ff77} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9135 | 2024.03.26 19:53:22.530642 [ 3 ] {fd27f4ee-2bad-40e3-96de-d7f55650ff77} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001349 sec., 22238.695329873983 rows/sec., 1.52 MiB/sec. | ||
9136 | 2024.03.26 19:53:22.530767 [ 3 ] {fd27f4ee-2bad-40e3-96de-d7f55650ff77} <Debug> DynamicQueryHandler: Done processing query | ||
9137 | 2024.03.26 19:53:22.530791 [ 3 ] {fd27f4ee-2bad-40e3-96de-d7f55650ff77} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9138 | 2024.03.26 19:53:22.530807 [ 3 ] {} <Debug> HTTP-Session: 62db5231-33ea-42e1-9e54-991293fabdbc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9139 | 2024.03.26 19:53:26.465819 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9140 | 2024.03.26 19:53:26.465894 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9141 | 2024.03.26 19:53:27.516030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9142 | 2024.03.26 19:53:27.516144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9143 | 2024.03.26 19:53:27.516169 [ 3 ] {} <Debug> HTTP-Session: f947c774-6406-4bd4-8ce0-960e26542fec Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9144 | 2024.03.26 19:53:27.516193 [ 3 ] {} <Debug> HTTP-Session: f947c774-6406-4bd4-8ce0-960e26542fec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9145 | 2024.03.26 19:53:27.516207 [ 3 ] {} <Debug> HTTP-Session: f947c774-6406-4bd4-8ce0-960e26542fec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9146 | 2024.03.26 19:53:27.516257 [ 3 ] {} <Trace> HTTP-Session: f947c774-6406-4bd4-8ce0-960e26542fec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9147 | 2024.03.26 19:53:27.516379 [ 3 ] {e8adff03-d3f6-4629-bf43-de7473c3d45f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9148 | 2024.03.26 19:53:27.516448 [ 3 ] {e8adff03-d3f6-4629-bf43-de7473c3d45f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9149 | 2024.03.26 19:53:27.516639 [ 3 ] {e8adff03-d3f6-4629-bf43-de7473c3d45f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9150 | 2024.03.26 19:53:27.517056 [ 3 ] {e8adff03-d3f6-4629-bf43-de7473c3d45f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9151 | 2024.03.26 19:53:27.517097 [ 3 ] {e8adff03-d3f6-4629-bf43-de7473c3d45f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9152 | 2024.03.26 19:53:27.517487 [ 3 ] {e8adff03-d3f6-4629-bf43-de7473c3d45f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9153 | 2024.03.26 19:53:27.517831 [ 3 ] {e8adff03-d3f6-4629-bf43-de7473c3d45f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9154 | 2024.03.26 19:53:27.517976 [ 3 ] {e8adff03-d3f6-4629-bf43-de7473c3d45f} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001654 sec., 9673.518742442562 rows/sec., 784.08 KiB/sec. | ||
9155 | 2024.03.26 19:53:27.518128 [ 3 ] {e8adff03-d3f6-4629-bf43-de7473c3d45f} <Debug> DynamicQueryHandler: Done processing query | ||
9156 | 2024.03.26 19:53:27.518155 [ 3 ] {e8adff03-d3f6-4629-bf43-de7473c3d45f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9157 | 2024.03.26 19:53:27.518171 [ 3 ] {} <Debug> HTTP-Session: f947c774-6406-4bd4-8ce0-960e26542fec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9158 | 2024.03.26 19:53:27.518344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9159 | 2024.03.26 19:53:27.518400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9160 | 2024.03.26 19:53:27.518420 [ 3 ] {} <Debug> HTTP-Session: 8811f0a3-29fe-42f0-96b6-f815b35d33cd Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9161 | 2024.03.26 19:53:27.518438 [ 3 ] {} <Debug> HTTP-Session: 8811f0a3-29fe-42f0-96b6-f815b35d33cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9162 | 2024.03.26 19:53:27.518452 [ 3 ] {} <Debug> HTTP-Session: 8811f0a3-29fe-42f0-96b6-f815b35d33cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9163 | 2024.03.26 19:53:27.518489 [ 3 ] {} <Trace> HTTP-Session: 8811f0a3-29fe-42f0-96b6-f815b35d33cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9164 | 2024.03.26 19:53:27.518585 [ 3 ] {192b3dd5-4e83-499d-a4ea-bf251f0d42b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9165 | 2024.03.26 19:53:27.518632 [ 3 ] {192b3dd5-4e83-499d-a4ea-bf251f0d42b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9166 | 2024.03.26 19:53:27.518762 [ 3 ] {192b3dd5-4e83-499d-a4ea-bf251f0d42b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9167 | 2024.03.26 19:53:27.519187 [ 3 ] {192b3dd5-4e83-499d-a4ea-bf251f0d42b0} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9168 | 2024.03.26 19:53:27.519223 [ 3 ] {192b3dd5-4e83-499d-a4ea-bf251f0d42b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9169 | 2024.03.26 19:53:27.519577 [ 3 ] {192b3dd5-4e83-499d-a4ea-bf251f0d42b0} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9170 | 2024.03.26 19:53:27.519890 [ 3 ] {192b3dd5-4e83-499d-a4ea-bf251f0d42b0} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9171 | 2024.03.26 19:53:27.520018 [ 3 ] {192b3dd5-4e83-499d-a4ea-bf251f0d42b0} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.00148 sec., 50000 rows/sec., 4.15 MiB/sec. | ||
9172 | 2024.03.26 19:53:27.520203 [ 3 ] {192b3dd5-4e83-499d-a4ea-bf251f0d42b0} <Debug> DynamicQueryHandler: Done processing query | ||
9173 | 2024.03.26 19:53:27.520251 [ 3 ] {192b3dd5-4e83-499d-a4ea-bf251f0d42b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9174 | 2024.03.26 19:53:27.520305 [ 3 ] {} <Debug> HTTP-Session: 8811f0a3-29fe-42f0-96b6-f815b35d33cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9175 | 2024.03.26 19:53:27.520512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9176 | 2024.03.26 19:53:27.520567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9177 | 2024.03.26 19:53:27.520587 [ 3 ] {} <Debug> HTTP-Session: 706355cf-afdd-459b-ac2c-e6d1b0559497 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9178 | 2024.03.26 19:53:27.520604 [ 3 ] {} <Debug> HTTP-Session: 706355cf-afdd-459b-ac2c-e6d1b0559497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9179 | 2024.03.26 19:53:27.520617 [ 3 ] {} <Debug> HTTP-Session: 706355cf-afdd-459b-ac2c-e6d1b0559497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9180 | 2024.03.26 19:53:27.520652 [ 3 ] {} <Trace> HTTP-Session: 706355cf-afdd-459b-ac2c-e6d1b0559497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9181 | 2024.03.26 19:53:27.520735 [ 3 ] {d7329ab8-6a78-4ff5-83d5-5fdb96303964} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9182 | 2024.03.26 19:53:27.520779 [ 3 ] {d7329ab8-6a78-4ff5-83d5-5fdb96303964} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9183 | 2024.03.26 19:53:27.520924 [ 3 ] {d7329ab8-6a78-4ff5-83d5-5fdb96303964} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9184 | 2024.03.26 19:53:27.521236 [ 3 ] {d7329ab8-6a78-4ff5-83d5-5fdb96303964} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9185 | 2024.03.26 19:53:27.521272 [ 3 ] {d7329ab8-6a78-4ff5-83d5-5fdb96303964} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9186 | 2024.03.26 19:53:27.521590 [ 3 ] {d7329ab8-6a78-4ff5-83d5-5fdb96303964} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9187 | 2024.03.26 19:53:27.521905 [ 3 ] {d7329ab8-6a78-4ff5-83d5-5fdb96303964} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9188 | 2024.03.26 19:53:27.522030 [ 3 ] {d7329ab8-6a78-4ff5-83d5-5fdb96303964} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001333 sec., 33008.25206301575 rows/sec., 2.58 MiB/sec. | ||
9189 | 2024.03.26 19:53:27.522206 [ 3 ] {d7329ab8-6a78-4ff5-83d5-5fdb96303964} <Debug> DynamicQueryHandler: Done processing query | ||
9190 | 2024.03.26 19:53:27.522258 [ 3 ] {d7329ab8-6a78-4ff5-83d5-5fdb96303964} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9191 | 2024.03.26 19:53:27.522309 [ 3 ] {} <Debug> HTTP-Session: 706355cf-afdd-459b-ac2c-e6d1b0559497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9192 | 2024.03.26 19:53:27.522500 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9193 | 2024.03.26 19:53:27.522552 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9194 | 2024.03.26 19:53:27.522571 [ 3 ] {} <Debug> HTTP-Session: d45e6ca3-42f0-49fd-a7de-73f702c6434d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9195 | 2024.03.26 19:53:27.522589 [ 3 ] {} <Debug> HTTP-Session: d45e6ca3-42f0-49fd-a7de-73f702c6434d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9196 | 2024.03.26 19:53:27.522603 [ 3 ] {} <Debug> HTTP-Session: d45e6ca3-42f0-49fd-a7de-73f702c6434d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9197 | 2024.03.26 19:53:27.522637 [ 3 ] {} <Trace> HTTP-Session: d45e6ca3-42f0-49fd-a7de-73f702c6434d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9198 | 2024.03.26 19:53:27.522746 [ 3 ] {1f58aabd-d539-4a7c-9e25-76c49aa636d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9199 | 2024.03.26 19:53:27.522796 [ 3 ] {1f58aabd-d539-4a7c-9e25-76c49aa636d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9200 | 2024.03.26 19:53:27.522953 [ 3 ] {1f58aabd-d539-4a7c-9e25-76c49aa636d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9201 | 2024.03.26 19:53:27.523312 [ 3 ] {1f58aabd-d539-4a7c-9e25-76c49aa636d4} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9202 | 2024.03.26 19:53:27.523348 [ 3 ] {1f58aabd-d539-4a7c-9e25-76c49aa636d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9203 | 2024.03.26 19:53:27.523750 [ 3 ] {1f58aabd-d539-4a7c-9e25-76c49aa636d4} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9204 | 2024.03.26 19:53:27.524093 [ 3 ] {1f58aabd-d539-4a7c-9e25-76c49aa636d4} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9205 | 2024.03.26 19:53:27.524217 [ 3 ] {1f58aabd-d539-4a7c-9e25-76c49aa636d4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001531 sec., 65316.78641410843 rows/sec., 4.53 MiB/sec. | ||
9206 | 2024.03.26 19:53:27.524344 [ 3 ] {1f58aabd-d539-4a7c-9e25-76c49aa636d4} <Debug> DynamicQueryHandler: Done processing query | ||
9207 | 2024.03.26 19:53:27.524369 [ 3 ] {1f58aabd-d539-4a7c-9e25-76c49aa636d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9208 | 2024.03.26 19:53:27.524384 [ 3 ] {} <Debug> HTTP-Session: d45e6ca3-42f0-49fd-a7de-73f702c6434d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9209 | 2024.03.26 19:53:27.524507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9210 | 2024.03.26 19:53:27.524555 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9211 | 2024.03.26 19:53:27.524573 [ 3 ] {} <Debug> HTTP-Session: 4efacc2d-6bfd-43b4-b8c0-b502b4766a86 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9212 | 2024.03.26 19:53:27.524590 [ 3 ] {} <Debug> HTTP-Session: 4efacc2d-6bfd-43b4-b8c0-b502b4766a86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9213 | 2024.03.26 19:53:27.524603 [ 3 ] {} <Debug> HTTP-Session: 4efacc2d-6bfd-43b4-b8c0-b502b4766a86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9214 | 2024.03.26 19:53:27.524635 [ 3 ] {} <Trace> HTTP-Session: 4efacc2d-6bfd-43b4-b8c0-b502b4766a86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9215 | 2024.03.26 19:53:27.524782 [ 3 ] {5e7b8e19-ef03-47cb-b330-aef2e1bee90c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9216 | 2024.03.26 19:53:27.524828 [ 3 ] {5e7b8e19-ef03-47cb-b330-aef2e1bee90c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9217 | 2024.03.26 19:53:27.524984 [ 3 ] {5e7b8e19-ef03-47cb-b330-aef2e1bee90c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9218 | 2024.03.26 19:53:27.525355 [ 3 ] {5e7b8e19-ef03-47cb-b330-aef2e1bee90c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9219 | 2024.03.26 19:53:27.525390 [ 3 ] {5e7b8e19-ef03-47cb-b330-aef2e1bee90c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9220 | 2024.03.26 19:53:27.525830 [ 3 ] {5e7b8e19-ef03-47cb-b330-aef2e1bee90c} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9221 | 2024.03.26 19:53:27.526169 [ 3 ] {5e7b8e19-ef03-47cb-b330-aef2e1bee90c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9222 | 2024.03.26 19:53:27.526297 [ 3 ] {5e7b8e19-ef03-47cb-b330-aef2e1bee90c} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001616 sec., 9900.990099009901 rows/sec., 13.36 MiB/sec. | ||
9223 | 2024.03.26 19:53:27.526421 [ 3 ] {5e7b8e19-ef03-47cb-b330-aef2e1bee90c} <Debug> DynamicQueryHandler: Done processing query | ||
9224 | 2024.03.26 19:53:27.526446 [ 3 ] {5e7b8e19-ef03-47cb-b330-aef2e1bee90c} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9225 | 2024.03.26 19:53:27.526461 [ 3 ] {} <Debug> HTTP-Session: 4efacc2d-6bfd-43b4-b8c0-b502b4766a86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9226 | 2024.03.26 19:53:27.526579 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9227 | 2024.03.26 19:53:27.526629 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9228 | 2024.03.26 19:53:27.526648 [ 3 ] {} <Debug> HTTP-Session: fdb18a2c-bb3d-4d31-8bb0-3be7cfa42e5e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9229 | 2024.03.26 19:53:27.526665 [ 3 ] {} <Debug> HTTP-Session: fdb18a2c-bb3d-4d31-8bb0-3be7cfa42e5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9230 | 2024.03.26 19:53:27.526679 [ 3 ] {} <Debug> HTTP-Session: fdb18a2c-bb3d-4d31-8bb0-3be7cfa42e5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9231 | 2024.03.26 19:53:27.526711 [ 3 ] {} <Trace> HTTP-Session: fdb18a2c-bb3d-4d31-8bb0-3be7cfa42e5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9232 | 2024.03.26 19:53:27.526793 [ 3 ] {58429d41-c479-4879-8ae4-8369e6c4ac1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9233 | 2024.03.26 19:53:27.526834 [ 3 ] {58429d41-c479-4879-8ae4-8369e6c4ac1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9234 | 2024.03.26 19:53:27.526960 [ 3 ] {58429d41-c479-4879-8ae4-8369e6c4ac1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9235 | 2024.03.26 19:53:27.527238 [ 3 ] {58429d41-c479-4879-8ae4-8369e6c4ac1c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9236 | 2024.03.26 19:53:27.527272 [ 3 ] {58429d41-c479-4879-8ae4-8369e6c4ac1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9237 | 2024.03.26 19:53:27.527718 [ 3 ] {58429d41-c479-4879-8ae4-8369e6c4ac1c} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
9238 | 2024.03.26 19:53:27.528042 [ 3 ] {58429d41-c479-4879-8ae4-8369e6c4ac1c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9239 | 2024.03.26 19:53:27.528169 [ 3 ] {58429d41-c479-4879-8ae4-8369e6c4ac1c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001416 sec., 21186.440677966104 rows/sec., 1.45 MiB/sec. | ||
9240 | 2024.03.26 19:53:27.528289 [ 3 ] {58429d41-c479-4879-8ae4-8369e6c4ac1c} <Debug> DynamicQueryHandler: Done processing query | ||
9241 | 2024.03.26 19:53:27.528313 [ 3 ] {58429d41-c479-4879-8ae4-8369e6c4ac1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9242 | 2024.03.26 19:53:27.528328 [ 3 ] {} <Debug> HTTP-Session: fdb18a2c-bb3d-4d31-8bb0-3be7cfa42e5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9243 | 2024.03.26 19:53:29.248372 [ 125 ] {} <Debug> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
9244 | 2024.03.26 19:53:29.248441 [ 125 ] {} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9245 | 2024.03.26 19:53:29.248467 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9246 | 2024.03.26 19:53:29.248694 [ 200 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
9247 | 2024.03.26 19:53:29.248906 [ 200 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9248 | 2024.03.26 19:53:29.248981 [ 200 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 10 rows starting from the beginning of the part | ||
9249 | 2024.03.26 19:53:29.249067 [ 200 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
9250 | 2024.03.26 19:53:29.249272 [ 200 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
9251 | 2024.03.26 19:53:29.249521 [ 200 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
9252 | 2024.03.26 19:53:29.249629 [ 200 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
9253 | 2024.03.26 19:53:29.250765 [ 191 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002212857 sec., 9038.089673214312 rows/sec., 631.08 KiB/sec. | ||
9254 | 2024.03.26 19:53:29.250971 [ 198 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
9255 | 2024.03.26 19:53:29.251413 [ 198 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9256 | 2024.03.26 19:53:29.251515 [ 198 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_17_4} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
9257 | 2024.03.26 19:53:29.251618 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9258 | 2024.03.26 19:53:30.069535 [ 143 ] {} <Debug> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
9259 | 2024.03.26 19:53:30.069612 [ 143 ] {} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9260 | 2024.03.26 19:53:30.069636 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9261 | 2024.03.26 19:53:30.069797 [ 191 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
9262 | 2024.03.26 19:53:30.070017 [ 191 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9263 | 2024.03.26 19:53:30.070052 [ 191 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 10 rows starting from the beginning of the part | ||
9264 | 2024.03.26 19:53:30.070129 [ 191 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 2 rows starting from the beginning of the part | ||
9265 | 2024.03.26 19:53:30.070334 [ 191 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
9266 | 2024.03.26 19:53:30.070536 [ 191 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
9267 | 2024.03.26 19:53:30.070672 [ 191 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 2 rows starting from the beginning of the part | ||
9268 | 2024.03.26 19:53:30.071784 [ 198 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002082873 sec., 9602.121684807476 rows/sec., 782.99 KiB/sec. | ||
9269 | 2024.03.26 19:53:30.072009 [ 202 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
9270 | 2024.03.26 19:53:30.072526 [ 202 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9271 | 2024.03.26 19:53:30.072635 [ 202 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_17_4} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
9272 | 2024.03.26 19:53:30.072735 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
9273 | 2024.03.26 19:53:32.517602 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9274 | 2024.03.26 19:53:32.517717 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9275 | 2024.03.26 19:53:32.517742 [ 3 ] {} <Debug> HTTP-Session: c174e154-9b3b-4cad-a785-578e8219bfbe Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9276 | 2024.03.26 19:53:32.517767 [ 3 ] {} <Debug> HTTP-Session: c174e154-9b3b-4cad-a785-578e8219bfbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9277 | 2024.03.26 19:53:32.517782 [ 3 ] {} <Debug> HTTP-Session: c174e154-9b3b-4cad-a785-578e8219bfbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9278 | 2024.03.26 19:53:32.517832 [ 3 ] {} <Trace> HTTP-Session: c174e154-9b3b-4cad-a785-578e8219bfbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9279 | 2024.03.26 19:53:32.517960 [ 3 ] {bc8720fb-2eb2-47a2-ba97-eb5a37b6290a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9280 | 2024.03.26 19:53:32.518026 [ 3 ] {bc8720fb-2eb2-47a2-ba97-eb5a37b6290a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9281 | 2024.03.26 19:53:32.518220 [ 3 ] {bc8720fb-2eb2-47a2-ba97-eb5a37b6290a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9282 | 2024.03.26 19:53:32.518658 [ 3 ] {bc8720fb-2eb2-47a2-ba97-eb5a37b6290a} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9283 | 2024.03.26 19:53:32.518709 [ 3 ] {bc8720fb-2eb2-47a2-ba97-eb5a37b6290a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9284 | 2024.03.26 19:53:32.519121 [ 3 ] {bc8720fb-2eb2-47a2-ba97-eb5a37b6290a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9285 | 2024.03.26 19:53:32.519469 [ 3 ] {bc8720fb-2eb2-47a2-ba97-eb5a37b6290a} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9286 | 2024.03.26 19:53:32.519656 [ 3 ] {bc8720fb-2eb2-47a2-ba97-eb5a37b6290a} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.00175 sec., 24000 rows/sec., 1.90 MiB/sec. | ||
9287 | 2024.03.26 19:53:32.519817 [ 3 ] {bc8720fb-2eb2-47a2-ba97-eb5a37b6290a} <Debug> DynamicQueryHandler: Done processing query | ||
9288 | 2024.03.26 19:53:32.519844 [ 3 ] {bc8720fb-2eb2-47a2-ba97-eb5a37b6290a} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9289 | 2024.03.26 19:53:32.519860 [ 3 ] {} <Debug> HTTP-Session: c174e154-9b3b-4cad-a785-578e8219bfbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9290 | 2024.03.26 19:53:32.520002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9291 | 2024.03.26 19:53:32.520060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9292 | 2024.03.26 19:53:32.520079 [ 3 ] {} <Debug> HTTP-Session: 7974550b-d461-4e55-8ac9-ae3e97146d55 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9293 | 2024.03.26 19:53:32.520099 [ 3 ] {} <Debug> HTTP-Session: 7974550b-d461-4e55-8ac9-ae3e97146d55 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9294 | 2024.03.26 19:53:32.520112 [ 3 ] {} <Debug> HTTP-Session: 7974550b-d461-4e55-8ac9-ae3e97146d55 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9295 | 2024.03.26 19:53:32.520149 [ 3 ] {} <Trace> HTTP-Session: 7974550b-d461-4e55-8ac9-ae3e97146d55 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9296 | 2024.03.26 19:53:32.520265 [ 3 ] {a2614337-e57f-43bb-bdf8-d4c46c3b3d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9297 | 2024.03.26 19:53:32.520310 [ 3 ] {a2614337-e57f-43bb-bdf8-d4c46c3b3d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9298 | 2024.03.26 19:53:32.520446 [ 3 ] {a2614337-e57f-43bb-bdf8-d4c46c3b3d25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9299 | 2024.03.26 19:53:32.520911 [ 3 ] {a2614337-e57f-43bb-bdf8-d4c46c3b3d25} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9300 | 2024.03.26 19:53:32.520950 [ 3 ] {a2614337-e57f-43bb-bdf8-d4c46c3b3d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9301 | 2024.03.26 19:53:32.521312 [ 3 ] {a2614337-e57f-43bb-bdf8-d4c46c3b3d25} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9302 | 2024.03.26 19:53:32.521636 [ 3 ] {a2614337-e57f-43bb-bdf8-d4c46c3b3d25} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9303 | 2024.03.26 19:53:32.521792 [ 3 ] {a2614337-e57f-43bb-bdf8-d4c46c3b3d25} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001591 sec., 95537.39786297925 rows/sec., 9.13 MiB/sec. | ||
9304 | 2024.03.26 19:53:32.521932 [ 3 ] {a2614337-e57f-43bb-bdf8-d4c46c3b3d25} <Debug> DynamicQueryHandler: Done processing query | ||
9305 | 2024.03.26 19:53:32.521957 [ 3 ] {a2614337-e57f-43bb-bdf8-d4c46c3b3d25} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9306 | 2024.03.26 19:53:32.521973 [ 3 ] {} <Debug> HTTP-Session: 7974550b-d461-4e55-8ac9-ae3e97146d55 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9307 | 2024.03.26 19:53:32.522100 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9308 | 2024.03.26 19:53:32.522153 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9309 | 2024.03.26 19:53:32.522172 [ 3 ] {} <Debug> HTTP-Session: ebaaa120-c17b-4996-9832-507cfdb14f40 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9310 | 2024.03.26 19:53:32.522190 [ 3 ] {} <Debug> HTTP-Session: ebaaa120-c17b-4996-9832-507cfdb14f40 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9311 | 2024.03.26 19:53:32.522203 [ 3 ] {} <Debug> HTTP-Session: ebaaa120-c17b-4996-9832-507cfdb14f40 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9312 | 2024.03.26 19:53:32.522236 [ 3 ] {} <Trace> HTTP-Session: ebaaa120-c17b-4996-9832-507cfdb14f40 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9313 | 2024.03.26 19:53:32.522344 [ 3 ] {3bf44c6a-62bd-4b6d-9e63-4ef887b3879a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9314 | 2024.03.26 19:53:32.522386 [ 3 ] {3bf44c6a-62bd-4b6d-9e63-4ef887b3879a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9315 | 2024.03.26 19:53:32.522516 [ 3 ] {3bf44c6a-62bd-4b6d-9e63-4ef887b3879a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9316 | 2024.03.26 19:53:32.522851 [ 3 ] {3bf44c6a-62bd-4b6d-9e63-4ef887b3879a} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9317 | 2024.03.26 19:53:32.522890 [ 3 ] {3bf44c6a-62bd-4b6d-9e63-4ef887b3879a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9318 | 2024.03.26 19:53:32.523206 [ 3 ] {3bf44c6a-62bd-4b6d-9e63-4ef887b3879a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9319 | 2024.03.26 19:53:32.523512 [ 3 ] {3bf44c6a-62bd-4b6d-9e63-4ef887b3879a} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9320 | 2024.03.26 19:53:32.523669 [ 3 ] {3bf44c6a-62bd-4b6d-9e63-4ef887b3879a} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001385 sec., 50541.516245487364 rows/sec., 3.95 MiB/sec. | ||
9321 | 2024.03.26 19:53:32.523875 [ 3 ] {3bf44c6a-62bd-4b6d-9e63-4ef887b3879a} <Debug> DynamicQueryHandler: Done processing query | ||
9322 | 2024.03.26 19:53:32.523934 [ 3 ] {3bf44c6a-62bd-4b6d-9e63-4ef887b3879a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9323 | 2024.03.26 19:53:32.523996 [ 3 ] {} <Debug> HTTP-Session: ebaaa120-c17b-4996-9832-507cfdb14f40 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9324 | 2024.03.26 19:53:32.524166 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9325 | 2024.03.26 19:53:32.524219 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9326 | 2024.03.26 19:53:32.524238 [ 3 ] {} <Debug> HTTP-Session: a000c113-7365-4333-81f0-d44c1ddee7b9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9327 | 2024.03.26 19:53:32.524255 [ 3 ] {} <Debug> HTTP-Session: a000c113-7365-4333-81f0-d44c1ddee7b9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9328 | 2024.03.26 19:53:32.524269 [ 3 ] {} <Debug> HTTP-Session: a000c113-7365-4333-81f0-d44c1ddee7b9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9329 | 2024.03.26 19:53:32.524301 [ 3 ] {} <Trace> HTTP-Session: a000c113-7365-4333-81f0-d44c1ddee7b9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9330 | 2024.03.26 19:53:32.524406 [ 3 ] {b4e7d930-0269-4318-97a1-8775fc857c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9331 | 2024.03.26 19:53:32.524453 [ 3 ] {b4e7d930-0269-4318-97a1-8775fc857c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9332 | 2024.03.26 19:53:32.524619 [ 3 ] {b4e7d930-0269-4318-97a1-8775fc857c7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9333 | 2024.03.26 19:53:32.524990 [ 3 ] {b4e7d930-0269-4318-97a1-8775fc857c7a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9334 | 2024.03.26 19:53:32.525027 [ 3 ] {b4e7d930-0269-4318-97a1-8775fc857c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9335 | 2024.03.26 19:53:32.525425 [ 3 ] {b4e7d930-0269-4318-97a1-8775fc857c7a} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9336 | 2024.03.26 19:53:32.525765 [ 3 ] {b4e7d930-0269-4318-97a1-8775fc857c7a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9337 | 2024.03.26 19:53:32.525915 [ 3 ] {b4e7d930-0269-4318-97a1-8775fc857c7a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001563 sec., 63979.52655150352 rows/sec., 4.44 MiB/sec. | ||
9338 | 2024.03.26 19:53:32.526049 [ 3 ] {b4e7d930-0269-4318-97a1-8775fc857c7a} <Debug> DynamicQueryHandler: Done processing query | ||
9339 | 2024.03.26 19:53:32.526074 [ 3 ] {b4e7d930-0269-4318-97a1-8775fc857c7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9340 | 2024.03.26 19:53:32.526089 [ 3 ] {} <Debug> HTTP-Session: a000c113-7365-4333-81f0-d44c1ddee7b9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9341 | 2024.03.26 19:53:32.526262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9342 | 2024.03.26 19:53:32.526311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9343 | 2024.03.26 19:53:32.526330 [ 3 ] {} <Debug> HTTP-Session: 1928591c-0078-476d-968b-9faf59cb6ada Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9344 | 2024.03.26 19:53:32.526347 [ 3 ] {} <Debug> HTTP-Session: 1928591c-0078-476d-968b-9faf59cb6ada Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9345 | 2024.03.26 19:53:32.526361 [ 3 ] {} <Debug> HTTP-Session: 1928591c-0078-476d-968b-9faf59cb6ada Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9346 | 2024.03.26 19:53:32.526393 [ 3 ] {} <Trace> HTTP-Session: 1928591c-0078-476d-968b-9faf59cb6ada Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9347 | 2024.03.26 19:53:32.526659 [ 3 ] {d64a6d62-5b1a-4f6e-88af-6e9e9177e546} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9348 | 2024.03.26 19:53:32.526705 [ 3 ] {d64a6d62-5b1a-4f6e-88af-6e9e9177e546} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9349 | 2024.03.26 19:53:32.526867 [ 3 ] {d64a6d62-5b1a-4f6e-88af-6e9e9177e546} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9350 | 2024.03.26 19:53:32.527390 [ 3 ] {d64a6d62-5b1a-4f6e-88af-6e9e9177e546} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9351 | 2024.03.26 19:53:32.527429 [ 3 ] {d64a6d62-5b1a-4f6e-88af-6e9e9177e546} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9352 | 2024.03.26 19:53:32.527883 [ 3 ] {d64a6d62-5b1a-4f6e-88af-6e9e9177e546} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9353 | 2024.03.26 19:53:32.528229 [ 3 ] {d64a6d62-5b1a-4f6e-88af-6e9e9177e546} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9354 | 2024.03.26 19:53:32.528390 [ 3 ] {d64a6d62-5b1a-4f6e-88af-6e9e9177e546} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001938 sec., 21671.826625386995 rows/sec., 29.25 MiB/sec. | ||
9355 | 2024.03.26 19:53:32.528525 [ 3 ] {d64a6d62-5b1a-4f6e-88af-6e9e9177e546} <Debug> DynamicQueryHandler: Done processing query | ||
9356 | 2024.03.26 19:53:32.528551 [ 3 ] {d64a6d62-5b1a-4f6e-88af-6e9e9177e546} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9357 | 2024.03.26 19:53:32.528567 [ 3 ] {} <Debug> HTTP-Session: 1928591c-0078-476d-968b-9faf59cb6ada Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9358 | 2024.03.26 19:53:32.528680 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9359 | 2024.03.26 19:53:32.528728 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9360 | 2024.03.26 19:53:32.528746 [ 3 ] {} <Debug> HTTP-Session: d87d473b-b0b1-4679-b425-73fbd9117693 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9361 | 2024.03.26 19:53:32.528763 [ 3 ] {} <Debug> HTTP-Session: d87d473b-b0b1-4679-b425-73fbd9117693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9362 | 2024.03.26 19:53:32.528777 [ 3 ] {} <Debug> HTTP-Session: d87d473b-b0b1-4679-b425-73fbd9117693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9363 | 2024.03.26 19:53:32.528807 [ 3 ] {} <Trace> HTTP-Session: d87d473b-b0b1-4679-b425-73fbd9117693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9364 | 2024.03.26 19:53:32.528882 [ 3 ] {a8f40fce-8747-4347-97fb-87a385769398} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9365 | 2024.03.26 19:53:32.528924 [ 3 ] {a8f40fce-8747-4347-97fb-87a385769398} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9366 | 2024.03.26 19:53:32.529051 [ 3 ] {a8f40fce-8747-4347-97fb-87a385769398} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9367 | 2024.03.26 19:53:32.529325 [ 3 ] {a8f40fce-8747-4347-97fb-87a385769398} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9368 | 2024.03.26 19:53:32.529364 [ 3 ] {a8f40fce-8747-4347-97fb-87a385769398} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9369 | 2024.03.26 19:53:32.529715 [ 3 ] {a8f40fce-8747-4347-97fb-87a385769398} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
9370 | 2024.03.26 19:53:32.530029 [ 3 ] {a8f40fce-8747-4347-97fb-87a385769398} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9371 | 2024.03.26 19:53:32.530181 [ 3 ] {a8f40fce-8747-4347-97fb-87a385769398} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001321 sec., 22710.068130204392 rows/sec., 1.56 MiB/sec. | ||
9372 | 2024.03.26 19:53:32.530350 [ 3 ] {a8f40fce-8747-4347-97fb-87a385769398} <Debug> DynamicQueryHandler: Done processing query | ||
9373 | 2024.03.26 19:53:32.530400 [ 3 ] {a8f40fce-8747-4347-97fb-87a385769398} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9374 | 2024.03.26 19:53:32.530459 [ 3 ] {} <Debug> HTTP-Session: d87d473b-b0b1-4679-b425-73fbd9117693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9375 | 2024.03.26 19:53:37.518101 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9376 | 2024.03.26 19:53:37.518237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9377 | 2024.03.26 19:53:37.518267 [ 3 ] {} <Debug> HTTP-Session: 83d46fe7-5e01-40f7-aa05-fa47920938dc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9378 | 2024.03.26 19:53:37.518297 [ 3 ] {} <Debug> HTTP-Session: 83d46fe7-5e01-40f7-aa05-fa47920938dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9379 | 2024.03.26 19:53:37.518316 [ 3 ] {} <Debug> HTTP-Session: 83d46fe7-5e01-40f7-aa05-fa47920938dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9380 | 2024.03.26 19:53:37.518373 [ 3 ] {} <Trace> HTTP-Session: 83d46fe7-5e01-40f7-aa05-fa47920938dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9381 | 2024.03.26 19:53:37.518510 [ 3 ] {068e5ca6-b42b-4b31-a4cf-134a2bb3f871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9382 | 2024.03.26 19:53:37.518581 [ 3 ] {068e5ca6-b42b-4b31-a4cf-134a2bb3f871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9383 | 2024.03.26 19:53:37.518780 [ 3 ] {068e5ca6-b42b-4b31-a4cf-134a2bb3f871} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9384 | 2024.03.26 19:53:37.519268 [ 3 ] {068e5ca6-b42b-4b31-a4cf-134a2bb3f871} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9385 | 2024.03.26 19:53:37.519323 [ 3 ] {068e5ca6-b42b-4b31-a4cf-134a2bb3f871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9386 | 2024.03.26 19:53:37.519720 [ 3 ] {068e5ca6-b42b-4b31-a4cf-134a2bb3f871} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9387 | 2024.03.26 19:53:37.520051 [ 3 ] {068e5ca6-b42b-4b31-a4cf-134a2bb3f871} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9388 | 2024.03.26 19:53:37.520224 [ 3 ] {068e5ca6-b42b-4b31-a4cf-134a2bb3f871} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001773 sec., 9024.252679075014 rows/sec., 731.46 KiB/sec. | ||
9389 | 2024.03.26 19:53:37.520415 [ 3 ] {068e5ca6-b42b-4b31-a4cf-134a2bb3f871} <Debug> DynamicQueryHandler: Done processing query | ||
9390 | 2024.03.26 19:53:37.520442 [ 3 ] {068e5ca6-b42b-4b31-a4cf-134a2bb3f871} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9391 | 2024.03.26 19:53:37.520458 [ 3 ] {} <Debug> HTTP-Session: 83d46fe7-5e01-40f7-aa05-fa47920938dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9392 | 2024.03.26 19:53:37.520592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9393 | 2024.03.26 19:53:37.520648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9394 | 2024.03.26 19:53:37.520667 [ 3 ] {} <Debug> HTTP-Session: abe5f061-723b-41c0-bed3-c495b553cc71 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9395 | 2024.03.26 19:53:37.520686 [ 3 ] {} <Debug> HTTP-Session: abe5f061-723b-41c0-bed3-c495b553cc71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9396 | 2024.03.26 19:53:37.520700 [ 3 ] {} <Debug> HTTP-Session: abe5f061-723b-41c0-bed3-c495b553cc71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9397 | 2024.03.26 19:53:37.520736 [ 3 ] {} <Trace> HTTP-Session: abe5f061-723b-41c0-bed3-c495b553cc71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9398 | 2024.03.26 19:53:37.520806 [ 3 ] {fff348d2-14fc-4d2f-9027-562e2aaaa9dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9399 | 2024.03.26 19:53:37.520851 [ 3 ] {fff348d2-14fc-4d2f-9027-562e2aaaa9dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9400 | 2024.03.26 19:53:37.520987 [ 3 ] {fff348d2-14fc-4d2f-9027-562e2aaaa9dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9401 | 2024.03.26 19:53:37.521325 [ 3 ] {fff348d2-14fc-4d2f-9027-562e2aaaa9dc} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9402 | 2024.03.26 19:53:37.521364 [ 3 ] {fff348d2-14fc-4d2f-9027-562e2aaaa9dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9403 | 2024.03.26 19:53:37.521694 [ 3 ] {fff348d2-14fc-4d2f-9027-562e2aaaa9dc} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9404 | 2024.03.26 19:53:37.522002 [ 3 ] {fff348d2-14fc-4d2f-9027-562e2aaaa9dc} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9405 | 2024.03.26 19:53:37.522158 [ 3 ] {fff348d2-14fc-4d2f-9027-562e2aaaa9dc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001371 sec., 1458.7892049598834 rows/sec., 118.95 KiB/sec. | ||
9406 | 2024.03.26 19:53:37.522317 [ 3 ] {fff348d2-14fc-4d2f-9027-562e2aaaa9dc} <Debug> DynamicQueryHandler: Done processing query | ||
9407 | 2024.03.26 19:53:37.522345 [ 3 ] {fff348d2-14fc-4d2f-9027-562e2aaaa9dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9408 | 2024.03.26 19:53:37.522362 [ 3 ] {} <Debug> HTTP-Session: abe5f061-723b-41c0-bed3-c495b553cc71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9409 | 2024.03.26 19:53:37.522483 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9410 | 2024.03.26 19:53:37.522531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9411 | 2024.03.26 19:53:37.522550 [ 3 ] {} <Debug> HTTP-Session: 7bd662b3-1eae-4a33-96da-f8745f46d116 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9412 | 2024.03.26 19:53:37.522567 [ 3 ] {} <Debug> HTTP-Session: 7bd662b3-1eae-4a33-96da-f8745f46d116 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9413 | 2024.03.26 19:53:37.522581 [ 3 ] {} <Debug> HTTP-Session: 7bd662b3-1eae-4a33-96da-f8745f46d116 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9414 | 2024.03.26 19:53:37.522612 [ 3 ] {} <Trace> HTTP-Session: 7bd662b3-1eae-4a33-96da-f8745f46d116 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9415 | 2024.03.26 19:53:37.522707 [ 3 ] {9f596710-8a09-47fa-81f0-5cd3bb961d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9416 | 2024.03.26 19:53:37.522749 [ 3 ] {9f596710-8a09-47fa-81f0-5cd3bb961d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9417 | 2024.03.26 19:53:37.522876 [ 3 ] {9f596710-8a09-47fa-81f0-5cd3bb961d8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9418 | 2024.03.26 19:53:37.523238 [ 3 ] {9f596710-8a09-47fa-81f0-5cd3bb961d8c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9419 | 2024.03.26 19:53:37.523275 [ 3 ] {9f596710-8a09-47fa-81f0-5cd3bb961d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9420 | 2024.03.26 19:53:37.523595 [ 3 ] {9f596710-8a09-47fa-81f0-5cd3bb961d8c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9421 | 2024.03.26 19:53:37.523902 [ 3 ] {9f596710-8a09-47fa-81f0-5cd3bb961d8c} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9422 | 2024.03.26 19:53:37.524068 [ 3 ] {9f596710-8a09-47fa-81f0-5cd3bb961d8c} <Debug> executeQuery: Read 111 rows, 9.14 KiB in 0.001404 sec., 79059.82905982906 rows/sec., 6.36 MiB/sec. | ||
9423 | 2024.03.26 19:53:37.524073 [ 146 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
9424 | 2024.03.26 19:53:37.524178 [ 146 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9425 | 2024.03.26 19:53:37.524221 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9426 | 2024.03.26 19:53:37.524249 [ 3 ] {9f596710-8a09-47fa-81f0-5cd3bb961d8c} <Debug> DynamicQueryHandler: Done processing query | ||
9427 | 2024.03.26 19:53:37.524356 [ 3 ] {9f596710-8a09-47fa-81f0-5cd3bb961d8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9428 | 2024.03.26 19:53:37.524542 [ 3 ] {} <Debug> HTTP-Session: 7bd662b3-1eae-4a33-96da-f8745f46d116 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9429 | 2024.03.26 19:53:37.524796 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
9430 | 2024.03.26 19:53:37.525039 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9431 | 2024.03.26 19:53:37.525297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9432 | 2024.03.26 19:53:37.525454 [ 3 ] {} <Debug> HTTP-Session: e2df06f3-5aef-4fe4-a268-a62be0e45cb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9433 | 2024.03.26 19:53:37.525532 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9434 | 2024.03.26 19:53:37.525597 [ 3 ] {} <Debug> HTTP-Session: e2df06f3-5aef-4fe4-a268-a62be0e45cb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9435 | 2024.03.26 19:53:37.525657 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 241 rows starting from the beginning of the part | ||
9436 | 2024.03.26 19:53:37.525705 [ 3 ] {} <Debug> HTTP-Session: e2df06f3-5aef-4fe4-a268-a62be0e45cb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9437 | 2024.03.26 19:53:37.526061 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 75 rows starting from the beginning of the part | ||
9438 | 2024.03.26 19:53:37.526189 [ 3 ] {} <Trace> HTTP-Session: e2df06f3-5aef-4fe4-a268-a62be0e45cb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9439 | 2024.03.26 19:53:37.526361 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 152 rows starting from the beginning of the part | ||
9440 | 2024.03.26 19:53:37.526451 [ 3 ] {050d4f9e-4b43-4c04-af51-06b24f96e029} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9441 | 2024.03.26 19:53:37.526684 [ 3 ] {050d4f9e-4b43-4c04-af51-06b24f96e029} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9442 | 2024.03.26 19:53:37.526714 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 74 rows starting from the beginning of the part | ||
9443 | 2024.03.26 19:53:37.527080 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 152 rows starting from the beginning of the part | ||
9444 | 2024.03.26 19:53:37.527400 [ 193 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 111 rows starting from the beginning of the part | ||
9445 | 2024.03.26 19:53:37.527958 [ 3 ] {050d4f9e-4b43-4c04-af51-06b24f96e029} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9446 | 2024.03.26 19:53:37.528776 [ 3 ] {050d4f9e-4b43-4c04-af51-06b24f96e029} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9447 | 2024.03.26 19:53:37.528866 [ 3 ] {050d4f9e-4b43-4c04-af51-06b24f96e029} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9448 | 2024.03.26 19:53:37.529690 [ 3 ] {050d4f9e-4b43-4c04-af51-06b24f96e029} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
9449 | 2024.03.26 19:53:37.530404 [ 3 ] {050d4f9e-4b43-4c04-af51-06b24f96e029} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9450 | 2024.03.26 19:53:37.530458 [ 196 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 805 rows, containing 4 columns (4 merged, 0 gathered) in 0.006156366 sec., 130758.95747588757 rows/sec., 11.73 MiB/sec. | ||
9451 | 2024.03.26 19:53:37.530664 [ 3 ] {050d4f9e-4b43-4c04-af51-06b24f96e029} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004294 sec., 465.76618537494176 rows/sec., 32.52 KiB/sec. | ||
9452 | 2024.03.26 19:53:37.530847 [ 189 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
9453 | 2024.03.26 19:53:37.531097 [ 3 ] {050d4f9e-4b43-4c04-af51-06b24f96e029} <Debug> DynamicQueryHandler: Done processing query | ||
9454 | 2024.03.26 19:53:37.531183 [ 3 ] {050d4f9e-4b43-4c04-af51-06b24f96e029} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9455 | 2024.03.26 19:53:37.531232 [ 3 ] {} <Debug> HTTP-Session: e2df06f3-5aef-4fe4-a268-a62be0e45cb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9456 | 2024.03.26 19:53:37.531418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9457 | 2024.03.26 19:53:37.531541 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9458 | 2024.03.26 19:53:37.531577 [ 3 ] {} <Debug> HTTP-Session: e0ff4058-c951-4dbe-9c2c-a8a7f5f35c2b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9459 | 2024.03.26 19:53:37.531640 [ 3 ] {} <Debug> HTTP-Session: e0ff4058-c951-4dbe-9c2c-a8a7f5f35c2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9460 | 2024.03.26 19:53:37.531676 [ 3 ] {} <Debug> HTTP-Session: e0ff4058-c951-4dbe-9c2c-a8a7f5f35c2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9461 | 2024.03.26 19:53:37.531725 [ 3 ] {} <Trace> HTTP-Session: e0ff4058-c951-4dbe-9c2c-a8a7f5f35c2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9462 | 2024.03.26 19:53:37.531916 [ 3 ] {3bc8a40a-d8ab-44c8-81dc-c67006ada34b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9463 | 2024.03.26 19:53:37.531966 [ 189 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9464 | 2024.03.26 19:53:37.531989 [ 3 ] {3bc8a40a-d8ab-44c8-81dc-c67006ada34b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9465 | 2024.03.26 19:53:37.532230 [ 189 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_65_13} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
9466 | 2024.03.26 19:53:37.532426 [ 3 ] {3bc8a40a-d8ab-44c8-81dc-c67006ada34b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9467 | 2024.03.26 19:53:37.532435 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
9468 | 2024.03.26 19:53:37.532842 [ 3 ] {3bc8a40a-d8ab-44c8-81dc-c67006ada34b} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9469 | 2024.03.26 19:53:37.532884 [ 3 ] {3bc8a40a-d8ab-44c8-81dc-c67006ada34b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9470 | 2024.03.26 19:53:37.533207 [ 3 ] {3bc8a40a-d8ab-44c8-81dc-c67006ada34b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9471 | 2024.03.26 19:53:37.533545 [ 3 ] {3bc8a40a-d8ab-44c8-81dc-c67006ada34b} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9472 | 2024.03.26 19:53:37.533721 [ 3 ] {3bc8a40a-d8ab-44c8-81dc-c67006ada34b} <Debug> executeQuery: Read 70 rows, 5.58 KiB in 0.001901 sec., 36822.72488164125 rows/sec., 2.87 MiB/sec. | ||
9473 | 2024.03.26 19:53:37.533732 [ 146 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
9474 | 2024.03.26 19:53:37.533825 [ 146 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9475 | 2024.03.26 19:53:37.533887 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9476 | 2024.03.26 19:53:37.533947 [ 3 ] {3bc8a40a-d8ab-44c8-81dc-c67006ada34b} <Debug> DynamicQueryHandler: Done processing query | ||
9477 | 2024.03.26 19:53:37.534048 [ 3 ] {3bc8a40a-d8ab-44c8-81dc-c67006ada34b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9478 | 2024.03.26 19:53:37.534168 [ 3 ] {} <Debug> HTTP-Session: e0ff4058-c951-4dbe-9c2c-a8a7f5f35c2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9479 | 2024.03.26 19:53:37.534184 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_60_12 to all_65_65_0 into Compact with storage Full | ||
9480 | 2024.03.26 19:53:37.534468 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26291, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9481 | 2024.03.26 19:53:37.534807 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9482 | 2024.03.26 19:53:37.534828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9483 | 2024.03.26 19:53:37.534927 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 138 rows starting from the beginning of the part | ||
9484 | 2024.03.26 19:53:37.534983 [ 3 ] {} <Debug> HTTP-Session: 42948681-f5ef-452d-b56a-0043f7fe6423 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9485 | 2024.03.26 19:53:37.535168 [ 3 ] {} <Debug> HTTP-Session: 42948681-f5ef-452d-b56a-0043f7fe6423 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9486 | 2024.03.26 19:53:37.535291 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 46 rows starting from the beginning of the part | ||
9487 | 2024.03.26 19:53:37.535386 [ 3 ] {} <Debug> HTTP-Session: 42948681-f5ef-452d-b56a-0043f7fe6423 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9488 | 2024.03.26 19:53:37.535556 [ 3 ] {} <Trace> HTTP-Session: 42948681-f5ef-452d-b56a-0043f7fe6423 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9489 | 2024.03.26 19:53:37.535700 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 70 rows starting from the beginning of the part | ||
9490 | 2024.03.26 19:53:37.535934 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 44 rows starting from the beginning of the part | ||
9491 | 2024.03.26 19:53:37.536021 [ 3 ] {e1f6bd96-14cd-4b78-b600-d95db223e341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9492 | 2024.03.26 19:53:37.536242 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 70 rows starting from the beginning of the part | ||
9493 | 2024.03.26 19:53:37.536351 [ 3 ] {e1f6bd96-14cd-4b78-b600-d95db223e341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9494 | 2024.03.26 19:53:37.536506 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 70 rows starting from the beginning of the part | ||
9495 | 2024.03.26 19:53:37.537214 [ 3 ] {e1f6bd96-14cd-4b78-b600-d95db223e341} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9496 | 2024.03.26 19:53:37.538132 [ 3 ] {e1f6bd96-14cd-4b78-b600-d95db223e341} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9497 | 2024.03.26 19:53:37.538194 [ 3 ] {e1f6bd96-14cd-4b78-b600-d95db223e341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9498 | 2024.03.26 19:53:37.539259 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 4 columns (4 merged, 0 gathered) in 0.00528991 sec., 82799.14025002315 rows/sec., 6.46 MiB/sec. | ||
9499 | 2024.03.26 19:53:37.539307 [ 3 ] {e1f6bd96-14cd-4b78-b600-d95db223e341} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9500 | 2024.03.26 19:53:37.539450 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
9501 | 2024.03.26 19:53:37.539855 [ 3 ] {e1f6bd96-14cd-4b78-b600-d95db223e341} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9502 | 2024.03.26 19:53:37.540125 [ 3 ] {e1f6bd96-14cd-4b78-b600-d95db223e341} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.004295 sec., 31897.555296856808 rows/sec., 2.22 MiB/sec. | ||
9503 | 2024.03.26 19:53:37.540195 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9504 | 2024.03.26 19:53:37.540317 [ 3 ] {e1f6bd96-14cd-4b78-b600-d95db223e341} <Debug> DynamicQueryHandler: Done processing query | ||
9505 | 2024.03.26 19:53:37.540330 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_65_13} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
9506 | 2024.03.26 19:53:37.540347 [ 3 ] {e1f6bd96-14cd-4b78-b600-d95db223e341} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
9507 | 2024.03.26 19:53:37.540369 [ 3 ] {} <Debug> HTTP-Session: 42948681-f5ef-452d-b56a-0043f7fe6423 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9508 | 2024.03.26 19:53:37.540456 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9509 | 2024.03.26 19:53:37.540507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9510 | 2024.03.26 19:53:37.540557 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9511 | 2024.03.26 19:53:37.540576 [ 3 ] {} <Debug> HTTP-Session: 23d41279-9e50-4c23-8f48-8a2ede1e3dbf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9512 | 2024.03.26 19:53:37.540592 [ 3 ] {} <Debug> HTTP-Session: 23d41279-9e50-4c23-8f48-8a2ede1e3dbf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9513 | 2024.03.26 19:53:37.540606 [ 3 ] {} <Debug> HTTP-Session: 23d41279-9e50-4c23-8f48-8a2ede1e3dbf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9514 | 2024.03.26 19:53:37.540638 [ 3 ] {} <Trace> HTTP-Session: 23d41279-9e50-4c23-8f48-8a2ede1e3dbf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9515 | 2024.03.26 19:53:37.540830 [ 3 ] {fcd50008-63ca-4643-8fb4-043e09402f86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9516 | 2024.03.26 19:53:37.540876 [ 3 ] {fcd50008-63ca-4643-8fb4-043e09402f86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9517 | 2024.03.26 19:53:37.541040 [ 3 ] {fcd50008-63ca-4643-8fb4-043e09402f86} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9518 | 2024.03.26 19:53:37.541470 [ 3 ] {fcd50008-63ca-4643-8fb4-043e09402f86} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9519 | 2024.03.26 19:53:37.541506 [ 3 ] {fcd50008-63ca-4643-8fb4-043e09402f86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9520 | 2024.03.26 19:53:37.541913 [ 3 ] {fcd50008-63ca-4643-8fb4-043e09402f86} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9521 | 2024.03.26 19:53:37.542254 [ 3 ] {fcd50008-63ca-4643-8fb4-043e09402f86} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9522 | 2024.03.26 19:53:37.542421 [ 3 ] {fcd50008-63ca-4643-8fb4-043e09402f86} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001723 sec., 9286.128845037725 rows/sec., 12.53 MiB/sec. | ||
9523 | 2024.03.26 19:53:37.542553 [ 3 ] {fcd50008-63ca-4643-8fb4-043e09402f86} <Debug> DynamicQueryHandler: Done processing query | ||
9524 | 2024.03.26 19:53:37.542577 [ 3 ] {fcd50008-63ca-4643-8fb4-043e09402f86} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9525 | 2024.03.26 19:53:37.542592 [ 3 ] {} <Debug> HTTP-Session: 23d41279-9e50-4c23-8f48-8a2ede1e3dbf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9526 | 2024.03.26 19:53:37.542733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9527 | 2024.03.26 19:53:37.542783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9528 | 2024.03.26 19:53:37.542801 [ 3 ] {} <Debug> HTTP-Session: 70314b30-2e1a-483c-95a2-6510987e8d3e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9529 | 2024.03.26 19:53:37.542817 [ 3 ] {} <Debug> HTTP-Session: 70314b30-2e1a-483c-95a2-6510987e8d3e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9530 | 2024.03.26 19:53:37.542831 [ 3 ] {} <Debug> HTTP-Session: 70314b30-2e1a-483c-95a2-6510987e8d3e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9531 | 2024.03.26 19:53:37.542861 [ 3 ] {} <Trace> HTTP-Session: 70314b30-2e1a-483c-95a2-6510987e8d3e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9532 | 2024.03.26 19:53:37.542936 [ 3 ] {a5787506-a089-45fd-a266-42eed28462de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9533 | 2024.03.26 19:53:37.542978 [ 3 ] {a5787506-a089-45fd-a266-42eed28462de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9534 | 2024.03.26 19:53:37.543106 [ 3 ] {a5787506-a089-45fd-a266-42eed28462de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9535 | 2024.03.26 19:53:37.543413 [ 3 ] {a5787506-a089-45fd-a266-42eed28462de} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9536 | 2024.03.26 19:53:37.543451 [ 3 ] {a5787506-a089-45fd-a266-42eed28462de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.43 GiB. | ||
9537 | 2024.03.26 19:53:37.543806 [ 3 ] {a5787506-a089-45fd-a266-42eed28462de} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
9538 | 2024.03.26 19:53:37.544150 [ 3 ] {a5787506-a089-45fd-a266-42eed28462de} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9539 | 2024.03.26 19:53:37.544322 [ 3 ] {a5787506-a089-45fd-a266-42eed28462de} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001408 sec., 21306.818181818184 rows/sec., 1.46 MiB/sec. | ||
9540 | 2024.03.26 19:53:37.544464 [ 3 ] {a5787506-a089-45fd-a266-42eed28462de} <Debug> DynamicQueryHandler: Done processing query | ||
9541 | 2024.03.26 19:53:37.544499 [ 3 ] {a5787506-a089-45fd-a266-42eed28462de} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9542 | 2024.03.26 19:53:37.544530 [ 3 ] {} <Debug> HTTP-Session: 70314b30-2e1a-483c-95a2-6510987e8d3e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9543 | 2024.03.26 19:53:41.465950 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9544 | 2024.03.26 19:53:41.466022 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9545 | 2024.03.26 19:53:42.517828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9546 | 2024.03.26 19:53:42.517946 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9547 | 2024.03.26 19:53:42.517973 [ 3 ] {} <Debug> HTTP-Session: 7ad0432a-e8bf-4fdb-8291-707bc3dd7190 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9548 | 2024.03.26 19:53:42.517999 [ 3 ] {} <Debug> HTTP-Session: 7ad0432a-e8bf-4fdb-8291-707bc3dd7190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9549 | 2024.03.26 19:53:42.518014 [ 3 ] {} <Debug> HTTP-Session: 7ad0432a-e8bf-4fdb-8291-707bc3dd7190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9550 | 2024.03.26 19:53:42.518071 [ 3 ] {} <Trace> HTTP-Session: 7ad0432a-e8bf-4fdb-8291-707bc3dd7190 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9551 | 2024.03.26 19:53:42.518204 [ 3 ] {ea1624a0-16a1-4cf4-91dd-ec1853582fac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9552 | 2024.03.26 19:53:42.518271 [ 3 ] {ea1624a0-16a1-4cf4-91dd-ec1853582fac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9553 | 2024.03.26 19:53:42.518466 [ 3 ] {ea1624a0-16a1-4cf4-91dd-ec1853582fac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9554 | 2024.03.26 19:53:42.518915 [ 3 ] {ea1624a0-16a1-4cf4-91dd-ec1853582fac} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9555 | 2024.03.26 19:53:42.518965 [ 3 ] {ea1624a0-16a1-4cf4-91dd-ec1853582fac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9556 | 2024.03.26 19:53:42.519362 [ 3 ] {ea1624a0-16a1-4cf4-91dd-ec1853582fac} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9557 | 2024.03.26 19:53:42.519699 [ 3 ] {ea1624a0-16a1-4cf4-91dd-ec1853582fac} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9558 | 2024.03.26 19:53:42.519865 [ 3 ] {ea1624a0-16a1-4cf4-91dd-ec1853582fac} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001721 sec., 24404.41603718768 rows/sec., 1.93 MiB/sec. | ||
9559 | 2024.03.26 19:53:42.519887 [ 145 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9560 | 2024.03.26 19:53:42.519985 [ 145 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9561 | 2024.03.26 19:53:42.520039 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9562 | 2024.03.26 19:53:42.520122 [ 3 ] {ea1624a0-16a1-4cf4-91dd-ec1853582fac} <Debug> DynamicQueryHandler: Done processing query | ||
9563 | 2024.03.26 19:53:42.520241 [ 3 ] {ea1624a0-16a1-4cf4-91dd-ec1853582fac} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9564 | 2024.03.26 19:53:42.520341 [ 3 ] {} <Debug> HTTP-Session: 7ad0432a-e8bf-4fdb-8291-707bc3dd7190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9565 | 2024.03.26 19:53:42.520505 [ 187 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
9566 | 2024.03.26 19:53:42.520705 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9567 | 2024.03.26 19:53:42.520870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9568 | 2024.03.26 19:53:42.520919 [ 3 ] {} <Debug> HTTP-Session: bb599751-ea8d-4585-a03a-b9c8a7571d48 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9569 | 2024.03.26 19:53:42.520973 [ 3 ] {} <Debug> HTTP-Session: bb599751-ea8d-4585-a03a-b9c8a7571d48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9570 | 2024.03.26 19:53:42.520990 [ 187 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9571 | 2024.03.26 19:53:42.521003 [ 3 ] {} <Debug> HTTP-Session: bb599751-ea8d-4585-a03a-b9c8a7571d48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9572 | 2024.03.26 19:53:42.521053 [ 187 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 58 rows starting from the beginning of the part | ||
9573 | 2024.03.26 19:53:42.521078 [ 3 ] {} <Trace> HTTP-Session: bb599751-ea8d-4585-a03a-b9c8a7571d48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9574 | 2024.03.26 19:53:42.521279 [ 187 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 42 rows starting from the beginning of the part | ||
9575 | 2024.03.26 19:53:42.521470 [ 3 ] {2aa26b0d-37fb-46b6-a959-f095e6e3641d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9576 | 2024.03.26 19:53:42.521553 [ 187 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
9577 | 2024.03.26 19:53:42.521709 [ 3 ] {2aa26b0d-37fb-46b6-a959-f095e6e3641d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9578 | 2024.03.26 19:53:42.521897 [ 187 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 42 rows starting from the beginning of the part | ||
9579 | 2024.03.26 19:53:42.522243 [ 187 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part | ||
9580 | 2024.03.26 19:53:42.522530 [ 187 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 42 rows starting from the beginning of the part | ||
9581 | 2024.03.26 19:53:42.523178 [ 3 ] {2aa26b0d-37fb-46b6-a959-f095e6e3641d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9582 | 2024.03.26 19:53:42.524076 [ 3 ] {2aa26b0d-37fb-46b6-a959-f095e6e3641d} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9583 | 2024.03.26 19:53:42.524142 [ 3 ] {2aa26b0d-37fb-46b6-a959-f095e6e3641d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9584 | 2024.03.26 19:53:42.525134 [ 3 ] {2aa26b0d-37fb-46b6-a959-f095e6e3641d} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9585 | 2024.03.26 19:53:42.525185 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.005042343 sec., 42837.228645492774 rows/sec., 3.39 MiB/sec. | ||
9586 | 2024.03.26 19:53:42.525354 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9587 | 2024.03.26 19:53:42.525632 [ 3 ] {2aa26b0d-37fb-46b6-a959-f095e6e3641d} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9588 | 2024.03.26 19:53:42.525856 [ 3 ] {2aa26b0d-37fb-46b6-a959-f095e6e3641d} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.004646 sec., 32716.315109771847 rows/sec., 3.13 MiB/sec. | ||
9589 | 2024.03.26 19:53:42.525973 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9590 | 2024.03.26 19:53:42.526042 [ 3 ] {2aa26b0d-37fb-46b6-a959-f095e6e3641d} <Debug> DynamicQueryHandler: Done processing query | ||
9591 | 2024.03.26 19:53:42.526075 [ 3 ] {2aa26b0d-37fb-46b6-a959-f095e6e3641d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9592 | 2024.03.26 19:53:42.526075 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_56_11} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9593 | 2024.03.26 19:53:42.526097 [ 3 ] {} <Debug> HTTP-Session: bb599751-ea8d-4585-a03a-b9c8a7571d48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9594 | 2024.03.26 19:53:42.526179 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
9595 | 2024.03.26 19:53:42.526230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9596 | 2024.03.26 19:53:42.526286 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9597 | 2024.03.26 19:53:42.526305 [ 3 ] {} <Debug> HTTP-Session: b3deb8e0-84cd-4df1-9e64-7fdb2fb28229 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9598 | 2024.03.26 19:53:42.526323 [ 3 ] {} <Debug> HTTP-Session: b3deb8e0-84cd-4df1-9e64-7fdb2fb28229 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9599 | 2024.03.26 19:53:42.526337 [ 3 ] {} <Debug> HTTP-Session: b3deb8e0-84cd-4df1-9e64-7fdb2fb28229 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9600 | 2024.03.26 19:53:42.526371 [ 3 ] {} <Trace> HTTP-Session: b3deb8e0-84cd-4df1-9e64-7fdb2fb28229 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9601 | 2024.03.26 19:53:42.526476 [ 3 ] {778a314a-034d-436f-8ab7-737be56d71a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9602 | 2024.03.26 19:53:42.526517 [ 3 ] {778a314a-034d-436f-8ab7-737be56d71a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9603 | 2024.03.26 19:53:42.526653 [ 3 ] {778a314a-034d-436f-8ab7-737be56d71a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9604 | 2024.03.26 19:53:42.527059 [ 3 ] {778a314a-034d-436f-8ab7-737be56d71a0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9605 | 2024.03.26 19:53:42.527099 [ 3 ] {778a314a-034d-436f-8ab7-737be56d71a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9606 | 2024.03.26 19:53:42.527427 [ 3 ] {778a314a-034d-436f-8ab7-737be56d71a0} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9607 | 2024.03.26 19:53:42.527781 [ 3 ] {778a314a-034d-436f-8ab7-737be56d71a0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9608 | 2024.03.26 19:53:42.527933 [ 3 ] {778a314a-034d-436f-8ab7-737be56d71a0} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.00151 sec., 46357.615894039736 rows/sec., 3.62 MiB/sec. | ||
9609 | 2024.03.26 19:53:42.528069 [ 3 ] {778a314a-034d-436f-8ab7-737be56d71a0} <Debug> DynamicQueryHandler: Done processing query | ||
9610 | 2024.03.26 19:53:42.528092 [ 3 ] {778a314a-034d-436f-8ab7-737be56d71a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9611 | 2024.03.26 19:53:42.528108 [ 3 ] {} <Debug> HTTP-Session: b3deb8e0-84cd-4df1-9e64-7fdb2fb28229 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9612 | 2024.03.26 19:53:42.528234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9613 | 2024.03.26 19:53:42.528285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9614 | 2024.03.26 19:53:42.528304 [ 3 ] {} <Debug> HTTP-Session: fc2b3aca-1faa-4d60-8938-34d3c81dd50d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9615 | 2024.03.26 19:53:42.528321 [ 3 ] {} <Debug> HTTP-Session: fc2b3aca-1faa-4d60-8938-34d3c81dd50d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9616 | 2024.03.26 19:53:42.528335 [ 3 ] {} <Debug> HTTP-Session: fc2b3aca-1faa-4d60-8938-34d3c81dd50d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9617 | 2024.03.26 19:53:42.528369 [ 3 ] {} <Trace> HTTP-Session: fc2b3aca-1faa-4d60-8938-34d3c81dd50d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9618 | 2024.03.26 19:53:42.528487 [ 3 ] {8810f633-68d2-412a-ab7d-a4dbce6fe78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9619 | 2024.03.26 19:53:42.528533 [ 3 ] {8810f633-68d2-412a-ab7d-a4dbce6fe78a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9620 | 2024.03.26 19:53:42.528680 [ 3 ] {8810f633-68d2-412a-ab7d-a4dbce6fe78a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9621 | 2024.03.26 19:53:42.529072 [ 3 ] {8810f633-68d2-412a-ab7d-a4dbce6fe78a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9622 | 2024.03.26 19:53:42.529109 [ 3 ] {8810f633-68d2-412a-ab7d-a4dbce6fe78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9623 | 2024.03.26 19:53:42.529508 [ 3 ] {8810f633-68d2-412a-ab7d-a4dbce6fe78a} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9624 | 2024.03.26 19:53:42.529854 [ 3 ] {8810f633-68d2-412a-ab7d-a4dbce6fe78a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9625 | 2024.03.26 19:53:42.530014 [ 145 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
9626 | 2024.03.26 19:53:42.530016 [ 3 ] {8810f633-68d2-412a-ab7d-a4dbce6fe78a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001589 sec., 62932.662051604784 rows/sec., 4.36 MiB/sec. | ||
9627 | 2024.03.26 19:53:42.530080 [ 145 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9628 | 2024.03.26 19:53:42.530149 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9629 | 2024.03.26 19:53:42.530312 [ 3 ] {8810f633-68d2-412a-ab7d-a4dbce6fe78a} <Debug> DynamicQueryHandler: Done processing query | ||
9630 | 2024.03.26 19:53:42.530334 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
9631 | 2024.03.26 19:53:42.530345 [ 3 ] {8810f633-68d2-412a-ab7d-a4dbce6fe78a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9632 | 2024.03.26 19:53:42.530380 [ 3 ] {} <Debug> HTTP-Session: fc2b3aca-1faa-4d60-8938-34d3c81dd50d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9633 | 2024.03.26 19:53:42.530495 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9634 | 2024.03.26 19:53:42.530534 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 6633 rows starting from the beginning of the part | ||
9635 | 2024.03.26 19:53:42.530566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9636 | 2024.03.26 19:53:42.530698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9637 | 2024.03.26 19:53:42.530715 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 100 rows starting from the beginning of the part | ||
9638 | 2024.03.26 19:53:42.530778 [ 3 ] {} <Debug> HTTP-Session: 1463b29e-9da7-40c0-9c48-42b706131dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9639 | 2024.03.26 19:53:42.530863 [ 3 ] {} <Debug> HTTP-Session: 1463b29e-9da7-40c0-9c48-42b706131dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9640 | 2024.03.26 19:53:42.530975 [ 3 ] {} <Debug> HTTP-Session: 1463b29e-9da7-40c0-9c48-42b706131dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9641 | 2024.03.26 19:53:42.531111 [ 3 ] {} <Trace> HTTP-Session: 1463b29e-9da7-40c0-9c48-42b706131dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9642 | 2024.03.26 19:53:42.531118 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 100 rows starting from the beginning of the part | ||
9643 | 2024.03.26 19:53:42.531308 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 100 rows starting from the beginning of the part | ||
9644 | 2024.03.26 19:53:42.531480 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 137 rows starting from the beginning of the part | ||
9645 | 2024.03.26 19:53:42.531564 [ 3 ] {03b87742-5d00-4874-a3a9-d7bfaedeaa3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9646 | 2024.03.26 19:53:42.531779 [ 3 ] {03b87742-5d00-4874-a3a9-d7bfaedeaa3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9647 | 2024.03.26 19:53:42.531786 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 100 rows starting from the beginning of the part | ||
9648 | 2024.03.26 19:53:42.532427 [ 3 ] {03b87742-5d00-4874-a3a9-d7bfaedeaa3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9649 | 2024.03.26 19:53:42.533160 [ 3 ] {03b87742-5d00-4874-a3a9-d7bfaedeaa3c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9650 | 2024.03.26 19:53:42.533208 [ 3 ] {03b87742-5d00-4874-a3a9-d7bfaedeaa3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9651 | 2024.03.26 19:53:42.533831 [ 3 ] {03b87742-5d00-4874-a3a9-d7bfaedeaa3c} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9652 | 2024.03.26 19:53:42.534255 [ 3 ] {03b87742-5d00-4874-a3a9-d7bfaedeaa3c} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9653 | 2024.03.26 19:53:42.534428 [ 3 ] {03b87742-5d00-4874-a3a9-d7bfaedeaa3c} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.003196 sec., 13141.426783479348 rows/sec., 17.73 MiB/sec. | ||
9654 | 2024.03.26 19:53:42.534432 [ 145 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9655 | 2024.03.26 19:53:42.534564 [ 145 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9656 | 2024.03.26 19:53:42.534611 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9657 | 2024.03.26 19:53:42.534756 [ 3 ] {03b87742-5d00-4874-a3a9-d7bfaedeaa3c} <Debug> DynamicQueryHandler: Done processing query | ||
9658 | 2024.03.26 19:53:42.534889 [ 3 ] {03b87742-5d00-4874-a3a9-d7bfaedeaa3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9659 | 2024.03.26 19:53:42.534995 [ 3 ] {} <Debug> HTTP-Session: 1463b29e-9da7-40c0-9c48-42b706131dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9660 | 2024.03.26 19:53:42.535141 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
9661 | 2024.03.26 19:53:42.535450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9662 | 2024.03.26 19:53:42.535813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9663 | 2024.03.26 19:53:42.536036 [ 3 ] {} <Debug> HTTP-Session: ee33cd72-99e4-4a8c-8b48-86229bb7dff9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9664 | 2024.03.26 19:53:42.536240 [ 3 ] {} <Debug> HTTP-Session: ee33cd72-99e4-4a8c-8b48-86229bb7dff9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9665 | 2024.03.26 19:53:42.536430 [ 3 ] {} <Debug> HTTP-Session: ee33cd72-99e4-4a8c-8b48-86229bb7dff9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9666 | 2024.03.26 19:53:42.536686 [ 3 ] {} <Trace> HTTP-Session: ee33cd72-99e4-4a8c-8b48-86229bb7dff9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9667 | 2024.03.26 19:53:42.536726 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7170 rows, containing 5 columns (5 merged, 0 gathered) in 0.006440114 sec., 1113334.3291749184 rows/sec., 77.30 MiB/sec. | ||
9668 | 2024.03.26 19:53:42.536828 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9669 | 2024.03.26 19:53:42.536909 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1437 rows starting from the beginning of the part | ||
9670 | 2024.03.26 19:53:42.536944 [ 3 ] {62972d29-adf5-4157-928b-0345a20f684b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9671 | 2024.03.26 19:53:42.537065 [ 3 ] {62972d29-adf5-4157-928b-0345a20f684b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9672 | 2024.03.26 19:53:42.537082 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 42 rows starting from the beginning of the part | ||
9673 | 2024.03.26 19:53:42.537495 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
9674 | 2024.03.26 19:53:42.537619 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 16 rows starting from the beginning of the part | ||
9675 | 2024.03.26 19:53:42.538194 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 42 rows starting from the beginning of the part | ||
9676 | 2024.03.26 19:53:42.538743 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 16 rows starting from the beginning of the part | ||
9677 | 2024.03.26 19:53:42.538793 [ 3 ] {62972d29-adf5-4157-928b-0345a20f684b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9678 | 2024.03.26 19:53:42.539253 [ 196 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 42 rows starting from the beginning of the part | ||
9679 | 2024.03.26 19:53:42.540120 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9680 | 2024.03.26 19:53:42.540201 [ 3 ] {62972d29-adf5-4157-928b-0345a20f684b} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9681 | 2024.03.26 19:53:42.540260 [ 3 ] {62972d29-adf5-4157-928b-0345a20f684b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9682 | 2024.03.26 19:53:42.540275 [ 188 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
9683 | 2024.03.26 19:53:42.540471 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.36 MiB. | ||
9684 | 2024.03.26 19:53:42.540887 [ 3 ] {62972d29-adf5-4157-928b-0345a20f684b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
9685 | 2024.03.26 19:53:42.541312 [ 3 ] {62972d29-adf5-4157-928b-0345a20f684b} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9686 | 2024.03.26 19:53:42.541480 [ 3 ] {62972d29-adf5-4157-928b-0345a20f684b} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004577 sec., 6554.511688879178 rows/sec., 459.80 KiB/sec. | ||
9687 | 2024.03.26 19:53:42.541484 [ 145 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
9688 | 2024.03.26 19:53:42.541576 [ 145 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9689 | 2024.03.26 19:53:42.541631 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9690 | 2024.03.26 19:53:42.541719 [ 3 ] {62972d29-adf5-4157-928b-0345a20f684b} <Debug> DynamicQueryHandler: Done processing query | ||
9691 | 2024.03.26 19:53:42.541789 [ 3 ] {62972d29-adf5-4157-928b-0345a20f684b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9692 | 2024.03.26 19:53:42.541846 [ 3 ] {} <Debug> HTTP-Session: ee33cd72-99e4-4a8c-8b48-86229bb7dff9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9693 | 2024.03.26 19:53:42.541884 [ 186 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
9694 | 2024.03.26 19:53:42.542343 [ 186 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9695 | 2024.03.26 19:53:42.542422 [ 186 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1818 rows starting from the beginning of the part | ||
9696 | 2024.03.26 19:53:42.542698 [ 186 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 30 rows starting from the beginning of the part | ||
9697 | 2024.03.26 19:53:42.543064 [ 186 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 30 rows starting from the beginning of the part | ||
9698 | 2024.03.26 19:53:42.543377 [ 186 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 30 rows starting from the beginning of the part | ||
9699 | 2024.03.26 19:53:42.543664 [ 186 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 30 rows starting from the beginning of the part | ||
9700 | 2024.03.26 19:53:42.543966 [ 186 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 30 rows starting from the beginning of the part | ||
9701 | 2024.03.26 19:53:42.547578 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1968 rows, containing 4 columns (4 merged, 0 gathered) in 0.005842576 sec., 336837.72363423253 rows/sec., 23.08 MiB/sec. | ||
9702 | 2024.03.26 19:53:42.547836 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
9703 | 2024.03.26 19:53:42.548309 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9704 | 2024.03.26 19:53:42.548411 [ 190 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_66_13} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
9705 | 2024.03.26 19:53:42.548680 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
9706 | 2024.03.26 19:53:42.548873 [ 190 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1595 rows, containing 6 columns (6 merged, 0 gathered) in 0.014169058 sec., 112569.2336074847 rows/sec., 151.91 MiB/sec. | ||
9707 | 2024.03.26 19:53:42.549718 [ 192 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9708 | 2024.03.26 19:53:42.550163 [ 192 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9709 | 2024.03.26 19:53:42.550240 [ 192 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_56_11} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
9710 | 2024.03.26 19:53:42.550325 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.98 MiB. | ||
9711 | 2024.03.26 19:53:43.000139 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.30 MiB, peak 212.56 MiB, free memory in arenas 0.00 B, will set to 201.40 MiB (RSS), difference: 4.09 MiB | ||
9712 | 2024.03.26 19:53:47.515878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9713 | 2024.03.26 19:53:47.516019 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9714 | 2024.03.26 19:53:47.516048 [ 3 ] {} <Debug> HTTP-Session: 9d6263de-9870-4ef2-a3f0-c6d81bbd31dc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9715 | 2024.03.26 19:53:47.516078 [ 3 ] {} <Debug> HTTP-Session: 9d6263de-9870-4ef2-a3f0-c6d81bbd31dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9716 | 2024.03.26 19:53:47.516096 [ 3 ] {} <Debug> HTTP-Session: 9d6263de-9870-4ef2-a3f0-c6d81bbd31dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9717 | 2024.03.26 19:53:47.516153 [ 3 ] {} <Trace> HTTP-Session: 9d6263de-9870-4ef2-a3f0-c6d81bbd31dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9718 | 2024.03.26 19:53:47.516294 [ 3 ] {da66fc0a-0a07-4ae8-8cb9-098e2a9cf3f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9719 | 2024.03.26 19:53:47.516365 [ 3 ] {da66fc0a-0a07-4ae8-8cb9-098e2a9cf3f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9720 | 2024.03.26 19:53:47.516583 [ 3 ] {da66fc0a-0a07-4ae8-8cb9-098e2a9cf3f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9721 | 2024.03.26 19:53:47.517045 [ 3 ] {da66fc0a-0a07-4ae8-8cb9-098e2a9cf3f8} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9722 | 2024.03.26 19:53:47.517094 [ 3 ] {da66fc0a-0a07-4ae8-8cb9-098e2a9cf3f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9723 | 2024.03.26 19:53:47.517491 [ 3 ] {da66fc0a-0a07-4ae8-8cb9-098e2a9cf3f8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9724 | 2024.03.26 19:53:47.517847 [ 3 ] {da66fc0a-0a07-4ae8-8cb9-098e2a9cf3f8} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9725 | 2024.03.26 19:53:47.518031 [ 3 ] {da66fc0a-0a07-4ae8-8cb9-098e2a9cf3f8} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001802 sec., 8879.023307436182 rows/sec., 719.69 KiB/sec. | ||
9726 | 2024.03.26 19:53:47.518215 [ 3 ] {da66fc0a-0a07-4ae8-8cb9-098e2a9cf3f8} <Debug> DynamicQueryHandler: Done processing query | ||
9727 | 2024.03.26 19:53:47.518255 [ 3 ] {da66fc0a-0a07-4ae8-8cb9-098e2a9cf3f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9728 | 2024.03.26 19:53:47.518287 [ 3 ] {} <Debug> HTTP-Session: 9d6263de-9870-4ef2-a3f0-c6d81bbd31dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9729 | 2024.03.26 19:53:47.518429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9730 | 2024.03.26 19:53:47.518487 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9731 | 2024.03.26 19:53:47.518506 [ 3 ] {} <Debug> HTTP-Session: 908bfb84-01df-41d9-8a45-511802813937 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9732 | 2024.03.26 19:53:47.518524 [ 3 ] {} <Debug> HTTP-Session: 908bfb84-01df-41d9-8a45-511802813937 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9733 | 2024.03.26 19:53:47.518538 [ 3 ] {} <Debug> HTTP-Session: 908bfb84-01df-41d9-8a45-511802813937 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9734 | 2024.03.26 19:53:47.518574 [ 3 ] {} <Trace> HTTP-Session: 908bfb84-01df-41d9-8a45-511802813937 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9735 | 2024.03.26 19:53:47.518644 [ 3 ] {11b0e67f-9721-4ceb-a0be-20f8c30a6d69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9736 | 2024.03.26 19:53:47.518690 [ 3 ] {11b0e67f-9721-4ceb-a0be-20f8c30a6d69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9737 | 2024.03.26 19:53:47.518824 [ 3 ] {11b0e67f-9721-4ceb-a0be-20f8c30a6d69} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9738 | 2024.03.26 19:53:47.519127 [ 3 ] {11b0e67f-9721-4ceb-a0be-20f8c30a6d69} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9739 | 2024.03.26 19:53:47.519165 [ 3 ] {11b0e67f-9721-4ceb-a0be-20f8c30a6d69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9740 | 2024.03.26 19:53:47.519476 [ 3 ] {11b0e67f-9721-4ceb-a0be-20f8c30a6d69} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9741 | 2024.03.26 19:53:47.519790 [ 3 ] {11b0e67f-9721-4ceb-a0be-20f8c30a6d69} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9742 | 2024.03.26 19:53:47.519958 [ 3 ] {11b0e67f-9721-4ceb-a0be-20f8c30a6d69} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001336 sec., 1497.005988023952 rows/sec., 122.07 KiB/sec. | ||
9743 | 2024.03.26 19:53:47.520170 [ 3 ] {11b0e67f-9721-4ceb-a0be-20f8c30a6d69} <Debug> DynamicQueryHandler: Done processing query | ||
9744 | 2024.03.26 19:53:47.520225 [ 3 ] {11b0e67f-9721-4ceb-a0be-20f8c30a6d69} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9745 | 2024.03.26 19:53:47.520255 [ 3 ] {} <Debug> HTTP-Session: 908bfb84-01df-41d9-8a45-511802813937 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9746 | 2024.03.26 19:53:47.520386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9747 | 2024.03.26 19:53:47.520436 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9748 | 2024.03.26 19:53:47.520455 [ 3 ] {} <Debug> HTTP-Session: 0d894a1f-cc39-4629-b48d-6c2c9fc0c687 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9749 | 2024.03.26 19:53:47.520472 [ 3 ] {} <Debug> HTTP-Session: 0d894a1f-cc39-4629-b48d-6c2c9fc0c687 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9750 | 2024.03.26 19:53:47.520486 [ 3 ] {} <Debug> HTTP-Session: 0d894a1f-cc39-4629-b48d-6c2c9fc0c687 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9751 | 2024.03.26 19:53:47.520518 [ 3 ] {} <Trace> HTTP-Session: 0d894a1f-cc39-4629-b48d-6c2c9fc0c687 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9752 | 2024.03.26 19:53:47.520607 [ 3 ] {abf10605-049e-472c-9d8a-3615f1ff5d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9753 | 2024.03.26 19:53:47.520648 [ 3 ] {abf10605-049e-472c-9d8a-3615f1ff5d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9754 | 2024.03.26 19:53:47.520793 [ 3 ] {abf10605-049e-472c-9d8a-3615f1ff5d2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9755 | 2024.03.26 19:53:47.521133 [ 3 ] {abf10605-049e-472c-9d8a-3615f1ff5d2b} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9756 | 2024.03.26 19:53:47.521170 [ 3 ] {abf10605-049e-472c-9d8a-3615f1ff5d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9757 | 2024.03.26 19:53:47.521498 [ 3 ] {abf10605-049e-472c-9d8a-3615f1ff5d2b} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9758 | 2024.03.26 19:53:47.521825 [ 3 ] {abf10605-049e-472c-9d8a-3615f1ff5d2b} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9759 | 2024.03.26 19:53:47.521982 [ 3 ] {abf10605-049e-472c-9d8a-3615f1ff5d2b} <Debug> executeQuery: Read 75 rows, 6.38 KiB in 0.00141 sec., 53191.48936170213 rows/sec., 4.42 MiB/sec. | ||
9760 | 2024.03.26 19:53:47.522123 [ 3 ] {abf10605-049e-472c-9d8a-3615f1ff5d2b} <Debug> DynamicQueryHandler: Done processing query | ||
9761 | 2024.03.26 19:53:47.522158 [ 3 ] {abf10605-049e-472c-9d8a-3615f1ff5d2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9762 | 2024.03.26 19:53:47.522191 [ 3 ] {} <Debug> HTTP-Session: 0d894a1f-cc39-4629-b48d-6c2c9fc0c687 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9763 | 2024.03.26 19:53:47.522311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9764 | 2024.03.26 19:53:47.522361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9765 | 2024.03.26 19:53:47.522379 [ 3 ] {} <Debug> HTTP-Session: 5bc5596b-92ec-493d-97d8-0ec160d2b30b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9766 | 2024.03.26 19:53:47.522396 [ 3 ] {} <Debug> HTTP-Session: 5bc5596b-92ec-493d-97d8-0ec160d2b30b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9767 | 2024.03.26 19:53:47.522410 [ 3 ] {} <Debug> HTTP-Session: 5bc5596b-92ec-493d-97d8-0ec160d2b30b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9768 | 2024.03.26 19:53:47.522442 [ 3 ] {} <Trace> HTTP-Session: 5bc5596b-92ec-493d-97d8-0ec160d2b30b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9769 | 2024.03.26 19:53:47.522507 [ 3 ] {a7af7c60-6973-4ee7-9259-b00b496fed58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9770 | 2024.03.26 19:53:47.522548 [ 3 ] {a7af7c60-6973-4ee7-9259-b00b496fed58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9771 | 2024.03.26 19:53:47.522674 [ 3 ] {a7af7c60-6973-4ee7-9259-b00b496fed58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9772 | 2024.03.26 19:53:47.522945 [ 3 ] {a7af7c60-6973-4ee7-9259-b00b496fed58} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9773 | 2024.03.26 19:53:47.522981 [ 3 ] {a7af7c60-6973-4ee7-9259-b00b496fed58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9774 | 2024.03.26 19:53:47.523283 [ 3 ] {a7af7c60-6973-4ee7-9259-b00b496fed58} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
9775 | 2024.03.26 19:53:47.523599 [ 3 ] {a7af7c60-6973-4ee7-9259-b00b496fed58} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9776 | 2024.03.26 19:53:47.523756 [ 3 ] {a7af7c60-6973-4ee7-9259-b00b496fed58} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001267 sec., 1578.531965272297 rows/sec., 110.22 KiB/sec. | ||
9777 | 2024.03.26 19:53:47.524009 [ 3 ] {a7af7c60-6973-4ee7-9259-b00b496fed58} <Debug> DynamicQueryHandler: Done processing query | ||
9778 | 2024.03.26 19:53:47.524059 [ 3 ] {a7af7c60-6973-4ee7-9259-b00b496fed58} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9779 | 2024.03.26 19:53:47.524079 [ 3 ] {} <Debug> HTTP-Session: 5bc5596b-92ec-493d-97d8-0ec160d2b30b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9780 | 2024.03.26 19:53:47.524210 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9781 | 2024.03.26 19:53:47.524260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9782 | 2024.03.26 19:53:47.524278 [ 3 ] {} <Debug> HTTP-Session: 7c17e5cf-4e05-475e-8cc2-c885b3c22580 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9783 | 2024.03.26 19:53:47.524295 [ 3 ] {} <Debug> HTTP-Session: 7c17e5cf-4e05-475e-8cc2-c885b3c22580 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9784 | 2024.03.26 19:53:47.524309 [ 3 ] {} <Debug> HTTP-Session: 7c17e5cf-4e05-475e-8cc2-c885b3c22580 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9785 | 2024.03.26 19:53:47.524340 [ 3 ] {} <Trace> HTTP-Session: 7c17e5cf-4e05-475e-8cc2-c885b3c22580 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9786 | 2024.03.26 19:53:47.524426 [ 3 ] {da8dc69c-1c52-4edf-9def-81a815558bfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9787 | 2024.03.26 19:53:47.524467 [ 3 ] {da8dc69c-1c52-4edf-9def-81a815558bfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9788 | 2024.03.26 19:53:47.524615 [ 3 ] {da8dc69c-1c52-4edf-9def-81a815558bfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9789 | 2024.03.26 19:53:47.524920 [ 3 ] {da8dc69c-1c52-4edf-9def-81a815558bfb} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9790 | 2024.03.26 19:53:47.524958 [ 3 ] {da8dc69c-1c52-4edf-9def-81a815558bfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9791 | 2024.03.26 19:53:47.525268 [ 3 ] {da8dc69c-1c52-4edf-9def-81a815558bfb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9792 | 2024.03.26 19:53:47.525576 [ 3 ] {da8dc69c-1c52-4edf-9def-81a815558bfb} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9793 | 2024.03.26 19:53:47.525729 [ 3 ] {da8dc69c-1c52-4edf-9def-81a815558bfb} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001339 sec., 34353.99551904407 rows/sec., 2.68 MiB/sec. | ||
9794 | 2024.03.26 19:53:47.525923 [ 3 ] {da8dc69c-1c52-4edf-9def-81a815558bfb} <Debug> DynamicQueryHandler: Done processing query | ||
9795 | 2024.03.26 19:53:47.525975 [ 3 ] {da8dc69c-1c52-4edf-9def-81a815558bfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9796 | 2024.03.26 19:53:47.526033 [ 3 ] {} <Debug> HTTP-Session: 7c17e5cf-4e05-475e-8cc2-c885b3c22580 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9797 | 2024.03.26 19:53:47.526221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9798 | 2024.03.26 19:53:47.526272 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9799 | 2024.03.26 19:53:47.526290 [ 3 ] {} <Debug> HTTP-Session: 59231583-5c0c-4909-9158-173c607ee383 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9800 | 2024.03.26 19:53:47.526306 [ 3 ] {} <Debug> HTTP-Session: 59231583-5c0c-4909-9158-173c607ee383 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9801 | 2024.03.26 19:53:47.526320 [ 3 ] {} <Debug> HTTP-Session: 59231583-5c0c-4909-9158-173c607ee383 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9802 | 2024.03.26 19:53:47.526353 [ 3 ] {} <Trace> HTTP-Session: 59231583-5c0c-4909-9158-173c607ee383 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9803 | 2024.03.26 19:53:47.526461 [ 3 ] {82a7accb-5e7e-4bb5-9c2c-69835986992e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9804 | 2024.03.26 19:53:47.526508 [ 3 ] {82a7accb-5e7e-4bb5-9c2c-69835986992e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9805 | 2024.03.26 19:53:47.526664 [ 3 ] {82a7accb-5e7e-4bb5-9c2c-69835986992e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9806 | 2024.03.26 19:53:47.527076 [ 3 ] {82a7accb-5e7e-4bb5-9c2c-69835986992e} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9807 | 2024.03.26 19:53:47.527113 [ 3 ] {82a7accb-5e7e-4bb5-9c2c-69835986992e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9808 | 2024.03.26 19:53:47.527506 [ 3 ] {82a7accb-5e7e-4bb5-9c2c-69835986992e} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9809 | 2024.03.26 19:53:47.527858 [ 3 ] {82a7accb-5e7e-4bb5-9c2c-69835986992e} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9810 | 2024.03.26 19:53:47.528017 [ 3 ] {82a7accb-5e7e-4bb5-9c2c-69835986992e} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001606 sec., 62889.16562889166 rows/sec., 4.36 MiB/sec. | ||
9811 | 2024.03.26 19:53:47.528214 [ 3 ] {82a7accb-5e7e-4bb5-9c2c-69835986992e} <Debug> DynamicQueryHandler: Done processing query | ||
9812 | 2024.03.26 19:53:47.528264 [ 3 ] {82a7accb-5e7e-4bb5-9c2c-69835986992e} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9813 | 2024.03.26 19:53:47.528316 [ 3 ] {} <Debug> HTTP-Session: 59231583-5c0c-4909-9158-173c607ee383 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9814 | 2024.03.26 19:53:47.528492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9815 | 2024.03.26 19:53:47.528545 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9816 | 2024.03.26 19:53:47.528564 [ 3 ] {} <Debug> HTTP-Session: 1047fb39-ee6d-4a09-b677-8d70b7d82d34 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9817 | 2024.03.26 19:53:47.528581 [ 3 ] {} <Debug> HTTP-Session: 1047fb39-ee6d-4a09-b677-8d70b7d82d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9818 | 2024.03.26 19:53:47.528594 [ 3 ] {} <Debug> HTTP-Session: 1047fb39-ee6d-4a09-b677-8d70b7d82d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9819 | 2024.03.26 19:53:47.528626 [ 3 ] {} <Trace> HTTP-Session: 1047fb39-ee6d-4a09-b677-8d70b7d82d34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9820 | 2024.03.26 19:53:47.528784 [ 3 ] {6400d118-8d38-4872-a546-6b9d4c45fce0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9821 | 2024.03.26 19:53:47.528833 [ 3 ] {6400d118-8d38-4872-a546-6b9d4c45fce0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9822 | 2024.03.26 19:53:47.529008 [ 3 ] {6400d118-8d38-4872-a546-6b9d4c45fce0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9823 | 2024.03.26 19:53:47.529393 [ 3 ] {6400d118-8d38-4872-a546-6b9d4c45fce0} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9824 | 2024.03.26 19:53:47.529430 [ 3 ] {6400d118-8d38-4872-a546-6b9d4c45fce0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9825 | 2024.03.26 19:53:47.529837 [ 3 ] {6400d118-8d38-4872-a546-6b9d4c45fce0} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
9826 | 2024.03.26 19:53:47.530186 [ 3 ] {6400d118-8d38-4872-a546-6b9d4c45fce0} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9827 | 2024.03.26 19:53:47.530344 [ 3 ] {6400d118-8d38-4872-a546-6b9d4c45fce0} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001668 sec., 9592.32613908873 rows/sec., 12.94 MiB/sec. | ||
9828 | 2024.03.26 19:53:47.530475 [ 3 ] {6400d118-8d38-4872-a546-6b9d4c45fce0} <Debug> DynamicQueryHandler: Done processing query | ||
9829 | 2024.03.26 19:53:47.530500 [ 3 ] {6400d118-8d38-4872-a546-6b9d4c45fce0} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9830 | 2024.03.26 19:53:47.530515 [ 3 ] {} <Debug> HTTP-Session: 1047fb39-ee6d-4a09-b677-8d70b7d82d34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9831 | 2024.03.26 19:53:47.530637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9832 | 2024.03.26 19:53:47.530694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9833 | 2024.03.26 19:53:47.530718 [ 3 ] {} <Debug> HTTP-Session: f88de774-95e2-4ec1-a07c-fdd13d556197 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9834 | 2024.03.26 19:53:47.530734 [ 3 ] {} <Debug> HTTP-Session: f88de774-95e2-4ec1-a07c-fdd13d556197 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9835 | 2024.03.26 19:53:47.530748 [ 3 ] {} <Debug> HTTP-Session: f88de774-95e2-4ec1-a07c-fdd13d556197 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9836 | 2024.03.26 19:53:47.530780 [ 3 ] {} <Trace> HTTP-Session: f88de774-95e2-4ec1-a07c-fdd13d556197 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9837 | 2024.03.26 19:53:47.530874 [ 3 ] {b6e36d2b-224c-4a85-973c-c347ada05cbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9838 | 2024.03.26 19:53:47.530918 [ 3 ] {b6e36d2b-224c-4a85-973c-c347ada05cbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9839 | 2024.03.26 19:53:47.531060 [ 3 ] {b6e36d2b-224c-4a85-973c-c347ada05cbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9840 | 2024.03.26 19:53:47.531398 [ 3 ] {b6e36d2b-224c-4a85-973c-c347ada05cbc} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9841 | 2024.03.26 19:53:47.531446 [ 3 ] {b6e36d2b-224c-4a85-973c-c347ada05cbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9842 | 2024.03.26 19:53:47.531883 [ 3 ] {b6e36d2b-224c-4a85-973c-c347ada05cbc} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
9843 | 2024.03.26 19:53:47.532210 [ 3 ] {b6e36d2b-224c-4a85-973c-c347ada05cbc} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9844 | 2024.03.26 19:53:47.532367 [ 3 ] {b6e36d2b-224c-4a85-973c-c347ada05cbc} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00153 sec., 19607.843137254902 rows/sec., 1.34 MiB/sec. | ||
9845 | 2024.03.26 19:53:47.532490 [ 3 ] {b6e36d2b-224c-4a85-973c-c347ada05cbc} <Debug> DynamicQueryHandler: Done processing query | ||
9846 | 2024.03.26 19:53:47.532514 [ 3 ] {b6e36d2b-224c-4a85-973c-c347ada05cbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9847 | 2024.03.26 19:53:47.532531 [ 3 ] {} <Debug> HTTP-Session: f88de774-95e2-4ec1-a07c-fdd13d556197 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9848 | 2024.03.26 19:53:52.517542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9849 | 2024.03.26 19:53:52.517677 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9850 | 2024.03.26 19:53:52.517702 [ 3 ] {} <Debug> HTTP-Session: a65a2bb3-0bc8-41ba-8c02-2e51c5aae4b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9851 | 2024.03.26 19:53:52.517728 [ 3 ] {} <Debug> HTTP-Session: a65a2bb3-0bc8-41ba-8c02-2e51c5aae4b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9852 | 2024.03.26 19:53:52.517743 [ 3 ] {} <Debug> HTTP-Session: a65a2bb3-0bc8-41ba-8c02-2e51c5aae4b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9853 | 2024.03.26 19:53:52.517795 [ 3 ] {} <Trace> HTTP-Session: a65a2bb3-0bc8-41ba-8c02-2e51c5aae4b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9854 | 2024.03.26 19:53:52.517929 [ 3 ] {9dbaa424-c6bb-4b69-8af6-267db3c1eac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9855 | 2024.03.26 19:53:52.517997 [ 3 ] {9dbaa424-c6bb-4b69-8af6-267db3c1eac2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9856 | 2024.03.26 19:53:52.518235 [ 3 ] {9dbaa424-c6bb-4b69-8af6-267db3c1eac2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9857 | 2024.03.26 19:53:52.518724 [ 3 ] {9dbaa424-c6bb-4b69-8af6-267db3c1eac2} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9858 | 2024.03.26 19:53:52.518774 [ 3 ] {9dbaa424-c6bb-4b69-8af6-267db3c1eac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9859 | 2024.03.26 19:53:52.519195 [ 3 ] {9dbaa424-c6bb-4b69-8af6-267db3c1eac2} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9860 | 2024.03.26 19:53:52.519564 [ 3 ] {9dbaa424-c6bb-4b69-8af6-267db3c1eac2} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9861 | 2024.03.26 19:53:52.519741 [ 3 ] {9dbaa424-c6bb-4b69-8af6-267db3c1eac2} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001874 sec., 22411.953041622197 rows/sec., 1.77 MiB/sec. | ||
9862 | 2024.03.26 19:53:52.519921 [ 3 ] {9dbaa424-c6bb-4b69-8af6-267db3c1eac2} <Debug> DynamicQueryHandler: Done processing query | ||
9863 | 2024.03.26 19:53:52.519950 [ 3 ] {9dbaa424-c6bb-4b69-8af6-267db3c1eac2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9864 | 2024.03.26 19:53:52.519968 [ 3 ] {} <Debug> HTTP-Session: a65a2bb3-0bc8-41ba-8c02-2e51c5aae4b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9865 | 2024.03.26 19:53:52.520112 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9866 | 2024.03.26 19:53:52.520165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9867 | 2024.03.26 19:53:52.520185 [ 3 ] {} <Debug> HTTP-Session: 4e9d3c2d-0ed0-4507-b438-fc843733c31f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9868 | 2024.03.26 19:53:52.520203 [ 3 ] {} <Debug> HTTP-Session: 4e9d3c2d-0ed0-4507-b438-fc843733c31f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9869 | 2024.03.26 19:53:52.520217 [ 3 ] {} <Debug> HTTP-Session: 4e9d3c2d-0ed0-4507-b438-fc843733c31f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9870 | 2024.03.26 19:53:52.520260 [ 3 ] {} <Trace> HTTP-Session: 4e9d3c2d-0ed0-4507-b438-fc843733c31f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9871 | 2024.03.26 19:53:52.520394 [ 3 ] {036c9c46-02a0-41c7-af11-8b469c42a78b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9872 | 2024.03.26 19:53:52.520447 [ 3 ] {036c9c46-02a0-41c7-af11-8b469c42a78b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9873 | 2024.03.26 19:53:52.520607 [ 3 ] {036c9c46-02a0-41c7-af11-8b469c42a78b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9874 | 2024.03.26 19:53:52.521066 [ 3 ] {036c9c46-02a0-41c7-af11-8b469c42a78b} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9875 | 2024.03.26 19:53:52.521104 [ 3 ] {036c9c46-02a0-41c7-af11-8b469c42a78b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9876 | 2024.03.26 19:53:52.521442 [ 3 ] {036c9c46-02a0-41c7-af11-8b469c42a78b} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9877 | 2024.03.26 19:53:52.521755 [ 3 ] {036c9c46-02a0-41c7-af11-8b469c42a78b} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9878 | 2024.03.26 19:53:52.521913 [ 3 ] {036c9c46-02a0-41c7-af11-8b469c42a78b} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001591 sec., 95537.39786297925 rows/sec., 9.13 MiB/sec. | ||
9879 | 2024.03.26 19:53:52.522046 [ 3 ] {036c9c46-02a0-41c7-af11-8b469c42a78b} <Debug> DynamicQueryHandler: Done processing query | ||
9880 | 2024.03.26 19:53:52.522069 [ 3 ] {036c9c46-02a0-41c7-af11-8b469c42a78b} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
9881 | 2024.03.26 19:53:52.522086 [ 3 ] {} <Debug> HTTP-Session: 4e9d3c2d-0ed0-4507-b438-fc843733c31f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9882 | 2024.03.26 19:53:52.522209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9883 | 2024.03.26 19:53:52.522258 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9884 | 2024.03.26 19:53:52.522277 [ 3 ] {} <Debug> HTTP-Session: 625abb9c-2a61-43a4-975e-626d34cac04c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9885 | 2024.03.26 19:53:52.522293 [ 3 ] {} <Debug> HTTP-Session: 625abb9c-2a61-43a4-975e-626d34cac04c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9886 | 2024.03.26 19:53:52.522307 [ 3 ] {} <Debug> HTTP-Session: 625abb9c-2a61-43a4-975e-626d34cac04c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9887 | 2024.03.26 19:53:52.522338 [ 3 ] {} <Trace> HTTP-Session: 625abb9c-2a61-43a4-975e-626d34cac04c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9888 | 2024.03.26 19:53:52.522434 [ 3 ] {e2fba602-2a8d-4896-8390-cdb1a1255a58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9889 | 2024.03.26 19:53:52.522474 [ 3 ] {e2fba602-2a8d-4896-8390-cdb1a1255a58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9890 | 2024.03.26 19:53:52.522602 [ 3 ] {e2fba602-2a8d-4896-8390-cdb1a1255a58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9891 | 2024.03.26 19:53:52.522937 [ 3 ] {e2fba602-2a8d-4896-8390-cdb1a1255a58} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9892 | 2024.03.26 19:53:52.522974 [ 3 ] {e2fba602-2a8d-4896-8390-cdb1a1255a58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9893 | 2024.03.26 19:53:52.523293 [ 3 ] {e2fba602-2a8d-4896-8390-cdb1a1255a58} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9894 | 2024.03.26 19:53:52.523603 [ 3 ] {e2fba602-2a8d-4896-8390-cdb1a1255a58} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9895 | 2024.03.26 19:53:52.523754 [ 3 ] {e2fba602-2a8d-4896-8390-cdb1a1255a58} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001365 sec., 51282.05128205129 rows/sec., 4.01 MiB/sec. | ||
9896 | 2024.03.26 19:53:52.523878 [ 3 ] {e2fba602-2a8d-4896-8390-cdb1a1255a58} <Debug> DynamicQueryHandler: Done processing query | ||
9897 | 2024.03.26 19:53:52.523901 [ 3 ] {e2fba602-2a8d-4896-8390-cdb1a1255a58} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
9898 | 2024.03.26 19:53:52.523918 [ 3 ] {} <Debug> HTTP-Session: 625abb9c-2a61-43a4-975e-626d34cac04c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9899 | 2024.03.26 19:53:52.524051 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9900 | 2024.03.26 19:53:52.524099 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9901 | 2024.03.26 19:53:52.524118 [ 3 ] {} <Debug> HTTP-Session: 9b26ae9f-776f-4c84-a198-3db0e5ca58a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9902 | 2024.03.26 19:53:52.524135 [ 3 ] {} <Debug> HTTP-Session: 9b26ae9f-776f-4c84-a198-3db0e5ca58a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9903 | 2024.03.26 19:53:52.524149 [ 3 ] {} <Debug> HTTP-Session: 9b26ae9f-776f-4c84-a198-3db0e5ca58a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9904 | 2024.03.26 19:53:52.524180 [ 3 ] {} <Trace> HTTP-Session: 9b26ae9f-776f-4c84-a198-3db0e5ca58a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9905 | 2024.03.26 19:53:52.524285 [ 3 ] {89cd7d77-1169-40ba-b060-2d1cda490ddb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9906 | 2024.03.26 19:53:52.524331 [ 3 ] {89cd7d77-1169-40ba-b060-2d1cda490ddb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9907 | 2024.03.26 19:53:52.524476 [ 3 ] {89cd7d77-1169-40ba-b060-2d1cda490ddb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9908 | 2024.03.26 19:53:52.524823 [ 3 ] {89cd7d77-1169-40ba-b060-2d1cda490ddb} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9909 | 2024.03.26 19:53:52.524860 [ 3 ] {89cd7d77-1169-40ba-b060-2d1cda490ddb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9910 | 2024.03.26 19:53:52.525251 [ 3 ] {89cd7d77-1169-40ba-b060-2d1cda490ddb} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9911 | 2024.03.26 19:53:52.525597 [ 3 ] {89cd7d77-1169-40ba-b060-2d1cda490ddb} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9912 | 2024.03.26 19:53:52.525746 [ 3 ] {89cd7d77-1169-40ba-b060-2d1cda490ddb} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001514 sec., 66050.19815059446 rows/sec., 4.58 MiB/sec. | ||
9913 | 2024.03.26 19:53:52.525948 [ 3 ] {89cd7d77-1169-40ba-b060-2d1cda490ddb} <Debug> DynamicQueryHandler: Done processing query | ||
9914 | 2024.03.26 19:53:52.525993 [ 3 ] {89cd7d77-1169-40ba-b060-2d1cda490ddb} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
9915 | 2024.03.26 19:53:52.526048 [ 3 ] {} <Debug> HTTP-Session: 9b26ae9f-776f-4c84-a198-3db0e5ca58a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9916 | 2024.03.26 19:53:52.526281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9917 | 2024.03.26 19:53:52.526333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9918 | 2024.03.26 19:53:52.526352 [ 3 ] {} <Debug> HTTP-Session: ba168a79-d993-40bc-9df6-92991565ccfc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9919 | 2024.03.26 19:53:52.526369 [ 3 ] {} <Debug> HTTP-Session: ba168a79-d993-40bc-9df6-92991565ccfc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9920 | 2024.03.26 19:53:52.526385 [ 3 ] {} <Debug> HTTP-Session: ba168a79-d993-40bc-9df6-92991565ccfc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9921 | 2024.03.26 19:53:52.526416 [ 3 ] {} <Trace> HTTP-Session: ba168a79-d993-40bc-9df6-92991565ccfc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9922 | 2024.03.26 19:53:52.526685 [ 3 ] {bd48f794-f691-4b73-8f38-4dddea303ed0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9923 | 2024.03.26 19:53:52.526734 [ 3 ] {bd48f794-f691-4b73-8f38-4dddea303ed0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
9924 | 2024.03.26 19:53:52.526915 [ 3 ] {bd48f794-f691-4b73-8f38-4dddea303ed0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9925 | 2024.03.26 19:53:52.527436 [ 3 ] {bd48f794-f691-4b73-8f38-4dddea303ed0} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9926 | 2024.03.26 19:53:52.527473 [ 3 ] {bd48f794-f691-4b73-8f38-4dddea303ed0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9927 | 2024.03.26 19:53:52.527901 [ 3 ] {bd48f794-f691-4b73-8f38-4dddea303ed0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
9928 | 2024.03.26 19:53:52.528243 [ 3 ] {bd48f794-f691-4b73-8f38-4dddea303ed0} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9929 | 2024.03.26 19:53:52.528408 [ 3 ] {bd48f794-f691-4b73-8f38-4dddea303ed0} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001927 sec., 21795.537104307215 rows/sec., 29.41 MiB/sec. | ||
9930 | 2024.03.26 19:53:52.528542 [ 3 ] {bd48f794-f691-4b73-8f38-4dddea303ed0} <Debug> DynamicQueryHandler: Done processing query | ||
9931 | 2024.03.26 19:53:52.528566 [ 3 ] {bd48f794-f691-4b73-8f38-4dddea303ed0} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
9932 | 2024.03.26 19:53:52.528582 [ 3 ] {} <Debug> HTTP-Session: ba168a79-d993-40bc-9df6-92991565ccfc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9933 | 2024.03.26 19:53:52.528717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9934 | 2024.03.26 19:53:52.528766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9935 | 2024.03.26 19:53:52.528784 [ 3 ] {} <Debug> HTTP-Session: 368ae634-72ea-426a-9ce7-7937901034d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9936 | 2024.03.26 19:53:52.528801 [ 3 ] {} <Debug> HTTP-Session: 368ae634-72ea-426a-9ce7-7937901034d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9937 | 2024.03.26 19:53:52.528815 [ 3 ] {} <Debug> HTTP-Session: 368ae634-72ea-426a-9ce7-7937901034d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9938 | 2024.03.26 19:53:52.528845 [ 3 ] {} <Trace> HTTP-Session: 368ae634-72ea-426a-9ce7-7937901034d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9939 | 2024.03.26 19:53:52.528919 [ 3 ] {6b51a0c4-5514-43aa-82cd-cb22c5afa65d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9940 | 2024.03.26 19:53:52.528962 [ 3 ] {6b51a0c4-5514-43aa-82cd-cb22c5afa65d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9941 | 2024.03.26 19:53:52.529085 [ 3 ] {6b51a0c4-5514-43aa-82cd-cb22c5afa65d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9942 | 2024.03.26 19:53:52.529372 [ 3 ] {6b51a0c4-5514-43aa-82cd-cb22c5afa65d} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9943 | 2024.03.26 19:53:52.529410 [ 3 ] {6b51a0c4-5514-43aa-82cd-cb22c5afa65d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9944 | 2024.03.26 19:53:52.529763 [ 3 ] {6b51a0c4-5514-43aa-82cd-cb22c5afa65d} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
9945 | 2024.03.26 19:53:52.530083 [ 3 ] {6b51a0c4-5514-43aa-82cd-cb22c5afa65d} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9946 | 2024.03.26 19:53:52.530237 [ 3 ] {6b51a0c4-5514-43aa-82cd-cb22c5afa65d} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001342 sec., 22354.694485842025 rows/sec., 1.53 MiB/sec. | ||
9947 | 2024.03.26 19:53:52.530359 [ 3 ] {6b51a0c4-5514-43aa-82cd-cb22c5afa65d} <Debug> DynamicQueryHandler: Done processing query | ||
9948 | 2024.03.26 19:53:52.530384 [ 3 ] {6b51a0c4-5514-43aa-82cd-cb22c5afa65d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9949 | 2024.03.26 19:53:52.530399 [ 3 ] {} <Debug> HTTP-Session: 368ae634-72ea-426a-9ce7-7937901034d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9950 | 2024.03.26 19:53:56.466074 [ 133 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9951 | 2024.03.26 19:53:56.466186 [ 133 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9952 | 2024.03.26 19:53:57.516103 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9953 | 2024.03.26 19:53:57.516223 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9954 | 2024.03.26 19:53:57.516253 [ 3 ] {} <Debug> HTTP-Session: e8459839-0b95-4ba7-8af4-ab05b1705529 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9955 | 2024.03.26 19:53:57.516282 [ 3 ] {} <Debug> HTTP-Session: e8459839-0b95-4ba7-8af4-ab05b1705529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9956 | 2024.03.26 19:53:57.516330 [ 3 ] {} <Debug> HTTP-Session: e8459839-0b95-4ba7-8af4-ab05b1705529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9957 | 2024.03.26 19:53:57.516385 [ 3 ] {} <Trace> HTTP-Session: e8459839-0b95-4ba7-8af4-ab05b1705529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9958 | 2024.03.26 19:53:57.516520 [ 3 ] {c462f581-b34a-4e01-b712-2cdfda6ea8cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9959 | 2024.03.26 19:53:57.516588 [ 3 ] {c462f581-b34a-4e01-b712-2cdfda6ea8cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9960 | 2024.03.26 19:53:57.516804 [ 3 ] {c462f581-b34a-4e01-b712-2cdfda6ea8cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9961 | 2024.03.26 19:53:57.517292 [ 3 ] {c462f581-b34a-4e01-b712-2cdfda6ea8cc} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9962 | 2024.03.26 19:53:57.517332 [ 3 ] {c462f581-b34a-4e01-b712-2cdfda6ea8cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9963 | 2024.03.26 19:53:57.517724 [ 3 ] {c462f581-b34a-4e01-b712-2cdfda6ea8cc} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
9964 | 2024.03.26 19:53:57.518068 [ 3 ] {c462f581-b34a-4e01-b712-2cdfda6ea8cc} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9965 | 2024.03.26 19:53:57.518214 [ 3 ] {c462f581-b34a-4e01-b712-2cdfda6ea8cc} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001761 sec., 9085.746734809767 rows/sec., 736.44 KiB/sec. | ||
9966 | 2024.03.26 19:53:57.518384 [ 3 ] {c462f581-b34a-4e01-b712-2cdfda6ea8cc} <Debug> DynamicQueryHandler: Done processing query | ||
9967 | 2024.03.26 19:53:57.518410 [ 3 ] {c462f581-b34a-4e01-b712-2cdfda6ea8cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9968 | 2024.03.26 19:53:57.518426 [ 3 ] {} <Debug> HTTP-Session: e8459839-0b95-4ba7-8af4-ab05b1705529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9969 | 2024.03.26 19:53:57.518644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9970 | 2024.03.26 19:53:57.518693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9971 | 2024.03.26 19:53:57.518711 [ 3 ] {} <Debug> HTTP-Session: 9f9eab8d-fb52-4302-aa44-5f5381f88d72 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9972 | 2024.03.26 19:53:57.518728 [ 3 ] {} <Debug> HTTP-Session: 9f9eab8d-fb52-4302-aa44-5f5381f88d72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9973 | 2024.03.26 19:53:57.518742 [ 3 ] {} <Debug> HTTP-Session: 9f9eab8d-fb52-4302-aa44-5f5381f88d72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9974 | 2024.03.26 19:53:57.518773 [ 3 ] {} <Trace> HTTP-Session: 9f9eab8d-fb52-4302-aa44-5f5381f88d72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9975 | 2024.03.26 19:53:57.518861 [ 3 ] {7f15ef97-9050-4f02-a764-745c02fb877a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9976 | 2024.03.26 19:53:57.518900 [ 3 ] {7f15ef97-9050-4f02-a764-745c02fb877a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9977 | 2024.03.26 19:53:57.519023 [ 3 ] {7f15ef97-9050-4f02-a764-745c02fb877a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9978 | 2024.03.26 19:53:57.519347 [ 3 ] {7f15ef97-9050-4f02-a764-745c02fb877a} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9979 | 2024.03.26 19:53:57.519383 [ 3 ] {7f15ef97-9050-4f02-a764-745c02fb877a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9980 | 2024.03.26 19:53:57.519693 [ 3 ] {7f15ef97-9050-4f02-a764-745c02fb877a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9981 | 2024.03.26 19:53:57.519995 [ 3 ] {7f15ef97-9050-4f02-a764-745c02fb877a} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9982 | 2024.03.26 19:53:57.520124 [ 3 ] {7f15ef97-9050-4f02-a764-745c02fb877a} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.001303 sec., 56792.018419033004 rows/sec., 4.71 MiB/sec. | ||
9983 | 2024.03.26 19:53:57.520310 [ 3 ] {7f15ef97-9050-4f02-a764-745c02fb877a} <Debug> DynamicQueryHandler: Done processing query | ||
9984 | 2024.03.26 19:53:57.520341 [ 3 ] {7f15ef97-9050-4f02-a764-745c02fb877a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
9985 | 2024.03.26 19:53:57.520392 [ 3 ] {} <Debug> HTTP-Session: 9f9eab8d-fb52-4302-aa44-5f5381f88d72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9986 | 2024.03.26 19:53:57.520593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9987 | 2024.03.26 19:53:57.520663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
9988 | 2024.03.26 19:53:57.520682 [ 3 ] {} <Debug> HTTP-Session: d3e73f35-472b-4ef7-ba1a-1dbdada02d7c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
9989 | 2024.03.26 19:53:57.520699 [ 3 ] {} <Debug> HTTP-Session: d3e73f35-472b-4ef7-ba1a-1dbdada02d7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9990 | 2024.03.26 19:53:57.520713 [ 3 ] {} <Debug> HTTP-Session: d3e73f35-472b-4ef7-ba1a-1dbdada02d7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9991 | 2024.03.26 19:53:57.520744 [ 3 ] {} <Trace> HTTP-Session: d3e73f35-472b-4ef7-ba1a-1dbdada02d7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9992 | 2024.03.26 19:53:57.520828 [ 3 ] {85335637-ebb2-4237-87b1-192b02e706cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9993 | 2024.03.26 19:53:57.520869 [ 3 ] {85335637-ebb2-4237-87b1-192b02e706cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9994 | 2024.03.26 19:53:57.521011 [ 3 ] {85335637-ebb2-4237-87b1-192b02e706cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9995 | 2024.03.26 19:53:57.521344 [ 3 ] {85335637-ebb2-4237-87b1-192b02e706cf} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9996 | 2024.03.26 19:53:57.521380 [ 3 ] {85335637-ebb2-4237-87b1-192b02e706cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
9997 | 2024.03.26 19:53:57.521687 [ 3 ] {85335637-ebb2-4237-87b1-192b02e706cf} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
9998 | 2024.03.26 19:53:57.521991 [ 3 ] {85335637-ebb2-4237-87b1-192b02e706cf} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9999 | 2024.03.26 19:53:57.522116 [ 3 ] {85335637-ebb2-4237-87b1-192b02e706cf} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001325 sec., 33207.54716981132 rows/sec., 2.59 MiB/sec. | ||
10000 | 2024.03.26 19:53:57.522238 [ 3 ] {85335637-ebb2-4237-87b1-192b02e706cf} <Debug> DynamicQueryHandler: Done processing query | ||
10001 | 2024.03.26 19:53:57.522262 [ 3 ] {85335637-ebb2-4237-87b1-192b02e706cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10002 | 2024.03.26 19:53:57.522278 [ 3 ] {} <Debug> HTTP-Session: d3e73f35-472b-4ef7-ba1a-1dbdada02d7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10003 | 2024.03.26 19:53:57.522478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10004 | 2024.03.26 19:53:57.522527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10005 | 2024.03.26 19:53:57.522546 [ 3 ] {} <Debug> HTTP-Session: e1a58efc-53d3-418f-b5f1-cd7c79c864fc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10006 | 2024.03.26 19:53:57.522563 [ 3 ] {} <Debug> HTTP-Session: e1a58efc-53d3-418f-b5f1-cd7c79c864fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10007 | 2024.03.26 19:53:57.522576 [ 3 ] {} <Debug> HTTP-Session: e1a58efc-53d3-418f-b5f1-cd7c79c864fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10008 | 2024.03.26 19:53:57.522606 [ 3 ] {} <Trace> HTTP-Session: e1a58efc-53d3-418f-b5f1-cd7c79c864fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10009 | 2024.03.26 19:53:57.522708 [ 3 ] {5b228999-5eb4-4ad6-881c-d76664e41022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10010 | 2024.03.26 19:53:57.522751 [ 3 ] {5b228999-5eb4-4ad6-881c-d76664e41022} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10011 | 2024.03.26 19:53:57.522891 [ 3 ] {5b228999-5eb4-4ad6-881c-d76664e41022} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10012 | 2024.03.26 19:53:57.523229 [ 3 ] {5b228999-5eb4-4ad6-881c-d76664e41022} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10013 | 2024.03.26 19:53:57.523264 [ 3 ] {5b228999-5eb4-4ad6-881c-d76664e41022} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10014 | 2024.03.26 19:53:57.523644 [ 3 ] {5b228999-5eb4-4ad6-881c-d76664e41022} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10015 | 2024.03.26 19:53:57.523982 [ 3 ] {5b228999-5eb4-4ad6-881c-d76664e41022} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10016 | 2024.03.26 19:53:57.524106 [ 3 ] {5b228999-5eb4-4ad6-881c-d76664e41022} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001451 sec., 68917.98759476223 rows/sec., 4.78 MiB/sec. | ||
10017 | 2024.03.26 19:53:57.524315 [ 3 ] {5b228999-5eb4-4ad6-881c-d76664e41022} <Debug> DynamicQueryHandler: Done processing query | ||
10018 | 2024.03.26 19:53:57.524340 [ 3 ] {5b228999-5eb4-4ad6-881c-d76664e41022} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
10019 | 2024.03.26 19:53:57.524357 [ 3 ] {} <Debug> HTTP-Session: e1a58efc-53d3-418f-b5f1-cd7c79c864fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10020 | 2024.03.26 19:53:57.524561 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10021 | 2024.03.26 19:53:57.524690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10022 | 2024.03.26 19:53:57.524761 [ 3 ] {} <Debug> HTTP-Session: 2a1e3300-2314-436b-9456-87007f8aadd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10023 | 2024.03.26 19:53:57.524818 [ 3 ] {} <Debug> HTTP-Session: 2a1e3300-2314-436b-9456-87007f8aadd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10024 | 2024.03.26 19:53:57.524865 [ 3 ] {} <Debug> HTTP-Session: 2a1e3300-2314-436b-9456-87007f8aadd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10025 | 2024.03.26 19:53:57.524945 [ 3 ] {} <Trace> HTTP-Session: 2a1e3300-2314-436b-9456-87007f8aadd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10026 | 2024.03.26 19:53:57.525153 [ 3 ] {f5b75d89-5d09-4e77-87e9-c04ac6b78c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10027 | 2024.03.26 19:53:57.525203 [ 3 ] {f5b75d89-5d09-4e77-87e9-c04ac6b78c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10028 | 2024.03.26 19:53:57.525378 [ 3 ] {f5b75d89-5d09-4e77-87e9-c04ac6b78c10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10029 | 2024.03.26 19:53:57.525774 [ 3 ] {f5b75d89-5d09-4e77-87e9-c04ac6b78c10} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10030 | 2024.03.26 19:53:57.525809 [ 3 ] {f5b75d89-5d09-4e77-87e9-c04ac6b78c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10031 | 2024.03.26 19:53:57.526204 [ 3 ] {f5b75d89-5d09-4e77-87e9-c04ac6b78c10} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10032 | 2024.03.26 19:53:57.526539 [ 3 ] {f5b75d89-5d09-4e77-87e9-c04ac6b78c10} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10033 | 2024.03.26 19:53:57.526667 [ 3 ] {f5b75d89-5d09-4e77-87e9-c04ac6b78c10} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001629 sec., 9821.976672805402 rows/sec., 13.25 MiB/sec. | ||
10034 | 2024.03.26 19:53:57.526792 [ 3 ] {f5b75d89-5d09-4e77-87e9-c04ac6b78c10} <Debug> DynamicQueryHandler: Done processing query | ||
10035 | 2024.03.26 19:53:57.526815 [ 3 ] {f5b75d89-5d09-4e77-87e9-c04ac6b78c10} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10036 | 2024.03.26 19:53:57.526831 [ 3 ] {} <Debug> HTTP-Session: 2a1e3300-2314-436b-9456-87007f8aadd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10037 | 2024.03.26 19:53:57.526943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10038 | 2024.03.26 19:53:57.526990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10039 | 2024.03.26 19:53:57.527008 [ 3 ] {} <Debug> HTTP-Session: b93cd3c7-c001-4e2d-999b-cbafc64b647c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10040 | 2024.03.26 19:53:57.527025 [ 3 ] {} <Debug> HTTP-Session: b93cd3c7-c001-4e2d-999b-cbafc64b647c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10041 | 2024.03.26 19:53:57.527038 [ 3 ] {} <Debug> HTTP-Session: b93cd3c7-c001-4e2d-999b-cbafc64b647c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10042 | 2024.03.26 19:53:57.527069 [ 3 ] {} <Trace> HTTP-Session: b93cd3c7-c001-4e2d-999b-cbafc64b647c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10043 | 2024.03.26 19:53:57.527143 [ 3 ] {d52939c7-eda2-4616-8d9a-3fdf9eba1dc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10044 | 2024.03.26 19:53:57.527183 [ 3 ] {d52939c7-eda2-4616-8d9a-3fdf9eba1dc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10045 | 2024.03.26 19:53:57.527308 [ 3 ] {d52939c7-eda2-4616-8d9a-3fdf9eba1dc1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10046 | 2024.03.26 19:53:57.527567 [ 3 ] {d52939c7-eda2-4616-8d9a-3fdf9eba1dc1} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10047 | 2024.03.26 19:53:57.527602 [ 3 ] {d52939c7-eda2-4616-8d9a-3fdf9eba1dc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10048 | 2024.03.26 19:53:57.527955 [ 3 ] {d52939c7-eda2-4616-8d9a-3fdf9eba1dc1} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
10049 | 2024.03.26 19:53:57.528274 [ 3 ] {d52939c7-eda2-4616-8d9a-3fdf9eba1dc1} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10050 | 2024.03.26 19:53:57.528405 [ 3 ] {d52939c7-eda2-4616-8d9a-3fdf9eba1dc1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001293 sec., 23201.85614849188 rows/sec., 1.59 MiB/sec. | ||
10051 | 2024.03.26 19:53:57.528594 [ 3 ] {d52939c7-eda2-4616-8d9a-3fdf9eba1dc1} <Debug> DynamicQueryHandler: Done processing query | ||
10052 | 2024.03.26 19:53:57.528650 [ 3 ] {d52939c7-eda2-4616-8d9a-3fdf9eba1dc1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10053 | 2024.03.26 19:53:57.528706 [ 3 ] {} <Debug> HTTP-Session: b93cd3c7-c001-4e2d-999b-cbafc64b647c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10054 | 2024.03.26 19:54:02.516899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10055 | 2024.03.26 19:54:02.517022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10056 | 2024.03.26 19:54:02.517048 [ 3 ] {} <Debug> HTTP-Session: 3f174cda-20c7-49a4-8f9d-689d2c341d8f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10057 | 2024.03.26 19:54:02.517079 [ 3 ] {} <Debug> HTTP-Session: 3f174cda-20c7-49a4-8f9d-689d2c341d8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10058 | 2024.03.26 19:54:02.517094 [ 3 ] {} <Debug> HTTP-Session: 3f174cda-20c7-49a4-8f9d-689d2c341d8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10059 | 2024.03.26 19:54:02.517144 [ 3 ] {} <Trace> HTTP-Session: 3f174cda-20c7-49a4-8f9d-689d2c341d8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10060 | 2024.03.26 19:54:02.517274 [ 3 ] {a5cad2a0-91a6-49c1-abea-b813d586ca9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10061 | 2024.03.26 19:54:02.517338 [ 3 ] {a5cad2a0-91a6-49c1-abea-b813d586ca9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10062 | 2024.03.26 19:54:02.517532 [ 3 ] {a5cad2a0-91a6-49c1-abea-b813d586ca9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10063 | 2024.03.26 19:54:02.517957 [ 3 ] {a5cad2a0-91a6-49c1-abea-b813d586ca9b} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10064 | 2024.03.26 19:54:02.518007 [ 3 ] {a5cad2a0-91a6-49c1-abea-b813d586ca9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10065 | 2024.03.26 19:54:02.518393 [ 3 ] {a5cad2a0-91a6-49c1-abea-b813d586ca9b} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10066 | 2024.03.26 19:54:02.518742 [ 3 ] {a5cad2a0-91a6-49c1-abea-b813d586ca9b} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10067 | 2024.03.26 19:54:02.518912 [ 3 ] {a5cad2a0-91a6-49c1-abea-b813d586ca9b} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001696 sec., 24764.150943396227 rows/sec., 1.96 MiB/sec. | ||
10068 | 2024.03.26 19:54:02.519062 [ 3 ] {a5cad2a0-91a6-49c1-abea-b813d586ca9b} <Debug> DynamicQueryHandler: Done processing query | ||
10069 | 2024.03.26 19:54:02.519090 [ 3 ] {a5cad2a0-91a6-49c1-abea-b813d586ca9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10070 | 2024.03.26 19:54:02.519107 [ 3 ] {} <Debug> HTTP-Session: 3f174cda-20c7-49a4-8f9d-689d2c341d8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10071 | 2024.03.26 19:54:02.519246 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10072 | 2024.03.26 19:54:02.519296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10073 | 2024.03.26 19:54:02.519315 [ 3 ] {} <Debug> HTTP-Session: bd2219ce-0d97-4edb-ba1f-b3cbf7829731 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10074 | 2024.03.26 19:54:02.519333 [ 3 ] {} <Debug> HTTP-Session: bd2219ce-0d97-4edb-ba1f-b3cbf7829731 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10075 | 2024.03.26 19:54:02.519347 [ 3 ] {} <Debug> HTTP-Session: bd2219ce-0d97-4edb-ba1f-b3cbf7829731 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10076 | 2024.03.26 19:54:02.519379 [ 3 ] {} <Trace> HTTP-Session: bd2219ce-0d97-4edb-ba1f-b3cbf7829731 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10077 | 2024.03.26 19:54:02.519491 [ 3 ] {1c328841-b632-418c-a243-a4565f253ba0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10078 | 2024.03.26 19:54:02.519533 [ 3 ] {1c328841-b632-418c-a243-a4565f253ba0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10079 | 2024.03.26 19:54:02.519658 [ 3 ] {1c328841-b632-418c-a243-a4565f253ba0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10080 | 2024.03.26 19:54:02.520096 [ 3 ] {1c328841-b632-418c-a243-a4565f253ba0} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10081 | 2024.03.26 19:54:02.520134 [ 3 ] {1c328841-b632-418c-a243-a4565f253ba0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10082 | 2024.03.26 19:54:02.520457 [ 3 ] {1c328841-b632-418c-a243-a4565f253ba0} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10083 | 2024.03.26 19:54:02.520756 [ 3 ] {1c328841-b632-418c-a243-a4565f253ba0} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10084 | 2024.03.26 19:54:02.520920 [ 3 ] {1c328841-b632-418c-a243-a4565f253ba0} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001486 sec., 102288.02153432033 rows/sec., 9.77 MiB/sec. | ||
10085 | 2024.03.26 19:54:02.520929 [ 130 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
10086 | 2024.03.26 19:54:02.521035 [ 130 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10087 | 2024.03.26 19:54:02.521073 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10088 | 2024.03.26 19:54:02.521101 [ 3 ] {1c328841-b632-418c-a243-a4565f253ba0} <Debug> DynamicQueryHandler: Done processing query | ||
10089 | 2024.03.26 19:54:02.521152 [ 3 ] {1c328841-b632-418c-a243-a4565f253ba0} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10090 | 2024.03.26 19:54:02.521193 [ 3 ] {} <Debug> HTTP-Session: bd2219ce-0d97-4edb-ba1f-b3cbf7829731 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10091 | 2024.03.26 19:54:02.521321 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
10092 | 2024.03.26 19:54:02.521392 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10093 | 2024.03.26 19:54:02.521479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10094 | 2024.03.26 19:54:02.521524 [ 3 ] {} <Debug> HTTP-Session: ae228773-3772-4b15-840e-de55862318c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10095 | 2024.03.26 19:54:02.521575 [ 3 ] {} <Debug> HTTP-Session: ae228773-3772-4b15-840e-de55862318c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10096 | 2024.03.26 19:54:02.521611 [ 3 ] {} <Debug> HTTP-Session: ae228773-3772-4b15-840e-de55862318c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10097 | 2024.03.26 19:54:02.521709 [ 3 ] {} <Trace> HTTP-Session: ae228773-3772-4b15-840e-de55862318c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10098 | 2024.03.26 19:54:02.521849 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10099 | 2024.03.26 19:54:02.521911 [ 3 ] {204ef57e-c997-4efc-8f0c-6d36dec9c9bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10100 | 2024.03.26 19:54:02.521944 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 241 rows starting from the beginning of the part | ||
10101 | 2024.03.26 19:54:02.521987 [ 3 ] {204ef57e-c997-4efc-8f0c-6d36dec9c9bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10102 | 2024.03.26 19:54:02.522427 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 152 rows starting from the beginning of the part | ||
10103 | 2024.03.26 19:54:02.522698 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 75 rows starting from the beginning of the part | ||
10104 | 2024.03.26 19:54:02.523055 [ 3 ] {204ef57e-c997-4efc-8f0c-6d36dec9c9bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10105 | 2024.03.26 19:54:02.523076 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 152 rows starting from the beginning of the part | ||
10106 | 2024.03.26 19:54:02.523398 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 74 rows starting from the beginning of the part | ||
10107 | 2024.03.26 19:54:02.523537 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 152 rows starting from the beginning of the part | ||
10108 | 2024.03.26 19:54:02.524294 [ 3 ] {204ef57e-c997-4efc-8f0c-6d36dec9c9bb} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10109 | 2024.03.26 19:54:02.524346 [ 3 ] {204ef57e-c997-4efc-8f0c-6d36dec9c9bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10110 | 2024.03.26 19:54:02.525100 [ 3 ] {204ef57e-c997-4efc-8f0c-6d36dec9c9bb} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10111 | 2024.03.26 19:54:02.525955 [ 3 ] {204ef57e-c997-4efc-8f0c-6d36dec9c9bb} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10112 | 2024.03.26 19:54:02.526279 [ 3 ] {204ef57e-c997-4efc-8f0c-6d36dec9c9bb} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.004417 sec., 15847.860538827259 rows/sec., 1.24 MiB/sec. | ||
10113 | 2024.03.26 19:54:02.526268 [ 130 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
10114 | 2024.03.26 19:54:02.526439 [ 130 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10115 | 2024.03.26 19:54:02.526805 [ 3 ] {204ef57e-c997-4efc-8f0c-6d36dec9c9bb} <Debug> DynamicQueryHandler: Done processing query | ||
10116 | 2024.03.26 19:54:02.526863 [ 3 ] {204ef57e-c997-4efc-8f0c-6d36dec9c9bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10117 | 2024.03.26 19:54:02.526898 [ 3 ] {} <Debug> HTTP-Session: ae228773-3772-4b15-840e-de55862318c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10118 | 2024.03.26 19:54:02.526926 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10119 | 2024.03.26 19:54:02.526941 [ 197 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 4 columns (4 merged, 0 gathered) in 0.005781785 sec., 146321.59445569143 rows/sec., 13.46 MiB/sec. | ||
10120 | 2024.03.26 19:54:02.527141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10121 | 2024.03.26 19:54:02.527244 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_65_13 to all_70_70_0 into Compact with storage Full | ||
10122 | 2024.03.26 19:54:02.527270 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10123 | 2024.03.26 19:54:02.527285 [ 192 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
10124 | 2024.03.26 19:54:02.527345 [ 3 ] {} <Debug> HTTP-Session: 41108b50-6f3d-41ab-9e05-5b3f1d605141 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10125 | 2024.03.26 19:54:02.527430 [ 3 ] {} <Debug> HTTP-Session: 41108b50-6f3d-41ab-9e05-5b3f1d605141 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10126 | 2024.03.26 19:54:02.527501 [ 3 ] {} <Debug> HTTP-Session: 41108b50-6f3d-41ab-9e05-5b3f1d605141 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10127 | 2024.03.26 19:54:02.527623 [ 3 ] {} <Trace> HTTP-Session: 41108b50-6f3d-41ab-9e05-5b3f1d605141 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10128 | 2024.03.26 19:54:02.527892 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10129 | 2024.03.26 19:54:02.527962 [ 3 ] {290c1076-4ef2-43f9-8cdf-e8f1e049c6b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10130 | 2024.03.26 19:54:02.528028 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 138 rows starting from the beginning of the part | ||
10131 | 2024.03.26 19:54:02.528123 [ 3 ] {290c1076-4ef2-43f9-8cdf-e8f1e049c6b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10132 | 2024.03.26 19:54:02.528406 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 70 rows starting from the beginning of the part | ||
10133 | 2024.03.26 19:54:02.528972 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 46 rows starting from the beginning of the part | ||
10134 | 2024.03.26 19:54:02.529428 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 70 rows starting from the beginning of the part | ||
10135 | 2024.03.26 19:54:02.529741 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10136 | 2024.03.26 19:54:02.529845 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 44 rows starting from the beginning of the part | ||
10137 | 2024.03.26 19:54:02.530321 [ 197 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 70 rows starting from the beginning of the part | ||
10138 | 2024.03.26 19:54:02.530431 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_70_14} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
10139 | 2024.03.26 19:54:02.530826 [ 3 ] {290c1076-4ef2-43f9-8cdf-e8f1e049c6b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10140 | 2024.03.26 19:54:02.530861 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
10141 | 2024.03.26 19:54:02.531883 [ 3 ] {290c1076-4ef2-43f9-8cdf-e8f1e049c6b6} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10142 | 2024.03.26 19:54:02.531947 [ 3 ] {290c1076-4ef2-43f9-8cdf-e8f1e049c6b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10143 | 2024.03.26 19:54:02.533029 [ 3 ] {290c1076-4ef2-43f9-8cdf-e8f1e049c6b6} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10144 | 2024.03.26 19:54:02.533197 [ 192 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 438 rows, containing 4 columns (4 merged, 0 gathered) in 0.006164677 sec., 71049.95119776753 rows/sec., 5.55 MiB/sec. | ||
10145 | 2024.03.26 19:54:02.533363 [ 192 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
10146 | 2024.03.26 19:54:02.533615 [ 3 ] {290c1076-4ef2-43f9-8cdf-e8f1e049c6b6} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10147 | 2024.03.26 19:54:02.533867 [ 3 ] {290c1076-4ef2-43f9-8cdf-e8f1e049c6b6} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.006092 sec., 16414.970453053185 rows/sec., 1.14 MiB/sec. | ||
10148 | 2024.03.26 19:54:02.533941 [ 192 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10149 | 2024.03.26 19:54:02.534056 [ 192 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_70_14} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
10150 | 2024.03.26 19:54:02.534068 [ 3 ] {290c1076-4ef2-43f9-8cdf-e8f1e049c6b6} <Debug> DynamicQueryHandler: Done processing query | ||
10151 | 2024.03.26 19:54:02.534096 [ 3 ] {290c1076-4ef2-43f9-8cdf-e8f1e049c6b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
10152 | 2024.03.26 19:54:02.534131 [ 3 ] {} <Debug> HTTP-Session: 41108b50-6f3d-41ab-9e05-5b3f1d605141 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10153 | 2024.03.26 19:54:02.534162 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
10154 | 2024.03.26 19:54:02.534304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10155 | 2024.03.26 19:54:02.534353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10156 | 2024.03.26 19:54:02.534372 [ 3 ] {} <Debug> HTTP-Session: d8392190-a23f-48c0-9283-bb9c592cb882 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10157 | 2024.03.26 19:54:02.534389 [ 3 ] {} <Debug> HTTP-Session: d8392190-a23f-48c0-9283-bb9c592cb882 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10158 | 2024.03.26 19:54:02.534403 [ 3 ] {} <Debug> HTTP-Session: d8392190-a23f-48c0-9283-bb9c592cb882 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10159 | 2024.03.26 19:54:02.534435 [ 3 ] {} <Trace> HTTP-Session: d8392190-a23f-48c0-9283-bb9c592cb882 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10160 | 2024.03.26 19:54:02.534719 [ 3 ] {ecc6f533-109d-46a3-aa00-2c5db3e06f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10161 | 2024.03.26 19:54:02.534765 [ 3 ] {ecc6f533-109d-46a3-aa00-2c5db3e06f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10162 | 2024.03.26 19:54:02.534926 [ 3 ] {ecc6f533-109d-46a3-aa00-2c5db3e06f14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10163 | 2024.03.26 19:54:02.535459 [ 3 ] {ecc6f533-109d-46a3-aa00-2c5db3e06f14} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10164 | 2024.03.26 19:54:02.535496 [ 3 ] {ecc6f533-109d-46a3-aa00-2c5db3e06f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10165 | 2024.03.26 19:54:02.535927 [ 3 ] {ecc6f533-109d-46a3-aa00-2c5db3e06f14} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10166 | 2024.03.26 19:54:02.536279 [ 3 ] {ecc6f533-109d-46a3-aa00-2c5db3e06f14} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10167 | 2024.03.26 19:54:02.536447 [ 3 ] {ecc6f533-109d-46a3-aa00-2c5db3e06f14} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.00195 sec., 21538.46153846154 rows/sec., 29.07 MiB/sec. | ||
10168 | 2024.03.26 19:54:02.536579 [ 3 ] {ecc6f533-109d-46a3-aa00-2c5db3e06f14} <Debug> DynamicQueryHandler: Done processing query | ||
10169 | 2024.03.26 19:54:02.536603 [ 3 ] {ecc6f533-109d-46a3-aa00-2c5db3e06f14} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10170 | 2024.03.26 19:54:02.536619 [ 3 ] {} <Debug> HTTP-Session: d8392190-a23f-48c0-9283-bb9c592cb882 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10171 | 2024.03.26 19:54:02.536736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10172 | 2024.03.26 19:54:02.536788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10173 | 2024.03.26 19:54:02.536806 [ 3 ] {} <Debug> HTTP-Session: d89fd747-ee46-4136-9259-45e5b33b4d8a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10174 | 2024.03.26 19:54:02.536823 [ 3 ] {} <Debug> HTTP-Session: d89fd747-ee46-4136-9259-45e5b33b4d8a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10175 | 2024.03.26 19:54:02.536837 [ 3 ] {} <Debug> HTTP-Session: d89fd747-ee46-4136-9259-45e5b33b4d8a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10176 | 2024.03.26 19:54:02.536868 [ 3 ] {} <Trace> HTTP-Session: d89fd747-ee46-4136-9259-45e5b33b4d8a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10177 | 2024.03.26 19:54:02.536945 [ 3 ] {8659925b-1176-4485-8bbc-f9c94280558f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10178 | 2024.03.26 19:54:02.536987 [ 3 ] {8659925b-1176-4485-8bbc-f9c94280558f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10179 | 2024.03.26 19:54:02.537114 [ 3 ] {8659925b-1176-4485-8bbc-f9c94280558f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10180 | 2024.03.26 19:54:02.537389 [ 3 ] {8659925b-1176-4485-8bbc-f9c94280558f} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10181 | 2024.03.26 19:54:02.537426 [ 3 ] {8659925b-1176-4485-8bbc-f9c94280558f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10182 | 2024.03.26 19:54:02.537784 [ 3 ] {8659925b-1176-4485-8bbc-f9c94280558f} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
10183 | 2024.03.26 19:54:02.538118 [ 3 ] {8659925b-1176-4485-8bbc-f9c94280558f} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10184 | 2024.03.26 19:54:02.538274 [ 3 ] {8659925b-1176-4485-8bbc-f9c94280558f} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001357 sec., 22107.59027266028 rows/sec., 1.51 MiB/sec. | ||
10185 | 2024.03.26 19:54:02.538405 [ 3 ] {8659925b-1176-4485-8bbc-f9c94280558f} <Debug> DynamicQueryHandler: Done processing query | ||
10186 | 2024.03.26 19:54:02.538429 [ 3 ] {8659925b-1176-4485-8bbc-f9c94280558f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10187 | 2024.03.26 19:54:02.538445 [ 3 ] {} <Debug> HTTP-Session: d89fd747-ee46-4136-9259-45e5b33b4d8a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10188 | 2024.03.26 19:54:07.517095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10189 | 2024.03.26 19:54:07.517282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10190 | 2024.03.26 19:54:07.517326 [ 3 ] {} <Debug> HTTP-Session: 329539a9-c4df-4763-abc3-e15c4b3019b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10191 | 2024.03.26 19:54:07.517368 [ 3 ] {} <Debug> HTTP-Session: 329539a9-c4df-4763-abc3-e15c4b3019b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10192 | 2024.03.26 19:54:07.517397 [ 3 ] {} <Debug> HTTP-Session: 329539a9-c4df-4763-abc3-e15c4b3019b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10193 | 2024.03.26 19:54:07.517477 [ 3 ] {} <Trace> HTTP-Session: 329539a9-c4df-4763-abc3-e15c4b3019b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10194 | 2024.03.26 19:54:07.517617 [ 3 ] {45615bcd-2859-485e-ae71-8957b76a6531} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10195 | 2024.03.26 19:54:07.517681 [ 3 ] {45615bcd-2859-485e-ae71-8957b76a6531} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10196 | 2024.03.26 19:54:07.517871 [ 3 ] {45615bcd-2859-485e-ae71-8957b76a6531} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10197 | 2024.03.26 19:54:07.518317 [ 3 ] {45615bcd-2859-485e-ae71-8957b76a6531} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10198 | 2024.03.26 19:54:07.518356 [ 3 ] {45615bcd-2859-485e-ae71-8957b76a6531} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10199 | 2024.03.26 19:54:07.518738 [ 3 ] {45615bcd-2859-485e-ae71-8957b76a6531} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10200 | 2024.03.26 19:54:07.519092 [ 3 ] {45615bcd-2859-485e-ae71-8957b76a6531} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10201 | 2024.03.26 19:54:07.519238 [ 3 ] {45615bcd-2859-485e-ae71-8957b76a6531} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001677 sec., 9540.846750149076 rows/sec., 773.33 KiB/sec. | ||
10202 | 2024.03.26 19:54:07.519245 [ 128 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10203 | 2024.03.26 19:54:07.519307 [ 128 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10204 | 2024.03.26 19:54:07.519342 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10205 | 2024.03.26 19:54:07.519410 [ 3 ] {45615bcd-2859-485e-ae71-8957b76a6531} <Debug> DynamicQueryHandler: Done processing query | ||
10206 | 2024.03.26 19:54:07.519472 [ 3 ] {45615bcd-2859-485e-ae71-8957b76a6531} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10207 | 2024.03.26 19:54:07.519536 [ 3 ] {} <Debug> HTTP-Session: 329539a9-c4df-4763-abc3-e15c4b3019b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10208 | 2024.03.26 19:54:07.519606 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
10209 | 2024.03.26 19:54:07.519788 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10210 | 2024.03.26 19:54:07.519949 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10211 | 2024.03.26 19:54:07.520056 [ 3 ] {} <Debug> HTTP-Session: 483463a5-928c-42de-95a6-2221f0dfeebf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10212 | 2024.03.26 19:54:07.520138 [ 3 ] {} <Debug> HTTP-Session: 483463a5-928c-42de-95a6-2221f0dfeebf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10213 | 2024.03.26 19:54:07.520218 [ 3 ] {} <Debug> HTTP-Session: 483463a5-928c-42de-95a6-2221f0dfeebf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10214 | 2024.03.26 19:54:07.520247 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10215 | 2024.03.26 19:54:07.520375 [ 3 ] {} <Trace> HTTP-Session: 483463a5-928c-42de-95a6-2221f0dfeebf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10216 | 2024.03.26 19:54:07.520389 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 58 rows starting from the beginning of the part | ||
10217 | 2024.03.26 19:54:07.520766 [ 3 ] {f6021a11-5e63-488a-b861-abc46850afed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10218 | 2024.03.26 19:54:07.520784 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part | ||
10219 | 2024.03.26 19:54:07.520922 [ 3 ] {f6021a11-5e63-488a-b861-abc46850afed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10220 | 2024.03.26 19:54:07.521288 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 42 rows starting from the beginning of the part | ||
10221 | 2024.03.26 19:54:07.521779 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
10222 | 2024.03.26 19:54:07.522105 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 42 rows starting from the beginning of the part | ||
10223 | 2024.03.26 19:54:07.522528 [ 200 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part | ||
10224 | 2024.03.26 19:54:07.522726 [ 3 ] {f6021a11-5e63-488a-b861-abc46850afed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10225 | 2024.03.26 19:54:07.523731 [ 3 ] {f6021a11-5e63-488a-b861-abc46850afed} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10226 | 2024.03.26 19:54:07.523776 [ 3 ] {f6021a11-5e63-488a-b861-abc46850afed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10227 | 2024.03.26 19:54:07.524309 [ 3 ] {f6021a11-5e63-488a-b861-abc46850afed} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10228 | 2024.03.26 19:54:07.524414 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 190 rows, containing 4 columns (4 merged, 0 gathered) in 0.005005861 sec., 37955.508552874315 rows/sec., 3.00 MiB/sec. | ||
10229 | 2024.03.26 19:54:07.524691 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10230 | 2024.03.26 19:54:07.524847 [ 3 ] {f6021a11-5e63-488a-b861-abc46850afed} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10231 | 2024.03.26 19:54:07.525254 [ 3 ] {f6021a11-5e63-488a-b861-abc46850afed} <Debug> executeQuery: Read 110 rows, 9.06 KiB in 0.0047 sec., 23404.255319148935 rows/sec., 1.88 MiB/sec. | ||
10232 | 2024.03.26 19:54:07.525512 [ 3 ] {f6021a11-5e63-488a-b861-abc46850afed} <Debug> DynamicQueryHandler: Done processing query | ||
10233 | 2024.03.26 19:54:07.525571 [ 3 ] {f6021a11-5e63-488a-b861-abc46850afed} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10234 | 2024.03.26 19:54:07.525583 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10235 | 2024.03.26 19:54:07.525599 [ 3 ] {} <Debug> HTTP-Session: 483463a5-928c-42de-95a6-2221f0dfeebf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10236 | 2024.03.26 19:54:07.525724 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_61_12} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10237 | 2024.03.26 19:54:07.525846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10238 | 2024.03.26 19:54:07.525876 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
10239 | 2024.03.26 19:54:07.525931 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10240 | 2024.03.26 19:54:07.525955 [ 3 ] {} <Debug> HTTP-Session: c1c26b94-3fc9-49cf-b379-920379b2d544 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10241 | 2024.03.26 19:54:07.525973 [ 3 ] {} <Debug> HTTP-Session: c1c26b94-3fc9-49cf-b379-920379b2d544 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10242 | 2024.03.26 19:54:07.525987 [ 3 ] {} <Debug> HTTP-Session: c1c26b94-3fc9-49cf-b379-920379b2d544 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10243 | 2024.03.26 19:54:07.526020 [ 3 ] {} <Trace> HTTP-Session: c1c26b94-3fc9-49cf-b379-920379b2d544 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10244 | 2024.03.26 19:54:07.526119 [ 3 ] {4d8d6900-878f-421f-8adb-faf4d4b7c969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10245 | 2024.03.26 19:54:07.526161 [ 3 ] {4d8d6900-878f-421f-8adb-faf4d4b7c969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10246 | 2024.03.26 19:54:07.526305 [ 3 ] {4d8d6900-878f-421f-8adb-faf4d4b7c969} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10247 | 2024.03.26 19:54:07.526658 [ 3 ] {4d8d6900-878f-421f-8adb-faf4d4b7c969} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10248 | 2024.03.26 19:54:07.526696 [ 3 ] {4d8d6900-878f-421f-8adb-faf4d4b7c969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10249 | 2024.03.26 19:54:07.527019 [ 3 ] {4d8d6900-878f-421f-8adb-faf4d4b7c969} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10250 | 2024.03.26 19:54:07.527336 [ 3 ] {4d8d6900-878f-421f-8adb-faf4d4b7c969} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10251 | 2024.03.26 19:54:07.527495 [ 3 ] {4d8d6900-878f-421f-8adb-faf4d4b7c969} <Debug> executeQuery: Read 68 rows, 5.42 KiB in 0.001421 sec., 47853.62420830401 rows/sec., 3.72 MiB/sec. | ||
10252 | 2024.03.26 19:54:07.527645 [ 3 ] {4d8d6900-878f-421f-8adb-faf4d4b7c969} <Debug> DynamicQueryHandler: Done processing query | ||
10253 | 2024.03.26 19:54:07.527678 [ 3 ] {4d8d6900-878f-421f-8adb-faf4d4b7c969} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10254 | 2024.03.26 19:54:07.527713 [ 3 ] {} <Debug> HTTP-Session: c1c26b94-3fc9-49cf-b379-920379b2d544 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10255 | 2024.03.26 19:54:07.527883 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26101, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10256 | 2024.03.26 19:54:07.527933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10257 | 2024.03.26 19:54:07.527951 [ 3 ] {} <Debug> HTTP-Session: e1eb16ed-3997-4797-8235-ba17a4e8e811 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10258 | 2024.03.26 19:54:07.527967 [ 3 ] {} <Debug> HTTP-Session: e1eb16ed-3997-4797-8235-ba17a4e8e811 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10259 | 2024.03.26 19:54:07.527981 [ 3 ] {} <Debug> HTTP-Session: e1eb16ed-3997-4797-8235-ba17a4e8e811 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10260 | 2024.03.26 19:54:07.528011 [ 3 ] {} <Trace> HTTP-Session: e1eb16ed-3997-4797-8235-ba17a4e8e811 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10261 | 2024.03.26 19:54:07.528127 [ 3 ] {a16063d8-dfa7-47af-8440-decb73457d32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10262 | 2024.03.26 19:54:07.528171 [ 3 ] {a16063d8-dfa7-47af-8440-decb73457d32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10263 | 2024.03.26 19:54:07.528316 [ 3 ] {a16063d8-dfa7-47af-8440-decb73457d32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10264 | 2024.03.26 19:54:07.528742 [ 3 ] {a16063d8-dfa7-47af-8440-decb73457d32} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10265 | 2024.03.26 19:54:07.528779 [ 3 ] {a16063d8-dfa7-47af-8440-decb73457d32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10266 | 2024.03.26 19:54:07.529175 [ 3 ] {a16063d8-dfa7-47af-8440-decb73457d32} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10267 | 2024.03.26 19:54:07.529526 [ 3 ] {a16063d8-dfa7-47af-8440-decb73457d32} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10268 | 2024.03.26 19:54:07.529690 [ 3 ] {a16063d8-dfa7-47af-8440-decb73457d32} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001619 sec., 84002.47066090179 rows/sec., 5.85 MiB/sec. | ||
10269 | 2024.03.26 19:54:07.529693 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10270 | 2024.03.26 19:54:07.529795 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10271 | 2024.03.26 19:54:07.529841 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10272 | 2024.03.26 19:54:07.529870 [ 3 ] {a16063d8-dfa7-47af-8440-decb73457d32} <Debug> DynamicQueryHandler: Done processing query | ||
10273 | 2024.03.26 19:54:07.529912 [ 3 ] {a16063d8-dfa7-47af-8440-decb73457d32} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
10274 | 2024.03.26 19:54:07.529966 [ 3 ] {} <Debug> HTTP-Session: e1eb16ed-3997-4797-8235-ba17a4e8e811 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10275 | 2024.03.26 19:54:07.530055 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
10276 | 2024.03.26 19:54:07.530196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10277 | 2024.03.26 19:54:07.530311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10278 | 2024.03.26 19:54:07.530366 [ 3 ] {} <Debug> HTTP-Session: 7d390fca-c4d7-4064-b2b3-99266cb58cf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10279 | 2024.03.26 19:54:07.530371 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10280 | 2024.03.26 19:54:07.530388 [ 3 ] {} <Debug> HTTP-Session: 7d390fca-c4d7-4064-b2b3-99266cb58cf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10281 | 2024.03.26 19:54:07.530424 [ 3 ] {} <Debug> HTTP-Session: 7d390fca-c4d7-4064-b2b3-99266cb58cf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10282 | 2024.03.26 19:54:07.530451 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 7170 rows starting from the beginning of the part | ||
10283 | 2024.03.26 19:54:07.530482 [ 3 ] {} <Trace> HTTP-Session: 7d390fca-c4d7-4064-b2b3-99266cb58cf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10284 | 2024.03.26 19:54:07.530708 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 101 rows starting from the beginning of the part | ||
10285 | 2024.03.26 19:54:07.530996 [ 3 ] {dec482d1-9637-4e3a-b870-addc3f7c6aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10286 | 2024.03.26 19:54:07.531023 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 100 rows starting from the beginning of the part | ||
10287 | 2024.03.26 19:54:07.531189 [ 3 ] {dec482d1-9637-4e3a-b870-addc3f7c6aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10288 | 2024.03.26 19:54:07.531322 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 100 rows starting from the beginning of the part | ||
10289 | 2024.03.26 19:54:07.531646 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 100 rows starting from the beginning of the part | ||
10290 | 2024.03.26 19:54:07.531952 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 136 rows starting from the beginning of the part | ||
10291 | 2024.03.26 19:54:07.532689 [ 3 ] {dec482d1-9637-4e3a-b870-addc3f7c6aea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10292 | 2024.03.26 19:54:07.533218 [ 3 ] {dec482d1-9637-4e3a-b870-addc3f7c6aea} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10293 | 2024.03.26 19:54:07.533259 [ 3 ] {dec482d1-9637-4e3a-b870-addc3f7c6aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10294 | 2024.03.26 19:54:07.534252 [ 3 ] {dec482d1-9637-4e3a-b870-addc3f7c6aea} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10295 | 2024.03.26 19:54:07.534876 [ 3 ] {dec482d1-9637-4e3a-b870-addc3f7c6aea} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10296 | 2024.03.26 19:54:07.535083 [ 126 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10297 | 2024.03.26 19:54:07.535086 [ 3 ] {dec482d1-9637-4e3a-b870-addc3f7c6aea} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.004465 sec., 3583.4266517357223 rows/sec., 4.84 MiB/sec. | ||
10298 | 2024.03.26 19:54:07.535139 [ 126 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10299 | 2024.03.26 19:54:07.535225 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10300 | 2024.03.26 19:54:07.535609 [ 3 ] {dec482d1-9637-4e3a-b870-addc3f7c6aea} <Debug> DynamicQueryHandler: Done processing query | ||
10301 | 2024.03.26 19:54:07.535631 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
10302 | 2024.03.26 19:54:07.535655 [ 3 ] {dec482d1-9637-4e3a-b870-addc3f7c6aea} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10303 | 2024.03.26 19:54:07.535706 [ 3 ] {} <Debug> HTTP-Session: 7d390fca-c4d7-4064-b2b3-99266cb58cf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10304 | 2024.03.26 19:54:07.535884 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10305 | 2024.03.26 19:54:07.536043 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1595 rows starting from the beginning of the part | ||
10306 | 2024.03.26 19:54:07.536069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10307 | 2024.03.26 19:54:07.536383 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10308 | 2024.03.26 19:54:07.536479 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 16 rows starting from the beginning of the part | ||
10309 | 2024.03.26 19:54:07.536480 [ 202 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7707 rows, containing 5 columns (5 merged, 0 gathered) in 0.006564158 sec., 1174103.3655801704 rows/sec., 81.52 MiB/sec. | ||
10310 | 2024.03.26 19:54:07.536489 [ 3 ] {} <Debug> HTTP-Session: 5ab0cd83-03e5-43fa-835b-ceb37766e4ec Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10311 | 2024.03.26 19:54:07.536769 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 42 rows starting from the beginning of the part | ||
10312 | 2024.03.26 19:54:07.536894 [ 3 ] {} <Debug> HTTP-Session: 5ab0cd83-03e5-43fa-835b-ceb37766e4ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10313 | 2024.03.26 19:54:07.537054 [ 3 ] {} <Debug> HTTP-Session: 5ab0cd83-03e5-43fa-835b-ceb37766e4ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10314 | 2024.03.26 19:54:07.537166 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 16 rows starting from the beginning of the part | ||
10315 | 2024.03.26 19:54:07.537467 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10316 | 2024.03.26 19:54:07.537527 [ 3 ] {} <Trace> HTTP-Session: 5ab0cd83-03e5-43fa-835b-ceb37766e4ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10317 | 2024.03.26 19:54:07.537581 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 42 rows starting from the beginning of the part | ||
10318 | 2024.03.26 19:54:07.537985 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 16 rows starting from the beginning of the part | ||
10319 | 2024.03.26 19:54:07.538481 [ 3 ] {eb9d24dc-4a57-4044-a330-aad71e3fcdaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10320 | 2024.03.26 19:54:07.538874 [ 3 ] {eb9d24dc-4a57-4044-a330-aad71e3fcdaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10321 | 2024.03.26 19:54:07.539754 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10322 | 2024.03.26 19:54:07.540095 [ 198 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10323 | 2024.03.26 19:54:07.540153 [ 3 ] {eb9d24dc-4a57-4044-a330-aad71e3fcdaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10324 | 2024.03.26 19:54:07.540263 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.40 MiB. | ||
10325 | 2024.03.26 19:54:07.540624 [ 3 ] {eb9d24dc-4a57-4044-a330-aad71e3fcdaa} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10326 | 2024.03.26 19:54:07.540666 [ 3 ] {eb9d24dc-4a57-4044-a330-aad71e3fcdaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10327 | 2024.03.26 19:54:07.541058 [ 3 ] {eb9d24dc-4a57-4044-a330-aad71e3fcdaa} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
10328 | 2024.03.26 19:54:07.541386 [ 3 ] {eb9d24dc-4a57-4044-a330-aad71e3fcdaa} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10329 | 2024.03.26 19:54:07.541535 [ 3 ] {eb9d24dc-4a57-4044-a330-aad71e3fcdaa} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.003557 sec., 8434.07365757661 rows/sec., 591.65 KiB/sec. | ||
10330 | 2024.03.26 19:54:07.541548 [ 126 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
10331 | 2024.03.26 19:54:07.541646 [ 126 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10332 | 2024.03.26 19:54:07.541746 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10333 | 2024.03.26 19:54:07.542000 [ 3 ] {eb9d24dc-4a57-4044-a330-aad71e3fcdaa} <Debug> DynamicQueryHandler: Done processing query | ||
10334 | 2024.03.26 19:54:07.542164 [ 3 ] {eb9d24dc-4a57-4044-a330-aad71e3fcdaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10335 | 2024.03.26 19:54:07.542170 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
10336 | 2024.03.26 19:54:07.542263 [ 3 ] {} <Debug> HTTP-Session: 5ab0cd83-03e5-43fa-835b-ceb37766e4ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10337 | 2024.03.26 19:54:07.542626 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10338 | 2024.03.26 19:54:07.542706 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1968 rows starting from the beginning of the part | ||
10339 | 2024.03.26 19:54:07.543064 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 30 rows starting from the beginning of the part | ||
10340 | 2024.03.26 19:54:07.543353 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 30 rows starting from the beginning of the part | ||
10341 | 2024.03.26 19:54:07.543679 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 30 rows starting from the beginning of the part | ||
10342 | 2024.03.26 19:54:07.544077 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 30 rows starting from the beginning of the part | ||
10343 | 2024.03.26 19:54:07.544522 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 30 rows starting from the beginning of the part | ||
10344 | 2024.03.26 19:54:07.547110 [ 193 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2118 rows, containing 4 columns (4 merged, 0 gathered) in 0.005184567 sec., 408520.1329252761 rows/sec., 27.99 MiB/sec. | ||
10345 | 2024.03.26 19:54:07.547408 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
10346 | 2024.03.26 19:54:07.547920 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10347 | 2024.03.26 19:54:07.548115 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_71_14} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
10348 | 2024.03.26 19:54:07.548239 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1727 rows, containing 6 columns (6 merged, 0 gathered) in 0.012850218 sec., 134394.60715763734 rows/sec., 181.36 MiB/sec. | ||
10349 | 2024.03.26 19:54:07.548290 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
10350 | 2024.03.26 19:54:07.549240 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10351 | 2024.03.26 19:54:07.549723 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10352 | 2024.03.26 19:54:07.549814 [ 193 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_61_12} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10353 | 2024.03.26 19:54:07.549924 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.08 MiB. | ||
10354 | 2024.03.26 19:54:08.000155 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 201.91 MiB, peak 218.53 MiB, free memory in arenas 0.00 B, will set to 205.79 MiB (RSS), difference: 3.88 MiB | ||
10355 | 2024.03.26 19:54:11.466450 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10356 | 2024.03.26 19:54:11.466518 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10357 | 2024.03.26 19:54:12.002206 [ 243 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000851716 sec. | ||
10358 | 2024.03.26 19:54:12.517654 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10359 | 2024.03.26 19:54:12.517767 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10360 | 2024.03.26 19:54:12.517791 [ 3 ] {} <Debug> HTTP-Session: 0e273fb1-6c23-4541-b3cf-fe97083961bf Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10361 | 2024.03.26 19:54:12.517816 [ 3 ] {} <Debug> HTTP-Session: 0e273fb1-6c23-4541-b3cf-fe97083961bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10362 | 2024.03.26 19:54:12.517831 [ 3 ] {} <Debug> HTTP-Session: 0e273fb1-6c23-4541-b3cf-fe97083961bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10363 | 2024.03.26 19:54:12.517881 [ 3 ] {} <Trace> HTTP-Session: 0e273fb1-6c23-4541-b3cf-fe97083961bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10364 | 2024.03.26 19:54:12.518012 [ 3 ] {78b85847-df63-4339-b52e-7cd11c115d58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10365 | 2024.03.26 19:54:12.518075 [ 3 ] {78b85847-df63-4339-b52e-7cd11c115d58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10366 | 2024.03.26 19:54:12.518272 [ 3 ] {78b85847-df63-4339-b52e-7cd11c115d58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10367 | 2024.03.26 19:54:12.518732 [ 3 ] {78b85847-df63-4339-b52e-7cd11c115d58} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10368 | 2024.03.26 19:54:12.518772 [ 3 ] {78b85847-df63-4339-b52e-7cd11c115d58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10369 | 2024.03.26 19:54:12.519154 [ 3 ] {78b85847-df63-4339-b52e-7cd11c115d58} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10370 | 2024.03.26 19:54:12.519498 [ 3 ] {78b85847-df63-4339-b52e-7cd11c115d58} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10371 | 2024.03.26 19:54:12.519642 [ 3 ] {78b85847-df63-4339-b52e-7cd11c115d58} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001696 sec., 24764.150943396227 rows/sec., 1.96 MiB/sec. | ||
10372 | 2024.03.26 19:54:12.519790 [ 3 ] {78b85847-df63-4339-b52e-7cd11c115d58} <Debug> DynamicQueryHandler: Done processing query | ||
10373 | 2024.03.26 19:54:12.519816 [ 3 ] {78b85847-df63-4339-b52e-7cd11c115d58} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10374 | 2024.03.26 19:54:12.519832 [ 3 ] {} <Debug> HTTP-Session: 0e273fb1-6c23-4541-b3cf-fe97083961bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10375 | 2024.03.26 19:54:12.519952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10376 | 2024.03.26 19:54:12.520003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10377 | 2024.03.26 19:54:12.520022 [ 3 ] {} <Debug> HTTP-Session: 5e3805ab-60c1-4ecf-b009-6adc947350b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10378 | 2024.03.26 19:54:12.520038 [ 3 ] {} <Debug> HTTP-Session: 5e3805ab-60c1-4ecf-b009-6adc947350b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10379 | 2024.03.26 19:54:12.520052 [ 3 ] {} <Debug> HTTP-Session: 5e3805ab-60c1-4ecf-b009-6adc947350b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10380 | 2024.03.26 19:54:12.520085 [ 3 ] {} <Trace> HTTP-Session: 5e3805ab-60c1-4ecf-b009-6adc947350b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10381 | 2024.03.26 19:54:12.520152 [ 3 ] {fbcaf4d0-207c-4a7f-b826-249c5aa2eea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10382 | 2024.03.26 19:54:12.520195 [ 3 ] {fbcaf4d0-207c-4a7f-b826-249c5aa2eea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10383 | 2024.03.26 19:54:12.520327 [ 3 ] {fbcaf4d0-207c-4a7f-b826-249c5aa2eea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10384 | 2024.03.26 19:54:12.520652 [ 3 ] {fbcaf4d0-207c-4a7f-b826-249c5aa2eea5} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10385 | 2024.03.26 19:54:12.520687 [ 3 ] {fbcaf4d0-207c-4a7f-b826-249c5aa2eea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10386 | 2024.03.26 19:54:12.520993 [ 3 ] {fbcaf4d0-207c-4a7f-b826-249c5aa2eea5} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10387 | 2024.03.26 19:54:12.521311 [ 3 ] {fbcaf4d0-207c-4a7f-b826-249c5aa2eea5} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10388 | 2024.03.26 19:54:12.521436 [ 3 ] {fbcaf4d0-207c-4a7f-b826-249c5aa2eea5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001307 sec., 3060.44376434583 rows/sec., 249.56 KiB/sec. | ||
10389 | 2024.03.26 19:54:12.521600 [ 3 ] {fbcaf4d0-207c-4a7f-b826-249c5aa2eea5} <Debug> DynamicQueryHandler: Done processing query | ||
10390 | 2024.03.26 19:54:12.521628 [ 3 ] {fbcaf4d0-207c-4a7f-b826-249c5aa2eea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10391 | 2024.03.26 19:54:12.521644 [ 3 ] {} <Debug> HTTP-Session: 5e3805ab-60c1-4ecf-b009-6adc947350b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10392 | 2024.03.26 19:54:12.521780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24486, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10393 | 2024.03.26 19:54:12.521828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10394 | 2024.03.26 19:54:12.521846 [ 3 ] {} <Debug> HTTP-Session: f74b4358-733a-4cee-9a2b-5fd461e0834e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10395 | 2024.03.26 19:54:12.521863 [ 3 ] {} <Debug> HTTP-Session: f74b4358-733a-4cee-9a2b-5fd461e0834e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10396 | 2024.03.26 19:54:12.521877 [ 3 ] {} <Debug> HTTP-Session: f74b4358-733a-4cee-9a2b-5fd461e0834e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10397 | 2024.03.26 19:54:12.521908 [ 3 ] {} <Trace> HTTP-Session: f74b4358-733a-4cee-9a2b-5fd461e0834e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10398 | 2024.03.26 19:54:12.522015 [ 3 ] {b61f19e5-16f4-473b-aecc-3f2d176d8e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10399 | 2024.03.26 19:54:12.522055 [ 3 ] {b61f19e5-16f4-473b-aecc-3f2d176d8e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10400 | 2024.03.26 19:54:12.522180 [ 3 ] {b61f19e5-16f4-473b-aecc-3f2d176d8e77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10401 | 2024.03.26 19:54:12.522597 [ 3 ] {b61f19e5-16f4-473b-aecc-3f2d176d8e77} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10402 | 2024.03.26 19:54:12.522635 [ 3 ] {b61f19e5-16f4-473b-aecc-3f2d176d8e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10403 | 2024.03.26 19:54:12.522963 [ 3 ] {b61f19e5-16f4-473b-aecc-3f2d176d8e77} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10404 | 2024.03.26 19:54:12.523269 [ 3 ] {b61f19e5-16f4-473b-aecc-3f2d176d8e77} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10405 | 2024.03.26 19:54:12.523403 [ 3 ] {b61f19e5-16f4-473b-aecc-3f2d176d8e77} <Debug> executeQuery: Read 154 rows, 15.05 KiB in 0.001447 sec., 106427.09053213545 rows/sec., 10.16 MiB/sec. | ||
10406 | 2024.03.26 19:54:12.523585 [ 3 ] {b61f19e5-16f4-473b-aecc-3f2d176d8e77} <Debug> DynamicQueryHandler: Done processing query | ||
10407 | 2024.03.26 19:54:12.523620 [ 3 ] {b61f19e5-16f4-473b-aecc-3f2d176d8e77} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10408 | 2024.03.26 19:54:12.523639 [ 3 ] {} <Debug> HTTP-Session: f74b4358-733a-4cee-9a2b-5fd461e0834e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10409 | 2024.03.26 19:54:12.523808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10410 | 2024.03.26 19:54:12.523927 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10411 | 2024.03.26 19:54:12.523978 [ 3 ] {} <Debug> HTTP-Session: d2727f54-3386-443b-9eb4-21f57f1dc6f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10412 | 2024.03.26 19:54:12.524013 [ 3 ] {} <Debug> HTTP-Session: d2727f54-3386-443b-9eb4-21f57f1dc6f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10413 | 2024.03.26 19:54:12.524037 [ 3 ] {} <Debug> HTTP-Session: d2727f54-3386-443b-9eb4-21f57f1dc6f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10414 | 2024.03.26 19:54:12.524072 [ 3 ] {} <Trace> HTTP-Session: d2727f54-3386-443b-9eb4-21f57f1dc6f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10415 | 2024.03.26 19:54:12.524140 [ 3 ] {6d0a4179-ad1e-42db-b461-179ceefc4272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10416 | 2024.03.26 19:54:12.524181 [ 3 ] {6d0a4179-ad1e-42db-b461-179ceefc4272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10417 | 2024.03.26 19:54:12.524330 [ 3 ] {6d0a4179-ad1e-42db-b461-179ceefc4272} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10418 | 2024.03.26 19:54:12.524619 [ 3 ] {6d0a4179-ad1e-42db-b461-179ceefc4272} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10419 | 2024.03.26 19:54:12.524658 [ 3 ] {6d0a4179-ad1e-42db-b461-179ceefc4272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10420 | 2024.03.26 19:54:12.524956 [ 3 ] {6d0a4179-ad1e-42db-b461-179ceefc4272} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
10421 | 2024.03.26 19:54:12.525283 [ 3 ] {6d0a4179-ad1e-42db-b461-179ceefc4272} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10422 | 2024.03.26 19:54:12.525445 [ 3 ] {6d0a4179-ad1e-42db-b461-179ceefc4272} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001319 sec., 3032.6004548900682 rows/sec., 211.75 KiB/sec. | ||
10423 | 2024.03.26 19:54:12.525609 [ 3 ] {6d0a4179-ad1e-42db-b461-179ceefc4272} <Debug> DynamicQueryHandler: Done processing query | ||
10424 | 2024.03.26 19:54:12.525635 [ 3 ] {6d0a4179-ad1e-42db-b461-179ceefc4272} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10425 | 2024.03.26 19:54:12.525652 [ 3 ] {} <Debug> HTTP-Session: d2727f54-3386-443b-9eb4-21f57f1dc6f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10426 | 2024.03.26 19:54:12.525771 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 12597, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10427 | 2024.03.26 19:54:12.525820 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10428 | 2024.03.26 19:54:12.525838 [ 3 ] {} <Debug> HTTP-Session: 74868bec-973b-470d-8695-94949e4ab513 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10429 | 2024.03.26 19:54:12.525855 [ 3 ] {} <Debug> HTTP-Session: 74868bec-973b-470d-8695-94949e4ab513 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10430 | 2024.03.26 19:54:12.525869 [ 3 ] {} <Debug> HTTP-Session: 74868bec-973b-470d-8695-94949e4ab513 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10431 | 2024.03.26 19:54:12.525899 [ 3 ] {} <Trace> HTTP-Session: 74868bec-973b-470d-8695-94949e4ab513 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10432 | 2024.03.26 19:54:12.525997 [ 3 ] {9a16d1a5-89b4-4d09-95b7-e9c5663c8901} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10433 | 2024.03.26 19:54:12.526037 [ 3 ] {9a16d1a5-89b4-4d09-95b7-e9c5663c8901} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10434 | 2024.03.26 19:54:12.526162 [ 3 ] {9a16d1a5-89b4-4d09-95b7-e9c5663c8901} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10435 | 2024.03.26 19:54:12.526502 [ 3 ] {9a16d1a5-89b4-4d09-95b7-e9c5663c8901} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10436 | 2024.03.26 19:54:12.526539 [ 3 ] {9a16d1a5-89b4-4d09-95b7-e9c5663c8901} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10437 | 2024.03.26 19:54:12.526850 [ 3 ] {9a16d1a5-89b4-4d09-95b7-e9c5663c8901} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10438 | 2024.03.26 19:54:12.527156 [ 3 ] {9a16d1a5-89b4-4d09-95b7-e9c5663c8901} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10439 | 2024.03.26 19:54:12.527302 [ 3 ] {9a16d1a5-89b4-4d09-95b7-e9c5663c8901} <Debug> executeQuery: Read 74 rows, 5.93 KiB in 0.001355 sec., 54612.54612546125 rows/sec., 4.27 MiB/sec. | ||
10440 | 2024.03.26 19:54:12.527429 [ 3 ] {9a16d1a5-89b4-4d09-95b7-e9c5663c8901} <Debug> DynamicQueryHandler: Done processing query | ||
10441 | 2024.03.26 19:54:12.527452 [ 3 ] {9a16d1a5-89b4-4d09-95b7-e9c5663c8901} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10442 | 2024.03.26 19:54:12.527469 [ 3 ] {} <Debug> HTTP-Session: 74868bec-973b-470d-8695-94949e4ab513 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10443 | 2024.03.26 19:54:12.527591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10444 | 2024.03.26 19:54:12.527640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10445 | 2024.03.26 19:54:12.527658 [ 3 ] {} <Debug> HTTP-Session: 0f74e058-f18c-4d12-9e99-6883a15e0917 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10446 | 2024.03.26 19:54:12.527675 [ 3 ] {} <Debug> HTTP-Session: 0f74e058-f18c-4d12-9e99-6883a15e0917 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10447 | 2024.03.26 19:54:12.527688 [ 3 ] {} <Debug> HTTP-Session: 0f74e058-f18c-4d12-9e99-6883a15e0917 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10448 | 2024.03.26 19:54:12.527719 [ 3 ] {} <Trace> HTTP-Session: 0f74e058-f18c-4d12-9e99-6883a15e0917 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10449 | 2024.03.26 19:54:12.527824 [ 3 ] {25a755e9-947e-433c-b6f9-d595fa439da3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10450 | 2024.03.26 19:54:12.527867 [ 3 ] {25a755e9-947e-433c-b6f9-d595fa439da3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10451 | 2024.03.26 19:54:12.528012 [ 3 ] {25a755e9-947e-433c-b6f9-d595fa439da3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10452 | 2024.03.26 19:54:12.528387 [ 3 ] {25a755e9-947e-433c-b6f9-d595fa439da3} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10453 | 2024.03.26 19:54:12.528425 [ 3 ] {25a755e9-947e-433c-b6f9-d595fa439da3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10454 | 2024.03.26 19:54:12.528806 [ 3 ] {25a755e9-947e-433c-b6f9-d595fa439da3} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10455 | 2024.03.26 19:54:12.529160 [ 3 ] {25a755e9-947e-433c-b6f9-d595fa439da3} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10456 | 2024.03.26 19:54:12.529317 [ 3 ] {25a755e9-947e-433c-b6f9-d595fa439da3} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001539 sec., 66276.80311890838 rows/sec., 4.59 MiB/sec. | ||
10457 | 2024.03.26 19:54:12.529506 [ 3 ] {25a755e9-947e-433c-b6f9-d595fa439da3} <Debug> DynamicQueryHandler: Done processing query | ||
10458 | 2024.03.26 19:54:12.529545 [ 3 ] {25a755e9-947e-433c-b6f9-d595fa439da3} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
10459 | 2024.03.26 19:54:12.529609 [ 3 ] {} <Debug> HTTP-Session: 0f74e058-f18c-4d12-9e99-6883a15e0917 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10460 | 2024.03.26 19:54:12.529839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10461 | 2024.03.26 19:54:12.529891 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10462 | 2024.03.26 19:54:12.529911 [ 3 ] {} <Debug> HTTP-Session: f469b76f-132f-4b84-b3a1-93e9c5915fe5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10463 | 2024.03.26 19:54:12.529928 [ 3 ] {} <Debug> HTTP-Session: f469b76f-132f-4b84-b3a1-93e9c5915fe5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10464 | 2024.03.26 19:54:12.529942 [ 3 ] {} <Debug> HTTP-Session: f469b76f-132f-4b84-b3a1-93e9c5915fe5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10465 | 2024.03.26 19:54:12.529974 [ 3 ] {} <Trace> HTTP-Session: f469b76f-132f-4b84-b3a1-93e9c5915fe5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10466 | 2024.03.26 19:54:12.530247 [ 3 ] {da012e03-70dc-49eb-a247-63d23cc2a190} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10467 | 2024.03.26 19:54:12.530294 [ 3 ] {da012e03-70dc-49eb-a247-63d23cc2a190} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10468 | 2024.03.26 19:54:12.530469 [ 3 ] {da012e03-70dc-49eb-a247-63d23cc2a190} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10469 | 2024.03.26 19:54:12.530996 [ 3 ] {da012e03-70dc-49eb-a247-63d23cc2a190} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10470 | 2024.03.26 19:54:12.531033 [ 3 ] {da012e03-70dc-49eb-a247-63d23cc2a190} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10471 | 2024.03.26 19:54:12.531459 [ 3 ] {da012e03-70dc-49eb-a247-63d23cc2a190} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10472 | 2024.03.26 19:54:12.531798 [ 3 ] {da012e03-70dc-49eb-a247-63d23cc2a190} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10473 | 2024.03.26 19:54:12.531959 [ 3 ] {da012e03-70dc-49eb-a247-63d23cc2a190} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001922 sec., 21852.2372528616 rows/sec., 29.49 MiB/sec. | ||
10474 | 2024.03.26 19:54:12.532098 [ 3 ] {da012e03-70dc-49eb-a247-63d23cc2a190} <Debug> DynamicQueryHandler: Done processing query | ||
10475 | 2024.03.26 19:54:12.532122 [ 3 ] {da012e03-70dc-49eb-a247-63d23cc2a190} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10476 | 2024.03.26 19:54:12.532138 [ 3 ] {} <Debug> HTTP-Session: f469b76f-132f-4b84-b3a1-93e9c5915fe5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10477 | 2024.03.26 19:54:12.532253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10478 | 2024.03.26 19:54:12.532301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10479 | 2024.03.26 19:54:12.532320 [ 3 ] {} <Debug> HTTP-Session: 36f15227-eb6a-4121-a5eb-82a69d831d0a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10480 | 2024.03.26 19:54:12.532337 [ 3 ] {} <Debug> HTTP-Session: 36f15227-eb6a-4121-a5eb-82a69d831d0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10481 | 2024.03.26 19:54:12.532350 [ 3 ] {} <Debug> HTTP-Session: 36f15227-eb6a-4121-a5eb-82a69d831d0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10482 | 2024.03.26 19:54:12.532381 [ 3 ] {} <Trace> HTTP-Session: 36f15227-eb6a-4121-a5eb-82a69d831d0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10483 | 2024.03.26 19:54:12.532457 [ 3 ] {61d87645-03f1-4955-8d83-f932e294086a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10484 | 2024.03.26 19:54:12.532498 [ 3 ] {61d87645-03f1-4955-8d83-f932e294086a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10485 | 2024.03.26 19:54:12.532628 [ 3 ] {61d87645-03f1-4955-8d83-f932e294086a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10486 | 2024.03.26 19:54:12.532902 [ 3 ] {61d87645-03f1-4955-8d83-f932e294086a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10487 | 2024.03.26 19:54:12.532941 [ 3 ] {61d87645-03f1-4955-8d83-f932e294086a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.42 GiB. | ||
10488 | 2024.03.26 19:54:12.533306 [ 3 ] {61d87645-03f1-4955-8d83-f932e294086a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
10489 | 2024.03.26 19:54:12.533628 [ 3 ] {61d87645-03f1-4955-8d83-f932e294086a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10490 | 2024.03.26 19:54:12.533774 [ 3 ] {61d87645-03f1-4955-8d83-f932e294086a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001344 sec., 22321.428571428572 rows/sec., 1.53 MiB/sec. | ||
10491 | 2024.03.26 19:54:12.533899 [ 3 ] {61d87645-03f1-4955-8d83-f932e294086a} <Debug> DynamicQueryHandler: Done processing query | ||
10492 | 2024.03.26 19:54:12.533923 [ 3 ] {61d87645-03f1-4955-8d83-f932e294086a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10493 | 2024.03.26 19:54:12.533940 [ 3 ] {} <Debug> HTTP-Session: 36f15227-eb6a-4121-a5eb-82a69d831d0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10494 | 2024.03.26 19:54:17.515787 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10495 | 2024.03.26 19:54:17.515928 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10496 | 2024.03.26 19:54:17.515959 [ 3 ] {} <Debug> HTTP-Session: e74cfb14-1b21-4c31-a62a-df759df4fdd4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10497 | 2024.03.26 19:54:17.515988 [ 3 ] {} <Debug> HTTP-Session: e74cfb14-1b21-4c31-a62a-df759df4fdd4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10498 | 2024.03.26 19:54:17.516008 [ 3 ] {} <Debug> HTTP-Session: e74cfb14-1b21-4c31-a62a-df759df4fdd4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10499 | 2024.03.26 19:54:17.516066 [ 3 ] {} <Trace> HTTP-Session: e74cfb14-1b21-4c31-a62a-df759df4fdd4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10500 | 2024.03.26 19:54:17.516208 [ 3 ] {2d58e8af-a2d4-49d1-8cd9-f8e16f30cb26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10501 | 2024.03.26 19:54:17.516280 [ 3 ] {2d58e8af-a2d4-49d1-8cd9-f8e16f30cb26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10502 | 2024.03.26 19:54:17.516510 [ 3 ] {2d58e8af-a2d4-49d1-8cd9-f8e16f30cb26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10503 | 2024.03.26 19:54:17.516944 [ 3 ] {2d58e8af-a2d4-49d1-8cd9-f8e16f30cb26} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10504 | 2024.03.26 19:54:17.516995 [ 3 ] {2d58e8af-a2d4-49d1-8cd9-f8e16f30cb26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10505 | 2024.03.26 19:54:17.517391 [ 3 ] {2d58e8af-a2d4-49d1-8cd9-f8e16f30cb26} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10506 | 2024.03.26 19:54:17.517745 [ 3 ] {2d58e8af-a2d4-49d1-8cd9-f8e16f30cb26} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10507 | 2024.03.26 19:54:17.517916 [ 3 ] {2d58e8af-a2d4-49d1-8cd9-f8e16f30cb26} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001771 sec., 9034.443817052512 rows/sec., 732.28 KiB/sec. | ||
10508 | 2024.03.26 19:54:17.518081 [ 3 ] {2d58e8af-a2d4-49d1-8cd9-f8e16f30cb26} <Debug> DynamicQueryHandler: Done processing query | ||
10509 | 2024.03.26 19:54:17.518109 [ 3 ] {2d58e8af-a2d4-49d1-8cd9-f8e16f30cb26} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10510 | 2024.03.26 19:54:17.518126 [ 3 ] {} <Debug> HTTP-Session: e74cfb14-1b21-4c31-a62a-df759df4fdd4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10511 | 2024.03.26 19:54:17.518281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10512 | 2024.03.26 19:54:17.518337 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10513 | 2024.03.26 19:54:17.518356 [ 3 ] {} <Debug> HTTP-Session: 1148485b-201b-4fdf-8a14-68cfb19f4da7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10514 | 2024.03.26 19:54:17.518374 [ 3 ] {} <Debug> HTTP-Session: 1148485b-201b-4fdf-8a14-68cfb19f4da7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10515 | 2024.03.26 19:54:17.518388 [ 3 ] {} <Debug> HTTP-Session: 1148485b-201b-4fdf-8a14-68cfb19f4da7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10516 | 2024.03.26 19:54:17.518423 [ 3 ] {} <Trace> HTTP-Session: 1148485b-201b-4fdf-8a14-68cfb19f4da7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10517 | 2024.03.26 19:54:17.518494 [ 3 ] {c1ce4d31-dcde-412d-9b2a-08bec1b10585} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10518 | 2024.03.26 19:54:17.518539 [ 3 ] {c1ce4d31-dcde-412d-9b2a-08bec1b10585} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10519 | 2024.03.26 19:54:17.518678 [ 3 ] {c1ce4d31-dcde-412d-9b2a-08bec1b10585} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10520 | 2024.03.26 19:54:17.518954 [ 3 ] {c1ce4d31-dcde-412d-9b2a-08bec1b10585} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10521 | 2024.03.26 19:54:17.518994 [ 3 ] {c1ce4d31-dcde-412d-9b2a-08bec1b10585} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10522 | 2024.03.26 19:54:17.519302 [ 3 ] {c1ce4d31-dcde-412d-9b2a-08bec1b10585} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10523 | 2024.03.26 19:54:17.519612 [ 3 ] {c1ce4d31-dcde-412d-9b2a-08bec1b10585} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10524 | 2024.03.26 19:54:17.519772 [ 3 ] {c1ce4d31-dcde-412d-9b2a-08bec1b10585} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001299 sec., 1539.6458814472671 rows/sec., 125.55 KiB/sec. | ||
10525 | 2024.03.26 19:54:17.519897 [ 3 ] {c1ce4d31-dcde-412d-9b2a-08bec1b10585} <Debug> DynamicQueryHandler: Done processing query | ||
10526 | 2024.03.26 19:54:17.519922 [ 3 ] {c1ce4d31-dcde-412d-9b2a-08bec1b10585} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10527 | 2024.03.26 19:54:17.519937 [ 3 ] {} <Debug> HTTP-Session: 1148485b-201b-4fdf-8a14-68cfb19f4da7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10528 | 2024.03.26 19:54:17.520068 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10964, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10529 | 2024.03.26 19:54:17.520118 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10530 | 2024.03.26 19:54:17.520137 [ 3 ] {} <Debug> HTTP-Session: 8f931e1e-ac8d-4bee-b86b-86f97a147f76 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10531 | 2024.03.26 19:54:17.520154 [ 3 ] {} <Debug> HTTP-Session: 8f931e1e-ac8d-4bee-b86b-86f97a147f76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10532 | 2024.03.26 19:54:17.520168 [ 3 ] {} <Debug> HTTP-Session: 8f931e1e-ac8d-4bee-b86b-86f97a147f76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10533 | 2024.03.26 19:54:17.520199 [ 3 ] {} <Trace> HTTP-Session: 8f931e1e-ac8d-4bee-b86b-86f97a147f76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10534 | 2024.03.26 19:54:17.520288 [ 3 ] {6e59d4bd-da6d-4942-a31b-8415221f8d41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10535 | 2024.03.26 19:54:17.520329 [ 3 ] {6e59d4bd-da6d-4942-a31b-8415221f8d41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10536 | 2024.03.26 19:54:17.520459 [ 3 ] {6e59d4bd-da6d-4942-a31b-8415221f8d41} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10537 | 2024.03.26 19:54:17.520770 [ 3 ] {6e59d4bd-da6d-4942-a31b-8415221f8d41} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10538 | 2024.03.26 19:54:17.520809 [ 3 ] {6e59d4bd-da6d-4942-a31b-8415221f8d41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10539 | 2024.03.26 19:54:17.521121 [ 3 ] {6e59d4bd-da6d-4942-a31b-8415221f8d41} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
10540 | 2024.03.26 19:54:17.521421 [ 3 ] {6e59d4bd-da6d-4942-a31b-8415221f8d41} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10541 | 2024.03.26 19:54:17.521575 [ 3 ] {6e59d4bd-da6d-4942-a31b-8415221f8d41} <Debug> executeQuery: Read 75 rows, 6.37 KiB in 0.001324 sec., 56646.525679758306 rows/sec., 4.70 MiB/sec. | ||
10542 | 2024.03.26 19:54:17.521700 [ 3 ] {6e59d4bd-da6d-4942-a31b-8415221f8d41} <Debug> DynamicQueryHandler: Done processing query | ||
10543 | 2024.03.26 19:54:17.521723 [ 3 ] {6e59d4bd-da6d-4942-a31b-8415221f8d41} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10544 | 2024.03.26 19:54:17.521739 [ 3 ] {} <Debug> HTTP-Session: 8f931e1e-ac8d-4bee-b86b-86f97a147f76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10545 | 2024.03.26 19:54:17.521853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10546 | 2024.03.26 19:54:17.521902 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10547 | 2024.03.26 19:54:17.521921 [ 3 ] {} <Debug> HTTP-Session: c9482f58-e1dd-4c9f-85b2-cc485ced405b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10548 | 2024.03.26 19:54:17.521938 [ 3 ] {} <Debug> HTTP-Session: c9482f58-e1dd-4c9f-85b2-cc485ced405b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10549 | 2024.03.26 19:54:17.521951 [ 3 ] {} <Debug> HTTP-Session: c9482f58-e1dd-4c9f-85b2-cc485ced405b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10550 | 2024.03.26 19:54:17.521982 [ 3 ] {} <Trace> HTTP-Session: c9482f58-e1dd-4c9f-85b2-cc485ced405b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10551 | 2024.03.26 19:54:17.522044 [ 3 ] {53dfde5f-756c-455e-98d9-12dc98f9d6a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10552 | 2024.03.26 19:54:17.522084 [ 3 ] {53dfde5f-756c-455e-98d9-12dc98f9d6a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10553 | 2024.03.26 19:54:17.522211 [ 3 ] {53dfde5f-756c-455e-98d9-12dc98f9d6a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10554 | 2024.03.26 19:54:17.522472 [ 3 ] {53dfde5f-756c-455e-98d9-12dc98f9d6a4} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10555 | 2024.03.26 19:54:17.522512 [ 3 ] {53dfde5f-756c-455e-98d9-12dc98f9d6a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10556 | 2024.03.26 19:54:17.522813 [ 3 ] {53dfde5f-756c-455e-98d9-12dc98f9d6a4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
10557 | 2024.03.26 19:54:17.523133 [ 3 ] {53dfde5f-756c-455e-98d9-12dc98f9d6a4} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10558 | 2024.03.26 19:54:17.523294 [ 3 ] {53dfde5f-756c-455e-98d9-12dc98f9d6a4} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001263 sec., 1583.5312747426763 rows/sec., 110.57 KiB/sec. | ||
10559 | 2024.03.26 19:54:17.523510 [ 3 ] {53dfde5f-756c-455e-98d9-12dc98f9d6a4} <Debug> DynamicQueryHandler: Done processing query | ||
10560 | 2024.03.26 19:54:17.523574 [ 3 ] {53dfde5f-756c-455e-98d9-12dc98f9d6a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10561 | 2024.03.26 19:54:17.523635 [ 3 ] {} <Debug> HTTP-Session: c9482f58-e1dd-4c9f-85b2-cc485ced405b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10562 | 2024.03.26 19:54:17.523807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10563 | 2024.03.26 19:54:17.523857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10564 | 2024.03.26 19:54:17.523878 [ 3 ] {} <Debug> HTTP-Session: 91faf3d6-c242-4007-95cb-f32c8fcf435b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10565 | 2024.03.26 19:54:17.523896 [ 3 ] {} <Debug> HTTP-Session: 91faf3d6-c242-4007-95cb-f32c8fcf435b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10566 | 2024.03.26 19:54:17.523910 [ 3 ] {} <Debug> HTTP-Session: 91faf3d6-c242-4007-95cb-f32c8fcf435b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10567 | 2024.03.26 19:54:17.523942 [ 3 ] {} <Trace> HTTP-Session: 91faf3d6-c242-4007-95cb-f32c8fcf435b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10568 | 2024.03.26 19:54:17.524022 [ 3 ] {9f07fe24-6d90-4ed3-8bab-8a2a24c558b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10569 | 2024.03.26 19:54:17.524062 [ 3 ] {9f07fe24-6d90-4ed3-8bab-8a2a24c558b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10570 | 2024.03.26 19:54:17.524207 [ 3 ] {9f07fe24-6d90-4ed3-8bab-8a2a24c558b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10571 | 2024.03.26 19:54:17.524512 [ 3 ] {9f07fe24-6d90-4ed3-8bab-8a2a24c558b3} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10572 | 2024.03.26 19:54:17.524549 [ 3 ] {9f07fe24-6d90-4ed3-8bab-8a2a24c558b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10573 | 2024.03.26 19:54:17.524852 [ 3 ] {9f07fe24-6d90-4ed3-8bab-8a2a24c558b3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
10574 | 2024.03.26 19:54:17.525157 [ 3 ] {9f07fe24-6d90-4ed3-8bab-8a2a24c558b3} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10575 | 2024.03.26 19:54:17.525310 [ 3 ] {9f07fe24-6d90-4ed3-8bab-8a2a24c558b3} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001317 sec., 34927.866362946086 rows/sec., 2.73 MiB/sec. | ||
10576 | 2024.03.26 19:54:17.525493 [ 3 ] {9f07fe24-6d90-4ed3-8bab-8a2a24c558b3} <Debug> DynamicQueryHandler: Done processing query | ||
10577 | 2024.03.26 19:54:17.525525 [ 3 ] {9f07fe24-6d90-4ed3-8bab-8a2a24c558b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10578 | 2024.03.26 19:54:17.525574 [ 3 ] {} <Debug> HTTP-Session: 91faf3d6-c242-4007-95cb-f32c8fcf435b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10579 | 2024.03.26 19:54:17.525758 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10580 | 2024.03.26 19:54:17.525819 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10581 | 2024.03.26 19:54:17.525837 [ 3 ] {} <Debug> HTTP-Session: c21ebd6e-3d1d-49cd-a30c-fb9b8d00358e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10582 | 2024.03.26 19:54:17.525854 [ 3 ] {} <Debug> HTTP-Session: c21ebd6e-3d1d-49cd-a30c-fb9b8d00358e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10583 | 2024.03.26 19:54:17.525868 [ 3 ] {} <Debug> HTTP-Session: c21ebd6e-3d1d-49cd-a30c-fb9b8d00358e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10584 | 2024.03.26 19:54:17.525898 [ 3 ] {} <Trace> HTTP-Session: c21ebd6e-3d1d-49cd-a30c-fb9b8d00358e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10585 | 2024.03.26 19:54:17.526004 [ 3 ] {f349e00b-738e-4c0d-a3a7-7ed0156a0380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10586 | 2024.03.26 19:54:17.526049 [ 3 ] {f349e00b-738e-4c0d-a3a7-7ed0156a0380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10587 | 2024.03.26 19:54:17.526208 [ 3 ] {f349e00b-738e-4c0d-a3a7-7ed0156a0380} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10588 | 2024.03.26 19:54:17.526620 [ 3 ] {f349e00b-738e-4c0d-a3a7-7ed0156a0380} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10589 | 2024.03.26 19:54:17.526657 [ 3 ] {f349e00b-738e-4c0d-a3a7-7ed0156a0380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10590 | 2024.03.26 19:54:17.527038 [ 3 ] {f349e00b-738e-4c0d-a3a7-7ed0156a0380} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
10591 | 2024.03.26 19:54:17.527371 [ 3 ] {f349e00b-738e-4c0d-a3a7-7ed0156a0380} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10592 | 2024.03.26 19:54:17.527497 [ 3 ] {f349e00b-738e-4c0d-a3a7-7ed0156a0380} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001552 sec., 65077.31958762887 rows/sec., 4.51 MiB/sec. | ||
10593 | 2024.03.26 19:54:17.527622 [ 3 ] {f349e00b-738e-4c0d-a3a7-7ed0156a0380} <Debug> DynamicQueryHandler: Done processing query | ||
10594 | 2024.03.26 19:54:17.527646 [ 3 ] {f349e00b-738e-4c0d-a3a7-7ed0156a0380} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
10595 | 2024.03.26 19:54:17.527661 [ 3 ] {} <Debug> HTTP-Session: c21ebd6e-3d1d-49cd-a30c-fb9b8d00358e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10596 | 2024.03.26 19:54:17.527783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10597 | 2024.03.26 19:54:17.527831 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10598 | 2024.03.26 19:54:17.527849 [ 3 ] {} <Debug> HTTP-Session: d281f6d5-a0a8-420c-ae53-4b7b307d6312 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10599 | 2024.03.26 19:54:17.527865 [ 3 ] {} <Debug> HTTP-Session: d281f6d5-a0a8-420c-ae53-4b7b307d6312 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10600 | 2024.03.26 19:54:17.527879 [ 3 ] {} <Debug> HTTP-Session: d281f6d5-a0a8-420c-ae53-4b7b307d6312 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10601 | 2024.03.26 19:54:17.527909 [ 3 ] {} <Trace> HTTP-Session: d281f6d5-a0a8-420c-ae53-4b7b307d6312 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10602 | 2024.03.26 19:54:17.528067 [ 3 ] {08565fad-74a9-4101-b193-afe4b748fbb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10603 | 2024.03.26 19:54:17.528113 [ 3 ] {08565fad-74a9-4101-b193-afe4b748fbb2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10604 | 2024.03.26 19:54:17.528268 [ 3 ] {08565fad-74a9-4101-b193-afe4b748fbb2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10605 | 2024.03.26 19:54:17.528646 [ 3 ] {08565fad-74a9-4101-b193-afe4b748fbb2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10606 | 2024.03.26 19:54:17.528680 [ 3 ] {08565fad-74a9-4101-b193-afe4b748fbb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10607 | 2024.03.26 19:54:17.529080 [ 3 ] {08565fad-74a9-4101-b193-afe4b748fbb2} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
10608 | 2024.03.26 19:54:17.529417 [ 3 ] {08565fad-74a9-4101-b193-afe4b748fbb2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10609 | 2024.03.26 19:54:17.529547 [ 3 ] {08565fad-74a9-4101-b193-afe4b748fbb2} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001592 sec., 10050.251256281406 rows/sec., 13.56 MiB/sec. | ||
10610 | 2024.03.26 19:54:17.529671 [ 3 ] {08565fad-74a9-4101-b193-afe4b748fbb2} <Debug> DynamicQueryHandler: Done processing query | ||
10611 | 2024.03.26 19:54:17.529695 [ 3 ] {08565fad-74a9-4101-b193-afe4b748fbb2} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10612 | 2024.03.26 19:54:17.529711 [ 3 ] {} <Debug> HTTP-Session: d281f6d5-a0a8-420c-ae53-4b7b307d6312 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10613 | 2024.03.26 19:54:17.529818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10614 | 2024.03.26 19:54:17.529865 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10615 | 2024.03.26 19:54:17.529882 [ 3 ] {} <Debug> HTTP-Session: 0083069e-8e09-4297-bcc7-dc54424d25e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10616 | 2024.03.26 19:54:17.529899 [ 3 ] {} <Debug> HTTP-Session: 0083069e-8e09-4297-bcc7-dc54424d25e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10617 | 2024.03.26 19:54:17.529913 [ 3 ] {} <Debug> HTTP-Session: 0083069e-8e09-4297-bcc7-dc54424d25e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10618 | 2024.03.26 19:54:17.529944 [ 3 ] {} <Trace> HTTP-Session: 0083069e-8e09-4297-bcc7-dc54424d25e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10619 | 2024.03.26 19:54:17.530017 [ 3 ] {68f17845-7a46-473e-a833-36b8322ecc3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10620 | 2024.03.26 19:54:17.530059 [ 3 ] {68f17845-7a46-473e-a833-36b8322ecc3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10621 | 2024.03.26 19:54:17.530183 [ 3 ] {68f17845-7a46-473e-a833-36b8322ecc3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10622 | 2024.03.26 19:54:17.530451 [ 3 ] {68f17845-7a46-473e-a833-36b8322ecc3c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10623 | 2024.03.26 19:54:17.530486 [ 3 ] {68f17845-7a46-473e-a833-36b8322ecc3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10624 | 2024.03.26 19:54:17.530826 [ 3 ] {68f17845-7a46-473e-a833-36b8322ecc3c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
10625 | 2024.03.26 19:54:17.531137 [ 3 ] {68f17845-7a46-473e-a833-36b8322ecc3c} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10626 | 2024.03.26 19:54:17.531259 [ 3 ] {68f17845-7a46-473e-a833-36b8322ecc3c} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001273 sec., 23566.378633150038 rows/sec., 1.61 MiB/sec. | ||
10627 | 2024.03.26 19:54:17.531376 [ 3 ] {68f17845-7a46-473e-a833-36b8322ecc3c} <Debug> DynamicQueryHandler: Done processing query | ||
10628 | 2024.03.26 19:54:17.531399 [ 3 ] {68f17845-7a46-473e-a833-36b8322ecc3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10629 | 2024.03.26 19:54:17.531415 [ 3 ] {} <Debug> HTTP-Session: 0083069e-8e09-4297-bcc7-dc54424d25e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10630 | 2024.03.26 19:54:22.517161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10631 | 2024.03.26 19:54:22.517292 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10632 | 2024.03.26 19:54:22.517318 [ 3 ] {} <Debug> HTTP-Session: bde96509-09ef-48d6-a5a3-40d0b75ff6ef Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10633 | 2024.03.26 19:54:22.517344 [ 3 ] {} <Debug> HTTP-Session: bde96509-09ef-48d6-a5a3-40d0b75ff6ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10634 | 2024.03.26 19:54:22.517359 [ 3 ] {} <Debug> HTTP-Session: bde96509-09ef-48d6-a5a3-40d0b75ff6ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10635 | 2024.03.26 19:54:22.517410 [ 3 ] {} <Trace> HTTP-Session: bde96509-09ef-48d6-a5a3-40d0b75ff6ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10636 | 2024.03.26 19:54:22.517542 [ 3 ] {55e32ab2-8fa5-4693-9e37-fd3f3df98abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10637 | 2024.03.26 19:54:22.517607 [ 3 ] {55e32ab2-8fa5-4693-9e37-fd3f3df98abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10638 | 2024.03.26 19:54:22.517801 [ 3 ] {55e32ab2-8fa5-4693-9e37-fd3f3df98abe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10639 | 2024.03.26 19:54:22.518250 [ 3 ] {55e32ab2-8fa5-4693-9e37-fd3f3df98abe} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10640 | 2024.03.26 19:54:22.518299 [ 3 ] {55e32ab2-8fa5-4693-9e37-fd3f3df98abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10641 | 2024.03.26 19:54:22.518692 [ 3 ] {55e32ab2-8fa5-4693-9e37-fd3f3df98abe} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10642 | 2024.03.26 19:54:22.519030 [ 3 ] {55e32ab2-8fa5-4693-9e37-fd3f3df98abe} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10643 | 2024.03.26 19:54:22.519199 [ 3 ] {55e32ab2-8fa5-4693-9e37-fd3f3df98abe} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.00172 sec., 24418.60465116279 rows/sec., 1.93 MiB/sec. | ||
10644 | 2024.03.26 19:54:22.519355 [ 3 ] {55e32ab2-8fa5-4693-9e37-fd3f3df98abe} <Debug> DynamicQueryHandler: Done processing query | ||
10645 | 2024.03.26 19:54:22.519382 [ 3 ] {55e32ab2-8fa5-4693-9e37-fd3f3df98abe} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10646 | 2024.03.26 19:54:22.519399 [ 3 ] {} <Debug> HTTP-Session: bde96509-09ef-48d6-a5a3-40d0b75ff6ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10647 | 2024.03.26 19:54:22.519537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10648 | 2024.03.26 19:54:22.519587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10649 | 2024.03.26 19:54:22.519606 [ 3 ] {} <Debug> HTTP-Session: 6321a833-d0b5-4dc7-bf13-99df118762c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10650 | 2024.03.26 19:54:22.519624 [ 3 ] {} <Debug> HTTP-Session: 6321a833-d0b5-4dc7-bf13-99df118762c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10651 | 2024.03.26 19:54:22.519638 [ 3 ] {} <Debug> HTTP-Session: 6321a833-d0b5-4dc7-bf13-99df118762c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10652 | 2024.03.26 19:54:22.519669 [ 3 ] {} <Trace> HTTP-Session: 6321a833-d0b5-4dc7-bf13-99df118762c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10653 | 2024.03.26 19:54:22.519782 [ 3 ] {f86cc02c-4d6c-4e6a-9bdd-3c966d73a90d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10654 | 2024.03.26 19:54:22.519824 [ 3 ] {f86cc02c-4d6c-4e6a-9bdd-3c966d73a90d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10655 | 2024.03.26 19:54:22.519951 [ 3 ] {f86cc02c-4d6c-4e6a-9bdd-3c966d73a90d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10656 | 2024.03.26 19:54:22.520359 [ 3 ] {f86cc02c-4d6c-4e6a-9bdd-3c966d73a90d} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10657 | 2024.03.26 19:54:22.520397 [ 3 ] {f86cc02c-4d6c-4e6a-9bdd-3c966d73a90d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10658 | 2024.03.26 19:54:22.520723 [ 3 ] {f86cc02c-4d6c-4e6a-9bdd-3c966d73a90d} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10659 | 2024.03.26 19:54:22.521038 [ 3 ] {f86cc02c-4d6c-4e6a-9bdd-3c966d73a90d} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10660 | 2024.03.26 19:54:22.521193 [ 3 ] {f86cc02c-4d6c-4e6a-9bdd-3c966d73a90d} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001466 sec., 103683.49249658936 rows/sec., 9.91 MiB/sec. | ||
10661 | 2024.03.26 19:54:22.521326 [ 3 ] {f86cc02c-4d6c-4e6a-9bdd-3c966d73a90d} <Debug> DynamicQueryHandler: Done processing query | ||
10662 | 2024.03.26 19:54:22.521349 [ 3 ] {f86cc02c-4d6c-4e6a-9bdd-3c966d73a90d} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10663 | 2024.03.26 19:54:22.521365 [ 3 ] {} <Debug> HTTP-Session: 6321a833-d0b5-4dc7-bf13-99df118762c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10664 | 2024.03.26 19:54:22.521492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10665 | 2024.03.26 19:54:22.521550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10666 | 2024.03.26 19:54:22.521569 [ 3 ] {} <Debug> HTTP-Session: d6d6250f-4878-4ff6-b024-84f7e0138767 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10667 | 2024.03.26 19:54:22.521586 [ 3 ] {} <Debug> HTTP-Session: d6d6250f-4878-4ff6-b024-84f7e0138767 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10668 | 2024.03.26 19:54:22.521600 [ 3 ] {} <Debug> HTTP-Session: d6d6250f-4878-4ff6-b024-84f7e0138767 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10669 | 2024.03.26 19:54:22.521630 [ 3 ] {} <Trace> HTTP-Session: d6d6250f-4878-4ff6-b024-84f7e0138767 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10670 | 2024.03.26 19:54:22.521721 [ 3 ] {ef7b3831-adfa-40b4-8b2b-f4b0ef4d2649} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10671 | 2024.03.26 19:54:22.521764 [ 3 ] {ef7b3831-adfa-40b4-8b2b-f4b0ef4d2649} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10672 | 2024.03.26 19:54:22.521910 [ 3 ] {ef7b3831-adfa-40b4-8b2b-f4b0ef4d2649} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10673 | 2024.03.26 19:54:22.522250 [ 3 ] {ef7b3831-adfa-40b4-8b2b-f4b0ef4d2649} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10674 | 2024.03.26 19:54:22.522288 [ 3 ] {ef7b3831-adfa-40b4-8b2b-f4b0ef4d2649} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10675 | 2024.03.26 19:54:22.522616 [ 3 ] {ef7b3831-adfa-40b4-8b2b-f4b0ef4d2649} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10676 | 2024.03.26 19:54:22.522927 [ 3 ] {ef7b3831-adfa-40b4-8b2b-f4b0ef4d2649} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10677 | 2024.03.26 19:54:22.523093 [ 3 ] {ef7b3831-adfa-40b4-8b2b-f4b0ef4d2649} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001419 sec., 49330.51444679352 rows/sec., 3.85 MiB/sec. | ||
10678 | 2024.03.26 19:54:22.523244 [ 3 ] {ef7b3831-adfa-40b4-8b2b-f4b0ef4d2649} <Debug> DynamicQueryHandler: Done processing query | ||
10679 | 2024.03.26 19:54:22.523268 [ 3 ] {ef7b3831-adfa-40b4-8b2b-f4b0ef4d2649} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10680 | 2024.03.26 19:54:22.523284 [ 3 ] {} <Debug> HTTP-Session: d6d6250f-4878-4ff6-b024-84f7e0138767 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10681 | 2024.03.26 19:54:22.523407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10682 | 2024.03.26 19:54:22.523455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10683 | 2024.03.26 19:54:22.523473 [ 3 ] {} <Debug> HTTP-Session: 73606815-c791-4e3b-b265-49de8c354fa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10684 | 2024.03.26 19:54:22.523489 [ 3 ] {} <Debug> HTTP-Session: 73606815-c791-4e3b-b265-49de8c354fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10685 | 2024.03.26 19:54:22.523504 [ 3 ] {} <Debug> HTTP-Session: 73606815-c791-4e3b-b265-49de8c354fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10686 | 2024.03.26 19:54:22.523534 [ 3 ] {} <Trace> HTTP-Session: 73606815-c791-4e3b-b265-49de8c354fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10687 | 2024.03.26 19:54:22.523631 [ 3 ] {26bcb927-cb20-4d73-b633-7d722b2096f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10688 | 2024.03.26 19:54:22.523704 [ 3 ] {26bcb927-cb20-4d73-b633-7d722b2096f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10689 | 2024.03.26 19:54:22.523854 [ 3 ] {26bcb927-cb20-4d73-b633-7d722b2096f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10690 | 2024.03.26 19:54:22.524222 [ 3 ] {26bcb927-cb20-4d73-b633-7d722b2096f8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10691 | 2024.03.26 19:54:22.524260 [ 3 ] {26bcb927-cb20-4d73-b633-7d722b2096f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10692 | 2024.03.26 19:54:22.524638 [ 3 ] {26bcb927-cb20-4d73-b633-7d722b2096f8} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10693 | 2024.03.26 19:54:22.524998 [ 3 ] {26bcb927-cb20-4d73-b633-7d722b2096f8} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10694 | 2024.03.26 19:54:22.525152 [ 3 ] {26bcb927-cb20-4d73-b633-7d722b2096f8} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.00157 sec., 63694.267515923566 rows/sec., 4.42 MiB/sec. | ||
10695 | 2024.03.26 19:54:22.525285 [ 3 ] {26bcb927-cb20-4d73-b633-7d722b2096f8} <Debug> DynamicQueryHandler: Done processing query | ||
10696 | 2024.03.26 19:54:22.525309 [ 3 ] {26bcb927-cb20-4d73-b633-7d722b2096f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
10697 | 2024.03.26 19:54:22.525324 [ 3 ] {} <Debug> HTTP-Session: 73606815-c791-4e3b-b265-49de8c354fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10698 | 2024.03.26 19:54:22.525463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10699 | 2024.03.26 19:54:22.525511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10700 | 2024.03.26 19:54:22.525529 [ 3 ] {} <Debug> HTTP-Session: 1ea09567-eabe-427c-b7c4-97bed51efc6b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10701 | 2024.03.26 19:54:22.525545 [ 3 ] {} <Debug> HTTP-Session: 1ea09567-eabe-427c-b7c4-97bed51efc6b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10702 | 2024.03.26 19:54:22.525560 [ 3 ] {} <Debug> HTTP-Session: 1ea09567-eabe-427c-b7c4-97bed51efc6b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10703 | 2024.03.26 19:54:22.525589 [ 3 ] {} <Trace> HTTP-Session: 1ea09567-eabe-427c-b7c4-97bed51efc6b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10704 | 2024.03.26 19:54:22.525843 [ 3 ] {16df29c3-5869-4da3-aa6d-12038330eb3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10705 | 2024.03.26 19:54:22.525894 [ 3 ] {16df29c3-5869-4da3-aa6d-12038330eb3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10706 | 2024.03.26 19:54:22.526052 [ 3 ] {16df29c3-5869-4da3-aa6d-12038330eb3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10707 | 2024.03.26 19:54:22.526574 [ 3 ] {16df29c3-5869-4da3-aa6d-12038330eb3e} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10708 | 2024.03.26 19:54:22.526612 [ 3 ] {16df29c3-5869-4da3-aa6d-12038330eb3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10709 | 2024.03.26 19:54:22.527031 [ 3 ] {16df29c3-5869-4da3-aa6d-12038330eb3e} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
10710 | 2024.03.26 19:54:22.527371 [ 3 ] {16df29c3-5869-4da3-aa6d-12038330eb3e} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10711 | 2024.03.26 19:54:22.527536 [ 3 ] {16df29c3-5869-4da3-aa6d-12038330eb3e} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.001889 sec., 22233.98623610376 rows/sec., 30.00 MiB/sec. | ||
10712 | 2024.03.26 19:54:22.527734 [ 3 ] {16df29c3-5869-4da3-aa6d-12038330eb3e} <Debug> DynamicQueryHandler: Done processing query | ||
10713 | 2024.03.26 19:54:22.527783 [ 3 ] {16df29c3-5869-4da3-aa6d-12038330eb3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
10714 | 2024.03.26 19:54:22.527834 [ 3 ] {} <Debug> HTTP-Session: 1ea09567-eabe-427c-b7c4-97bed51efc6b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10715 | 2024.03.26 19:54:22.528002 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10716 | 2024.03.26 19:54:22.528053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10717 | 2024.03.26 19:54:22.528072 [ 3 ] {} <Debug> HTTP-Session: 5d906eb8-b15f-4168-a5f5-a16c17900446 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10718 | 2024.03.26 19:54:22.528089 [ 3 ] {} <Debug> HTTP-Session: 5d906eb8-b15f-4168-a5f5-a16c17900446 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10719 | 2024.03.26 19:54:22.528102 [ 3 ] {} <Debug> HTTP-Session: 5d906eb8-b15f-4168-a5f5-a16c17900446 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10720 | 2024.03.26 19:54:22.528134 [ 3 ] {} <Trace> HTTP-Session: 5d906eb8-b15f-4168-a5f5-a16c17900446 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10721 | 2024.03.26 19:54:22.528213 [ 3 ] {24a7f747-89a4-4069-8868-ffa0a2eebe75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10722 | 2024.03.26 19:54:22.528256 [ 3 ] {24a7f747-89a4-4069-8868-ffa0a2eebe75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10723 | 2024.03.26 19:54:22.528398 [ 3 ] {24a7f747-89a4-4069-8868-ffa0a2eebe75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10724 | 2024.03.26 19:54:22.528694 [ 3 ] {24a7f747-89a4-4069-8868-ffa0a2eebe75} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10725 | 2024.03.26 19:54:22.528731 [ 3 ] {24a7f747-89a4-4069-8868-ffa0a2eebe75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10726 | 2024.03.26 19:54:22.529086 [ 3 ] {24a7f747-89a4-4069-8868-ffa0a2eebe75} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
10727 | 2024.03.26 19:54:22.529405 [ 3 ] {24a7f747-89a4-4069-8868-ffa0a2eebe75} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10728 | 2024.03.26 19:54:22.529552 [ 3 ] {24a7f747-89a4-4069-8868-ffa0a2eebe75} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00137 sec., 21897.810218978102 rows/sec., 1.50 MiB/sec. | ||
10729 | 2024.03.26 19:54:22.529683 [ 3 ] {24a7f747-89a4-4069-8868-ffa0a2eebe75} <Debug> DynamicQueryHandler: Done processing query | ||
10730 | 2024.03.26 19:54:22.529706 [ 3 ] {24a7f747-89a4-4069-8868-ffa0a2eebe75} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10731 | 2024.03.26 19:54:22.529721 [ 3 ] {} <Debug> HTTP-Session: 5d906eb8-b15f-4168-a5f5-a16c17900446 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10732 | 2024.03.26 19:54:26.466765 [ 10 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10733 | 2024.03.26 19:54:26.466843 [ 10 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10734 | 2024.03.26 19:54:27.515546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10735 | 2024.03.26 19:54:27.515655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10736 | 2024.03.26 19:54:27.515679 [ 3 ] {} <Debug> HTTP-Session: e16e7852-48e6-4703-a0be-58069b6d3a76 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10737 | 2024.03.26 19:54:27.515704 [ 3 ] {} <Debug> HTTP-Session: e16e7852-48e6-4703-a0be-58069b6d3a76 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10738 | 2024.03.26 19:54:27.515718 [ 3 ] {} <Debug> HTTP-Session: e16e7852-48e6-4703-a0be-58069b6d3a76 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10739 | 2024.03.26 19:54:27.515768 [ 3 ] {} <Trace> HTTP-Session: e16e7852-48e6-4703-a0be-58069b6d3a76 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10740 | 2024.03.26 19:54:27.515886 [ 3 ] {affb39d4-f2bd-481f-be8a-66a4aa02088c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10741 | 2024.03.26 19:54:27.515948 [ 3 ] {affb39d4-f2bd-481f-be8a-66a4aa02088c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10742 | 2024.03.26 19:54:27.516136 [ 3 ] {affb39d4-f2bd-481f-be8a-66a4aa02088c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10743 | 2024.03.26 19:54:27.516562 [ 3 ] {affb39d4-f2bd-481f-be8a-66a4aa02088c} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10744 | 2024.03.26 19:54:27.516606 [ 3 ] {affb39d4-f2bd-481f-be8a-66a4aa02088c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10745 | 2024.03.26 19:54:27.516980 [ 3 ] {affb39d4-f2bd-481f-be8a-66a4aa02088c} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10746 | 2024.03.26 19:54:27.517314 [ 3 ] {affb39d4-f2bd-481f-be8a-66a4aa02088c} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10747 | 2024.03.26 19:54:27.517475 [ 3 ] {affb39d4-f2bd-481f-be8a-66a4aa02088c} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001646 sec., 9720.534629404618 rows/sec., 787.89 KiB/sec. | ||
10748 | 2024.03.26 19:54:27.517672 [ 3 ] {affb39d4-f2bd-481f-be8a-66a4aa02088c} <Debug> DynamicQueryHandler: Done processing query | ||
10749 | 2024.03.26 19:54:27.517697 [ 3 ] {affb39d4-f2bd-481f-be8a-66a4aa02088c} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10750 | 2024.03.26 19:54:27.517714 [ 3 ] {} <Debug> HTTP-Session: e16e7852-48e6-4703-a0be-58069b6d3a76 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10751 | 2024.03.26 19:54:27.517880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10752 | 2024.03.26 19:54:27.517929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10753 | 2024.03.26 19:54:27.517947 [ 3 ] {} <Debug> HTTP-Session: e268dfba-1f7b-4026-86ff-43fa829af8e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10754 | 2024.03.26 19:54:27.517963 [ 3 ] {} <Debug> HTTP-Session: e268dfba-1f7b-4026-86ff-43fa829af8e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10755 | 2024.03.26 19:54:27.517977 [ 3 ] {} <Debug> HTTP-Session: e268dfba-1f7b-4026-86ff-43fa829af8e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10756 | 2024.03.26 19:54:27.518008 [ 3 ] {} <Trace> HTTP-Session: e268dfba-1f7b-4026-86ff-43fa829af8e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10757 | 2024.03.26 19:54:27.518095 [ 3 ] {dfcfc457-3ec3-404e-afe4-82fe9a48a425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10758 | 2024.03.26 19:54:27.518136 [ 3 ] {dfcfc457-3ec3-404e-afe4-82fe9a48a425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10759 | 2024.03.26 19:54:27.518270 [ 3 ] {dfcfc457-3ec3-404e-afe4-82fe9a48a425} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10760 | 2024.03.26 19:54:27.518592 [ 3 ] {dfcfc457-3ec3-404e-afe4-82fe9a48a425} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10761 | 2024.03.26 19:54:27.518630 [ 3 ] {dfcfc457-3ec3-404e-afe4-82fe9a48a425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10762 | 2024.03.26 19:54:27.518935 [ 3 ] {dfcfc457-3ec3-404e-afe4-82fe9a48a425} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10763 | 2024.03.26 19:54:27.519230 [ 3 ] {dfcfc457-3ec3-404e-afe4-82fe9a48a425} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10764 | 2024.03.26 19:54:27.519386 [ 3 ] {dfcfc457-3ec3-404e-afe4-82fe9a48a425} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.001322 sec., 55975.79425113464 rows/sec., 4.65 MiB/sec. | ||
10765 | 2024.03.26 19:54:27.519423 [ 10 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
10766 | 2024.03.26 19:54:27.519565 [ 3 ] {dfcfc457-3ec3-404e-afe4-82fe9a48a425} <Debug> DynamicQueryHandler: Done processing query | ||
10767 | 2024.03.26 19:54:27.519566 [ 10 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10768 | 2024.03.26 19:54:27.519605 [ 3 ] {dfcfc457-3ec3-404e-afe4-82fe9a48a425} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
10769 | 2024.03.26 19:54:27.519641 [ 3 ] {} <Debug> HTTP-Session: e268dfba-1f7b-4026-86ff-43fa829af8e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10770 | 2024.03.26 19:54:27.519649 [ 10 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10771 | 2024.03.26 19:54:27.519797 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10772 | 2024.03.26 19:54:27.519916 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10773 | 2024.03.26 19:54:27.519940 [ 3 ] {} <Debug> HTTP-Session: 6feea691-e8f1-47e8-a338-3dd6426f0505 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10774 | 2024.03.26 19:54:27.519948 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
10775 | 2024.03.26 19:54:27.519969 [ 3 ] {} <Debug> HTTP-Session: 6feea691-e8f1-47e8-a338-3dd6426f0505 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10776 | 2024.03.26 19:54:27.520034 [ 3 ] {} <Debug> HTTP-Session: 6feea691-e8f1-47e8-a338-3dd6426f0505 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10777 | 2024.03.26 19:54:27.520096 [ 3 ] {} <Trace> HTTP-Session: 6feea691-e8f1-47e8-a338-3dd6426f0505 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10778 | 2024.03.26 19:54:27.520323 [ 3 ] {b7d332de-12d0-42ee-adcf-6ff81cfe2f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10779 | 2024.03.26 19:54:27.520341 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10780 | 2024.03.26 19:54:27.520409 [ 3 ] {b7d332de-12d0-42ee-adcf-6ff81cfe2f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10781 | 2024.03.26 19:54:27.520415 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 241 rows starting from the beginning of the part | ||
10782 | 2024.03.26 19:54:27.520719 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 110 rows starting from the beginning of the part | ||
10783 | 2024.03.26 19:54:27.521058 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 154 rows starting from the beginning of the part | ||
10784 | 2024.03.26 19:54:27.521405 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 75 rows starting from the beginning of the part | ||
10785 | 2024.03.26 19:54:27.521491 [ 3 ] {b7d332de-12d0-42ee-adcf-6ff81cfe2f31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10786 | 2024.03.26 19:54:27.521636 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 152 rows starting from the beginning of the part | ||
10787 | 2024.03.26 19:54:27.521905 [ 194 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 74 rows starting from the beginning of the part | ||
10788 | 2024.03.26 19:54:27.522667 [ 3 ] {b7d332de-12d0-42ee-adcf-6ff81cfe2f31} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10789 | 2024.03.26 19:54:27.522736 [ 3 ] {b7d332de-12d0-42ee-adcf-6ff81cfe2f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10790 | 2024.03.26 19:54:27.523599 [ 3 ] {b7d332de-12d0-42ee-adcf-6ff81cfe2f31} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10791 | 2024.03.26 19:54:27.524448 [ 3 ] {b7d332de-12d0-42ee-adcf-6ff81cfe2f31} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10792 | 2024.03.26 19:54:27.524849 [ 10 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
10793 | 2024.03.26 19:54:27.524928 [ 195 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 806 rows, containing 4 columns (4 merged, 0 gathered) in 0.005140735 sec., 156786.9186021065 rows/sec., 14.06 MiB/sec. | ||
10794 | 2024.03.26 19:54:27.524948 [ 10 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10795 | 2024.03.26 19:54:27.524934 [ 3 ] {b7d332de-12d0-42ee-adcf-6ff81cfe2f31} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.004708 sec., 9345.794392523363 rows/sec., 747.15 KiB/sec. | ||
10796 | 2024.03.26 19:54:27.525026 [ 10 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10797 | 2024.03.26 19:54:27.525291 [ 195 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
10798 | 2024.03.26 19:54:27.525410 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_70_14 to all_75_75_0 into Compact with storage Full | ||
10799 | 2024.03.26 19:54:27.525526 [ 3 ] {b7d332de-12d0-42ee-adcf-6ff81cfe2f31} <Debug> DynamicQueryHandler: Done processing query | ||
10800 | 2024.03.26 19:54:27.525584 [ 3 ] {b7d332de-12d0-42ee-adcf-6ff81cfe2f31} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10801 | 2024.03.26 19:54:27.525656 [ 3 ] {} <Debug> HTTP-Session: 6feea691-e8f1-47e8-a338-3dd6426f0505 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10802 | 2024.03.26 19:54:27.525901 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10803 | 2024.03.26 19:54:27.526061 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 138 rows starting from the beginning of the part | ||
10804 | 2024.03.26 19:54:27.526125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10805 | 2024.03.26 19:54:27.526333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10806 | 2024.03.26 19:54:27.526485 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 68 rows starting from the beginning of the part | ||
10807 | 2024.03.26 19:54:27.526560 [ 3 ] {} <Debug> HTTP-Session: fed604af-1799-4cc7-9edf-a7926ff10bc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10808 | 2024.03.26 19:54:27.526691 [ 3 ] {} <Debug> HTTP-Session: fed604af-1799-4cc7-9edf-a7926ff10bc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10809 | 2024.03.26 19:54:27.526853 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 74 rows starting from the beginning of the part | ||
10810 | 2024.03.26 19:54:27.526881 [ 195 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10811 | 2024.03.26 19:54:27.527205 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 46 rows starting from the beginning of the part | ||
10812 | 2024.03.26 19:54:27.527240 [ 3 ] {} <Debug> HTTP-Session: fed604af-1799-4cc7-9edf-a7926ff10bc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10813 | 2024.03.26 19:54:27.527308 [ 195 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_75_15} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
10814 | 2024.03.26 19:54:27.527513 [ 3 ] {} <Trace> HTTP-Session: fed604af-1799-4cc7-9edf-a7926ff10bc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10815 | 2024.03.26 19:54:27.527733 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 70 rows starting from the beginning of the part | ||
10816 | 2024.03.26 19:54:27.527754 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
10817 | 2024.03.26 19:54:27.527947 [ 3 ] {f519dcb0-e9de-4180-93e5-880db393bb47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10818 | 2024.03.26 19:54:27.528055 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 44 rows starting from the beginning of the part | ||
10819 | 2024.03.26 19:54:27.528104 [ 3 ] {f519dcb0-e9de-4180-93e5-880db393bb47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10820 | 2024.03.26 19:54:27.528907 [ 3 ] {f519dcb0-e9de-4180-93e5-880db393bb47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10821 | 2024.03.26 19:54:27.529834 [ 3 ] {f519dcb0-e9de-4180-93e5-880db393bb47} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10822 | 2024.03.26 19:54:27.529897 [ 3 ] {f519dcb0-e9de-4180-93e5-880db393bb47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10823 | 2024.03.26 19:54:27.530842 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 440 rows, containing 4 columns (4 merged, 0 gathered) in 0.005660211 sec., 77735.61798314586 rows/sec., 6.07 MiB/sec. | ||
10824 | 2024.03.26 19:54:27.530938 [ 3 ] {f519dcb0-e9de-4180-93e5-880db393bb47} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10825 | 2024.03.26 19:54:27.531024 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
10826 | 2024.03.26 19:54:27.531808 [ 3 ] {f519dcb0-e9de-4180-93e5-880db393bb47} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10827 | 2024.03.26 19:54:27.531918 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10828 | 2024.03.26 19:54:27.532134 [ 3 ] {f519dcb0-e9de-4180-93e5-880db393bb47} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004379 sec., 22836.263987211692 rows/sec., 1.58 MiB/sec. | ||
10829 | 2024.03.26 19:54:27.532144 [ 194 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_75_15} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
10830 | 2024.03.26 19:54:27.532401 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
10831 | 2024.03.26 19:54:27.532480 [ 3 ] {f519dcb0-e9de-4180-93e5-880db393bb47} <Debug> DynamicQueryHandler: Done processing query | ||
10832 | 2024.03.26 19:54:27.532509 [ 3 ] {f519dcb0-e9de-4180-93e5-880db393bb47} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
10833 | 2024.03.26 19:54:27.532526 [ 3 ] {} <Debug> HTTP-Session: fed604af-1799-4cc7-9edf-a7926ff10bc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10834 | 2024.03.26 19:54:27.532693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10835 | 2024.03.26 19:54:27.532742 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10836 | 2024.03.26 19:54:27.532760 [ 3 ] {} <Debug> HTTP-Session: 600df8ca-4a48-448d-b386-80341a8040d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10837 | 2024.03.26 19:54:27.532777 [ 3 ] {} <Debug> HTTP-Session: 600df8ca-4a48-448d-b386-80341a8040d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10838 | 2024.03.26 19:54:27.532791 [ 3 ] {} <Debug> HTTP-Session: 600df8ca-4a48-448d-b386-80341a8040d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10839 | 2024.03.26 19:54:27.532825 [ 3 ] {} <Trace> HTTP-Session: 600df8ca-4a48-448d-b386-80341a8040d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10840 | 2024.03.26 19:54:27.532999 [ 3 ] {5b0ecf07-3833-4c60-ba90-e2db2dddca68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10841 | 2024.03.26 19:54:27.533049 [ 3 ] {5b0ecf07-3833-4c60-ba90-e2db2dddca68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10842 | 2024.03.26 19:54:27.533231 [ 3 ] {5b0ecf07-3833-4c60-ba90-e2db2dddca68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10843 | 2024.03.26 19:54:27.533608 [ 3 ] {5b0ecf07-3833-4c60-ba90-e2db2dddca68} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10844 | 2024.03.26 19:54:27.533647 [ 3 ] {5b0ecf07-3833-4c60-ba90-e2db2dddca68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10845 | 2024.03.26 19:54:27.534077 [ 3 ] {5b0ecf07-3833-4c60-ba90-e2db2dddca68} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
10846 | 2024.03.26 19:54:27.534434 [ 3 ] {5b0ecf07-3833-4c60-ba90-e2db2dddca68} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10847 | 2024.03.26 19:54:27.534610 [ 3 ] {5b0ecf07-3833-4c60-ba90-e2db2dddca68} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001716 sec., 9324.009324009323 rows/sec., 12.58 MiB/sec. | ||
10848 | 2024.03.26 19:54:27.534741 [ 3 ] {5b0ecf07-3833-4c60-ba90-e2db2dddca68} <Debug> DynamicQueryHandler: Done processing query | ||
10849 | 2024.03.26 19:54:27.534765 [ 3 ] {5b0ecf07-3833-4c60-ba90-e2db2dddca68} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10850 | 2024.03.26 19:54:27.534781 [ 3 ] {} <Debug> HTTP-Session: 600df8ca-4a48-448d-b386-80341a8040d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10851 | 2024.03.26 19:54:27.534901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10852 | 2024.03.26 19:54:27.534950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10853 | 2024.03.26 19:54:27.534969 [ 3 ] {} <Debug> HTTP-Session: aa5bb3ba-6804-42e7-b685-602bdfb32511 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10854 | 2024.03.26 19:54:27.534985 [ 3 ] {} <Debug> HTTP-Session: aa5bb3ba-6804-42e7-b685-602bdfb32511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10855 | 2024.03.26 19:54:27.534999 [ 3 ] {} <Debug> HTTP-Session: aa5bb3ba-6804-42e7-b685-602bdfb32511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10856 | 2024.03.26 19:54:27.535029 [ 3 ] {} <Trace> HTTP-Session: aa5bb3ba-6804-42e7-b685-602bdfb32511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10857 | 2024.03.26 19:54:27.535105 [ 3 ] {443b8618-dc92-4415-a589-18695212fa37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10858 | 2024.03.26 19:54:27.535148 [ 3 ] {443b8618-dc92-4415-a589-18695212fa37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10859 | 2024.03.26 19:54:27.535278 [ 3 ] {443b8618-dc92-4415-a589-18695212fa37} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10860 | 2024.03.26 19:54:27.535545 [ 3 ] {443b8618-dc92-4415-a589-18695212fa37} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10861 | 2024.03.26 19:54:27.535583 [ 3 ] {443b8618-dc92-4415-a589-18695212fa37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10862 | 2024.03.26 19:54:27.535947 [ 3 ] {443b8618-dc92-4415-a589-18695212fa37} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
10863 | 2024.03.26 19:54:27.536272 [ 3 ] {443b8618-dc92-4415-a589-18695212fa37} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10864 | 2024.03.26 19:54:27.536412 [ 3 ] {443b8618-dc92-4415-a589-18695212fa37} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001338 sec., 22421.52466367713 rows/sec., 1.54 MiB/sec. | ||
10865 | 2024.03.26 19:54:27.536578 [ 3 ] {443b8618-dc92-4415-a589-18695212fa37} <Debug> DynamicQueryHandler: Done processing query | ||
10866 | 2024.03.26 19:54:27.536603 [ 3 ] {443b8618-dc92-4415-a589-18695212fa37} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10867 | 2024.03.26 19:54:27.536632 [ 3 ] {} <Debug> HTTP-Session: aa5bb3ba-6804-42e7-b685-602bdfb32511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10868 | 2024.03.26 19:54:28.059952 [ 25 ] {} <Debug> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
10869 | 2024.03.26 19:54:28.060047 [ 25 ] {} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10870 | 2024.03.26 19:54:28.060095 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10871 | 2024.03.26 19:54:28.060427 [ 187 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
10872 | 2024.03.26 19:54:28.060743 [ 187 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10873 | 2024.03.26 19:54:28.060799 [ 187 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 10 rows starting from the beginning of the part | ||
10874 | 2024.03.26 19:54:28.060915 [ 187 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
10875 | 2024.03.26 19:54:28.061297 [ 187 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
10876 | 2024.03.26 19:54:28.061564 [ 187 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
10877 | 2024.03.26 19:54:28.061818 [ 187 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
10878 | 2024.03.26 19:54:28.062948 [ 196 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002720892 sec., 7350.530634806527 rows/sec., 599.38 KiB/sec. | ||
10879 | 2024.03.26 19:54:28.063137 [ 188 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
10880 | 2024.03.26 19:54:28.063607 [ 188 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10881 | 2024.03.26 19:54:28.063706 [ 188 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_21_5} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
10882 | 2024.03.26 19:54:28.063808 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10883 | 2024.03.26 19:54:29.643334 [ 33 ] {} <Debug> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
10884 | 2024.03.26 19:54:29.643394 [ 33 ] {} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10885 | 2024.03.26 19:54:29.643416 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10886 | 2024.03.26 19:54:29.643575 [ 196 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_17_4 to all_21_21_0 into Compact with storage Full | ||
10887 | 2024.03.26 19:54:29.643741 [ 196 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10888 | 2024.03.26 19:54:29.643776 [ 196 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 10 rows starting from the beginning of the part | ||
10889 | 2024.03.26 19:54:29.643857 [ 196 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
10890 | 2024.03.26 19:54:29.644079 [ 196 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
10891 | 2024.03.26 19:54:29.644311 [ 196 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
10892 | 2024.03.26 19:54:29.644485 [ 196 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 2 rows starting from the beginning of the part | ||
10893 | 2024.03.26 19:54:29.645547 [ 188 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002056463 sec., 9725.436343858362 rows/sec., 679.07 KiB/sec. | ||
10894 | 2024.03.26 19:54:29.645713 [ 197 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
10895 | 2024.03.26 19:54:29.646157 [ 197 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10896 | 2024.03.26 19:54:29.646252 [ 197 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_21_5} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
10897 | 2024.03.26 19:54:29.646353 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
10898 | 2024.03.26 19:54:32.517222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10899 | 2024.03.26 19:54:32.517336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10900 | 2024.03.26 19:54:32.517359 [ 3 ] {} <Debug> HTTP-Session: ae0d9cc8-ee9e-48c7-8482-64d0a2153b17 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10901 | 2024.03.26 19:54:32.517384 [ 3 ] {} <Debug> HTTP-Session: ae0d9cc8-ee9e-48c7-8482-64d0a2153b17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10902 | 2024.03.26 19:54:32.517399 [ 3 ] {} <Debug> HTTP-Session: ae0d9cc8-ee9e-48c7-8482-64d0a2153b17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10903 | 2024.03.26 19:54:32.517449 [ 3 ] {} <Trace> HTTP-Session: ae0d9cc8-ee9e-48c7-8482-64d0a2153b17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10904 | 2024.03.26 19:54:32.517577 [ 3 ] {9abde8a3-2541-443b-8bbc-ef380cefbd13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10905 | 2024.03.26 19:54:32.517641 [ 3 ] {9abde8a3-2541-443b-8bbc-ef380cefbd13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10906 | 2024.03.26 19:54:32.517831 [ 3 ] {9abde8a3-2541-443b-8bbc-ef380cefbd13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10907 | 2024.03.26 19:54:32.518256 [ 3 ] {9abde8a3-2541-443b-8bbc-ef380cefbd13} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10908 | 2024.03.26 19:54:32.518299 [ 3 ] {9abde8a3-2541-443b-8bbc-ef380cefbd13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10909 | 2024.03.26 19:54:32.518679 [ 3 ] {9abde8a3-2541-443b-8bbc-ef380cefbd13} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
10910 | 2024.03.26 19:54:32.519021 [ 3 ] {9abde8a3-2541-443b-8bbc-ef380cefbd13} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10911 | 2024.03.26 19:54:32.519185 [ 3 ] {9abde8a3-2541-443b-8bbc-ef380cefbd13} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001667 sec., 25194.96100779844 rows/sec., 1.99 MiB/sec. | ||
10912 | 2024.03.26 19:54:32.519209 [ 38 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
10913 | 2024.03.26 19:54:32.519315 [ 38 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10914 | 2024.03.26 19:54:32.519354 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10915 | 2024.03.26 19:54:32.519418 [ 3 ] {9abde8a3-2541-443b-8bbc-ef380cefbd13} <Debug> DynamicQueryHandler: Done processing query | ||
10916 | 2024.03.26 19:54:32.519463 [ 3 ] {9abde8a3-2541-443b-8bbc-ef380cefbd13} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10917 | 2024.03.26 19:54:32.519489 [ 3 ] {} <Debug> HTTP-Session: ae0d9cc8-ee9e-48c7-8482-64d0a2153b17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10918 | 2024.03.26 19:54:32.519501 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
10919 | 2024.03.26 19:54:32.519616 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10920 | 2024.03.26 19:54:32.519646 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 58 rows starting from the beginning of the part | ||
10921 | 2024.03.26 19:54:32.519678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10922 | 2024.03.26 19:54:32.519723 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 42 rows starting from the beginning of the part | ||
10923 | 2024.03.26 19:54:32.519797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10924 | 2024.03.26 19:54:32.519868 [ 3 ] {} <Debug> HTTP-Session: b44cfe29-9caa-4197-a52e-68797072340d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10925 | 2024.03.26 19:54:32.519978 [ 3 ] {} <Debug> HTTP-Session: b44cfe29-9caa-4197-a52e-68797072340d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10926 | 2024.03.26 19:54:32.520085 [ 3 ] {} <Debug> HTTP-Session: b44cfe29-9caa-4197-a52e-68797072340d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10927 | 2024.03.26 19:54:32.520179 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part | ||
10928 | 2024.03.26 19:54:32.520232 [ 3 ] {} <Trace> HTTP-Session: b44cfe29-9caa-4197-a52e-68797072340d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10929 | 2024.03.26 19:54:32.520463 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 42 rows starting from the beginning of the part | ||
10930 | 2024.03.26 19:54:32.520541 [ 3 ] {6be74698-d7ab-42e5-9d89-073d29b0c1cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10931 | 2024.03.26 19:54:32.520685 [ 3 ] {6be74698-d7ab-42e5-9d89-073d29b0c1cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10932 | 2024.03.26 19:54:32.520722 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part | ||
10933 | 2024.03.26 19:54:32.521126 [ 196 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 42 rows starting from the beginning of the part | ||
10934 | 2024.03.26 19:54:32.521638 [ 3 ] {6be74698-d7ab-42e5-9d89-073d29b0c1cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10935 | 2024.03.26 19:54:32.522240 [ 3 ] {6be74698-d7ab-42e5-9d89-073d29b0c1cb} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10936 | 2024.03.26 19:54:32.522287 [ 3 ] {6be74698-d7ab-42e5-9d89-073d29b0c1cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10937 | 2024.03.26 19:54:32.522769 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.003334371 sec., 64779.83403766408 rows/sec., 5.13 MiB/sec. | ||
10938 | 2024.03.26 19:54:32.522803 [ 3 ] {6be74698-d7ab-42e5-9d89-073d29b0c1cb} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10939 | 2024.03.26 19:54:32.522888 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
10940 | 2024.03.26 19:54:32.523263 [ 3 ] {6be74698-d7ab-42e5-9d89-073d29b0c1cb} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10941 | 2024.03.26 19:54:32.523446 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10942 | 2024.03.26 19:54:32.523467 [ 3 ] {6be74698-d7ab-42e5-9d89-073d29b0c1cb} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.003074 sec., 49446.9746258946 rows/sec., 4.72 MiB/sec. | ||
10943 | 2024.03.26 19:54:32.523726 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_66_13} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
10944 | 2024.03.26 19:54:32.523810 [ 3 ] {6be74698-d7ab-42e5-9d89-073d29b0c1cb} <Debug> DynamicQueryHandler: Done processing query | ||
10945 | 2024.03.26 19:54:32.523914 [ 3 ] {6be74698-d7ab-42e5-9d89-073d29b0c1cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
10946 | 2024.03.26 19:54:32.523990 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
10947 | 2024.03.26 19:54:32.524004 [ 3 ] {} <Debug> HTTP-Session: b44cfe29-9caa-4197-a52e-68797072340d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10948 | 2024.03.26 19:54:32.524273 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10949 | 2024.03.26 19:54:32.524351 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10950 | 2024.03.26 19:54:32.524370 [ 3 ] {} <Debug> HTTP-Session: df18f734-3099-4a79-9f0e-9fc9e238dcb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10951 | 2024.03.26 19:54:32.524387 [ 3 ] {} <Debug> HTTP-Session: df18f734-3099-4a79-9f0e-9fc9e238dcb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10952 | 2024.03.26 19:54:32.524402 [ 3 ] {} <Debug> HTTP-Session: df18f734-3099-4a79-9f0e-9fc9e238dcb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10953 | 2024.03.26 19:54:32.524435 [ 3 ] {} <Trace> HTTP-Session: df18f734-3099-4a79-9f0e-9fc9e238dcb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10954 | 2024.03.26 19:54:32.524539 [ 3 ] {6a8d83f5-98e0-434b-bd89-d77904c9476b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10955 | 2024.03.26 19:54:32.524579 [ 3 ] {6a8d83f5-98e0-434b-bd89-d77904c9476b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10956 | 2024.03.26 19:54:32.524721 [ 3 ] {6a8d83f5-98e0-434b-bd89-d77904c9476b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10957 | 2024.03.26 19:54:32.525053 [ 3 ] {6a8d83f5-98e0-434b-bd89-d77904c9476b} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10958 | 2024.03.26 19:54:32.525091 [ 3 ] {6a8d83f5-98e0-434b-bd89-d77904c9476b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10959 | 2024.03.26 19:54:32.525402 [ 3 ] {6a8d83f5-98e0-434b-bd89-d77904c9476b} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10960 | 2024.03.26 19:54:32.525711 [ 3 ] {6a8d83f5-98e0-434b-bd89-d77904c9476b} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10961 | 2024.03.26 19:54:32.525859 [ 3 ] {6a8d83f5-98e0-434b-bd89-d77904c9476b} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001375 sec., 50909.09090909091 rows/sec., 3.98 MiB/sec. | ||
10962 | 2024.03.26 19:54:32.526057 [ 3 ] {6a8d83f5-98e0-434b-bd89-d77904c9476b} <Debug> DynamicQueryHandler: Done processing query | ||
10963 | 2024.03.26 19:54:32.526107 [ 3 ] {6a8d83f5-98e0-434b-bd89-d77904c9476b} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
10964 | 2024.03.26 19:54:32.526167 [ 3 ] {} <Debug> HTTP-Session: df18f734-3099-4a79-9f0e-9fc9e238dcb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10965 | 2024.03.26 19:54:32.526368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10966 | 2024.03.26 19:54:32.526420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10967 | 2024.03.26 19:54:32.526438 [ 3 ] {} <Debug> HTTP-Session: 0e85fd99-5199-475d-a627-10e9cf0395cb Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10968 | 2024.03.26 19:54:32.526454 [ 3 ] {} <Debug> HTTP-Session: 0e85fd99-5199-475d-a627-10e9cf0395cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10969 | 2024.03.26 19:54:32.526468 [ 3 ] {} <Debug> HTTP-Session: 0e85fd99-5199-475d-a627-10e9cf0395cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10970 | 2024.03.26 19:54:32.526500 [ 3 ] {} <Trace> HTTP-Session: 0e85fd99-5199-475d-a627-10e9cf0395cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10971 | 2024.03.26 19:54:32.526606 [ 3 ] {5b4ba08a-8c41-457b-987f-c0b75cee0173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10972 | 2024.03.26 19:54:32.526651 [ 3 ] {5b4ba08a-8c41-457b-987f-c0b75cee0173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10973 | 2024.03.26 19:54:32.526820 [ 3 ] {5b4ba08a-8c41-457b-987f-c0b75cee0173} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10974 | 2024.03.26 19:54:32.527150 [ 3 ] {5b4ba08a-8c41-457b-987f-c0b75cee0173} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10975 | 2024.03.26 19:54:32.527187 [ 3 ] {5b4ba08a-8c41-457b-987f-c0b75cee0173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10976 | 2024.03.26 19:54:32.527568 [ 3 ] {5b4ba08a-8c41-457b-987f-c0b75cee0173} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
10977 | 2024.03.26 19:54:32.527912 [ 3 ] {5b4ba08a-8c41-457b-987f-c0b75cee0173} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10978 | 2024.03.26 19:54:32.528065 [ 3 ] {5b4ba08a-8c41-457b-987f-c0b75cee0173} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001509 sec., 66269.05235255136 rows/sec., 4.59 MiB/sec. | ||
10979 | 2024.03.26 19:54:32.528073 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
10980 | 2024.03.26 19:54:32.528158 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10981 | 2024.03.26 19:54:32.528213 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
10982 | 2024.03.26 19:54:32.528274 [ 3 ] {5b4ba08a-8c41-457b-987f-c0b75cee0173} <Debug> DynamicQueryHandler: Done processing query | ||
10983 | 2024.03.26 19:54:32.528319 [ 3 ] {5b4ba08a-8c41-457b-987f-c0b75cee0173} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
10984 | 2024.03.26 19:54:32.528355 [ 3 ] {} <Debug> HTTP-Session: 0e85fd99-5199-475d-a627-10e9cf0395cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10985 | 2024.03.26 19:54:32.528433 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
10986 | 2024.03.26 19:54:32.528639 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10987 | 2024.03.26 19:54:32.528755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
10988 | 2024.03.26 19:54:32.528821 [ 3 ] {} <Debug> HTTP-Session: 31d2ff78-0bdb-4344-b071-61003e983bd9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
10989 | 2024.03.26 19:54:32.528840 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10990 | 2024.03.26 19:54:32.528863 [ 3 ] {} <Debug> HTTP-Session: 31d2ff78-0bdb-4344-b071-61003e983bd9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10991 | 2024.03.26 19:54:32.528906 [ 3 ] {} <Debug> HTTP-Session: 31d2ff78-0bdb-4344-b071-61003e983bd9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10992 | 2024.03.26 19:54:32.528937 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 7707 rows starting from the beginning of the part | ||
10993 | 2024.03.26 19:54:32.528987 [ 3 ] {} <Trace> HTTP-Session: 31d2ff78-0bdb-4344-b071-61003e983bd9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10994 | 2024.03.26 19:54:32.529359 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 102 rows starting from the beginning of the part | ||
10995 | 2024.03.26 19:54:32.529522 [ 3 ] {6831bccb-82d6-4c16-9c9e-24c60c392bf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10996 | 2024.03.26 19:54:32.529751 [ 3 ] {6831bccb-82d6-4c16-9c9e-24c60c392bf3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
10997 | 2024.03.26 19:54:32.529843 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 101 rows starting from the beginning of the part | ||
10998 | 2024.03.26 19:54:32.530190 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 100 rows starting from the beginning of the part | ||
10999 | 2024.03.26 19:54:32.530412 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 100 rows starting from the beginning of the part | ||
11000 | 2024.03.26 19:54:32.530659 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 100 rows starting from the beginning of the part | ||
11001 | 2024.03.26 19:54:32.530794 [ 3 ] {6831bccb-82d6-4c16-9c9e-24c60c392bf3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11002 | 2024.03.26 19:54:32.531553 [ 3 ] {6831bccb-82d6-4c16-9c9e-24c60c392bf3} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11003 | 2024.03.26 19:54:32.531589 [ 3 ] {6831bccb-82d6-4c16-9c9e-24c60c392bf3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11004 | 2024.03.26 19:54:32.532234 [ 3 ] {6831bccb-82d6-4c16-9c9e-24c60c392bf3} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11005 | 2024.03.26 19:54:32.532619 [ 3 ] {6831bccb-82d6-4c16-9c9e-24c60c392bf3} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11006 | 2024.03.26 19:54:32.532751 [ 3 ] {6831bccb-82d6-4c16-9c9e-24c60c392bf3} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.003638 sec., 11544.80483782298 rows/sec., 15.58 MiB/sec. | ||
11007 | 2024.03.26 19:54:32.532775 [ 52 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11008 | 2024.03.26 19:54:32.532852 [ 52 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11009 | 2024.03.26 19:54:32.532914 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11010 | 2024.03.26 19:54:32.533000 [ 3 ] {6831bccb-82d6-4c16-9c9e-24c60c392bf3} <Debug> DynamicQueryHandler: Done processing query | ||
11011 | 2024.03.26 19:54:32.533030 [ 3 ] {6831bccb-82d6-4c16-9c9e-24c60c392bf3} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11012 | 2024.03.26 19:54:32.533033 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
11013 | 2024.03.26 19:54:32.533048 [ 3 ] {} <Debug> HTTP-Session: 31d2ff78-0bdb-4344-b071-61003e983bd9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11014 | 2024.03.26 19:54:32.533171 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11015 | 2024.03.26 19:54:32.533210 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1727 rows starting from the beginning of the part | ||
11016 | 2024.03.26 19:54:32.533218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11017 | 2024.03.26 19:54:32.533282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11018 | 2024.03.26 19:54:32.533419 [ 3 ] {} <Debug> HTTP-Session: 84ba8fa5-6c3e-414b-b09d-9238c66a6243 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11019 | 2024.03.26 19:54:32.533527 [ 3 ] {} <Debug> HTTP-Session: 84ba8fa5-6c3e-414b-b09d-9238c66a6243 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11020 | 2024.03.26 19:54:32.533592 [ 3 ] {} <Debug> HTTP-Session: 84ba8fa5-6c3e-414b-b09d-9238c66a6243 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11021 | 2024.03.26 19:54:32.533598 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 42 rows starting from the beginning of the part | ||
11022 | 2024.03.26 19:54:32.533671 [ 3 ] {} <Trace> HTTP-Session: 84ba8fa5-6c3e-414b-b09d-9238c66a6243 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11023 | 2024.03.26 19:54:32.534001 [ 3 ] {309c4a1f-79f0-402b-a794-14ac3318d310} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11024 | 2024.03.26 19:54:32.534068 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 16 rows starting from the beginning of the part | ||
11025 | 2024.03.26 19:54:32.534234 [ 3 ] {309c4a1f-79f0-402b-a794-14ac3318d310} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11026 | 2024.03.26 19:54:32.534900 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 42 rows starting from the beginning of the part | ||
11027 | 2024.03.26 19:54:32.535212 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8210 rows, containing 5 columns (5 merged, 0 gathered) in 0.006896449 sec., 1190467.7320168684 rows/sec., 82.65 MiB/sec. | ||
11028 | 2024.03.26 19:54:32.535505 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 16 rows starting from the beginning of the part | ||
11029 | 2024.03.26 19:54:32.535615 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11030 | 2024.03.26 19:54:32.535749 [ 3 ] {309c4a1f-79f0-402b-a794-14ac3318d310} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11031 | 2024.03.26 19:54:32.536064 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 42 rows starting from the beginning of the part | ||
11032 | 2024.03.26 19:54:32.537250 [ 3 ] {309c4a1f-79f0-402b-a794-14ac3318d310} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11033 | 2024.03.26 19:54:32.537302 [ 3 ] {309c4a1f-79f0-402b-a794-14ac3318d310} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11034 | 2024.03.26 19:54:32.537556 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11035 | 2024.03.26 19:54:32.537767 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11036 | 2024.03.26 19:54:32.537900 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
11037 | 2024.03.26 19:54:32.538017 [ 3 ] {309c4a1f-79f0-402b-a794-14ac3318d310} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
11038 | 2024.03.26 19:54:32.538344 [ 3 ] {309c4a1f-79f0-402b-a794-14ac3318d310} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11039 | 2024.03.26 19:54:32.538476 [ 3 ] {309c4a1f-79f0-402b-a794-14ac3318d310} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.004698 sec., 6385.6960408684545 rows/sec., 447.95 KiB/sec. | ||
11040 | 2024.03.26 19:54:32.538476 [ 52 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
11041 | 2024.03.26 19:54:32.538532 [ 52 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11042 | 2024.03.26 19:54:32.538563 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11043 | 2024.03.26 19:54:32.538713 [ 3 ] {309c4a1f-79f0-402b-a794-14ac3318d310} <Debug> DynamicQueryHandler: Done processing query | ||
11044 | 2024.03.26 19:54:32.538787 [ 3 ] {309c4a1f-79f0-402b-a794-14ac3318d310} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11045 | 2024.03.26 19:54:32.538886 [ 3 ] {} <Debug> HTTP-Session: 84ba8fa5-6c3e-414b-b09d-9238c66a6243 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11046 | 2024.03.26 19:54:32.539070 [ 199 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
11047 | 2024.03.26 19:54:32.539577 [ 199 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11048 | 2024.03.26 19:54:32.539675 [ 199 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2118 rows starting from the beginning of the part | ||
11049 | 2024.03.26 19:54:32.539993 [ 199 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 30 rows starting from the beginning of the part | ||
11050 | 2024.03.26 19:54:32.540319 [ 199 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 30 rows starting from the beginning of the part | ||
11051 | 2024.03.26 19:54:32.540653 [ 199 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 30 rows starting from the beginning of the part | ||
11052 | 2024.03.26 19:54:32.540980 [ 199 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 30 rows starting from the beginning of the part | ||
11053 | 2024.03.26 19:54:32.541109 [ 199 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
11054 | 2024.03.26 19:54:32.543588 [ 202 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2268 rows, containing 4 columns (4 merged, 0 gathered) in 0.004889868 sec., 463816.20117352856 rows/sec., 31.77 MiB/sec. | ||
11055 | 2024.03.26 19:54:32.543866 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
11056 | 2024.03.26 19:54:32.544333 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_76_15} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11057 | 2024.03.26 19:54:32.544412 [ 200 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_76_15} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
11058 | 2024.03.26 19:54:32.544495 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
11059 | 2024.03.26 19:54:32.545322 [ 191 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1885 rows, containing 6 columns (6 merged, 0 gathered) in 0.012345044 sec., 152692.8539096337 rows/sec., 206.05 MiB/sec. | ||
11060 | 2024.03.26 19:54:32.546204 [ 200 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11061 | 2024.03.26 19:54:32.546605 [ 200 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11062 | 2024.03.26 19:54:32.546680 [ 200 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_66_13} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11063 | 2024.03.26 19:54:32.546755 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.29 MiB. | ||
11064 | 2024.03.26 19:54:33.001193 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 206.32 MiB, peak 223.22 MiB, free memory in arenas 0.00 B, will set to 209.24 MiB (RSS), difference: 2.93 MiB | ||
11065 | 2024.03.26 19:54:37.517114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11066 | 2024.03.26 19:54:37.517302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11067 | 2024.03.26 19:54:37.517345 [ 3 ] {} <Debug> HTTP-Session: 1d4eab8c-37ed-4ef1-890c-f096aa473b84 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11068 | 2024.03.26 19:54:37.517388 [ 3 ] {} <Debug> HTTP-Session: 1d4eab8c-37ed-4ef1-890c-f096aa473b84 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11069 | 2024.03.26 19:54:37.517408 [ 3 ] {} <Debug> HTTP-Session: 1d4eab8c-37ed-4ef1-890c-f096aa473b84 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11070 | 2024.03.26 19:54:37.517465 [ 3 ] {} <Trace> HTTP-Session: 1d4eab8c-37ed-4ef1-890c-f096aa473b84 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11071 | 2024.03.26 19:54:37.517602 [ 3 ] {c8445d38-6075-4156-b453-fd9553c38dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11072 | 2024.03.26 19:54:37.517676 [ 3 ] {c8445d38-6075-4156-b453-fd9553c38dd8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11073 | 2024.03.26 19:54:37.517893 [ 3 ] {c8445d38-6075-4156-b453-fd9553c38dd8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11074 | 2024.03.26 19:54:37.518422 [ 3 ] {c8445d38-6075-4156-b453-fd9553c38dd8} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11075 | 2024.03.26 19:54:37.518466 [ 3 ] {c8445d38-6075-4156-b453-fd9553c38dd8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11076 | 2024.03.26 19:54:37.518868 [ 3 ] {c8445d38-6075-4156-b453-fd9553c38dd8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11077 | 2024.03.26 19:54:37.519220 [ 3 ] {c8445d38-6075-4156-b453-fd9553c38dd8} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11078 | 2024.03.26 19:54:37.519378 [ 3 ] {c8445d38-6075-4156-b453-fd9553c38dd8} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001842 sec., 8686.210640608035 rows/sec., 704.06 KiB/sec. | ||
11079 | 2024.03.26 19:54:37.519567 [ 3 ] {c8445d38-6075-4156-b453-fd9553c38dd8} <Debug> DynamicQueryHandler: Done processing query | ||
11080 | 2024.03.26 19:54:37.519605 [ 3 ] {c8445d38-6075-4156-b453-fd9553c38dd8} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11081 | 2024.03.26 19:54:37.519638 [ 3 ] {} <Debug> HTTP-Session: 1d4eab8c-37ed-4ef1-890c-f096aa473b84 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11082 | 2024.03.26 19:54:37.519807 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11083 | 2024.03.26 19:54:37.519855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11084 | 2024.03.26 19:54:37.519873 [ 3 ] {} <Debug> HTTP-Session: 323f42d2-8d8d-4b2a-bc4b-1b2dd8445235 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11085 | 2024.03.26 19:54:37.519890 [ 3 ] {} <Debug> HTTP-Session: 323f42d2-8d8d-4b2a-bc4b-1b2dd8445235 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11086 | 2024.03.26 19:54:37.519904 [ 3 ] {} <Debug> HTTP-Session: 323f42d2-8d8d-4b2a-bc4b-1b2dd8445235 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11087 | 2024.03.26 19:54:37.519934 [ 3 ] {} <Trace> HTTP-Session: 323f42d2-8d8d-4b2a-bc4b-1b2dd8445235 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11088 | 2024.03.26 19:54:37.520000 [ 3 ] {fa66184c-48fa-45c6-9680-4acc0f8b52b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11089 | 2024.03.26 19:54:37.520042 [ 3 ] {fa66184c-48fa-45c6-9680-4acc0f8b52b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11090 | 2024.03.26 19:54:37.520177 [ 3 ] {fa66184c-48fa-45c6-9680-4acc0f8b52b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11091 | 2024.03.26 19:54:37.520454 [ 3 ] {fa66184c-48fa-45c6-9680-4acc0f8b52b8} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11092 | 2024.03.26 19:54:37.520491 [ 3 ] {fa66184c-48fa-45c6-9680-4acc0f8b52b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11093 | 2024.03.26 19:54:37.520797 [ 3 ] {fa66184c-48fa-45c6-9680-4acc0f8b52b8} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11094 | 2024.03.26 19:54:37.521113 [ 3 ] {fa66184c-48fa-45c6-9680-4acc0f8b52b8} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11095 | 2024.03.26 19:54:37.521266 [ 3 ] {fa66184c-48fa-45c6-9680-4acc0f8b52b8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001283 sec., 1558.846453624318 rows/sec., 127.11 KiB/sec. | ||
11096 | 2024.03.26 19:54:37.521387 [ 3 ] {fa66184c-48fa-45c6-9680-4acc0f8b52b8} <Debug> DynamicQueryHandler: Done processing query | ||
11097 | 2024.03.26 19:54:37.521411 [ 3 ] {fa66184c-48fa-45c6-9680-4acc0f8b52b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11098 | 2024.03.26 19:54:37.521428 [ 3 ] {} <Debug> HTTP-Session: 323f42d2-8d8d-4b2a-bc4b-1b2dd8445235 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11099 | 2024.03.26 19:54:37.521563 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15905, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11100 | 2024.03.26 19:54:37.521612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11101 | 2024.03.26 19:54:37.521630 [ 3 ] {} <Debug> HTTP-Session: 0254b6e8-8e7c-47af-8e78-9a3cc46a0322 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11102 | 2024.03.26 19:54:37.521646 [ 3 ] {} <Debug> HTTP-Session: 0254b6e8-8e7c-47af-8e78-9a3cc46a0322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11103 | 2024.03.26 19:54:37.521660 [ 3 ] {} <Debug> HTTP-Session: 0254b6e8-8e7c-47af-8e78-9a3cc46a0322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11104 | 2024.03.26 19:54:37.521691 [ 3 ] {} <Trace> HTTP-Session: 0254b6e8-8e7c-47af-8e78-9a3cc46a0322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11105 | 2024.03.26 19:54:37.521785 [ 3 ] {a506d30a-6d65-432c-a454-4bb6309581d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11106 | 2024.03.26 19:54:37.521826 [ 3 ] {a506d30a-6d65-432c-a454-4bb6309581d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11107 | 2024.03.26 19:54:37.521952 [ 3 ] {a506d30a-6d65-432c-a454-4bb6309581d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11108 | 2024.03.26 19:54:37.522291 [ 3 ] {a506d30a-6d65-432c-a454-4bb6309581d0} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11109 | 2024.03.26 19:54:37.522330 [ 3 ] {a506d30a-6d65-432c-a454-4bb6309581d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11110 | 2024.03.26 19:54:37.522653 [ 3 ] {a506d30a-6d65-432c-a454-4bb6309581d0} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11111 | 2024.03.26 19:54:37.522978 [ 3 ] {a506d30a-6d65-432c-a454-4bb6309581d0} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11112 | 2024.03.26 19:54:37.523131 [ 3 ] {a506d30a-6d65-432c-a454-4bb6309581d0} <Debug> executeQuery: Read 111 rows, 9.14 KiB in 0.001388 sec., 79971.18155619597 rows/sec., 6.43 MiB/sec. | ||
11113 | 2024.03.26 19:54:37.523265 [ 3 ] {a506d30a-6d65-432c-a454-4bb6309581d0} <Debug> DynamicQueryHandler: Done processing query | ||
11114 | 2024.03.26 19:54:37.523298 [ 3 ] {a506d30a-6d65-432c-a454-4bb6309581d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11115 | 2024.03.26 19:54:37.523331 [ 3 ] {} <Debug> HTTP-Session: 0254b6e8-8e7c-47af-8e78-9a3cc46a0322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11116 | 2024.03.26 19:54:37.523470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11117 | 2024.03.26 19:54:37.523525 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11118 | 2024.03.26 19:54:37.523544 [ 3 ] {} <Debug> HTTP-Session: 2c45b96e-8a08-4f88-8d7d-3cb1913b8f06 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11119 | 2024.03.26 19:54:37.523561 [ 3 ] {} <Debug> HTTP-Session: 2c45b96e-8a08-4f88-8d7d-3cb1913b8f06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11120 | 2024.03.26 19:54:37.523576 [ 3 ] {} <Debug> HTTP-Session: 2c45b96e-8a08-4f88-8d7d-3cb1913b8f06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11121 | 2024.03.26 19:54:37.523608 [ 3 ] {} <Trace> HTTP-Session: 2c45b96e-8a08-4f88-8d7d-3cb1913b8f06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11122 | 2024.03.26 19:54:37.523671 [ 3 ] {4f6885e1-eb05-4d6c-8799-2d53a55cc972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11123 | 2024.03.26 19:54:37.523712 [ 3 ] {4f6885e1-eb05-4d6c-8799-2d53a55cc972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11124 | 2024.03.26 19:54:37.523838 [ 3 ] {4f6885e1-eb05-4d6c-8799-2d53a55cc972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11125 | 2024.03.26 19:54:37.524222 [ 3 ] {4f6885e1-eb05-4d6c-8799-2d53a55cc972} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11126 | 2024.03.26 19:54:37.524260 [ 3 ] {4f6885e1-eb05-4d6c-8799-2d53a55cc972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11127 | 2024.03.26 19:54:37.524562 [ 3 ] {4f6885e1-eb05-4d6c-8799-2d53a55cc972} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
11128 | 2024.03.26 19:54:37.524887 [ 3 ] {4f6885e1-eb05-4d6c-8799-2d53a55cc972} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11129 | 2024.03.26 19:54:37.525041 [ 3 ] {4f6885e1-eb05-4d6c-8799-2d53a55cc972} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001392 sec., 1436.7816091954023 rows/sec., 100.32 KiB/sec. | ||
11130 | 2024.03.26 19:54:37.525165 [ 3 ] {4f6885e1-eb05-4d6c-8799-2d53a55cc972} <Debug> DynamicQueryHandler: Done processing query | ||
11131 | 2024.03.26 19:54:37.525190 [ 3 ] {4f6885e1-eb05-4d6c-8799-2d53a55cc972} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11132 | 2024.03.26 19:54:37.525205 [ 3 ] {} <Debug> HTTP-Session: 2c45b96e-8a08-4f88-8d7d-3cb1913b8f06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11133 | 2024.03.26 19:54:37.525316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11885, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11134 | 2024.03.26 19:54:37.525366 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11135 | 2024.03.26 19:54:37.525384 [ 3 ] {} <Debug> HTTP-Session: 88066878-80e5-48ab-8941-2dfcf941542b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11136 | 2024.03.26 19:54:37.525401 [ 3 ] {} <Debug> HTTP-Session: 88066878-80e5-48ab-8941-2dfcf941542b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11137 | 2024.03.26 19:54:37.525414 [ 3 ] {} <Debug> HTTP-Session: 88066878-80e5-48ab-8941-2dfcf941542b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11138 | 2024.03.26 19:54:37.525445 [ 3 ] {} <Trace> HTTP-Session: 88066878-80e5-48ab-8941-2dfcf941542b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11139 | 2024.03.26 19:54:37.525532 [ 3 ] {6d5fa0c9-6643-406c-8539-fea169f2615b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11140 | 2024.03.26 19:54:37.525574 [ 3 ] {6d5fa0c9-6643-406c-8539-fea169f2615b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11141 | 2024.03.26 19:54:37.525701 [ 3 ] {6d5fa0c9-6643-406c-8539-fea169f2615b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11142 | 2024.03.26 19:54:37.526027 [ 3 ] {6d5fa0c9-6643-406c-8539-fea169f2615b} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11143 | 2024.03.26 19:54:37.526065 [ 3 ] {6d5fa0c9-6643-406c-8539-fea169f2615b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11144 | 2024.03.26 19:54:37.526380 [ 3 ] {6d5fa0c9-6643-406c-8539-fea169f2615b} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11145 | 2024.03.26 19:54:37.526695 [ 3 ] {6d5fa0c9-6643-406c-8539-fea169f2615b} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11146 | 2024.03.26 19:54:37.526828 [ 3 ] {6d5fa0c9-6643-406c-8539-fea169f2615b} <Debug> executeQuery: Read 70 rows, 5.58 KiB in 0.001337 sec., 52356.02094240837 rows/sec., 4.08 MiB/sec. | ||
11147 | 2024.03.26 19:54:37.526974 [ 3 ] {6d5fa0c9-6643-406c-8539-fea169f2615b} <Debug> DynamicQueryHandler: Done processing query | ||
11148 | 2024.03.26 19:54:37.526999 [ 3 ] {6d5fa0c9-6643-406c-8539-fea169f2615b} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11149 | 2024.03.26 19:54:37.527014 [ 3 ] {} <Debug> HTTP-Session: 88066878-80e5-48ab-8941-2dfcf941542b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11150 | 2024.03.26 19:54:37.527139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11151 | 2024.03.26 19:54:37.527188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11152 | 2024.03.26 19:54:37.527205 [ 3 ] {} <Debug> HTTP-Session: 958f0ac2-3166-4d0e-8558-bf262d043120 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11153 | 2024.03.26 19:54:37.527222 [ 3 ] {} <Debug> HTTP-Session: 958f0ac2-3166-4d0e-8558-bf262d043120 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11154 | 2024.03.26 19:54:37.527235 [ 3 ] {} <Debug> HTTP-Session: 958f0ac2-3166-4d0e-8558-bf262d043120 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11155 | 2024.03.26 19:54:37.527265 [ 3 ] {} <Trace> HTTP-Session: 958f0ac2-3166-4d0e-8558-bf262d043120 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11156 | 2024.03.26 19:54:37.527370 [ 3 ] {69f2868d-36fe-4687-851e-5d2c3726fcdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11157 | 2024.03.26 19:54:37.527416 [ 3 ] {69f2868d-36fe-4687-851e-5d2c3726fcdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11158 | 2024.03.26 19:54:37.527565 [ 3 ] {69f2868d-36fe-4687-851e-5d2c3726fcdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11159 | 2024.03.26 19:54:37.528023 [ 3 ] {69f2868d-36fe-4687-851e-5d2c3726fcdb} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11160 | 2024.03.26 19:54:37.528061 [ 3 ] {69f2868d-36fe-4687-851e-5d2c3726fcdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11161 | 2024.03.26 19:54:37.528459 [ 3 ] {69f2868d-36fe-4687-851e-5d2c3726fcdb} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11162 | 2024.03.26 19:54:37.528805 [ 3 ] {69f2868d-36fe-4687-851e-5d2c3726fcdb} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11163 | 2024.03.26 19:54:37.528961 [ 3 ] {69f2868d-36fe-4687-851e-5d2c3726fcdb} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001644 sec., 83333.33333333333 rows/sec., 5.80 MiB/sec. | ||
11164 | 2024.03.26 19:54:37.529104 [ 3 ] {69f2868d-36fe-4687-851e-5d2c3726fcdb} <Debug> DynamicQueryHandler: Done processing query | ||
11165 | 2024.03.26 19:54:37.529129 [ 3 ] {69f2868d-36fe-4687-851e-5d2c3726fcdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11166 | 2024.03.26 19:54:37.529144 [ 3 ] {} <Debug> HTTP-Session: 958f0ac2-3166-4d0e-8558-bf262d043120 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11167 | 2024.03.26 19:54:37.529264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11168 | 2024.03.26 19:54:37.529312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11169 | 2024.03.26 19:54:37.529330 [ 3 ] {} <Debug> HTTP-Session: 7a2bb5b0-ccb1-4504-b8aa-d3cd1199aa48 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11170 | 2024.03.26 19:54:37.529346 [ 3 ] {} <Debug> HTTP-Session: 7a2bb5b0-ccb1-4504-b8aa-d3cd1199aa48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11171 | 2024.03.26 19:54:37.529359 [ 3 ] {} <Debug> HTTP-Session: 7a2bb5b0-ccb1-4504-b8aa-d3cd1199aa48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11172 | 2024.03.26 19:54:37.529389 [ 3 ] {} <Trace> HTTP-Session: 7a2bb5b0-ccb1-4504-b8aa-d3cd1199aa48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11173 | 2024.03.26 19:54:37.529545 [ 3 ] {a2b80a77-e46a-48b8-a7e5-0f4a2cbb8fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11174 | 2024.03.26 19:54:37.529591 [ 3 ] {a2b80a77-e46a-48b8-a7e5-0f4a2cbb8fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11175 | 2024.03.26 19:54:37.529752 [ 3 ] {a2b80a77-e46a-48b8-a7e5-0f4a2cbb8fd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11176 | 2024.03.26 19:54:37.530154 [ 3 ] {a2b80a77-e46a-48b8-a7e5-0f4a2cbb8fd2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11177 | 2024.03.26 19:54:37.530192 [ 3 ] {a2b80a77-e46a-48b8-a7e5-0f4a2cbb8fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11178 | 2024.03.26 19:54:37.530606 [ 3 ] {a2b80a77-e46a-48b8-a7e5-0f4a2cbb8fd2} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11179 | 2024.03.26 19:54:37.530959 [ 3 ] {a2b80a77-e46a-48b8-a7e5-0f4a2cbb8fd2} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11180 | 2024.03.26 19:54:37.531122 [ 3 ] {a2b80a77-e46a-48b8-a7e5-0f4a2cbb8fd2} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001676 sec., 9546.53937947494 rows/sec., 12.88 MiB/sec. | ||
11181 | 2024.03.26 19:54:37.531254 [ 3 ] {a2b80a77-e46a-48b8-a7e5-0f4a2cbb8fd2} <Debug> DynamicQueryHandler: Done processing query | ||
11182 | 2024.03.26 19:54:37.531279 [ 3 ] {a2b80a77-e46a-48b8-a7e5-0f4a2cbb8fd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
11183 | 2024.03.26 19:54:37.531294 [ 3 ] {} <Debug> HTTP-Session: 7a2bb5b0-ccb1-4504-b8aa-d3cd1199aa48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11184 | 2024.03.26 19:54:37.531399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11185 | 2024.03.26 19:54:37.531448 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11186 | 2024.03.26 19:54:37.531467 [ 3 ] {} <Debug> HTTP-Session: 3f30e529-6f58-4aa6-b421-0fb85ad5e136 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11187 | 2024.03.26 19:54:37.531483 [ 3 ] {} <Debug> HTTP-Session: 3f30e529-6f58-4aa6-b421-0fb85ad5e136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11188 | 2024.03.26 19:54:37.531497 [ 3 ] {} <Debug> HTTP-Session: 3f30e529-6f58-4aa6-b421-0fb85ad5e136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11189 | 2024.03.26 19:54:37.531526 [ 3 ] {} <Trace> HTTP-Session: 3f30e529-6f58-4aa6-b421-0fb85ad5e136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11190 | 2024.03.26 19:54:37.531611 [ 3 ] {7942e831-491e-478e-ae84-86858885a0e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11191 | 2024.03.26 19:54:37.531654 [ 3 ] {7942e831-491e-478e-ae84-86858885a0e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11192 | 2024.03.26 19:54:37.531780 [ 3 ] {7942e831-491e-478e-ae84-86858885a0e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11193 | 2024.03.26 19:54:37.532059 [ 3 ] {7942e831-491e-478e-ae84-86858885a0e1} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11194 | 2024.03.26 19:54:37.532096 [ 3 ] {7942e831-491e-478e-ae84-86858885a0e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11195 | 2024.03.26 19:54:37.532457 [ 3 ] {7942e831-491e-478e-ae84-86858885a0e1} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
11196 | 2024.03.26 19:54:37.532785 [ 3 ] {7942e831-491e-478e-ae84-86858885a0e1} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11197 | 2024.03.26 19:54:37.532934 [ 3 ] {7942e831-491e-478e-ae84-86858885a0e1} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001355 sec., 22140.22140221402 rows/sec., 1.52 MiB/sec. | ||
11198 | 2024.03.26 19:54:37.533060 [ 3 ] {7942e831-491e-478e-ae84-86858885a0e1} <Debug> DynamicQueryHandler: Done processing query | ||
11199 | 2024.03.26 19:54:37.533095 [ 3 ] {7942e831-491e-478e-ae84-86858885a0e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11200 | 2024.03.26 19:54:37.533127 [ 3 ] {} <Debug> HTTP-Session: 3f30e529-6f58-4aa6-b421-0fb85ad5e136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11201 | 2024.03.26 19:54:41.466892 [ 116 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11202 | 2024.03.26 19:54:41.466996 [ 116 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11203 | 2024.03.26 19:54:42.516727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 6082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11204 | 2024.03.26 19:54:42.516840 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11205 | 2024.03.26 19:54:42.516864 [ 3 ] {} <Debug> HTTP-Session: d7baf491-f6bf-4591-8040-ae6b435e296e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11206 | 2024.03.26 19:54:42.516890 [ 3 ] {} <Debug> HTTP-Session: d7baf491-f6bf-4591-8040-ae6b435e296e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11207 | 2024.03.26 19:54:42.516904 [ 3 ] {} <Debug> HTTP-Session: d7baf491-f6bf-4591-8040-ae6b435e296e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11208 | 2024.03.26 19:54:42.516954 [ 3 ] {} <Trace> HTTP-Session: d7baf491-f6bf-4591-8040-ae6b435e296e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11209 | 2024.03.26 19:54:42.517082 [ 3 ] {74019fd8-fb2b-4b01-b9b2-63789b78aa27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11210 | 2024.03.26 19:54:42.517146 [ 3 ] {74019fd8-fb2b-4b01-b9b2-63789b78aa27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11211 | 2024.03.26 19:54:42.517342 [ 3 ] {74019fd8-fb2b-4b01-b9b2-63789b78aa27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11212 | 2024.03.26 19:54:42.517805 [ 3 ] {74019fd8-fb2b-4b01-b9b2-63789b78aa27} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11213 | 2024.03.26 19:54:42.517852 [ 3 ] {74019fd8-fb2b-4b01-b9b2-63789b78aa27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11214 | 2024.03.26 19:54:42.518245 [ 3 ] {74019fd8-fb2b-4b01-b9b2-63789b78aa27} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11215 | 2024.03.26 19:54:42.518590 [ 3 ] {74019fd8-fb2b-4b01-b9b2-63789b78aa27} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11216 | 2024.03.26 19:54:42.518742 [ 3 ] {74019fd8-fb2b-4b01-b9b2-63789b78aa27} <Debug> executeQuery: Read 42 rows, 3.40 KiB in 0.001724 sec., 24361.948955916472 rows/sec., 1.93 MiB/sec. | ||
11217 | 2024.03.26 19:54:42.518917 [ 3 ] {74019fd8-fb2b-4b01-b9b2-63789b78aa27} <Debug> DynamicQueryHandler: Done processing query | ||
11218 | 2024.03.26 19:54:42.518943 [ 3 ] {74019fd8-fb2b-4b01-b9b2-63789b78aa27} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11219 | 2024.03.26 19:54:42.518959 [ 3 ] {} <Debug> HTTP-Session: d7baf491-f6bf-4591-8040-ae6b435e296e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11220 | 2024.03.26 19:54:42.519099 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 24187, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11221 | 2024.03.26 19:54:42.519148 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11222 | 2024.03.26 19:54:42.519166 [ 3 ] {} <Debug> HTTP-Session: fd3fa45e-6c28-4a21-8bea-1b711d72ed03 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11223 | 2024.03.26 19:54:42.519183 [ 3 ] {} <Debug> HTTP-Session: fd3fa45e-6c28-4a21-8bea-1b711d72ed03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11224 | 2024.03.26 19:54:42.519198 [ 3 ] {} <Debug> HTTP-Session: fd3fa45e-6c28-4a21-8bea-1b711d72ed03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11225 | 2024.03.26 19:54:42.519228 [ 3 ] {} <Trace> HTTP-Session: fd3fa45e-6c28-4a21-8bea-1b711d72ed03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11226 | 2024.03.26 19:54:42.519338 [ 3 ] {faa560af-a4aa-434a-a196-100a8d232c15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11227 | 2024.03.26 19:54:42.519381 [ 3 ] {faa560af-a4aa-434a-a196-100a8d232c15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11228 | 2024.03.26 19:54:42.519518 [ 3 ] {faa560af-a4aa-434a-a196-100a8d232c15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11229 | 2024.03.26 19:54:42.519951 [ 3 ] {faa560af-a4aa-434a-a196-100a8d232c15} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11230 | 2024.03.26 19:54:42.519990 [ 3 ] {faa560af-a4aa-434a-a196-100a8d232c15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11231 | 2024.03.26 19:54:42.520319 [ 3 ] {faa560af-a4aa-434a-a196-100a8d232c15} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11232 | 2024.03.26 19:54:42.520688 [ 3 ] {faa560af-a4aa-434a-a196-100a8d232c15} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11233 | 2024.03.26 19:54:42.520853 [ 3 ] {faa560af-a4aa-434a-a196-100a8d232c15} <Debug> executeQuery: Read 152 rows, 14.87 KiB in 0.001572 sec., 96692.11195928753 rows/sec., 9.24 MiB/sec. | ||
11234 | 2024.03.26 19:54:42.520987 [ 3 ] {faa560af-a4aa-434a-a196-100a8d232c15} <Debug> DynamicQueryHandler: Done processing query | ||
11235 | 2024.03.26 19:54:42.521011 [ 3 ] {faa560af-a4aa-434a-a196-100a8d232c15} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
11236 | 2024.03.26 19:54:42.521026 [ 3 ] {} <Debug> HTTP-Session: fd3fa45e-6c28-4a21-8bea-1b711d72ed03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11237 | 2024.03.26 19:54:42.521150 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11913, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11238 | 2024.03.26 19:54:42.521199 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11239 | 2024.03.26 19:54:42.521217 [ 3 ] {} <Debug> HTTP-Session: e24c2adc-e427-40fc-add3-2cadc3f82994 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11240 | 2024.03.26 19:54:42.521234 [ 3 ] {} <Debug> HTTP-Session: e24c2adc-e427-40fc-add3-2cadc3f82994 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11241 | 2024.03.26 19:54:42.521248 [ 3 ] {} <Debug> HTTP-Session: e24c2adc-e427-40fc-add3-2cadc3f82994 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11242 | 2024.03.26 19:54:42.521279 [ 3 ] {} <Trace> HTTP-Session: e24c2adc-e427-40fc-add3-2cadc3f82994 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11243 | 2024.03.26 19:54:42.521366 [ 3 ] {b9087a8b-501e-47ae-acaa-c5b9e22629d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11244 | 2024.03.26 19:54:42.521408 [ 3 ] {b9087a8b-501e-47ae-acaa-c5b9e22629d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11245 | 2024.03.26 19:54:42.521536 [ 3 ] {b9087a8b-501e-47ae-acaa-c5b9e22629d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11246 | 2024.03.26 19:54:42.521927 [ 3 ] {b9087a8b-501e-47ae-acaa-c5b9e22629d0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11247 | 2024.03.26 19:54:42.521965 [ 3 ] {b9087a8b-501e-47ae-acaa-c5b9e22629d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11248 | 2024.03.26 19:54:42.522278 [ 3 ] {b9087a8b-501e-47ae-acaa-c5b9e22629d0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11249 | 2024.03.26 19:54:42.522586 [ 3 ] {b9087a8b-501e-47ae-acaa-c5b9e22629d0} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11250 | 2024.03.26 19:54:42.522764 [ 3 ] {b9087a8b-501e-47ae-acaa-c5b9e22629d0} <Debug> executeQuery: Read 70 rows, 5.60 KiB in 0.001439 sec., 48644.892286309936 rows/sec., 3.80 MiB/sec. | ||
11251 | 2024.03.26 19:54:42.522952 [ 3 ] {b9087a8b-501e-47ae-acaa-c5b9e22629d0} <Debug> DynamicQueryHandler: Done processing query | ||
11252 | 2024.03.26 19:54:42.522993 [ 3 ] {b9087a8b-501e-47ae-acaa-c5b9e22629d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11253 | 2024.03.26 19:54:42.523049 [ 3 ] {} <Debug> HTTP-Session: e24c2adc-e427-40fc-add3-2cadc3f82994 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11254 | 2024.03.26 19:54:42.523240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11255 | 2024.03.26 19:54:42.523295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11256 | 2024.03.26 19:54:42.523315 [ 3 ] {} <Debug> HTTP-Session: 5030457d-d4e7-4cc5-89d3-82bb6e22730f Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11257 | 2024.03.26 19:54:42.523331 [ 3 ] {} <Debug> HTTP-Session: 5030457d-d4e7-4cc5-89d3-82bb6e22730f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11258 | 2024.03.26 19:54:42.523345 [ 3 ] {} <Debug> HTTP-Session: 5030457d-d4e7-4cc5-89d3-82bb6e22730f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11259 | 2024.03.26 19:54:42.523377 [ 3 ] {} <Trace> HTTP-Session: 5030457d-d4e7-4cc5-89d3-82bb6e22730f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11260 | 2024.03.26 19:54:42.523489 [ 3 ] {02425701-9103-43be-b7a3-1e8b3ec86c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11261 | 2024.03.26 19:54:42.523539 [ 3 ] {02425701-9103-43be-b7a3-1e8b3ec86c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11262 | 2024.03.26 19:54:42.523699 [ 3 ] {02425701-9103-43be-b7a3-1e8b3ec86c53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11263 | 2024.03.26 19:54:42.524086 [ 3 ] {02425701-9103-43be-b7a3-1e8b3ec86c53} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11264 | 2024.03.26 19:54:42.524125 [ 3 ] {02425701-9103-43be-b7a3-1e8b3ec86c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11265 | 2024.03.26 19:54:42.524510 [ 3 ] {02425701-9103-43be-b7a3-1e8b3ec86c53} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11266 | 2024.03.26 19:54:42.524871 [ 3 ] {02425701-9103-43be-b7a3-1e8b3ec86c53} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11267 | 2024.03.26 19:54:42.525024 [ 3 ] {02425701-9103-43be-b7a3-1e8b3ec86c53} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001593 sec., 62774.63904582548 rows/sec., 4.35 MiB/sec. | ||
11268 | 2024.03.26 19:54:42.525159 [ 3 ] {02425701-9103-43be-b7a3-1e8b3ec86c53} <Debug> DynamicQueryHandler: Done processing query | ||
11269 | 2024.03.26 19:54:42.525183 [ 3 ] {02425701-9103-43be-b7a3-1e8b3ec86c53} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
11270 | 2024.03.26 19:54:42.525198 [ 3 ] {} <Debug> HTTP-Session: 5030457d-d4e7-4cc5-89d3-82bb6e22730f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11271 | 2024.03.26 19:54:42.525337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 44961, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11272 | 2024.03.26 19:54:42.525386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11273 | 2024.03.26 19:54:42.525404 [ 3 ] {} <Debug> HTTP-Session: 66d29be1-9806-41d8-8249-af2db9937cf0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11274 | 2024.03.26 19:54:42.525420 [ 3 ] {} <Debug> HTTP-Session: 66d29be1-9806-41d8-8249-af2db9937cf0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11275 | 2024.03.26 19:54:42.525433 [ 3 ] {} <Debug> HTTP-Session: 66d29be1-9806-41d8-8249-af2db9937cf0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11276 | 2024.03.26 19:54:42.525463 [ 3 ] {} <Trace> HTTP-Session: 66d29be1-9806-41d8-8249-af2db9937cf0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11277 | 2024.03.26 19:54:42.525732 [ 3 ] {a231571e-a0b5-432d-871e-8e1c6d32ec8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11278 | 2024.03.26 19:54:42.525781 [ 3 ] {a231571e-a0b5-432d-871e-8e1c6d32ec8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11279 | 2024.03.26 19:54:42.525946 [ 3 ] {a231571e-a0b5-432d-871e-8e1c6d32ec8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11280 | 2024.03.26 19:54:42.526483 [ 3 ] {a231571e-a0b5-432d-871e-8e1c6d32ec8e} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11281 | 2024.03.26 19:54:42.526521 [ 3 ] {a231571e-a0b5-432d-871e-8e1c6d32ec8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11282 | 2024.03.26 19:54:42.526966 [ 3 ] {a231571e-a0b5-432d-871e-8e1c6d32ec8e} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11283 | 2024.03.26 19:54:42.527317 [ 3 ] {a231571e-a0b5-432d-871e-8e1c6d32ec8e} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11284 | 2024.03.26 19:54:42.527466 [ 3 ] {a231571e-a0b5-432d-871e-8e1c6d32ec8e} <Debug> executeQuery: Read 42 rows, 58.04 KiB in 0.00195 sec., 21538.46153846154 rows/sec., 29.07 MiB/sec. | ||
11285 | 2024.03.26 19:54:42.527600 [ 3 ] {a231571e-a0b5-432d-871e-8e1c6d32ec8e} <Debug> DynamicQueryHandler: Done processing query | ||
11286 | 2024.03.26 19:54:42.527624 [ 3 ] {a231571e-a0b5-432d-871e-8e1c6d32ec8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.45 MiB. | ||
11287 | 2024.03.26 19:54:42.527641 [ 3 ] {} <Debug> HTTP-Session: 66d29be1-9806-41d8-8249-af2db9937cf0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11288 | 2024.03.26 19:54:42.527757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11289 | 2024.03.26 19:54:42.527806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11290 | 2024.03.26 19:54:42.527825 [ 3 ] {} <Debug> HTTP-Session: 44f5414e-bb8d-45b8-81a3-eda2b5e2a919 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11291 | 2024.03.26 19:54:42.527841 [ 3 ] {} <Debug> HTTP-Session: 44f5414e-bb8d-45b8-81a3-eda2b5e2a919 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11292 | 2024.03.26 19:54:42.527855 [ 3 ] {} <Debug> HTTP-Session: 44f5414e-bb8d-45b8-81a3-eda2b5e2a919 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11293 | 2024.03.26 19:54:42.527886 [ 3 ] {} <Trace> HTTP-Session: 44f5414e-bb8d-45b8-81a3-eda2b5e2a919 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11294 | 2024.03.26 19:54:42.527962 [ 3 ] {348b21cf-35a2-4968-b14a-84ce9c714374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11295 | 2024.03.26 19:54:42.528005 [ 3 ] {348b21cf-35a2-4968-b14a-84ce9c714374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11296 | 2024.03.26 19:54:42.528133 [ 3 ] {348b21cf-35a2-4968-b14a-84ce9c714374} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11297 | 2024.03.26 19:54:42.528403 [ 3 ] {348b21cf-35a2-4968-b14a-84ce9c714374} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11298 | 2024.03.26 19:54:42.528441 [ 3 ] {348b21cf-35a2-4968-b14a-84ce9c714374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
11299 | 2024.03.26 19:54:42.528810 [ 3 ] {348b21cf-35a2-4968-b14a-84ce9c714374} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
11300 | 2024.03.26 19:54:42.529135 [ 3 ] {348b21cf-35a2-4968-b14a-84ce9c714374} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11301 | 2024.03.26 19:54:42.529293 [ 3 ] {348b21cf-35a2-4968-b14a-84ce9c714374} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.00136 sec., 22058.823529411762 rows/sec., 1.51 MiB/sec. | ||
11302 | 2024.03.26 19:54:42.529420 [ 3 ] {348b21cf-35a2-4968-b14a-84ce9c714374} <Debug> DynamicQueryHandler: Done processing query | ||
11303 | 2024.03.26 19:54:42.529444 [ 3 ] {348b21cf-35a2-4968-b14a-84ce9c714374} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11304 | 2024.03.26 19:54:42.529459 [ 3 ] {} <Debug> HTTP-Session: 44f5414e-bb8d-45b8-81a3-eda2b5e2a919 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11305 | 2024.03.26 19:54:47.516037 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11306 | 2024.03.26 19:54:47.516165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11307 | 2024.03.26 19:54:47.516194 [ 3 ] {} <Debug> HTTP-Session: b22d9267-3dc1-4298-9963-f8668e6b37ca Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11308 | 2024.03.26 19:54:47.516223 [ 3 ] {} <Debug> HTTP-Session: b22d9267-3dc1-4298-9963-f8668e6b37ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11309 | 2024.03.26 19:54:47.516241 [ 3 ] {} <Debug> HTTP-Session: b22d9267-3dc1-4298-9963-f8668e6b37ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11310 | 2024.03.26 19:54:47.516295 [ 3 ] {} <Trace> HTTP-Session: b22d9267-3dc1-4298-9963-f8668e6b37ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11311 | 2024.03.26 19:54:47.516430 [ 3 ] {df5a9002-8d7a-47f5-9fe8-1e1633505368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11312 | 2024.03.26 19:54:47.516501 [ 3 ] {df5a9002-8d7a-47f5-9fe8-1e1633505368} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11313 | 2024.03.26 19:54:47.516708 [ 3 ] {df5a9002-8d7a-47f5-9fe8-1e1633505368} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11314 | 2024.03.26 19:54:47.517121 [ 3 ] {df5a9002-8d7a-47f5-9fe8-1e1633505368} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11315 | 2024.03.26 19:54:47.517167 [ 3 ] {df5a9002-8d7a-47f5-9fe8-1e1633505368} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11316 | 2024.03.26 19:54:47.517538 [ 3 ] {df5a9002-8d7a-47f5-9fe8-1e1633505368} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11317 | 2024.03.26 19:54:47.517871 [ 3 ] {df5a9002-8d7a-47f5-9fe8-1e1633505368} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11318 | 2024.03.26 19:54:47.518039 [ 3 ] {df5a9002-8d7a-47f5-9fe8-1e1633505368} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001667 sec., 9598.080383923216 rows/sec., 777.97 KiB/sec. | ||
11319 | 2024.03.26 19:54:47.518194 [ 3 ] {df5a9002-8d7a-47f5-9fe8-1e1633505368} <Debug> DynamicQueryHandler: Done processing query | ||
11320 | 2024.03.26 19:54:47.518221 [ 3 ] {df5a9002-8d7a-47f5-9fe8-1e1633505368} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11321 | 2024.03.26 19:54:47.518237 [ 3 ] {} <Debug> HTTP-Session: b22d9267-3dc1-4298-9963-f8668e6b37ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11322 | 2024.03.26 19:54:47.518363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11323 | 2024.03.26 19:54:47.518413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11324 | 2024.03.26 19:54:47.518432 [ 3 ] {} <Debug> HTTP-Session: 8ccbb827-af63-44bd-a774-9966ce5c149d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11325 | 2024.03.26 19:54:47.518449 [ 3 ] {} <Debug> HTTP-Session: 8ccbb827-af63-44bd-a774-9966ce5c149d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11326 | 2024.03.26 19:54:47.518463 [ 3 ] {} <Debug> HTTP-Session: 8ccbb827-af63-44bd-a774-9966ce5c149d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11327 | 2024.03.26 19:54:47.518494 [ 3 ] {} <Trace> HTTP-Session: 8ccbb827-af63-44bd-a774-9966ce5c149d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11328 | 2024.03.26 19:54:47.518558 [ 3 ] {ae7c3b65-7096-4f1a-a957-7ef0f233161e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11329 | 2024.03.26 19:54:47.518601 [ 3 ] {ae7c3b65-7096-4f1a-a957-7ef0f233161e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11330 | 2024.03.26 19:54:47.518732 [ 3 ] {ae7c3b65-7096-4f1a-a957-7ef0f233161e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11331 | 2024.03.26 19:54:47.519009 [ 3 ] {ae7c3b65-7096-4f1a-a957-7ef0f233161e} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11332 | 2024.03.26 19:54:47.519047 [ 3 ] {ae7c3b65-7096-4f1a-a957-7ef0f233161e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11333 | 2024.03.26 19:54:47.519358 [ 3 ] {ae7c3b65-7096-4f1a-a957-7ef0f233161e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11334 | 2024.03.26 19:54:47.519663 [ 3 ] {ae7c3b65-7096-4f1a-a957-7ef0f233161e} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11335 | 2024.03.26 19:54:47.519786 [ 3 ] {ae7c3b65-7096-4f1a-a957-7ef0f233161e} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001251 sec., 1598.721023181455 rows/sec., 130.36 KiB/sec. | ||
11336 | 2024.03.26 19:54:47.519909 [ 3 ] {ae7c3b65-7096-4f1a-a957-7ef0f233161e} <Debug> DynamicQueryHandler: Done processing query | ||
11337 | 2024.03.26 19:54:47.519933 [ 3 ] {ae7c3b65-7096-4f1a-a957-7ef0f233161e} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11338 | 2024.03.26 19:54:47.519949 [ 3 ] {} <Debug> HTTP-Session: 8ccbb827-af63-44bd-a774-9966ce5c149d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11339 | 2024.03.26 19:54:47.520077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10973, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11340 | 2024.03.26 19:54:47.520126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11341 | 2024.03.26 19:54:47.520144 [ 3 ] {} <Debug> HTTP-Session: 555f351a-eabb-4b33-b4b7-b42d6daf224e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11342 | 2024.03.26 19:54:47.520161 [ 3 ] {} <Debug> HTTP-Session: 555f351a-eabb-4b33-b4b7-b42d6daf224e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11343 | 2024.03.26 19:54:47.520175 [ 3 ] {} <Debug> HTTP-Session: 555f351a-eabb-4b33-b4b7-b42d6daf224e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11344 | 2024.03.26 19:54:47.520205 [ 3 ] {} <Trace> HTTP-Session: 555f351a-eabb-4b33-b4b7-b42d6daf224e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11345 | 2024.03.26 19:54:47.520289 [ 3 ] {0c4fdabd-daf0-46b2-bc52-7a2cb4ff9209} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11346 | 2024.03.26 19:54:47.520330 [ 3 ] {0c4fdabd-daf0-46b2-bc52-7a2cb4ff9209} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11347 | 2024.03.26 19:54:47.520453 [ 3 ] {0c4fdabd-daf0-46b2-bc52-7a2cb4ff9209} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11348 | 2024.03.26 19:54:47.520777 [ 3 ] {0c4fdabd-daf0-46b2-bc52-7a2cb4ff9209} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11349 | 2024.03.26 19:54:47.520814 [ 3 ] {0c4fdabd-daf0-46b2-bc52-7a2cb4ff9209} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11350 | 2024.03.26 19:54:47.521127 [ 3 ] {0c4fdabd-daf0-46b2-bc52-7a2cb4ff9209} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11351 | 2024.03.26 19:54:47.521436 [ 3 ] {0c4fdabd-daf0-46b2-bc52-7a2cb4ff9209} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11352 | 2024.03.26 19:54:47.521562 [ 3 ] {0c4fdabd-daf0-46b2-bc52-7a2cb4ff9209} <Debug> executeQuery: Read 75 rows, 6.38 KiB in 0.00131 sec., 57251.908396946565 rows/sec., 4.76 MiB/sec. | ||
11353 | 2024.03.26 19:54:47.521686 [ 3 ] {0c4fdabd-daf0-46b2-bc52-7a2cb4ff9209} <Debug> DynamicQueryHandler: Done processing query | ||
11354 | 2024.03.26 19:54:47.521710 [ 3 ] {0c4fdabd-daf0-46b2-bc52-7a2cb4ff9209} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11355 | 2024.03.26 19:54:47.521725 [ 3 ] {} <Debug> HTTP-Session: 555f351a-eabb-4b33-b4b7-b42d6daf224e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11356 | 2024.03.26 19:54:47.521834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11357 | 2024.03.26 19:54:47.521883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11358 | 2024.03.26 19:54:47.521901 [ 3 ] {} <Debug> HTTP-Session: 44bb739d-545e-4c5e-93f0-28453063ce38 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11359 | 2024.03.26 19:54:47.521917 [ 3 ] {} <Debug> HTTP-Session: 44bb739d-545e-4c5e-93f0-28453063ce38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11360 | 2024.03.26 19:54:47.521931 [ 3 ] {} <Debug> HTTP-Session: 44bb739d-545e-4c5e-93f0-28453063ce38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11361 | 2024.03.26 19:54:47.521962 [ 3 ] {} <Trace> HTTP-Session: 44bb739d-545e-4c5e-93f0-28453063ce38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11362 | 2024.03.26 19:54:47.522025 [ 3 ] {a09a8ee8-eaf8-4d31-b448-88df410cf884} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11363 | 2024.03.26 19:54:47.522066 [ 3 ] {a09a8ee8-eaf8-4d31-b448-88df410cf884} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11364 | 2024.03.26 19:54:47.522190 [ 3 ] {a09a8ee8-eaf8-4d31-b448-88df410cf884} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11365 | 2024.03.26 19:54:47.522447 [ 3 ] {a09a8ee8-eaf8-4d31-b448-88df410cf884} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11366 | 2024.03.26 19:54:47.522482 [ 3 ] {a09a8ee8-eaf8-4d31-b448-88df410cf884} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11367 | 2024.03.26 19:54:47.522783 [ 3 ] {a09a8ee8-eaf8-4d31-b448-88df410cf884} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
11368 | 2024.03.26 19:54:47.523095 [ 3 ] {a09a8ee8-eaf8-4d31-b448-88df410cf884} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11369 | 2024.03.26 19:54:47.523221 [ 3 ] {a09a8ee8-eaf8-4d31-b448-88df410cf884} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001219 sec., 1640.6890894175554 rows/sec., 114.56 KiB/sec. | ||
11370 | 2024.03.26 19:54:47.523346 [ 3 ] {a09a8ee8-eaf8-4d31-b448-88df410cf884} <Debug> DynamicQueryHandler: Done processing query | ||
11371 | 2024.03.26 19:54:47.523371 [ 3 ] {a09a8ee8-eaf8-4d31-b448-88df410cf884} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11372 | 2024.03.26 19:54:47.523387 [ 3 ] {} <Debug> HTTP-Session: 44bb739d-545e-4c5e-93f0-28453063ce38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11373 | 2024.03.26 19:54:47.523494 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11374 | 2024.03.26 19:54:47.523542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11375 | 2024.03.26 19:54:47.523562 [ 3 ] {} <Debug> HTTP-Session: 52ee97d0-87a2-4a20-9dd1-698deea6cb07 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11376 | 2024.03.26 19:54:47.523579 [ 3 ] {} <Debug> HTTP-Session: 52ee97d0-87a2-4a20-9dd1-698deea6cb07 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11377 | 2024.03.26 19:54:47.523595 [ 3 ] {} <Debug> HTTP-Session: 52ee97d0-87a2-4a20-9dd1-698deea6cb07 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11378 | 2024.03.26 19:54:47.523625 [ 3 ] {} <Trace> HTTP-Session: 52ee97d0-87a2-4a20-9dd1-698deea6cb07 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11379 | 2024.03.26 19:54:47.523702 [ 3 ] {b98bf291-0432-4122-9084-6920ae6dd41d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11380 | 2024.03.26 19:54:47.523745 [ 3 ] {b98bf291-0432-4122-9084-6920ae6dd41d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11381 | 2024.03.26 19:54:47.523869 [ 3 ] {b98bf291-0432-4122-9084-6920ae6dd41d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11382 | 2024.03.26 19:54:47.524169 [ 3 ] {b98bf291-0432-4122-9084-6920ae6dd41d} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11383 | 2024.03.26 19:54:47.524205 [ 3 ] {b98bf291-0432-4122-9084-6920ae6dd41d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11384 | 2024.03.26 19:54:47.524522 [ 3 ] {b98bf291-0432-4122-9084-6920ae6dd41d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11385 | 2024.03.26 19:54:47.524830 [ 3 ] {b98bf291-0432-4122-9084-6920ae6dd41d} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11386 | 2024.03.26 19:54:47.524955 [ 3 ] {b98bf291-0432-4122-9084-6920ae6dd41d} <Debug> executeQuery: Read 46 rows, 3.68 KiB in 0.001285 sec., 35797.66536964981 rows/sec., 2.80 MiB/sec. | ||
11387 | 2024.03.26 19:54:47.525075 [ 3 ] {b98bf291-0432-4122-9084-6920ae6dd41d} <Debug> DynamicQueryHandler: Done processing query | ||
11388 | 2024.03.26 19:54:47.525101 [ 3 ] {b98bf291-0432-4122-9084-6920ae6dd41d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11389 | 2024.03.26 19:54:47.525117 [ 3 ] {} <Debug> HTTP-Session: 52ee97d0-87a2-4a20-9dd1-698deea6cb07 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11390 | 2024.03.26 19:54:47.525233 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11391 | 2024.03.26 19:54:47.525281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11392 | 2024.03.26 19:54:47.525299 [ 3 ] {} <Debug> HTTP-Session: 5055fd04-cf52-4e1c-8dbc-ffd87fa414b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11393 | 2024.03.26 19:54:47.525315 [ 3 ] {} <Debug> HTTP-Session: 5055fd04-cf52-4e1c-8dbc-ffd87fa414b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11394 | 2024.03.26 19:54:47.525330 [ 3 ] {} <Debug> HTTP-Session: 5055fd04-cf52-4e1c-8dbc-ffd87fa414b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11395 | 2024.03.26 19:54:47.525360 [ 3 ] {} <Trace> HTTP-Session: 5055fd04-cf52-4e1c-8dbc-ffd87fa414b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11396 | 2024.03.26 19:54:47.525466 [ 3 ] {fac146e9-2d73-4978-9626-23d6de6c5f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11397 | 2024.03.26 19:54:47.525539 [ 3 ] {fac146e9-2d73-4978-9626-23d6de6c5f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11398 | 2024.03.26 19:54:47.525682 [ 3 ] {fac146e9-2d73-4978-9626-23d6de6c5f15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11399 | 2024.03.26 19:54:47.526080 [ 3 ] {fac146e9-2d73-4978-9626-23d6de6c5f15} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11400 | 2024.03.26 19:54:47.526116 [ 3 ] {fac146e9-2d73-4978-9626-23d6de6c5f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11401 | 2024.03.26 19:54:47.526504 [ 3 ] {fac146e9-2d73-4978-9626-23d6de6c5f15} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11402 | 2024.03.26 19:54:47.526846 [ 3 ] {fac146e9-2d73-4978-9626-23d6de6c5f15} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11403 | 2024.03.26 19:54:47.526973 [ 3 ] {fac146e9-2d73-4978-9626-23d6de6c5f15} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.001566 sec., 64495.53001277139 rows/sec., 4.47 MiB/sec. | ||
11404 | 2024.03.26 19:54:47.527100 [ 3 ] {fac146e9-2d73-4978-9626-23d6de6c5f15} <Debug> DynamicQueryHandler: Done processing query | ||
11405 | 2024.03.26 19:54:47.527124 [ 3 ] {fac146e9-2d73-4978-9626-23d6de6c5f15} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
11406 | 2024.03.26 19:54:47.527140 [ 3 ] {} <Debug> HTTP-Session: 5055fd04-cf52-4e1c-8dbc-ffd87fa414b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11407 | 2024.03.26 19:54:47.527287 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11408 | 2024.03.26 19:54:47.527336 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11409 | 2024.03.26 19:54:47.527354 [ 3 ] {} <Debug> HTTP-Session: d290b9c5-7917-4aa7-899f-e009b8da27c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11410 | 2024.03.26 19:54:47.527370 [ 3 ] {} <Debug> HTTP-Session: d290b9c5-7917-4aa7-899f-e009b8da27c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11411 | 2024.03.26 19:54:47.527384 [ 3 ] {} <Debug> HTTP-Session: d290b9c5-7917-4aa7-899f-e009b8da27c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11412 | 2024.03.26 19:54:47.527414 [ 3 ] {} <Trace> HTTP-Session: d290b9c5-7917-4aa7-899f-e009b8da27c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11413 | 2024.03.26 19:54:47.527561 [ 3 ] {e3e22df6-bbf0-4d12-88b3-0d9a92d59314} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11414 | 2024.03.26 19:54:47.527608 [ 3 ] {e3e22df6-bbf0-4d12-88b3-0d9a92d59314} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11415 | 2024.03.26 19:54:47.527765 [ 3 ] {e3e22df6-bbf0-4d12-88b3-0d9a92d59314} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11416 | 2024.03.26 19:54:47.528182 [ 3 ] {e3e22df6-bbf0-4d12-88b3-0d9a92d59314} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11417 | 2024.03.26 19:54:47.528217 [ 3 ] {e3e22df6-bbf0-4d12-88b3-0d9a92d59314} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11418 | 2024.03.26 19:54:47.528627 [ 3 ] {e3e22df6-bbf0-4d12-88b3-0d9a92d59314} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
11419 | 2024.03.26 19:54:47.528971 [ 3 ] {e3e22df6-bbf0-4d12-88b3-0d9a92d59314} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11420 | 2024.03.26 19:54:47.529108 [ 3 ] {e3e22df6-bbf0-4d12-88b3-0d9a92d59314} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001645 sec., 9726.44376899696 rows/sec., 13.13 MiB/sec. | ||
11421 | 2024.03.26 19:54:47.529317 [ 3 ] {e3e22df6-bbf0-4d12-88b3-0d9a92d59314} <Debug> DynamicQueryHandler: Done processing query | ||
11422 | 2024.03.26 19:54:47.529352 [ 3 ] {e3e22df6-bbf0-4d12-88b3-0d9a92d59314} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
11423 | 2024.03.26 19:54:47.529404 [ 3 ] {} <Debug> HTTP-Session: d290b9c5-7917-4aa7-899f-e009b8da27c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11424 | 2024.03.26 19:54:47.529600 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11425 | 2024.03.26 19:54:47.529675 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11426 | 2024.03.26 19:54:47.529695 [ 3 ] {} <Debug> HTTP-Session: 66cc7b25-2d5a-4c94-aa58-3d4c27e6ee7c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11427 | 2024.03.26 19:54:47.529711 [ 3 ] {} <Debug> HTTP-Session: 66cc7b25-2d5a-4c94-aa58-3d4c27e6ee7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11428 | 2024.03.26 19:54:47.529725 [ 3 ] {} <Debug> HTTP-Session: 66cc7b25-2d5a-4c94-aa58-3d4c27e6ee7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11429 | 2024.03.26 19:54:47.529758 [ 3 ] {} <Trace> HTTP-Session: 66cc7b25-2d5a-4c94-aa58-3d4c27e6ee7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11430 | 2024.03.26 19:54:47.529842 [ 3 ] {007adf05-c5ff-4f55-b6cb-3adfad539aea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11431 | 2024.03.26 19:54:47.529885 [ 3 ] {007adf05-c5ff-4f55-b6cb-3adfad539aea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11432 | 2024.03.26 19:54:47.530029 [ 3 ] {007adf05-c5ff-4f55-b6cb-3adfad539aea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11433 | 2024.03.26 19:54:47.530310 [ 3 ] {007adf05-c5ff-4f55-b6cb-3adfad539aea} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11434 | 2024.03.26 19:54:47.530345 [ 3 ] {007adf05-c5ff-4f55-b6cb-3adfad539aea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11435 | 2024.03.26 19:54:47.530714 [ 3 ] {007adf05-c5ff-4f55-b6cb-3adfad539aea} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
11436 | 2024.03.26 19:54:47.531039 [ 3 ] {007adf05-c5ff-4f55-b6cb-3adfad539aea} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11437 | 2024.03.26 19:54:47.531164 [ 3 ] {007adf05-c5ff-4f55-b6cb-3adfad539aea} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001361 sec., 22042.61572373255 rows/sec., 1.51 MiB/sec. | ||
11438 | 2024.03.26 19:54:47.531286 [ 3 ] {007adf05-c5ff-4f55-b6cb-3adfad539aea} <Debug> DynamicQueryHandler: Done processing query | ||
11439 | 2024.03.26 19:54:47.531310 [ 3 ] {007adf05-c5ff-4f55-b6cb-3adfad539aea} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11440 | 2024.03.26 19:54:47.531326 [ 3 ] {} <Debug> HTTP-Session: 66cc7b25-2d5a-4c94-aa58-3d4c27e6ee7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11441 | 2024.03.26 19:54:52.517644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7515, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11442 | 2024.03.26 19:54:52.517786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11443 | 2024.03.26 19:54:52.517813 [ 3 ] {} <Debug> HTTP-Session: 5094ef75-0668-479d-b93b-049f9e8ab172 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11444 | 2024.03.26 19:54:52.517848 [ 3 ] {} <Debug> HTTP-Session: 5094ef75-0668-479d-b93b-049f9e8ab172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11445 | 2024.03.26 19:54:52.517903 [ 3 ] {} <Debug> HTTP-Session: 5094ef75-0668-479d-b93b-049f9e8ab172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11446 | 2024.03.26 19:54:52.518022 [ 3 ] {} <Trace> HTTP-Session: 5094ef75-0668-479d-b93b-049f9e8ab172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11447 | 2024.03.26 19:54:52.518300 [ 3 ] {eead1a0a-e50a-41db-a9be-7eaf53f9a17e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11448 | 2024.03.26 19:54:52.518379 [ 3 ] {eead1a0a-e50a-41db-a9be-7eaf53f9a17e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11449 | 2024.03.26 19:54:52.518578 [ 3 ] {eead1a0a-e50a-41db-a9be-7eaf53f9a17e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11450 | 2024.03.26 19:54:52.519051 [ 3 ] {eead1a0a-e50a-41db-a9be-7eaf53f9a17e} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11451 | 2024.03.26 19:54:52.519103 [ 3 ] {eead1a0a-e50a-41db-a9be-7eaf53f9a17e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11452 | 2024.03.26 19:54:52.519513 [ 3 ] {eead1a0a-e50a-41db-a9be-7eaf53f9a17e} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11453 | 2024.03.26 19:54:52.519880 [ 3 ] {eead1a0a-e50a-41db-a9be-7eaf53f9a17e} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11454 | 2024.03.26 19:54:52.520059 [ 3 ] {eead1a0a-e50a-41db-a9be-7eaf53f9a17e} <Debug> executeQuery: Read 52 rows, 4.21 KiB in 0.001904 sec., 27310.9243697479 rows/sec., 2.16 MiB/sec. | ||
11455 | 2024.03.26 19:54:52.520226 [ 3 ] {eead1a0a-e50a-41db-a9be-7eaf53f9a17e} <Debug> DynamicQueryHandler: Done processing query | ||
11456 | 2024.03.26 19:54:52.520255 [ 3 ] {eead1a0a-e50a-41db-a9be-7eaf53f9a17e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11457 | 2024.03.26 19:54:52.520272 [ 3 ] {} <Debug> HTTP-Session: 5094ef75-0668-479d-b93b-049f9e8ab172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11458 | 2024.03.26 19:54:52.520463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 28676, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11459 | 2024.03.26 19:54:52.520516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11460 | 2024.03.26 19:54:52.520537 [ 3 ] {} <Debug> HTTP-Session: 24f5df74-716d-43c2-b8df-6339ec2e03fc Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11461 | 2024.03.26 19:54:52.520555 [ 3 ] {} <Debug> HTTP-Session: 24f5df74-716d-43c2-b8df-6339ec2e03fc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11462 | 2024.03.26 19:54:52.520569 [ 3 ] {} <Debug> HTTP-Session: 24f5df74-716d-43c2-b8df-6339ec2e03fc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11463 | 2024.03.26 19:54:52.520606 [ 3 ] {} <Trace> HTTP-Session: 24f5df74-716d-43c2-b8df-6339ec2e03fc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11464 | 2024.03.26 19:54:52.520731 [ 3 ] {157c0b28-89ec-4376-8c10-e4308301740a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11465 | 2024.03.26 19:54:52.520780 [ 3 ] {157c0b28-89ec-4376-8c10-e4308301740a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11466 | 2024.03.26 19:54:52.520915 [ 3 ] {157c0b28-89ec-4376-8c10-e4308301740a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11467 | 2024.03.26 19:54:52.521395 [ 3 ] {157c0b28-89ec-4376-8c10-e4308301740a} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11468 | 2024.03.26 19:54:52.521435 [ 3 ] {157c0b28-89ec-4376-8c10-e4308301740a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11469 | 2024.03.26 19:54:52.521817 [ 3 ] {157c0b28-89ec-4376-8c10-e4308301740a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
11470 | 2024.03.26 19:54:52.522149 [ 3 ] {157c0b28-89ec-4376-8c10-e4308301740a} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11471 | 2024.03.26 19:54:52.522324 [ 3 ] {157c0b28-89ec-4376-8c10-e4308301740a} <Debug> executeQuery: Read 182 rows, 17.55 KiB in 0.001657 sec., 109837.05491852746 rows/sec., 10.34 MiB/sec. | ||
11472 | 2024.03.26 19:54:52.522332 [ 110 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
11473 | 2024.03.26 19:54:52.522434 [ 110 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11474 | 2024.03.26 19:54:52.522480 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11475 | 2024.03.26 19:54:52.522509 [ 3 ] {157c0b28-89ec-4376-8c10-e4308301740a} <Debug> DynamicQueryHandler: Done processing query | ||
11476 | 2024.03.26 19:54:52.522553 [ 3 ] {157c0b28-89ec-4376-8c10-e4308301740a} <Debug> MemoryTracker: Peak memory usage (for query): 4.37 MiB. | ||
11477 | 2024.03.26 19:54:52.522587 [ 3 ] {} <Debug> HTTP-Session: 24f5df74-716d-43c2-b8df-6339ec2e03fc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11478 | 2024.03.26 19:54:52.522621 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
11479 | 2024.03.26 19:54:52.522737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15314, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11480 | 2024.03.26 19:54:52.522755 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11481 | 2024.03.26 19:54:52.522795 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 241 rows starting from the beginning of the part | ||
11482 | 2024.03.26 19:54:52.522798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11483 | 2024.03.26 19:54:52.522834 [ 3 ] {} <Debug> HTTP-Session: ff68428f-1abb-46c1-b4d0-4ca1e915f62e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11484 | 2024.03.26 19:54:52.522859 [ 3 ] {} <Debug> HTTP-Session: ff68428f-1abb-46c1-b4d0-4ca1e915f62e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11485 | 2024.03.26 19:54:52.522886 [ 3 ] {} <Debug> HTTP-Session: ff68428f-1abb-46c1-b4d0-4ca1e915f62e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11486 | 2024.03.26 19:54:52.522944 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 152 rows starting from the beginning of the part | ||
11487 | 2024.03.26 19:54:52.523010 [ 3 ] {} <Trace> HTTP-Session: ff68428f-1abb-46c1-b4d0-4ca1e915f62e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11488 | 2024.03.26 19:54:52.523275 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 111 rows starting from the beginning of the part | ||
11489 | 2024.03.26 19:54:52.523348 [ 3 ] {1d191bd7-8f1f-4b36-a641-769b43085de1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11490 | 2024.03.26 19:54:52.523524 [ 3 ] {1d191bd7-8f1f-4b36-a641-769b43085de1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11491 | 2024.03.26 19:54:52.523563 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 152 rows starting from the beginning of the part | ||
11492 | 2024.03.26 19:54:52.523879 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 75 rows starting from the beginning of the part | ||
11493 | 2024.03.26 19:54:52.524278 [ 200 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 182 rows starting from the beginning of the part | ||
11494 | 2024.03.26 19:54:52.524472 [ 3 ] {1d191bd7-8f1f-4b36-a641-769b43085de1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11495 | 2024.03.26 19:54:52.525174 [ 3 ] {1d191bd7-8f1f-4b36-a641-769b43085de1} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11496 | 2024.03.26 19:54:52.525216 [ 3 ] {1d191bd7-8f1f-4b36-a641-769b43085de1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11497 | 2024.03.26 19:54:52.525696 [ 3 ] {1d191bd7-8f1f-4b36-a641-769b43085de1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
11498 | 2024.03.26 19:54:52.526171 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 913 rows, containing 4 columns (4 merged, 0 gathered) in 0.003610289 sec., 252888.34217980888 rows/sec., 23.05 MiB/sec. | ||
11499 | 2024.03.26 19:54:52.526176 [ 3 ] {1d191bd7-8f1f-4b36-a641-769b43085de1} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11500 | 2024.03.26 19:54:52.526476 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
11501 | 2024.03.26 19:54:52.526500 [ 109 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
11502 | 2024.03.26 19:54:52.526517 [ 3 ] {1d191bd7-8f1f-4b36-a641-769b43085de1} <Debug> executeQuery: Read 90 rows, 7.21 KiB in 0.003294 sec., 27322.4043715847 rows/sec., 2.14 MiB/sec. | ||
11503 | 2024.03.26 19:54:52.526604 [ 109 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11504 | 2024.03.26 19:54:52.526691 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11505 | 2024.03.26 19:54:52.527137 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_75_15 to all_80_80_0 into Compact with storage Full | ||
11506 | 2024.03.26 19:54:52.527261 [ 3 ] {1d191bd7-8f1f-4b36-a641-769b43085de1} <Debug> DynamicQueryHandler: Done processing query | ||
11507 | 2024.03.26 19:54:52.527429 [ 3 ] {1d191bd7-8f1f-4b36-a641-769b43085de1} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11508 | 2024.03.26 19:54:52.527522 [ 3 ] {} <Debug> HTTP-Session: ff68428f-1abb-46c1-b4d0-4ca1e915f62e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11509 | 2024.03.26 19:54:52.527646 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11510 | 2024.03.26 19:54:52.527695 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 138 rows starting from the beginning of the part | ||
11511 | 2024.03.26 19:54:52.527791 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11512 | 2024.03.26 19:54:52.527815 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11513 | 2024.03.26 19:54:52.527983 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 70 rows starting from the beginning of the part | ||
11514 | 2024.03.26 19:54:52.528149 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_80_16} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
11515 | 2024.03.26 19:54:52.528291 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 70 rows starting from the beginning of the part | ||
11516 | 2024.03.26 19:54:52.528572 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
11517 | 2024.03.26 19:54:52.528642 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 70 rows starting from the beginning of the part | ||
11518 | 2024.03.26 19:54:52.528904 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 46 rows starting from the beginning of the part | ||
11519 | 2024.03.26 19:54:52.528766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11520 | 2024.03.26 19:54:52.529029 [ 3 ] {} <Debug> HTTP-Session: 9da2f761-4f76-45cf-b309-923ebd3a4e67 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11521 | 2024.03.26 19:54:52.529120 [ 3 ] {} <Debug> HTTP-Session: 9da2f761-4f76-45cf-b309-923ebd3a4e67 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11522 | 2024.03.26 19:54:52.529171 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 90 rows starting from the beginning of the part | ||
11523 | 2024.03.26 19:54:52.529189 [ 3 ] {} <Debug> HTTP-Session: 9da2f761-4f76-45cf-b309-923ebd3a4e67 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11524 | 2024.03.26 19:54:52.529417 [ 3 ] {} <Trace> HTTP-Session: 9da2f761-4f76-45cf-b309-923ebd3a4e67 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11525 | 2024.03.26 19:54:52.529719 [ 3 ] {0876f7b4-fc52-443e-8e26-175c30e2f4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11526 | 2024.03.26 19:54:52.529798 [ 3 ] {0876f7b4-fc52-443e-8e26-175c30e2f4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11527 | 2024.03.26 19:54:52.530416 [ 3 ] {0876f7b4-fc52-443e-8e26-175c30e2f4b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11528 | 2024.03.26 19:54:52.531375 [ 3 ] {0876f7b4-fc52-443e-8e26-175c30e2f4b4} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11529 | 2024.03.26 19:54:52.531441 [ 3 ] {0876f7b4-fc52-443e-8e26-175c30e2f4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11530 | 2024.03.26 19:54:52.532060 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 484 rows, containing 4 columns (4 merged, 0 gathered) in 0.005226288 sec., 92608.75022578167 rows/sec., 7.23 MiB/sec. | ||
11531 | 2024.03.26 19:54:52.532283 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
11532 | 2024.03.26 19:54:52.532329 [ 3 ] {0876f7b4-fc52-443e-8e26-175c30e2f4b4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
11533 | 2024.03.26 19:54:52.533401 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11534 | 2024.03.26 19:54:52.533449 [ 3 ] {0876f7b4-fc52-443e-8e26-175c30e2f4b4} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11535 | 2024.03.26 19:54:52.533585 [ 193 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_80_16} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
11536 | 2024.03.26 19:54:52.533812 [ 3 ] {0876f7b4-fc52-443e-8e26-175c30e2f4b4} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004176 sec., 23946.360153256705 rows/sec., 1.66 MiB/sec. | ||
11537 | 2024.03.26 19:54:52.533825 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
11538 | 2024.03.26 19:54:52.534056 [ 3 ] {0876f7b4-fc52-443e-8e26-175c30e2f4b4} <Debug> DynamicQueryHandler: Done processing query | ||
11539 | 2024.03.26 19:54:52.534086 [ 3 ] {0876f7b4-fc52-443e-8e26-175c30e2f4b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
11540 | 2024.03.26 19:54:52.534103 [ 3 ] {} <Debug> HTTP-Session: 9da2f761-4f76-45cf-b309-923ebd3a4e67 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11541 | 2024.03.26 19:54:52.534294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 55645, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11542 | 2024.03.26 19:54:52.534344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11543 | 2024.03.26 19:54:52.534362 [ 3 ] {} <Debug> HTTP-Session: 6b919983-958d-4f53-8e15-af3744c14850 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11544 | 2024.03.26 19:54:52.534379 [ 3 ] {} <Debug> HTTP-Session: 6b919983-958d-4f53-8e15-af3744c14850 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11545 | 2024.03.26 19:54:52.534393 [ 3 ] {} <Debug> HTTP-Session: 6b919983-958d-4f53-8e15-af3744c14850 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11546 | 2024.03.26 19:54:52.534424 [ 3 ] {} <Trace> HTTP-Session: 6b919983-958d-4f53-8e15-af3744c14850 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11547 | 2024.03.26 19:54:52.534793 [ 3 ] {c1541179-f964-4afb-adee-a167485b2d49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11548 | 2024.03.26 19:54:52.534842 [ 3 ] {c1541179-f964-4afb-adee-a167485b2d49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11549 | 2024.03.26 19:54:52.535022 [ 3 ] {c1541179-f964-4afb-adee-a167485b2d49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11550 | 2024.03.26 19:54:52.535683 [ 3 ] {c1541179-f964-4afb-adee-a167485b2d49} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11551 | 2024.03.26 19:54:52.535721 [ 3 ] {c1541179-f964-4afb-adee-a167485b2d49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11552 | 2024.03.26 19:54:52.536178 [ 3 ] {c1541179-f964-4afb-adee-a167485b2d49} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
11553 | 2024.03.26 19:54:52.536543 [ 3 ] {c1541179-f964-4afb-adee-a167485b2d49} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11554 | 2024.03.26 19:54:52.536704 [ 3 ] {c1541179-f964-4afb-adee-a167485b2d49} <Debug> executeQuery: Read 52 rows, 71.86 KiB in 0.00222 sec., 23423.42342342342 rows/sec., 31.61 MiB/sec. | ||
11555 | 2024.03.26 19:54:52.536846 [ 3 ] {c1541179-f964-4afb-adee-a167485b2d49} <Debug> DynamicQueryHandler: Done processing query | ||
11556 | 2024.03.26 19:54:52.536870 [ 3 ] {c1541179-f964-4afb-adee-a167485b2d49} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11557 | 2024.03.26 19:54:52.536887 [ 3 ] {} <Debug> HTTP-Session: 6b919983-958d-4f53-8e15-af3744c14850 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11558 | 2024.03.26 19:54:52.537010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2460, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11559 | 2024.03.26 19:54:52.537060 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11560 | 2024.03.26 19:54:52.537078 [ 3 ] {} <Debug> HTTP-Session: b4ecb865-5481-4da2-b8f0-ea22cecdb745 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11561 | 2024.03.26 19:54:52.537094 [ 3 ] {} <Debug> HTTP-Session: b4ecb865-5481-4da2-b8f0-ea22cecdb745 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11562 | 2024.03.26 19:54:52.537109 [ 3 ] {} <Debug> HTTP-Session: b4ecb865-5481-4da2-b8f0-ea22cecdb745 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11563 | 2024.03.26 19:54:52.537140 [ 3 ] {} <Trace> HTTP-Session: b4ecb865-5481-4da2-b8f0-ea22cecdb745 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11564 | 2024.03.26 19:54:52.537210 [ 3 ] {16b93a53-36c9-47dc-bc75-4e4772ccf3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11565 | 2024.03.26 19:54:52.537252 [ 3 ] {16b93a53-36c9-47dc-bc75-4e4772ccf3df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11566 | 2024.03.26 19:54:52.537383 [ 3 ] {16b93a53-36c9-47dc-bc75-4e4772ccf3df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11567 | 2024.03.26 19:54:52.537658 [ 3 ] {16b93a53-36c9-47dc-bc75-4e4772ccf3df} <Trace> oximeter.measurements_i64 (500e5620-c2e6-4832-9e67-1580053c6abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11568 | 2024.03.26 19:54:52.537695 [ 3 ] {16b93a53-36c9-47dc-bc75-4e4772ccf3df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11569 | 2024.03.26 19:54:52.538060 [ 3 ] {16b93a53-36c9-47dc-bc75-4e4772ccf3df} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
11570 | 2024.03.26 19:54:52.538415 [ 3 ] {16b93a53-36c9-47dc-bc75-4e4772ccf3df} <Trace> oximeter.measurements_i64 (500e5620-c2e6-4832-9e67-1580053c6abc): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11571 | 2024.03.26 19:54:52.538576 [ 3 ] {16b93a53-36c9-47dc-bc75-4e4772ccf3df} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001387 sec., 10814.708002883923 rows/sec., 784.35 KiB/sec. | ||
11572 | 2024.03.26 19:54:52.538967 [ 3 ] {16b93a53-36c9-47dc-bc75-4e4772ccf3df} <Debug> DynamicQueryHandler: Done processing query | ||
11573 | 2024.03.26 19:54:52.538993 [ 3 ] {16b93a53-36c9-47dc-bc75-4e4772ccf3df} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11574 | 2024.03.26 19:54:52.539009 [ 3 ] {} <Debug> HTTP-Session: b4ecb865-5481-4da2-b8f0-ea22cecdb745 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11575 | 2024.03.26 19:54:52.539126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11576 | 2024.03.26 19:54:52.539174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11577 | 2024.03.26 19:54:52.539194 [ 3 ] {} <Debug> HTTP-Session: 43985868-8623-4465-a10e-baa14a6f6f7e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11578 | 2024.03.26 19:54:52.539211 [ 3 ] {} <Debug> HTTP-Session: 43985868-8623-4465-a10e-baa14a6f6f7e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11579 | 2024.03.26 19:54:52.539226 [ 3 ] {} <Debug> HTTP-Session: 43985868-8623-4465-a10e-baa14a6f6f7e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11580 | 2024.03.26 19:54:52.539257 [ 3 ] {} <Trace> HTTP-Session: 43985868-8623-4465-a10e-baa14a6f6f7e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11581 | 2024.03.26 19:54:52.539334 [ 3 ] {b474b5db-7c3c-43a1-bc4b-a8f75f1c2017} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11582 | 2024.03.26 19:54:52.539378 [ 3 ] {b474b5db-7c3c-43a1-bc4b-a8f75f1c2017} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11583 | 2024.03.26 19:54:52.539533 [ 3 ] {b474b5db-7c3c-43a1-bc4b-a8f75f1c2017} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11584 | 2024.03.26 19:54:52.539806 [ 3 ] {b474b5db-7c3c-43a1-bc4b-a8f75f1c2017} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11585 | 2024.03.26 19:54:52.539844 [ 3 ] {b474b5db-7c3c-43a1-bc4b-a8f75f1c2017} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11586 | 2024.03.26 19:54:52.540210 [ 3 ] {b474b5db-7c3c-43a1-bc4b-a8f75f1c2017} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
11587 | 2024.03.26 19:54:52.540563 [ 3 ] {b474b5db-7c3c-43a1-bc4b-a8f75f1c2017} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11588 | 2024.03.26 19:54:52.540715 [ 3 ] {b474b5db-7c3c-43a1-bc4b-a8f75f1c2017} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001406 sec., 21337.126600284497 rows/sec., 1.46 MiB/sec. | ||
11589 | 2024.03.26 19:54:52.540850 [ 3 ] {b474b5db-7c3c-43a1-bc4b-a8f75f1c2017} <Debug> DynamicQueryHandler: Done processing query | ||
11590 | 2024.03.26 19:54:52.540875 [ 3 ] {b474b5db-7c3c-43a1-bc4b-a8f75f1c2017} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11591 | 2024.03.26 19:54:52.540892 [ 3 ] {} <Debug> HTTP-Session: 43985868-8623-4465-a10e-baa14a6f6f7e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11592 | 2024.03.26 19:54:56.467252 [ 107 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11593 | 2024.03.26 19:54:56.467307 [ 107 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11594 | 2024.03.26 19:54:57.514890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11595 | 2024.03.26 19:54:57.515022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11596 | 2024.03.26 19:54:57.515051 [ 3 ] {} <Debug> HTTP-Session: a0e4612f-7e50-408d-ae01-4a5a2ba5eef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11597 | 2024.03.26 19:54:57.515080 [ 3 ] {} <Debug> HTTP-Session: a0e4612f-7e50-408d-ae01-4a5a2ba5eef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11598 | 2024.03.26 19:54:57.515097 [ 3 ] {} <Debug> HTTP-Session: a0e4612f-7e50-408d-ae01-4a5a2ba5eef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11599 | 2024.03.26 19:54:57.515152 [ 3 ] {} <Trace> HTTP-Session: a0e4612f-7e50-408d-ae01-4a5a2ba5eef9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11600 | 2024.03.26 19:54:57.515286 [ 3 ] {c3818c90-00b5-45ff-9375-32716fda36d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11601 | 2024.03.26 19:54:57.515358 [ 3 ] {c3818c90-00b5-45ff-9375-32716fda36d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11602 | 2024.03.26 19:54:57.515581 [ 3 ] {c3818c90-00b5-45ff-9375-32716fda36d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11603 | 2024.03.26 19:54:57.516012 [ 3 ] {c3818c90-00b5-45ff-9375-32716fda36d5} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11604 | 2024.03.26 19:54:57.516060 [ 3 ] {c3818c90-00b5-45ff-9375-32716fda36d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11605 | 2024.03.26 19:54:57.516448 [ 3 ] {c3818c90-00b5-45ff-9375-32716fda36d5} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11606 | 2024.03.26 19:54:57.516796 [ 3 ] {c3818c90-00b5-45ff-9375-32716fda36d5} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11607 | 2024.03.26 19:54:57.516967 [ 3 ] {c3818c90-00b5-45ff-9375-32716fda36d5} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001744 sec., 9174.311926605504 rows/sec., 743.62 KiB/sec. | ||
11608 | 2024.03.26 19:54:57.517016 [ 107 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11609 | 2024.03.26 19:54:57.517130 [ 107 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11610 | 2024.03.26 19:54:57.517164 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11611 | 2024.03.26 19:54:57.517195 [ 3 ] {c3818c90-00b5-45ff-9375-32716fda36d5} <Debug> DynamicQueryHandler: Done processing query | ||
11612 | 2024.03.26 19:54:57.517258 [ 3 ] {c3818c90-00b5-45ff-9375-32716fda36d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11613 | 2024.03.26 19:54:57.517309 [ 3 ] {} <Debug> HTTP-Session: a0e4612f-7e50-408d-ae01-4a5a2ba5eef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11614 | 2024.03.26 19:54:57.517394 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
11615 | 2024.03.26 19:54:57.517558 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 10823, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11616 | 2024.03.26 19:54:57.517614 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11617 | 2024.03.26 19:54:57.517670 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 58 rows starting from the beginning of the part | ||
11618 | 2024.03.26 19:54:57.517671 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11619 | 2024.03.26 19:54:57.517736 [ 3 ] {} <Debug> HTTP-Session: 12d0241a-4f9b-47e2-8031-269cd9ddec6d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11620 | 2024.03.26 19:54:57.517796 [ 3 ] {} <Debug> HTTP-Session: 12d0241a-4f9b-47e2-8031-269cd9ddec6d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11621 | 2024.03.26 19:54:57.517866 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part | ||
11622 | 2024.03.26 19:54:57.517890 [ 3 ] {} <Debug> HTTP-Session: 12d0241a-4f9b-47e2-8031-269cd9ddec6d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11623 | 2024.03.26 19:54:57.518118 [ 3 ] {} <Trace> HTTP-Session: 12d0241a-4f9b-47e2-8031-269cd9ddec6d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11624 | 2024.03.26 19:54:57.518122 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 42 rows starting from the beginning of the part | ||
11625 | 2024.03.26 19:54:57.518482 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part | ||
11626 | 2024.03.26 19:54:57.518559 [ 3 ] {9df5875d-c4de-4fd7-ae2d-2d285732376e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11627 | 2024.03.26 19:54:57.518717 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 52 rows starting from the beginning of the part | ||
11628 | 2024.03.26 19:54:57.518792 [ 3 ] {9df5875d-c4de-4fd7-ae2d-2d285732376e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11629 | 2024.03.26 19:54:57.518988 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part | ||
11630 | 2024.03.26 19:54:57.519708 [ 3 ] {9df5875d-c4de-4fd7-ae2d-2d285732376e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11631 | 2024.03.26 19:54:57.520512 [ 3 ] {9df5875d-c4de-4fd7-ae2d-2d285732376e} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11632 | 2024.03.26 19:54:57.520591 [ 3 ] {9df5875d-c4de-4fd7-ae2d-2d285732376e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11633 | 2024.03.26 19:54:57.521476 [ 3 ] {9df5875d-c4de-4fd7-ae2d-2d285732376e} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11634 | 2024.03.26 19:54:57.521591 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 4 columns (4 merged, 0 gathered) in 0.004329911 sec., 46190.32585196324 rows/sec., 3.66 MiB/sec. | ||
11635 | 2024.03.26 19:54:57.521827 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11636 | 2024.03.26 19:54:57.522252 [ 3 ] {9df5875d-c4de-4fd7-ae2d-2d285732376e} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11637 | 2024.03.26 19:54:57.522611 [ 3 ] {9df5875d-c4de-4fd7-ae2d-2d285732376e} <Debug> executeQuery: Read 74 rows, 6.29 KiB in 0.004339 sec., 17054.620880387185 rows/sec., 1.42 MiB/sec. | ||
11638 | 2024.03.26 19:54:57.522811 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11639 | 2024.03.26 19:54:57.523100 [ 3 ] {9df5875d-c4de-4fd7-ae2d-2d285732376e} <Debug> DynamicQueryHandler: Done processing query | ||
11640 | 2024.03.26 19:54:57.523157 [ 3 ] {9df5875d-c4de-4fd7-ae2d-2d285732376e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11641 | 2024.03.26 19:54:57.523209 [ 191 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_71_14} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11642 | 2024.03.26 19:54:57.523228 [ 3 ] {} <Debug> HTTP-Session: 12d0241a-4f9b-47e2-8031-269cd9ddec6d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11643 | 2024.03.26 19:54:57.523443 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
11644 | 2024.03.26 19:54:57.523492 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7502, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11645 | 2024.03.26 19:54:57.523589 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11646 | 2024.03.26 19:54:57.523612 [ 3 ] {} <Debug> HTTP-Session: 339f8d4f-dd06-4e61-b09b-2cfda375f368 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11647 | 2024.03.26 19:54:57.523630 [ 3 ] {} <Debug> HTTP-Session: 339f8d4f-dd06-4e61-b09b-2cfda375f368 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11648 | 2024.03.26 19:54:57.523644 [ 3 ] {} <Debug> HTTP-Session: 339f8d4f-dd06-4e61-b09b-2cfda375f368 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11649 | 2024.03.26 19:54:57.523678 [ 3 ] {} <Trace> HTTP-Session: 339f8d4f-dd06-4e61-b09b-2cfda375f368 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11650 | 2024.03.26 19:54:57.523770 [ 3 ] {a0a3a83b-9c13-480c-b8b8-13e7cd94f7f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11651 | 2024.03.26 19:54:57.523813 [ 3 ] {a0a3a83b-9c13-480c-b8b8-13e7cd94f7f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11652 | 2024.03.26 19:54:57.523954 [ 3 ] {a0a3a83b-9c13-480c-b8b8-13e7cd94f7f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11653 | 2024.03.26 19:54:57.524273 [ 3 ] {a0a3a83b-9c13-480c-b8b8-13e7cd94f7f7} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11654 | 2024.03.26 19:54:57.524312 [ 3 ] {a0a3a83b-9c13-480c-b8b8-13e7cd94f7f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11655 | 2024.03.26 19:54:57.524639 [ 3 ] {a0a3a83b-9c13-480c-b8b8-13e7cd94f7f7} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11656 | 2024.03.26 19:54:57.524962 [ 3 ] {a0a3a83b-9c13-480c-b8b8-13e7cd94f7f7} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11657 | 2024.03.26 19:54:57.525115 [ 3 ] {a0a3a83b-9c13-480c-b8b8-13e7cd94f7f7} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001382 sec., 31837.91606367583 rows/sec., 2.49 MiB/sec. | ||
11658 | 2024.03.26 19:54:57.525243 [ 3 ] {a0a3a83b-9c13-480c-b8b8-13e7cd94f7f7} <Debug> DynamicQueryHandler: Done processing query | ||
11659 | 2024.03.26 19:54:57.525266 [ 3 ] {a0a3a83b-9c13-480c-b8b8-13e7cd94f7f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11660 | 2024.03.26 19:54:57.525282 [ 3 ] {} <Debug> HTTP-Session: 339f8d4f-dd06-4e61-b09b-2cfda375f368 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11661 | 2024.03.26 19:54:57.525413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11662 | 2024.03.26 19:54:57.525461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11663 | 2024.03.26 19:54:57.525480 [ 3 ] {} <Debug> HTTP-Session: 3f070403-e4b4-4830-a274-bd5be366580a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11664 | 2024.03.26 19:54:57.525497 [ 3 ] {} <Debug> HTTP-Session: 3f070403-e4b4-4830-a274-bd5be366580a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11665 | 2024.03.26 19:54:57.525511 [ 3 ] {} <Debug> HTTP-Session: 3f070403-e4b4-4830-a274-bd5be366580a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11666 | 2024.03.26 19:54:57.525541 [ 3 ] {} <Trace> HTTP-Session: 3f070403-e4b4-4830-a274-bd5be366580a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11667 | 2024.03.26 19:54:57.525648 [ 3 ] {33e50206-899d-44f4-9a17-080e0d3b7873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11668 | 2024.03.26 19:54:57.525694 [ 3 ] {33e50206-899d-44f4-9a17-080e0d3b7873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11669 | 2024.03.26 19:54:57.525839 [ 3 ] {33e50206-899d-44f4-9a17-080e0d3b7873} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11670 | 2024.03.26 19:54:57.526176 [ 3 ] {33e50206-899d-44f4-9a17-080e0d3b7873} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11671 | 2024.03.26 19:54:57.526213 [ 3 ] {33e50206-899d-44f4-9a17-080e0d3b7873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11672 | 2024.03.26 19:54:57.526608 [ 3 ] {33e50206-899d-44f4-9a17-080e0d3b7873} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11673 | 2024.03.26 19:54:57.526964 [ 3 ] {33e50206-899d-44f4-9a17-080e0d3b7873} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11674 | 2024.03.26 19:54:57.527134 [ 3 ] {33e50206-899d-44f4-9a17-080e0d3b7873} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001527 sec., 65487.88474132286 rows/sec., 4.54 MiB/sec. | ||
11675 | 2024.03.26 19:54:57.527135 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
11676 | 2024.03.26 19:54:57.527229 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11677 | 2024.03.26 19:54:57.527276 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11678 | 2024.03.26 19:54:57.527359 [ 3 ] {33e50206-899d-44f4-9a17-080e0d3b7873} <Debug> DynamicQueryHandler: Done processing query | ||
11679 | 2024.03.26 19:54:57.527405 [ 3 ] {33e50206-899d-44f4-9a17-080e0d3b7873} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
11680 | 2024.03.26 19:54:57.527473 [ 3 ] {} <Debug> HTTP-Session: 3f070403-e4b4-4830-a274-bd5be366580a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11681 | 2024.03.26 19:54:57.527557 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
11682 | 2024.03.26 19:54:57.527662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11683 | 2024.03.26 19:54:57.527759 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11684 | 2024.03.26 19:54:57.527808 [ 3 ] {} <Debug> HTTP-Session: 91f3153b-4fa2-4057-b3dc-64dad44c5a7a Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11685 | 2024.03.26 19:54:57.527860 [ 3 ] {} <Debug> HTTP-Session: 91f3153b-4fa2-4057-b3dc-64dad44c5a7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11686 | 2024.03.26 19:54:57.527896 [ 3 ] {} <Debug> HTTP-Session: 91f3153b-4fa2-4057-b3dc-64dad44c5a7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11687 | 2024.03.26 19:54:57.527955 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11688 | 2024.03.26 19:54:57.527969 [ 3 ] {} <Trace> HTTP-Session: 91f3153b-4fa2-4057-b3dc-64dad44c5a7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11689 | 2024.03.26 19:54:57.528036 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_76_15, total 8210 rows starting from the beginning of the part | ||
11690 | 2024.03.26 19:54:57.528241 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 137 rows starting from the beginning of the part | ||
11691 | 2024.03.26 19:54:57.528355 [ 3 ] {01313608-cb0b-4010-8648-5f4b3cb519bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11692 | 2024.03.26 19:54:57.528574 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 100 rows starting from the beginning of the part | ||
11693 | 2024.03.26 19:54:57.528598 [ 3 ] {01313608-cb0b-4010-8648-5f4b3cb519bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11694 | 2024.03.26 19:54:57.528894 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 101 rows starting from the beginning of the part | ||
11695 | 2024.03.26 19:54:57.529271 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 100 rows starting from the beginning of the part | ||
11696 | 2024.03.26 19:54:57.529611 [ 190 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 100 rows starting from the beginning of the part | ||
11697 | 2024.03.26 19:54:57.530052 [ 3 ] {01313608-cb0b-4010-8648-5f4b3cb519bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11698 | 2024.03.26 19:54:57.530911 [ 3 ] {01313608-cb0b-4010-8648-5f4b3cb519bf} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11699 | 2024.03.26 19:54:57.530950 [ 3 ] {01313608-cb0b-4010-8648-5f4b3cb519bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11700 | 2024.03.26 19:54:57.531666 [ 3 ] {01313608-cb0b-4010-8648-5f4b3cb519bf} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
11701 | 2024.03.26 19:54:57.532597 [ 3 ] {01313608-cb0b-4010-8648-5f4b3cb519bf} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11702 | 2024.03.26 19:54:57.532771 [ 107 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
11703 | 2024.03.26 19:54:57.532779 [ 3 ] {01313608-cb0b-4010-8648-5f4b3cb519bf} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.004693 sec., 3409.333049222246 rows/sec., 4.60 MiB/sec. | ||
11704 | 2024.03.26 19:54:57.532895 [ 107 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11705 | 2024.03.26 19:54:57.532979 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11706 | 2024.03.26 19:54:57.533145 [ 3 ] {01313608-cb0b-4010-8648-5f4b3cb519bf} <Debug> DynamicQueryHandler: Done processing query | ||
11707 | 2024.03.26 19:54:57.533181 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
11708 | 2024.03.26 19:54:57.533216 [ 3 ] {01313608-cb0b-4010-8648-5f4b3cb519bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
11709 | 2024.03.26 19:54:57.533316 [ 3 ] {} <Debug> HTTP-Session: 91f3153b-4fa2-4057-b3dc-64dad44c5a7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11710 | 2024.03.26 19:54:57.533526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11711 | 2024.03.26 19:54:57.533638 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11712 | 2024.03.26 19:54:57.533640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11713 | 2024.03.26 19:54:57.533718 [ 3 ] {} <Debug> HTTP-Session: f43435e7-9967-46d9-86fd-6a0ae3203250 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11714 | 2024.03.26 19:54:57.533726 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1885 rows starting from the beginning of the part | ||
11715 | 2024.03.26 19:54:57.533755 [ 3 ] {} <Debug> HTTP-Session: f43435e7-9967-46d9-86fd-6a0ae3203250 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11716 | 2024.03.26 19:54:57.533793 [ 3 ] {} <Debug> HTTP-Session: f43435e7-9967-46d9-86fd-6a0ae3203250 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11717 | 2024.03.26 19:54:57.534027 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 16 rows starting from the beginning of the part | ||
11718 | 2024.03.26 19:54:57.534075 [ 3 ] {} <Trace> HTTP-Session: f43435e7-9967-46d9-86fd-6a0ae3203250 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11719 | 2024.03.26 19:54:57.534383 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 42 rows starting from the beginning of the part | ||
11720 | 2024.03.26 19:54:57.534967 [ 3 ] {cb06872a-bbfc-4b3b-a82f-c62a51f7e3d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11721 | 2024.03.26 19:54:57.534996 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 16 rows starting from the beginning of the part | ||
11722 | 2024.03.26 19:54:57.535393 [ 3 ] {cb06872a-bbfc-4b3b-a82f-c62a51f7e3d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11723 | 2024.03.26 19:54:57.535485 [ 187 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8748 rows, containing 5 columns (5 merged, 0 gathered) in 0.008090195 sec., 1081308.9177702144 rows/sec., 75.07 MiB/sec. | ||
11724 | 2024.03.26 19:54:57.535514 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 52 rows starting from the beginning of the part | ||
11725 | 2024.03.26 19:54:57.535901 [ 187 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
11726 | 2024.03.26 19:54:57.535917 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 16 rows starting from the beginning of the part | ||
11727 | 2024.03.26 19:54:57.537314 [ 3 ] {cb06872a-bbfc-4b3b-a82f-c62a51f7e3d3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11728 | 2024.03.26 19:54:57.537714 [ 187 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11729 | 2024.03.26 19:54:57.538086 [ 187 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
11730 | 2024.03.26 19:54:57.538377 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.79 MiB. | ||
11731 | 2024.03.26 19:54:57.538555 [ 3 ] {cb06872a-bbfc-4b3b-a82f-c62a51f7e3d3} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11732 | 2024.03.26 19:54:57.538599 [ 3 ] {cb06872a-bbfc-4b3b-a82f-c62a51f7e3d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11733 | 2024.03.26 19:54:57.538998 [ 3 ] {cb06872a-bbfc-4b3b-a82f-c62a51f7e3d3} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
11734 | 2024.03.26 19:54:57.539416 [ 3 ] {cb06872a-bbfc-4b3b-a82f-c62a51f7e3d3} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11735 | 2024.03.26 19:54:57.539731 [ 107 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
11736 | 2024.03.26 19:54:57.539827 [ 107 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11737 | 2024.03.26 19:54:57.539842 [ 3 ] {cb06872a-bbfc-4b3b-a82f-c62a51f7e3d3} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005503 sec., 5451.5718698891515 rows/sec., 382.43 KiB/sec. | ||
11738 | 2024.03.26 19:54:57.539897 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11739 | 2024.03.26 19:54:57.540370 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
11740 | 2024.03.26 19:54:57.540506 [ 3 ] {cb06872a-bbfc-4b3b-a82f-c62a51f7e3d3} <Debug> DynamicQueryHandler: Done processing query | ||
11741 | 2024.03.26 19:54:57.540609 [ 3 ] {cb06872a-bbfc-4b3b-a82f-c62a51f7e3d3} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11742 | 2024.03.26 19:54:57.540732 [ 3 ] {} <Debug> HTTP-Session: f43435e7-9967-46d9-86fd-6a0ae3203250 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11743 | 2024.03.26 19:54:57.540974 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11744 | 2024.03.26 19:54:57.541052 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 2268 rows starting from the beginning of the part | ||
11745 | 2024.03.26 19:54:57.541386 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 30 rows starting from the beginning of the part | ||
11746 | 2024.03.26 19:54:57.541754 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
11747 | 2024.03.26 19:54:57.541918 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 30 rows starting from the beginning of the part | ||
11748 | 2024.03.26 19:54:57.542168 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
11749 | 2024.03.26 19:54:57.542323 [ 189 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 30 rows starting from the beginning of the part | ||
11750 | 2024.03.26 19:54:57.544268 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2027 rows, containing 6 columns (6 merged, 0 gathered) in 0.011192998 sec., 181095.35979547215 rows/sec., 244.38 MiB/sec. | ||
11751 | 2024.03.26 19:54:57.544737 [ 198 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 4 columns (4 merged, 0 gathered) in 0.004701162 sec., 514340.9225208576 rows/sec., 35.24 MiB/sec. | ||
11752 | 2024.03.26 19:54:57.544983 [ 198 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
11753 | 2024.03.26 19:54:57.545157 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
11754 | 2024.03.26 19:54:57.545579 [ 198 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_81_16} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11755 | 2024.03.26 19:54:57.545683 [ 198 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_81_16} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
11756 | 2024.03.26 19:54:57.545738 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11757 | 2024.03.26 19:54:57.545802 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
11758 | 2024.03.26 19:54:57.545872 [ 194 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_71_14} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
11759 | 2024.03.26 19:54:57.545959 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.42 MiB. | ||
11760 | 2024.03.26 19:55:02.517878 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 8088, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11761 | 2024.03.26 19:55:02.518002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11762 | 2024.03.26 19:55:02.518027 [ 3 ] {} <Debug> HTTP-Session: c86d73dc-85a0-42a9-888f-c668278d0c93 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11763 | 2024.03.26 19:55:02.518053 [ 3 ] {} <Debug> HTTP-Session: c86d73dc-85a0-42a9-888f-c668278d0c93 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11764 | 2024.03.26 19:55:02.518067 [ 3 ] {} <Debug> HTTP-Session: c86d73dc-85a0-42a9-888f-c668278d0c93 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11765 | 2024.03.26 19:55:02.518118 [ 3 ] {} <Trace> HTTP-Session: c86d73dc-85a0-42a9-888f-c668278d0c93 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11766 | 2024.03.26 19:55:02.518252 [ 3 ] {0f7f74f3-2563-48b4-bdad-a8dc5735e76f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11767 | 2024.03.26 19:55:02.518319 [ 3 ] {0f7f74f3-2563-48b4-bdad-a8dc5735e76f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11768 | 2024.03.26 19:55:02.518561 [ 3 ] {0f7f74f3-2563-48b4-bdad-a8dc5735e76f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11769 | 2024.03.26 19:55:02.519064 [ 3 ] {0f7f74f3-2563-48b4-bdad-a8dc5735e76f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11770 | 2024.03.26 19:55:02.519117 [ 3 ] {0f7f74f3-2563-48b4-bdad-a8dc5735e76f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11771 | 2024.03.26 19:55:02.519526 [ 3 ] {0f7f74f3-2563-48b4-bdad-a8dc5735e76f} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11772 | 2024.03.26 19:55:02.519892 [ 3 ] {0f7f74f3-2563-48b4-bdad-a8dc5735e76f} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11773 | 2024.03.26 19:55:02.520075 [ 3 ] {0f7f74f3-2563-48b4-bdad-a8dc5735e76f} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001885 sec., 29708.222811671087 rows/sec., 2.35 MiB/sec. | ||
11774 | 2024.03.26 19:55:02.520322 [ 3 ] {0f7f74f3-2563-48b4-bdad-a8dc5735e76f} <Debug> DynamicQueryHandler: Done processing query | ||
11775 | 2024.03.26 19:55:02.520379 [ 3 ] {0f7f74f3-2563-48b4-bdad-a8dc5735e76f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11776 | 2024.03.26 19:55:02.520445 [ 3 ] {} <Debug> HTTP-Session: c86d73dc-85a0-42a9-888f-c668278d0c93 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11777 | 2024.03.26 19:55:02.520691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 30521, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11778 | 2024.03.26 19:55:02.520753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11779 | 2024.03.26 19:55:02.520772 [ 3 ] {} <Debug> HTTP-Session: 595c7c90-69a5-4d88-b970-37591b31beca Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11780 | 2024.03.26 19:55:02.520793 [ 3 ] {} <Debug> HTTP-Session: 595c7c90-69a5-4d88-b970-37591b31beca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11781 | 2024.03.26 19:55:02.520807 [ 3 ] {} <Debug> HTTP-Session: 595c7c90-69a5-4d88-b970-37591b31beca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11782 | 2024.03.26 19:55:02.520846 [ 3 ] {} <Trace> HTTP-Session: 595c7c90-69a5-4d88-b970-37591b31beca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11783 | 2024.03.26 19:55:02.520982 [ 3 ] {40652e09-3a33-4a16-b6d2-04bb9f4f1712} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11784 | 2024.03.26 19:55:02.521032 [ 3 ] {40652e09-3a33-4a16-b6d2-04bb9f4f1712} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11785 | 2024.03.26 19:55:02.521188 [ 3 ] {40652e09-3a33-4a16-b6d2-04bb9f4f1712} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11786 | 2024.03.26 19:55:02.521678 [ 3 ] {40652e09-3a33-4a16-b6d2-04bb9f4f1712} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11787 | 2024.03.26 19:55:02.521720 [ 3 ] {40652e09-3a33-4a16-b6d2-04bb9f4f1712} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11788 | 2024.03.26 19:55:02.522070 [ 3 ] {40652e09-3a33-4a16-b6d2-04bb9f4f1712} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11789 | 2024.03.26 19:55:02.522402 [ 3 ] {40652e09-3a33-4a16-b6d2-04bb9f4f1712} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11790 | 2024.03.26 19:55:02.522573 [ 3 ] {40652e09-3a33-4a16-b6d2-04bb9f4f1712} <Debug> executeQuery: Read 194 rows, 18.67 KiB in 0.001662 sec., 116726.83513838748 rows/sec., 10.97 MiB/sec. | ||
11791 | 2024.03.26 19:55:02.522712 [ 3 ] {40652e09-3a33-4a16-b6d2-04bb9f4f1712} <Debug> DynamicQueryHandler: Done processing query | ||
11792 | 2024.03.26 19:55:02.522737 [ 3 ] {40652e09-3a33-4a16-b6d2-04bb9f4f1712} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11793 | 2024.03.26 19:55:02.522753 [ 3 ] {} <Debug> HTTP-Session: 595c7c90-69a5-4d88-b970-37591b31beca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11794 | 2024.03.26 19:55:02.522895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 14283, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11795 | 2024.03.26 19:55:02.522950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11796 | 2024.03.26 19:55:02.522968 [ 3 ] {} <Debug> HTTP-Session: 7ad94be5-29eb-436f-b0ff-6b825ec8f071 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11797 | 2024.03.26 19:55:02.522986 [ 3 ] {} <Debug> HTTP-Session: 7ad94be5-29eb-436f-b0ff-6b825ec8f071 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11798 | 2024.03.26 19:55:02.523000 [ 3 ] {} <Debug> HTTP-Session: 7ad94be5-29eb-436f-b0ff-6b825ec8f071 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11799 | 2024.03.26 19:55:02.523034 [ 3 ] {} <Trace> HTTP-Session: 7ad94be5-29eb-436f-b0ff-6b825ec8f071 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11800 | 2024.03.26 19:55:02.523140 [ 3 ] {9e1373aa-a8e6-4963-b769-2c55963a3ec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11801 | 2024.03.26 19:55:02.523185 [ 3 ] {9e1373aa-a8e6-4963-b769-2c55963a3ec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11802 | 2024.03.26 19:55:02.523316 [ 3 ] {9e1373aa-a8e6-4963-b769-2c55963a3ec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11803 | 2024.03.26 19:55:02.523665 [ 3 ] {9e1373aa-a8e6-4963-b769-2c55963a3ec3} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11804 | 2024.03.26 19:55:02.523704 [ 3 ] {9e1373aa-a8e6-4963-b769-2c55963a3ec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11805 | 2024.03.26 19:55:02.524029 [ 3 ] {9e1373aa-a8e6-4963-b769-2c55963a3ec3} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11806 | 2024.03.26 19:55:02.524351 [ 3 ] {9e1373aa-a8e6-4963-b769-2c55963a3ec3} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11807 | 2024.03.26 19:55:02.524515 [ 3 ] {9e1373aa-a8e6-4963-b769-2c55963a3ec3} <Debug> executeQuery: Read 84 rows, 6.72 KiB in 0.00143 sec., 58741.25874125874 rows/sec., 4.59 MiB/sec. | ||
11808 | 2024.03.26 19:55:02.524649 [ 3 ] {9e1373aa-a8e6-4963-b769-2c55963a3ec3} <Debug> DynamicQueryHandler: Done processing query | ||
11809 | 2024.03.26 19:55:02.524676 [ 3 ] {9e1373aa-a8e6-4963-b769-2c55963a3ec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11810 | 2024.03.26 19:55:02.524692 [ 3 ] {} <Debug> HTTP-Session: 7ad94be5-29eb-436f-b0ff-6b825ec8f071 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11811 | 2024.03.26 19:55:02.524828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11812 | 2024.03.26 19:55:02.524879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11813 | 2024.03.26 19:55:02.524898 [ 3 ] {} <Debug> HTTP-Session: 4d328afa-ac8f-4f9b-a5dc-df8a6f6c27d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11814 | 2024.03.26 19:55:02.524916 [ 3 ] {} <Debug> HTTP-Session: 4d328afa-ac8f-4f9b-a5dc-df8a6f6c27d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11815 | 2024.03.26 19:55:02.524930 [ 3 ] {} <Debug> HTTP-Session: 4d328afa-ac8f-4f9b-a5dc-df8a6f6c27d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11816 | 2024.03.26 19:55:02.524963 [ 3 ] {} <Trace> HTTP-Session: 4d328afa-ac8f-4f9b-a5dc-df8a6f6c27d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11817 | 2024.03.26 19:55:02.525079 [ 3 ] {e369cb90-d631-47ed-b769-516d217a5d2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11818 | 2024.03.26 19:55:02.525125 [ 3 ] {e369cb90-d631-47ed-b769-516d217a5d2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11819 | 2024.03.26 19:55:02.525275 [ 3 ] {e369cb90-d631-47ed-b769-516d217a5d2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11820 | 2024.03.26 19:55:02.525633 [ 3 ] {e369cb90-d631-47ed-b769-516d217a5d2a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11821 | 2024.03.26 19:55:02.525673 [ 3 ] {e369cb90-d631-47ed-b769-516d217a5d2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11822 | 2024.03.26 19:55:02.526065 [ 3 ] {e369cb90-d631-47ed-b769-516d217a5d2a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11823 | 2024.03.26 19:55:02.526413 [ 3 ] {e369cb90-d631-47ed-b769-516d217a5d2a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11824 | 2024.03.26 19:55:02.526586 [ 3 ] {e369cb90-d631-47ed-b769-516d217a5d2a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001564 sec., 63938.6189258312 rows/sec., 4.43 MiB/sec. | ||
11825 | 2024.03.26 19:55:02.526716 [ 3 ] {e369cb90-d631-47ed-b769-516d217a5d2a} <Debug> DynamicQueryHandler: Done processing query | ||
11826 | 2024.03.26 19:55:02.526740 [ 3 ] {e369cb90-d631-47ed-b769-516d217a5d2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
11827 | 2024.03.26 19:55:02.526756 [ 3 ] {} <Debug> HTTP-Session: 4d328afa-ac8f-4f9b-a5dc-df8a6f6c27d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11828 | 2024.03.26 19:55:02.526937 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 59918, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11829 | 2024.03.26 19:55:02.526988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11830 | 2024.03.26 19:55:02.527006 [ 3 ] {} <Debug> HTTP-Session: 4684d2bb-9068-4645-ad70-48d915eb1a30 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11831 | 2024.03.26 19:55:02.527025 [ 3 ] {} <Debug> HTTP-Session: 4684d2bb-9068-4645-ad70-48d915eb1a30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11832 | 2024.03.26 19:55:02.527040 [ 3 ] {} <Debug> HTTP-Session: 4684d2bb-9068-4645-ad70-48d915eb1a30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11833 | 2024.03.26 19:55:02.527072 [ 3 ] {} <Trace> HTTP-Session: 4684d2bb-9068-4645-ad70-48d915eb1a30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11834 | 2024.03.26 19:55:02.527445 [ 3 ] {e3ff9733-9711-4236-8c26-7e48abaff1fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11835 | 2024.03.26 19:55:02.527495 [ 3 ] {e3ff9733-9711-4236-8c26-7e48abaff1fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11836 | 2024.03.26 19:55:02.527657 [ 3 ] {e3ff9733-9711-4236-8c26-7e48abaff1fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11837 | 2024.03.26 19:55:02.528337 [ 3 ] {e3ff9733-9711-4236-8c26-7e48abaff1fa} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11838 | 2024.03.26 19:55:02.528376 [ 3 ] {e3ff9733-9711-4236-8c26-7e48abaff1fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11839 | 2024.03.26 19:55:02.528829 [ 3 ] {e3ff9733-9711-4236-8c26-7e48abaff1fa} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
11840 | 2024.03.26 19:55:02.529192 [ 3 ] {e3ff9733-9711-4236-8c26-7e48abaff1fa} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11841 | 2024.03.26 19:55:02.529359 [ 3 ] {e3ff9733-9711-4236-8c26-7e48abaff1fa} <Debug> executeQuery: Read 56 rows, 77.38 KiB in 0.002215 sec., 25282.167042889392 rows/sec., 34.12 MiB/sec. | ||
11842 | 2024.03.26 19:55:02.529499 [ 3 ] {e3ff9733-9711-4236-8c26-7e48abaff1fa} <Debug> DynamicQueryHandler: Done processing query | ||
11843 | 2024.03.26 19:55:02.529524 [ 3 ] {e3ff9733-9711-4236-8c26-7e48abaff1fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
11844 | 2024.03.26 19:55:02.529540 [ 3 ] {} <Debug> HTTP-Session: 4684d2bb-9068-4645-ad70-48d915eb1a30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11845 | 2024.03.26 19:55:02.529665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11846 | 2024.03.26 19:55:02.529715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11847 | 2024.03.26 19:55:02.529734 [ 3 ] {} <Debug> HTTP-Session: affb1ae0-dd99-4deb-9c83-2f9816106e3d Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11848 | 2024.03.26 19:55:02.529751 [ 3 ] {} <Debug> HTTP-Session: affb1ae0-dd99-4deb-9c83-2f9816106e3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11849 | 2024.03.26 19:55:02.529765 [ 3 ] {} <Debug> HTTP-Session: affb1ae0-dd99-4deb-9c83-2f9816106e3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11850 | 2024.03.26 19:55:02.529797 [ 3 ] {} <Trace> HTTP-Session: affb1ae0-dd99-4deb-9c83-2f9816106e3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11851 | 2024.03.26 19:55:02.529874 [ 3 ] {8b4daa0a-75c7-43cb-bee6-be6cc93bbae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11852 | 2024.03.26 19:55:02.529918 [ 3 ] {8b4daa0a-75c7-43cb-bee6-be6cc93bbae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11853 | 2024.03.26 19:55:02.530050 [ 3 ] {8b4daa0a-75c7-43cb-bee6-be6cc93bbae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11854 | 2024.03.26 19:55:02.530348 [ 3 ] {8b4daa0a-75c7-43cb-bee6-be6cc93bbae4} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11855 | 2024.03.26 19:55:02.530387 [ 3 ] {8b4daa0a-75c7-43cb-bee6-be6cc93bbae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11856 | 2024.03.26 19:55:02.530754 [ 3 ] {8b4daa0a-75c7-43cb-bee6-be6cc93bbae4} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
11857 | 2024.03.26 19:55:02.531081 [ 3 ] {8b4daa0a-75c7-43cb-bee6-be6cc93bbae4} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11858 | 2024.03.26 19:55:02.531234 [ 3 ] {8b4daa0a-75c7-43cb-bee6-be6cc93bbae4} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001386 sec., 21645.021645021643 rows/sec., 1.48 MiB/sec. | ||
11859 | 2024.03.26 19:55:02.531359 [ 3 ] {8b4daa0a-75c7-43cb-bee6-be6cc93bbae4} <Debug> DynamicQueryHandler: Done processing query | ||
11860 | 2024.03.26 19:55:02.531383 [ 3 ] {8b4daa0a-75c7-43cb-bee6-be6cc93bbae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11861 | 2024.03.26 19:55:02.531399 [ 3 ] {} <Debug> HTTP-Session: affb1ae0-dd99-4deb-9c83-2f9816106e3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11862 | 2024.03.26 19:55:07.516681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2347, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11863 | 2024.03.26 19:55:07.516825 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11864 | 2024.03.26 19:55:07.516853 [ 3 ] {} <Debug> HTTP-Session: 3f5c69dd-045a-489f-845a-fbb2202d2080 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11865 | 2024.03.26 19:55:07.516882 [ 3 ] {} <Debug> HTTP-Session: 3f5c69dd-045a-489f-845a-fbb2202d2080 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11866 | 2024.03.26 19:55:07.516899 [ 3 ] {} <Debug> HTTP-Session: 3f5c69dd-045a-489f-845a-fbb2202d2080 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11867 | 2024.03.26 19:55:07.516956 [ 3 ] {} <Trace> HTTP-Session: 3f5c69dd-045a-489f-845a-fbb2202d2080 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11868 | 2024.03.26 19:55:07.517088 [ 3 ] {3b485374-629d-4b91-8795-7232b0f731a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11869 | 2024.03.26 19:55:07.517161 [ 3 ] {3b485374-629d-4b91-8795-7232b0f731a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11870 | 2024.03.26 19:55:07.517360 [ 3 ] {3b485374-629d-4b91-8795-7232b0f731a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11871 | 2024.03.26 19:55:07.517805 [ 3 ] {3b485374-629d-4b91-8795-7232b0f731a3} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11872 | 2024.03.26 19:55:07.517852 [ 3 ] {3b485374-629d-4b91-8795-7232b0f731a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11873 | 2024.03.26 19:55:07.518234 [ 3 ] {3b485374-629d-4b91-8795-7232b0f731a3} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11874 | 2024.03.26 19:55:07.518564 [ 3 ] {3b485374-629d-4b91-8795-7232b0f731a3} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11875 | 2024.03.26 19:55:07.518727 [ 3 ] {3b485374-629d-4b91-8795-7232b0f731a3} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001701 sec., 9406.23162845385 rows/sec., 762.42 KiB/sec. | ||
11876 | 2024.03.26 19:55:07.518922 [ 3 ] {3b485374-629d-4b91-8795-7232b0f731a3} <Debug> DynamicQueryHandler: Done processing query | ||
11877 | 2024.03.26 19:55:07.518947 [ 3 ] {3b485374-629d-4b91-8795-7232b0f731a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11878 | 2024.03.26 19:55:07.518963 [ 3 ] {} <Debug> HTTP-Session: 3f5c69dd-045a-489f-845a-fbb2202d2080 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11879 | 2024.03.26 19:55:07.519155 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15755, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11880 | 2024.03.26 19:55:07.519203 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11881 | 2024.03.26 19:55:07.519220 [ 3 ] {} <Debug> HTTP-Session: 91833937-ca8e-46bb-9ce0-908310937f90 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11882 | 2024.03.26 19:55:07.519236 [ 3 ] {} <Debug> HTTP-Session: 91833937-ca8e-46bb-9ce0-908310937f90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11883 | 2024.03.26 19:55:07.519249 [ 3 ] {} <Debug> HTTP-Session: 91833937-ca8e-46bb-9ce0-908310937f90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11884 | 2024.03.26 19:55:07.519280 [ 3 ] {} <Trace> HTTP-Session: 91833937-ca8e-46bb-9ce0-908310937f90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11885 | 2024.03.26 19:55:07.519370 [ 3 ] {6797ab3e-4ce6-479c-bf33-7301a16bbfa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11886 | 2024.03.26 19:55:07.519413 [ 3 ] {6797ab3e-4ce6-479c-bf33-7301a16bbfa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11887 | 2024.03.26 19:55:07.519545 [ 3 ] {6797ab3e-4ce6-479c-bf33-7301a16bbfa3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11888 | 2024.03.26 19:55:07.519930 [ 3 ] {6797ab3e-4ce6-479c-bf33-7301a16bbfa3} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11889 | 2024.03.26 19:55:07.519967 [ 3 ] {6797ab3e-4ce6-479c-bf33-7301a16bbfa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11890 | 2024.03.26 19:55:07.520274 [ 3 ] {6797ab3e-4ce6-479c-bf33-7301a16bbfa3} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11891 | 2024.03.26 19:55:07.520613 [ 3 ] {6797ab3e-4ce6-479c-bf33-7301a16bbfa3} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11892 | 2024.03.26 19:55:07.520757 [ 3 ] {6797ab3e-4ce6-479c-bf33-7301a16bbfa3} <Debug> executeQuery: Read 110 rows, 9.06 KiB in 0.001428 sec., 77030.81232492997 rows/sec., 6.19 MiB/sec. | ||
11893 | 2024.03.26 19:55:07.520945 [ 3 ] {6797ab3e-4ce6-479c-bf33-7301a16bbfa3} <Debug> DynamicQueryHandler: Done processing query | ||
11894 | 2024.03.26 19:55:07.520984 [ 3 ] {6797ab3e-4ce6-479c-bf33-7301a16bbfa3} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11895 | 2024.03.26 19:55:07.521001 [ 3 ] {} <Debug> HTTP-Session: 91833937-ca8e-46bb-9ce0-908310937f90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11896 | 2024.03.26 19:55:07.521227 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11542, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11897 | 2024.03.26 19:55:07.521312 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11898 | 2024.03.26 19:55:07.521332 [ 3 ] {} <Debug> HTTP-Session: 50f23180-0db7-49c5-939b-01530fae9ad1 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11899 | 2024.03.26 19:55:07.521351 [ 3 ] {} <Debug> HTTP-Session: 50f23180-0db7-49c5-939b-01530fae9ad1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11900 | 2024.03.26 19:55:07.521364 [ 3 ] {} <Debug> HTTP-Session: 50f23180-0db7-49c5-939b-01530fae9ad1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11901 | 2024.03.26 19:55:07.521396 [ 3 ] {} <Trace> HTTP-Session: 50f23180-0db7-49c5-939b-01530fae9ad1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11902 | 2024.03.26 19:55:07.521482 [ 3 ] {45dab8e4-3b42-411b-82e9-cdb7e144c2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11903 | 2024.03.26 19:55:07.521523 [ 3 ] {45dab8e4-3b42-411b-82e9-cdb7e144c2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11904 | 2024.03.26 19:55:07.521671 [ 3 ] {45dab8e4-3b42-411b-82e9-cdb7e144c2c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11905 | 2024.03.26 19:55:07.522008 [ 3 ] {45dab8e4-3b42-411b-82e9-cdb7e144c2c7} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11906 | 2024.03.26 19:55:07.522046 [ 3 ] {45dab8e4-3b42-411b-82e9-cdb7e144c2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11907 | 2024.03.26 19:55:07.522357 [ 3 ] {45dab8e4-3b42-411b-82e9-cdb7e144c2c7} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11908 | 2024.03.26 19:55:07.522654 [ 3 ] {45dab8e4-3b42-411b-82e9-cdb7e144c2c7} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11909 | 2024.03.26 19:55:07.522809 [ 3 ] {45dab8e4-3b42-411b-82e9-cdb7e144c2c7} <Debug> executeQuery: Read 68 rows, 5.42 KiB in 0.001363 sec., 49889.94864269992 rows/sec., 3.88 MiB/sec. | ||
11910 | 2024.03.26 19:55:07.522994 [ 3 ] {45dab8e4-3b42-411b-82e9-cdb7e144c2c7} <Debug> DynamicQueryHandler: Done processing query | ||
11911 | 2024.03.26 19:55:07.523019 [ 3 ] {45dab8e4-3b42-411b-82e9-cdb7e144c2c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
11912 | 2024.03.26 19:55:07.523064 [ 3 ] {} <Debug> HTTP-Session: 50f23180-0db7-49c5-939b-01530fae9ad1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11913 | 2024.03.26 19:55:07.523266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26103, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11914 | 2024.03.26 19:55:07.523316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11915 | 2024.03.26 19:55:07.523334 [ 3 ] {} <Debug> HTTP-Session: 3793c50c-c1bb-4cb3-bc3c-914502922e00 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11916 | 2024.03.26 19:55:07.523352 [ 3 ] {} <Debug> HTTP-Session: 3793c50c-c1bb-4cb3-bc3c-914502922e00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11917 | 2024.03.26 19:55:07.523365 [ 3 ] {} <Debug> HTTP-Session: 3793c50c-c1bb-4cb3-bc3c-914502922e00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11918 | 2024.03.26 19:55:07.523397 [ 3 ] {} <Trace> HTTP-Session: 3793c50c-c1bb-4cb3-bc3c-914502922e00 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11919 | 2024.03.26 19:55:07.523512 [ 3 ] {f172add0-adb9-4932-abba-7db167680192} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11920 | 2024.03.26 19:55:07.523558 [ 3 ] {f172add0-adb9-4932-abba-7db167680192} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11921 | 2024.03.26 19:55:07.523721 [ 3 ] {f172add0-adb9-4932-abba-7db167680192} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11922 | 2024.03.26 19:55:07.524184 [ 3 ] {f172add0-adb9-4932-abba-7db167680192} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11923 | 2024.03.26 19:55:07.524221 [ 3 ] {f172add0-adb9-4932-abba-7db167680192} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11924 | 2024.03.26 19:55:07.524599 [ 3 ] {f172add0-adb9-4932-abba-7db167680192} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11925 | 2024.03.26 19:55:07.524939 [ 3 ] {f172add0-adb9-4932-abba-7db167680192} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11926 | 2024.03.26 19:55:07.525096 [ 3 ] {f172add0-adb9-4932-abba-7db167680192} <Debug> executeQuery: Read 136 rows, 9.70 KiB in 0.001647 sec., 82574.37765634486 rows/sec., 5.75 MiB/sec. | ||
11927 | 2024.03.26 19:55:07.525293 [ 3 ] {f172add0-adb9-4932-abba-7db167680192} <Debug> DynamicQueryHandler: Done processing query | ||
11928 | 2024.03.26 19:55:07.525318 [ 3 ] {f172add0-adb9-4932-abba-7db167680192} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
11929 | 2024.03.26 19:55:07.525368 [ 3 ] {} <Debug> HTTP-Session: 3793c50c-c1bb-4cb3-bc3c-914502922e00 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11930 | 2024.03.26 19:55:07.525586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17163, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11931 | 2024.03.26 19:55:07.525664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11932 | 2024.03.26 19:55:07.525683 [ 3 ] {} <Debug> HTTP-Session: d5d3dbc1-e35c-499e-b608-cef5d46a7da7 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11933 | 2024.03.26 19:55:07.525699 [ 3 ] {} <Debug> HTTP-Session: d5d3dbc1-e35c-499e-b608-cef5d46a7da7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11934 | 2024.03.26 19:55:07.525713 [ 3 ] {} <Debug> HTTP-Session: d5d3dbc1-e35c-499e-b608-cef5d46a7da7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11935 | 2024.03.26 19:55:07.525744 [ 3 ] {} <Trace> HTTP-Session: d5d3dbc1-e35c-499e-b608-cef5d46a7da7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11936 | 2024.03.26 19:55:07.525901 [ 3 ] {fd34089d-fecb-419e-9d17-115c20b1b849} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11937 | 2024.03.26 19:55:07.525948 [ 3 ] {fd34089d-fecb-419e-9d17-115c20b1b849} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
11938 | 2024.03.26 19:55:07.526128 [ 3 ] {fd34089d-fecb-419e-9d17-115c20b1b849} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11939 | 2024.03.26 19:55:07.526539 [ 3 ] {fd34089d-fecb-419e-9d17-115c20b1b849} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11940 | 2024.03.26 19:55:07.526575 [ 3 ] {fd34089d-fecb-419e-9d17-115c20b1b849} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11941 | 2024.03.26 19:55:07.526961 [ 3 ] {fd34089d-fecb-419e-9d17-115c20b1b849} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
11942 | 2024.03.26 19:55:07.527291 [ 3 ] {fd34089d-fecb-419e-9d17-115c20b1b849} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11943 | 2024.03.26 19:55:07.527463 [ 3 ] {fd34089d-fecb-419e-9d17-115c20b1b849} <Debug> executeQuery: Read 16 rows, 22.11 KiB in 0.001668 sec., 9592.32613908873 rows/sec., 12.94 MiB/sec. | ||
11944 | 2024.03.26 19:55:07.527668 [ 3 ] {fd34089d-fecb-419e-9d17-115c20b1b849} <Debug> DynamicQueryHandler: Done processing query | ||
11945 | 2024.03.26 19:55:07.527724 [ 3 ] {fd34089d-fecb-419e-9d17-115c20b1b849} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
11946 | 2024.03.26 19:55:07.527776 [ 3 ] {} <Debug> HTTP-Session: d5d3dbc1-e35c-499e-b608-cef5d46a7da7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11947 | 2024.03.26 19:55:07.527969 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11948 | 2024.03.26 19:55:07.528028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11949 | 2024.03.26 19:55:07.528047 [ 3 ] {} <Debug> HTTP-Session: 580ed064-bc8f-4e33-93f4-135504bd83a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11950 | 2024.03.26 19:55:07.528063 [ 3 ] {} <Debug> HTTP-Session: 580ed064-bc8f-4e33-93f4-135504bd83a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11951 | 2024.03.26 19:55:07.528076 [ 3 ] {} <Debug> HTTP-Session: 580ed064-bc8f-4e33-93f4-135504bd83a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11952 | 2024.03.26 19:55:07.528107 [ 3 ] {} <Trace> HTTP-Session: 580ed064-bc8f-4e33-93f4-135504bd83a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11953 | 2024.03.26 19:55:07.528185 [ 3 ] {7316a779-d6ed-4554-a802-420862b5b210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11954 | 2024.03.26 19:55:07.528228 [ 3 ] {7316a779-d6ed-4554-a802-420862b5b210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11955 | 2024.03.26 19:55:07.528373 [ 3 ] {7316a779-d6ed-4554-a802-420862b5b210} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11956 | 2024.03.26 19:55:07.528663 [ 3 ] {7316a779-d6ed-4554-a802-420862b5b210} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11957 | 2024.03.26 19:55:07.528698 [ 3 ] {7316a779-d6ed-4554-a802-420862b5b210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 9.40 GiB. | ||
11958 | 2024.03.26 19:55:07.529046 [ 3 ] {7316a779-d6ed-4554-a802-420862b5b210} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
11959 | 2024.03.26 19:55:07.529360 [ 3 ] {7316a779-d6ed-4554-a802-420862b5b210} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11960 | 2024.03.26 19:55:07.529532 [ 3 ] {7316a779-d6ed-4554-a802-420862b5b210} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001377 sec., 21786.49237472767 rows/sec., 1.49 MiB/sec. | ||
11961 | 2024.03.26 19:55:07.529668 [ 3 ] {7316a779-d6ed-4554-a802-420862b5b210} <Debug> DynamicQueryHandler: Done processing query | ||
11962 | 2024.03.26 19:55:07.529692 [ 3 ] {7316a779-d6ed-4554-a802-420862b5b210} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11963 | 2024.03.26 19:55:07.529708 [ 3 ] {} <Debug> HTTP-Session: 580ed064-bc8f-4e33-93f4-135504bd83a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11964 | 2024.03.26 19:55:11.467554 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11965 | 2024.03.26 19:55:11.467619 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11966 | 2024.03.26 19:55:12.517376 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 8802, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11967 | 2024.03.26 19:55:12.517504 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11968 | 2024.03.26 19:55:12.517535 [ 3 ] {} <Debug> HTTP-Session: 2049f11b-ddf1-4f3a-a8c4-85d74169c3b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11969 | 2024.03.26 19:55:12.517564 [ 3 ] {} <Debug> HTTP-Session: 2049f11b-ddf1-4f3a-a8c4-85d74169c3b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11970 | 2024.03.26 19:55:12.517583 [ 3 ] {} <Debug> HTTP-Session: 2049f11b-ddf1-4f3a-a8c4-85d74169c3b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11971 | 2024.03.26 19:55:12.517640 [ 3 ] {} <Trace> HTTP-Session: 2049f11b-ddf1-4f3a-a8c4-85d74169c3b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11972 | 2024.03.26 19:55:12.517792 [ 3 ] {da6ceb53-bf00-4139-962f-63f9bbfccb63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11973 | 2024.03.26 19:55:12.517866 [ 3 ] {da6ceb53-bf00-4139-962f-63f9bbfccb63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11974 | 2024.03.26 19:55:12.518087 [ 3 ] {da6ceb53-bf00-4139-962f-63f9bbfccb63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11975 | 2024.03.26 19:55:12.518556 [ 3 ] {da6ceb53-bf00-4139-962f-63f9bbfccb63} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11976 | 2024.03.26 19:55:12.518605 [ 3 ] {da6ceb53-bf00-4139-962f-63f9bbfccb63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
11977 | 2024.03.26 19:55:12.518998 [ 3 ] {da6ceb53-bf00-4139-962f-63f9bbfccb63} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
11978 | 2024.03.26 19:55:12.519360 [ 3 ] {da6ceb53-bf00-4139-962f-63f9bbfccb63} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11979 | 2024.03.26 19:55:12.519535 [ 3 ] {da6ceb53-bf00-4139-962f-63f9bbfccb63} <Debug> executeQuery: Read 61 rows, 4.94 KiB in 0.001816 sec., 33590.308370044055 rows/sec., 2.66 MiB/sec. | ||
11980 | 2024.03.26 19:55:12.519684 [ 3 ] {da6ceb53-bf00-4139-962f-63f9bbfccb63} <Debug> DynamicQueryHandler: Done processing query | ||
11981 | 2024.03.26 19:55:12.519711 [ 3 ] {da6ceb53-bf00-4139-962f-63f9bbfccb63} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
11982 | 2024.03.26 19:55:12.519727 [ 3 ] {} <Debug> HTTP-Session: 2049f11b-ddf1-4f3a-a8c4-85d74169c3b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11983 | 2024.03.26 19:55:12.519872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11984 | 2024.03.26 19:55:12.519921 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
11985 | 2024.03.26 19:55:12.519940 [ 3 ] {} <Debug> HTTP-Session: bb35affd-9bc3-41f4-8b5b-5d3224715144 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
11986 | 2024.03.26 19:55:12.519957 [ 3 ] {} <Debug> HTTP-Session: bb35affd-9bc3-41f4-8b5b-5d3224715144 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11987 | 2024.03.26 19:55:12.519970 [ 3 ] {} <Debug> HTTP-Session: bb35affd-9bc3-41f4-8b5b-5d3224715144 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11988 | 2024.03.26 19:55:12.520002 [ 3 ] {} <Trace> HTTP-Session: bb35affd-9bc3-41f4-8b5b-5d3224715144 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11989 | 2024.03.26 19:55:12.520068 [ 3 ] {bdaceabc-3b15-48db-bfa3-9282b9627915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11990 | 2024.03.26 19:55:12.520111 [ 3 ] {bdaceabc-3b15-48db-bfa3-9282b9627915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11991 | 2024.03.26 19:55:12.520240 [ 3 ] {bdaceabc-3b15-48db-bfa3-9282b9627915} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11992 | 2024.03.26 19:55:12.520528 [ 3 ] {bdaceabc-3b15-48db-bfa3-9282b9627915} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11993 | 2024.03.26 19:55:12.520566 [ 3 ] {bdaceabc-3b15-48db-bfa3-9282b9627915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
11994 | 2024.03.26 19:55:12.520866 [ 3 ] {bdaceabc-3b15-48db-bfa3-9282b9627915} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
11995 | 2024.03.26 19:55:12.521170 [ 3 ] {bdaceabc-3b15-48db-bfa3-9282b9627915} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11996 | 2024.03.26 19:55:12.521343 [ 3 ] {bdaceabc-3b15-48db-bfa3-9282b9627915} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00129 sec., 3100.77519379845 rows/sec., 252.85 KiB/sec. | ||
11997 | 2024.03.26 19:55:12.521495 [ 3 ] {bdaceabc-3b15-48db-bfa3-9282b9627915} <Debug> DynamicQueryHandler: Done processing query | ||
11998 | 2024.03.26 19:55:12.521528 [ 3 ] {bdaceabc-3b15-48db-bfa3-9282b9627915} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11999 | 2024.03.26 19:55:12.521544 [ 3 ] {} <Debug> HTTP-Session: bb35affd-9bc3-41f4-8b5b-5d3224715144 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12000 | 2024.03.26 19:55:12.521693 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 33127, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12001 | 2024.03.26 19:55:12.521741 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12002 | 2024.03.26 19:55:12.521761 [ 3 ] {} <Debug> HTTP-Session: c01bc828-6f69-4dfd-9f6f-a15b5a56ccfa Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12003 | 2024.03.26 19:55:12.521777 [ 3 ] {} <Debug> HTTP-Session: c01bc828-6f69-4dfd-9f6f-a15b5a56ccfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12004 | 2024.03.26 19:55:12.521791 [ 3 ] {} <Debug> HTTP-Session: c01bc828-6f69-4dfd-9f6f-a15b5a56ccfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12005 | 2024.03.26 19:55:12.521822 [ 3 ] {} <Trace> HTTP-Session: c01bc828-6f69-4dfd-9f6f-a15b5a56ccfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12006 | 2024.03.26 19:55:12.521937 [ 3 ] {0834bf6b-3711-4d25-9158-2ca9b13b1e8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12007 | 2024.03.26 19:55:12.521977 [ 3 ] {0834bf6b-3711-4d25-9158-2ca9b13b1e8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12008 | 2024.03.26 19:55:12.522101 [ 3 ] {0834bf6b-3711-4d25-9158-2ca9b13b1e8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12009 | 2024.03.26 19:55:12.522527 [ 3 ] {0834bf6b-3711-4d25-9158-2ca9b13b1e8e} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12010 | 2024.03.26 19:55:12.522564 [ 3 ] {0834bf6b-3711-4d25-9158-2ca9b13b1e8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
12011 | 2024.03.26 19:55:12.522884 [ 3 ] {0834bf6b-3711-4d25-9158-2ca9b13b1e8e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12012 | 2024.03.26 19:55:12.523180 [ 3 ] {0834bf6b-3711-4d25-9158-2ca9b13b1e8e} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12013 | 2024.03.26 19:55:12.523341 [ 3 ] {0834bf6b-3711-4d25-9158-2ca9b13b1e8e} <Debug> executeQuery: Read 211 rows, 20.25 KiB in 0.001463 sec., 144224.19685577578 rows/sec., 13.52 MiB/sec. | ||
12014 | 2024.03.26 19:55:12.523530 [ 3 ] {0834bf6b-3711-4d25-9158-2ca9b13b1e8e} <Debug> DynamicQueryHandler: Done processing query | ||
12015 | 2024.03.26 19:55:12.523560 [ 3 ] {0834bf6b-3711-4d25-9158-2ca9b13b1e8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
12016 | 2024.03.26 19:55:12.523615 [ 3 ] {} <Debug> HTTP-Session: c01bc828-6f69-4dfd-9f6f-a15b5a56ccfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12017 | 2024.03.26 19:55:12.523830 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12018 | 2024.03.26 19:55:12.523941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12019 | 2024.03.26 19:55:12.523968 [ 3 ] {} <Debug> HTTP-Session: 78dfeea6-a94c-4835-89e4-b2d4c949ba99 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12020 | 2024.03.26 19:55:12.523992 [ 3 ] {} <Debug> HTTP-Session: 78dfeea6-a94c-4835-89e4-b2d4c949ba99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12021 | 2024.03.26 19:55:12.524006 [ 3 ] {} <Debug> HTTP-Session: 78dfeea6-a94c-4835-89e4-b2d4c949ba99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12022 | 2024.03.26 19:55:12.524038 [ 3 ] {} <Trace> HTTP-Session: 78dfeea6-a94c-4835-89e4-b2d4c949ba99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12023 | 2024.03.26 19:55:12.524105 [ 3 ] {5575ca12-0529-49cd-850e-c6f333537785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12024 | 2024.03.26 19:55:12.524147 [ 3 ] {5575ca12-0529-49cd-850e-c6f333537785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12025 | 2024.03.26 19:55:12.524289 [ 3 ] {5575ca12-0529-49cd-850e-c6f333537785} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12026 | 2024.03.26 19:55:12.524564 [ 3 ] {5575ca12-0529-49cd-850e-c6f333537785} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12027 | 2024.03.26 19:55:12.524602 [ 3 ] {5575ca12-0529-49cd-850e-c6f333537785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
12028 | 2024.03.26 19:55:12.524896 [ 3 ] {5575ca12-0529-49cd-850e-c6f333537785} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
12029 | 2024.03.26 19:55:12.525218 [ 3 ] {5575ca12-0529-49cd-850e-c6f333537785} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12030 | 2024.03.26 19:55:12.525371 [ 3 ] {5575ca12-0529-49cd-850e-c6f333537785} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001288 sec., 3105.590062111801 rows/sec., 216.85 KiB/sec. | ||
12031 | 2024.03.26 19:55:12.525492 [ 3 ] {5575ca12-0529-49cd-850e-c6f333537785} <Debug> DynamicQueryHandler: Done processing query | ||
12032 | 2024.03.26 19:55:12.525516 [ 3 ] {5575ca12-0529-49cd-850e-c6f333537785} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12033 | 2024.03.26 19:55:12.525533 [ 3 ] {} <Debug> HTTP-Session: 78dfeea6-a94c-4835-89e4-b2d4c949ba99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12034 | 2024.03.26 19:55:12.525670 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 17340, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12035 | 2024.03.26 19:55:12.525719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12036 | 2024.03.26 19:55:12.525737 [ 3 ] {} <Debug> HTTP-Session: 3faa23aa-cf26-4fe4-9356-c5c86ccd6d57 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12037 | 2024.03.26 19:55:12.525755 [ 3 ] {} <Debug> HTTP-Session: 3faa23aa-cf26-4fe4-9356-c5c86ccd6d57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12038 | 2024.03.26 19:55:12.525769 [ 3 ] {} <Debug> HTTP-Session: 3faa23aa-cf26-4fe4-9356-c5c86ccd6d57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12039 | 2024.03.26 19:55:12.525799 [ 3 ] {} <Trace> HTTP-Session: 3faa23aa-cf26-4fe4-9356-c5c86ccd6d57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12040 | 2024.03.26 19:55:12.525888 [ 3 ] {273fc97c-e89e-48ed-9aab-d52fe031f0a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12041 | 2024.03.26 19:55:12.525928 [ 3 ] {273fc97c-e89e-48ed-9aab-d52fe031f0a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12042 | 2024.03.26 19:55:12.526054 [ 3 ] {273fc97c-e89e-48ed-9aab-d52fe031f0a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12043 | 2024.03.26 19:55:12.526429 [ 3 ] {273fc97c-e89e-48ed-9aab-d52fe031f0a1} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12044 | 2024.03.26 19:55:12.526468 [ 3 ] {273fc97c-e89e-48ed-9aab-d52fe031f0a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
12045 | 2024.03.26 19:55:12.526776 [ 3 ] {273fc97c-e89e-48ed-9aab-d52fe031f0a1} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12046 | 2024.03.26 19:55:12.527077 [ 3 ] {273fc97c-e89e-48ed-9aab-d52fe031f0a1} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12047 | 2024.03.26 19:55:12.527205 [ 3 ] {273fc97c-e89e-48ed-9aab-d52fe031f0a1} <Debug> executeQuery: Read 102 rows, 8.17 KiB in 0.001359 sec., 75055.1876379691 rows/sec., 5.87 MiB/sec. | ||
12048 | 2024.03.26 19:55:12.527355 [ 3 ] {273fc97c-e89e-48ed-9aab-d52fe031f0a1} <Debug> DynamicQueryHandler: Done processing query | ||
12049 | 2024.03.26 19:55:12.527379 [ 3 ] {273fc97c-e89e-48ed-9aab-d52fe031f0a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12050 | 2024.03.26 19:55:12.527395 [ 3 ] {} <Debug> HTTP-Session: 3faa23aa-cf26-4fe4-9356-c5c86ccd6d57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12051 | 2024.03.26 19:55:12.527524 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12052 | 2024.03.26 19:55:12.527571 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12053 | 2024.03.26 19:55:12.527589 [ 3 ] {} <Debug> HTTP-Session: c38f4dd8-40ae-4258-a03c-1bb839cf7996 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12054 | 2024.03.26 19:55:12.527606 [ 3 ] {} <Debug> HTTP-Session: c38f4dd8-40ae-4258-a03c-1bb839cf7996 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12055 | 2024.03.26 19:55:12.527620 [ 3 ] {} <Debug> HTTP-Session: c38f4dd8-40ae-4258-a03c-1bb839cf7996 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12056 | 2024.03.26 19:55:12.527651 [ 3 ] {} <Trace> HTTP-Session: c38f4dd8-40ae-4258-a03c-1bb839cf7996 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12057 | 2024.03.26 19:55:12.527756 [ 3 ] {c5900937-8989-4839-8435-057ba2c6abc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12058 | 2024.03.26 19:55:12.527801 [ 3 ] {c5900937-8989-4839-8435-057ba2c6abc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12059 | 2024.03.26 19:55:12.527953 [ 3 ] {c5900937-8989-4839-8435-057ba2c6abc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12060 | 2024.03.26 19:55:12.528289 [ 3 ] {c5900937-8989-4839-8435-057ba2c6abc6} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12061 | 2024.03.26 19:55:12.528328 [ 3 ] {c5900937-8989-4839-8435-057ba2c6abc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
12062 | 2024.03.26 19:55:12.528714 [ 3 ] {c5900937-8989-4839-8435-057ba2c6abc6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12063 | 2024.03.26 19:55:12.529042 [ 3 ] {c5900937-8989-4839-8435-057ba2c6abc6} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12064 | 2024.03.26 19:55:12.529199 [ 3 ] {c5900937-8989-4839-8435-057ba2c6abc6} <Debug> executeQuery: Read 102 rows, 7.24 KiB in 0.001499 sec., 68045.36357571714 rows/sec., 4.72 MiB/sec. | ||
12065 | 2024.03.26 19:55:12.529329 [ 3 ] {c5900937-8989-4839-8435-057ba2c6abc6} <Debug> DynamicQueryHandler: Done processing query | ||
12066 | 2024.03.26 19:55:12.529352 [ 3 ] {c5900937-8989-4839-8435-057ba2c6abc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
12067 | 2024.03.26 19:55:12.529369 [ 3 ] {} <Debug> HTTP-Session: c38f4dd8-40ae-4258-a03c-1bb839cf7996 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12068 | 2024.03.26 19:55:12.529528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 65257, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12069 | 2024.03.26 19:55:12.529576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12070 | 2024.03.26 19:55:12.529595 [ 3 ] {} <Debug> HTTP-Session: b26ad9c9-a06a-4bbe-8a36-9b24a1481eab Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12071 | 2024.03.26 19:55:12.529612 [ 3 ] {} <Debug> HTTP-Session: b26ad9c9-a06a-4bbe-8a36-9b24a1481eab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12072 | 2024.03.26 19:55:12.529626 [ 3 ] {} <Debug> HTTP-Session: b26ad9c9-a06a-4bbe-8a36-9b24a1481eab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12073 | 2024.03.26 19:55:12.529656 [ 3 ] {} <Trace> HTTP-Session: b26ad9c9-a06a-4bbe-8a36-9b24a1481eab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12074 | 2024.03.26 19:55:12.530039 [ 3 ] {1a40fc93-0d00-4aee-958c-aaadd12e7f43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12075 | 2024.03.26 19:55:12.530084 [ 3 ] {1a40fc93-0d00-4aee-958c-aaadd12e7f43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12076 | 2024.03.26 19:55:12.530243 [ 3 ] {1a40fc93-0d00-4aee-958c-aaadd12e7f43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12077 | 2024.03.26 19:55:12.530860 [ 3 ] {1a40fc93-0d00-4aee-958c-aaadd12e7f43} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12078 | 2024.03.26 19:55:12.530897 [ 3 ] {1a40fc93-0d00-4aee-958c-aaadd12e7f43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
12079 | 2024.03.26 19:55:12.531332 [ 3 ] {1a40fc93-0d00-4aee-958c-aaadd12e7f43} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12080 | 2024.03.26 19:55:12.531680 [ 3 ] {1a40fc93-0d00-4aee-958c-aaadd12e7f43} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12081 | 2024.03.26 19:55:12.531843 [ 3 ] {1a40fc93-0d00-4aee-958c-aaadd12e7f43} <Debug> executeQuery: Read 61 rows, 84.29 KiB in 0.002115 sec., 28841.60756501182 rows/sec., 38.92 MiB/sec. | ||
12082 | 2024.03.26 19:55:12.531973 [ 3 ] {1a40fc93-0d00-4aee-958c-aaadd12e7f43} <Debug> DynamicQueryHandler: Done processing query | ||
12083 | 2024.03.26 19:55:12.531996 [ 3 ] {1a40fc93-0d00-4aee-958c-aaadd12e7f43} <Debug> MemoryTracker: Peak memory usage (for query): 4.53 MiB. | ||
12084 | 2024.03.26 19:55:12.532011 [ 3 ] {} <Debug> HTTP-Session: b26ad9c9-a06a-4bbe-8a36-9b24a1481eab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12085 | 2024.03.26 19:55:12.532126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 1451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12086 | 2024.03.26 19:55:12.532174 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12087 | 2024.03.26 19:55:12.532192 [ 3 ] {} <Debug> HTTP-Session: 5d424500-0dd3-4282-93e8-4a8135572054 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12088 | 2024.03.26 19:55:12.532209 [ 3 ] {} <Debug> HTTP-Session: 5d424500-0dd3-4282-93e8-4a8135572054 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12089 | 2024.03.26 19:55:12.532222 [ 3 ] {} <Debug> HTTP-Session: 5d424500-0dd3-4282-93e8-4a8135572054 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12090 | 2024.03.26 19:55:12.532252 [ 3 ] {} <Trace> HTTP-Session: 5d424500-0dd3-4282-93e8-4a8135572054 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12091 | 2024.03.26 19:55:12.532319 [ 3 ] {05f71a72-0c1c-4fc9-aded-4764998f25a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12092 | 2024.03.26 19:55:12.532361 [ 3 ] {05f71a72-0c1c-4fc9-aded-4764998f25a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12093 | 2024.03.26 19:55:12.532485 [ 3 ] {05f71a72-0c1c-4fc9-aded-4764998f25a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12094 | 2024.03.26 19:55:12.532741 [ 3 ] {05f71a72-0c1c-4fc9-aded-4764998f25a4} <Trace> oximeter.measurements_i64 (500e5620-c2e6-4832-9e67-1580053c6abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12095 | 2024.03.26 19:55:12.532777 [ 3 ] {05f71a72-0c1c-4fc9-aded-4764998f25a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
12096 | 2024.03.26 19:55:12.533119 [ 3 ] {05f71a72-0c1c-4fc9-aded-4764998f25a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
12097 | 2024.03.26 19:55:12.533439 [ 3 ] {05f71a72-0c1c-4fc9-aded-4764998f25a4} <Trace> oximeter.measurements_i64 (500e5620-c2e6-4832-9e67-1580053c6abc): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12098 | 2024.03.26 19:55:12.533601 [ 3 ] {05f71a72-0c1c-4fc9-aded-4764998f25a4} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.001298 sec., 6933.744221879816 rows/sec., 489.79 KiB/sec. | ||
12099 | 2024.03.26 19:55:12.533751 [ 3 ] {05f71a72-0c1c-4fc9-aded-4764998f25a4} <Debug> DynamicQueryHandler: Done processing query | ||
12100 | 2024.03.26 19:55:12.533774 [ 3 ] {05f71a72-0c1c-4fc9-aded-4764998f25a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12101 | 2024.03.26 19:55:12.533790 [ 3 ] {} <Debug> HTTP-Session: 5d424500-0dd3-4282-93e8-4a8135572054 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12102 | 2024.03.26 19:55:12.533903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12103 | 2024.03.26 19:55:12.533950 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12104 | 2024.03.26 19:55:12.533968 [ 3 ] {} <Debug> HTTP-Session: eeeff0fa-c329-4688-860c-8bb63655efd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12105 | 2024.03.26 19:55:12.533984 [ 3 ] {} <Debug> HTTP-Session: eeeff0fa-c329-4688-860c-8bb63655efd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12106 | 2024.03.26 19:55:12.533998 [ 3 ] {} <Debug> HTTP-Session: eeeff0fa-c329-4688-860c-8bb63655efd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12107 | 2024.03.26 19:55:12.534028 [ 3 ] {} <Trace> HTTP-Session: eeeff0fa-c329-4688-860c-8bb63655efd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12108 | 2024.03.26 19:55:12.534102 [ 3 ] {31caa098-87ec-406c-8dbd-f1e9e8658d47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12109 | 2024.03.26 19:55:12.534142 [ 3 ] {31caa098-87ec-406c-8dbd-f1e9e8658d47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12110 | 2024.03.26 19:55:12.534267 [ 3 ] {31caa098-87ec-406c-8dbd-f1e9e8658d47} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12111 | 2024.03.26 19:55:12.534546 [ 3 ] {31caa098-87ec-406c-8dbd-f1e9e8658d47} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12112 | 2024.03.26 19:55:12.534583 [ 3 ] {31caa098-87ec-406c-8dbd-f1e9e8658d47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.90 GiB. | ||
12113 | 2024.03.26 19:55:12.534926 [ 3 ] {31caa098-87ec-406c-8dbd-f1e9e8658d47} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
12114 | 2024.03.26 19:55:12.535238 [ 3 ] {31caa098-87ec-406c-8dbd-f1e9e8658d47} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12115 | 2024.03.26 19:55:12.535392 [ 3 ] {31caa098-87ec-406c-8dbd-f1e9e8658d47} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001318 sec., 22761.760242792112 rows/sec., 1.56 MiB/sec. | ||
12116 | 2024.03.26 19:55:12.535523 [ 3 ] {31caa098-87ec-406c-8dbd-f1e9e8658d47} <Debug> DynamicQueryHandler: Done processing query | ||
12117 | 2024.03.26 19:55:12.535547 [ 3 ] {31caa098-87ec-406c-8dbd-f1e9e8658d47} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12118 | 2024.03.26 19:55:12.535562 [ 3 ] {} <Debug> HTTP-Session: eeeff0fa-c329-4688-860c-8bb63655efd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12119 | 2024.03.26 19:55:17.515399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12120 | 2024.03.26 19:55:17.515582 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12121 | 2024.03.26 19:55:17.515627 [ 3 ] {} <Debug> HTTP-Session: e456dee1-3bd1-4e08-8180-6217b93396b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12122 | 2024.03.26 19:55:17.515670 [ 3 ] {} <Debug> HTTP-Session: e456dee1-3bd1-4e08-8180-6217b93396b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12123 | 2024.03.26 19:55:17.515699 [ 3 ] {} <Debug> HTTP-Session: e456dee1-3bd1-4e08-8180-6217b93396b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12124 | 2024.03.26 19:55:17.515778 [ 3 ] {} <Trace> HTTP-Session: e456dee1-3bd1-4e08-8180-6217b93396b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12125 | 2024.03.26 19:55:17.515967 [ 3 ] {8dbf1c64-d7d8-47e6-9496-a12c958a78f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12126 | 2024.03.26 19:55:17.516067 [ 3 ] {8dbf1c64-d7d8-47e6-9496-a12c958a78f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12127 | 2024.03.26 19:55:17.516386 [ 3 ] {8dbf1c64-d7d8-47e6-9496-a12c958a78f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12128 | 2024.03.26 19:55:17.516864 [ 3 ] {8dbf1c64-d7d8-47e6-9496-a12c958a78f9} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12129 | 2024.03.26 19:55:17.516931 [ 3 ] {8dbf1c64-d7d8-47e6-9496-a12c958a78f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12130 | 2024.03.26 19:55:17.517314 [ 3 ] {8dbf1c64-d7d8-47e6-9496-a12c958a78f9} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12131 | 2024.03.26 19:55:17.517653 [ 3 ] {8dbf1c64-d7d8-47e6-9496-a12c958a78f9} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12132 | 2024.03.26 19:55:17.517800 [ 3 ] {8dbf1c64-d7d8-47e6-9496-a12c958a78f9} <Debug> executeQuery: Read 17 rows, 1.38 KiB in 0.001928 sec., 8817.427385892117 rows/sec., 714.69 KiB/sec. | ||
12133 | 2024.03.26 19:55:17.517945 [ 3 ] {8dbf1c64-d7d8-47e6-9496-a12c958a78f9} <Debug> DynamicQueryHandler: Done processing query | ||
12134 | 2024.03.26 19:55:17.517970 [ 3 ] {8dbf1c64-d7d8-47e6-9496-a12c958a78f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12135 | 2024.03.26 19:55:17.517987 [ 3 ] {} <Debug> HTTP-Session: e456dee1-3bd1-4e08-8180-6217b93396b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12136 | 2024.03.26 19:55:17.518109 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12137 | 2024.03.26 19:55:17.518157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12138 | 2024.03.26 19:55:17.518175 [ 3 ] {} <Debug> HTTP-Session: 54b8cec9-d7d7-4e47-b693-9a63a275bd69 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12139 | 2024.03.26 19:55:17.518192 [ 3 ] {} <Debug> HTTP-Session: 54b8cec9-d7d7-4e47-b693-9a63a275bd69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12140 | 2024.03.26 19:55:17.518206 [ 3 ] {} <Debug> HTTP-Session: 54b8cec9-d7d7-4e47-b693-9a63a275bd69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12141 | 2024.03.26 19:55:17.518237 [ 3 ] {} <Trace> HTTP-Session: 54b8cec9-d7d7-4e47-b693-9a63a275bd69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12142 | 2024.03.26 19:55:17.518300 [ 3 ] {877cd7a9-2c73-4fc8-8ce5-e4b3043744ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12143 | 2024.03.26 19:55:17.518341 [ 3 ] {877cd7a9-2c73-4fc8-8ce5-e4b3043744ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12144 | 2024.03.26 19:55:17.518467 [ 3 ] {877cd7a9-2c73-4fc8-8ce5-e4b3043744ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12145 | 2024.03.26 19:55:17.518741 [ 3 ] {877cd7a9-2c73-4fc8-8ce5-e4b3043744ce} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12146 | 2024.03.26 19:55:17.518776 [ 3 ] {877cd7a9-2c73-4fc8-8ce5-e4b3043744ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12147 | 2024.03.26 19:55:17.519070 [ 3 ] {877cd7a9-2c73-4fc8-8ce5-e4b3043744ce} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
12148 | 2024.03.26 19:55:17.519378 [ 3 ] {877cd7a9-2c73-4fc8-8ce5-e4b3043744ce} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12149 | 2024.03.26 19:55:17.519504 [ 3 ] {877cd7a9-2c73-4fc8-8ce5-e4b3043744ce} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001228 sec., 1628.6644951140065 rows/sec., 132.81 KiB/sec. | ||
12150 | 2024.03.26 19:55:17.519720 [ 3 ] {877cd7a9-2c73-4fc8-8ce5-e4b3043744ce} <Debug> DynamicQueryHandler: Done processing query | ||
12151 | 2024.03.26 19:55:17.519770 [ 3 ] {877cd7a9-2c73-4fc8-8ce5-e4b3043744ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12152 | 2024.03.26 19:55:17.519803 [ 3 ] {} <Debug> HTTP-Session: 54b8cec9-d7d7-4e47-b693-9a63a275bd69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12153 | 2024.03.26 19:55:17.519951 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11433, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12154 | 2024.03.26 19:55:17.519999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12155 | 2024.03.26 19:55:17.520017 [ 3 ] {} <Debug> HTTP-Session: 954b9329-58df-45b5-b461-9f2c5bf356e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12156 | 2024.03.26 19:55:17.520035 [ 3 ] {} <Debug> HTTP-Session: 954b9329-58df-45b5-b461-9f2c5bf356e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12157 | 2024.03.26 19:55:17.520049 [ 3 ] {} <Debug> HTTP-Session: 954b9329-58df-45b5-b461-9f2c5bf356e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12158 | 2024.03.26 19:55:17.520079 [ 3 ] {} <Trace> HTTP-Session: 954b9329-58df-45b5-b461-9f2c5bf356e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12159 | 2024.03.26 19:55:17.520168 [ 3 ] {ae585884-8dd6-43e5-9bd4-cc4056d3506e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12160 | 2024.03.26 19:55:17.520208 [ 3 ] {ae585884-8dd6-43e5-9bd4-cc4056d3506e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12161 | 2024.03.26 19:55:17.520350 [ 3 ] {ae585884-8dd6-43e5-9bd4-cc4056d3506e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12162 | 2024.03.26 19:55:17.520673 [ 3 ] {ae585884-8dd6-43e5-9bd4-cc4056d3506e} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12163 | 2024.03.26 19:55:17.520710 [ 3 ] {ae585884-8dd6-43e5-9bd4-cc4056d3506e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12164 | 2024.03.26 19:55:17.521023 [ 3 ] {ae585884-8dd6-43e5-9bd4-cc4056d3506e} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12165 | 2024.03.26 19:55:17.521330 [ 3 ] {ae585884-8dd6-43e5-9bd4-cc4056d3506e} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12166 | 2024.03.26 19:55:17.521477 [ 3 ] {ae585884-8dd6-43e5-9bd4-cc4056d3506e} <Debug> executeQuery: Read 78 rows, 6.66 KiB in 0.001351 sec., 57735.011102886754 rows/sec., 4.81 MiB/sec. | ||
12167 | 2024.03.26 19:55:17.521534 [ 91 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
12168 | 2024.03.26 19:55:17.521636 [ 91 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12169 | 2024.03.26 19:55:17.521661 [ 3 ] {ae585884-8dd6-43e5-9bd4-cc4056d3506e} <Debug> DynamicQueryHandler: Done processing query | ||
12170 | 2024.03.26 19:55:17.521679 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12171 | 2024.03.26 19:55:17.521703 [ 3 ] {ae585884-8dd6-43e5-9bd4-cc4056d3506e} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12172 | 2024.03.26 19:55:17.521732 [ 3 ] {} <Debug> HTTP-Session: 954b9329-58df-45b5-b461-9f2c5bf356e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12173 | 2024.03.26 19:55:17.521934 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
12174 | 2024.03.26 19:55:17.521959 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 329, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12175 | 2024.03.26 19:55:17.522069 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12176 | 2024.03.26 19:55:17.522093 [ 3 ] {} <Debug> HTTP-Session: 595fec81-2b20-4383-b27c-d73fddc02f59 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12177 | 2024.03.26 19:55:17.522147 [ 3 ] {} <Debug> HTTP-Session: 595fec81-2b20-4383-b27c-d73fddc02f59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12178 | 2024.03.26 19:55:17.522192 [ 3 ] {} <Debug> HTTP-Session: 595fec81-2b20-4383-b27c-d73fddc02f59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12179 | 2024.03.26 19:55:17.522286 [ 3 ] {} <Trace> HTTP-Session: 595fec81-2b20-4383-b27c-d73fddc02f59 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12180 | 2024.03.26 19:55:17.522486 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12181 | 2024.03.26 19:55:17.522498 [ 3 ] {c6f7aef8-7772-4d04-9e99-cce862c17f21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12182 | 2024.03.26 19:55:17.522572 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 271 rows starting from the beginning of the part | ||
12183 | 2024.03.26 19:55:17.522594 [ 3 ] {c6f7aef8-7772-4d04-9e99-cce862c17f21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12184 | 2024.03.26 19:55:17.522920 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 74 rows starting from the beginning of the part | ||
12185 | 2024.03.26 19:55:17.523305 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 194 rows starting from the beginning of the part | ||
12186 | 2024.03.26 19:55:17.523643 [ 3 ] {c6f7aef8-7772-4d04-9e99-cce862c17f21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12187 | 2024.03.26 19:55:17.523684 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 110 rows starting from the beginning of the part | ||
12188 | 2024.03.26 19:55:17.523965 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 211 rows starting from the beginning of the part | ||
12189 | 2024.03.26 19:55:17.524073 [ 202 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 78 rows starting from the beginning of the part | ||
12190 | 2024.03.26 19:55:17.524809 [ 3 ] {c6f7aef8-7772-4d04-9e99-cce862c17f21} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12191 | 2024.03.26 19:55:17.524864 [ 3 ] {c6f7aef8-7772-4d04-9e99-cce862c17f21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12192 | 2024.03.26 19:55:17.525578 [ 3 ] {c6f7aef8-7772-4d04-9e99-cce862c17f21} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
12193 | 2024.03.26 19:55:17.526466 [ 3 ] {c6f7aef8-7772-4d04-9e99-cce862c17f21} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12194 | 2024.03.26 19:55:17.526705 [ 3 ] {c6f7aef8-7772-4d04-9e99-cce862c17f21} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004313 sec., 463.71435195919315 rows/sec., 32.38 KiB/sec. | ||
12195 | 2024.03.26 19:55:17.527017 [ 3 ] {c6f7aef8-7772-4d04-9e99-cce862c17f21} <Debug> DynamicQueryHandler: Done processing query | ||
12196 | 2024.03.26 19:55:17.527096 [ 3 ] {c6f7aef8-7772-4d04-9e99-cce862c17f21} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12197 | 2024.03.26 19:55:17.527170 [ 3 ] {} <Debug> HTTP-Session: 595fec81-2b20-4383-b27c-d73fddc02f59 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12198 | 2024.03.26 19:55:17.527282 [ 187 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 938 rows, containing 4 columns (4 merged, 0 gathered) in 0.005464875 sec., 171641.6203481324 rows/sec., 15.37 MiB/sec. | ||
12199 | 2024.03.26 19:55:17.527332 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 8012, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12200 | 2024.03.26 19:55:17.527399 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12201 | 2024.03.26 19:55:17.527435 [ 3 ] {} <Debug> HTTP-Session: dc3baa3b-dffd-4c43-a752-43c2415dabcd Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12202 | 2024.03.26 19:55:17.527457 [ 3 ] {} <Debug> HTTP-Session: dc3baa3b-dffd-4c43-a752-43c2415dabcd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12203 | 2024.03.26 19:55:17.527474 [ 3 ] {} <Debug> HTTP-Session: dc3baa3b-dffd-4c43-a752-43c2415dabcd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12204 | 2024.03.26 19:55:17.527524 [ 3 ] {} <Trace> HTTP-Session: dc3baa3b-dffd-4c43-a752-43c2415dabcd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12205 | 2024.03.26 19:55:17.527529 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
12206 | 2024.03.26 19:55:17.527690 [ 3 ] {b4368d02-6846-4c78-b011-a6819ed84c1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12207 | 2024.03.26 19:55:17.527761 [ 3 ] {b4368d02-6846-4c78-b011-a6819ed84c1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12208 | 2024.03.26 19:55:17.528394 [ 3 ] {b4368d02-6846-4c78-b011-a6819ed84c1b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12209 | 2024.03.26 19:55:17.528568 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12210 | 2024.03.26 19:55:17.528708 [ 198 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_85_17} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
12211 | 2024.03.26 19:55:17.528884 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
12212 | 2024.03.26 19:55:17.529002 [ 3 ] {b4368d02-6846-4c78-b011-a6819ed84c1b} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12213 | 2024.03.26 19:55:17.529042 [ 3 ] {b4368d02-6846-4c78-b011-a6819ed84c1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12214 | 2024.03.26 19:55:17.529364 [ 3 ] {b4368d02-6846-4c78-b011-a6819ed84c1b} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12215 | 2024.03.26 19:55:17.529675 [ 3 ] {b4368d02-6846-4c78-b011-a6819ed84c1b} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12216 | 2024.03.26 19:55:17.529835 [ 3 ] {b4368d02-6846-4c78-b011-a6819ed84c1b} <Debug> executeQuery: Read 47 rows, 3.76 KiB in 0.00223 sec., 21076.2331838565 rows/sec., 1.65 MiB/sec. | ||
12217 | 2024.03.26 19:55:17.529840 [ 91 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
12218 | 2024.03.26 19:55:17.529940 [ 91 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12219 | 2024.03.26 19:55:17.529991 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12220 | 2024.03.26 19:55:17.530067 [ 3 ] {b4368d02-6846-4c78-b011-a6819ed84c1b} <Debug> DynamicQueryHandler: Done processing query | ||
12221 | 2024.03.26 19:55:17.530137 [ 3 ] {b4368d02-6846-4c78-b011-a6819ed84c1b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12222 | 2024.03.26 19:55:17.530195 [ 3 ] {} <Debug> HTTP-Session: dc3baa3b-dffd-4c43-a752-43c2415dabcd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12223 | 2024.03.26 19:55:17.530263 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_80_16 to all_85_85_0 into Compact with storage Full | ||
12224 | 2024.03.26 19:55:17.530463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12225 | 2024.03.26 19:55:17.530648 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12226 | 2024.03.26 19:55:17.530750 [ 3 ] {} <Debug> HTTP-Session: fb7b56cc-f3ea-4ce6-bbc1-4f395b929835 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12227 | 2024.03.26 19:55:17.530836 [ 3 ] {} <Debug> HTTP-Session: fb7b56cc-f3ea-4ce6-bbc1-4f395b929835 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12228 | 2024.03.26 19:55:17.530878 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12229 | 2024.03.26 19:55:17.530914 [ 3 ] {} <Debug> HTTP-Session: fb7b56cc-f3ea-4ce6-bbc1-4f395b929835 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12230 | 2024.03.26 19:55:17.531013 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 151 rows starting from the beginning of the part | ||
12231 | 2024.03.26 19:55:17.531063 [ 3 ] {} <Trace> HTTP-Session: fb7b56cc-f3ea-4ce6-bbc1-4f395b929835 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12232 | 2024.03.26 19:55:17.531607 [ 3 ] {ee3325c2-97fb-46fc-88b0-b44c1ca8e28f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12233 | 2024.03.26 19:55:17.531622 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 44 rows starting from the beginning of the part | ||
12234 | 2024.03.26 19:55:17.532112 [ 3 ] {ee3325c2-97fb-46fc-88b0-b44c1ca8e28f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12235 | 2024.03.26 19:55:17.532229 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 84 rows starting from the beginning of the part | ||
12236 | 2024.03.26 19:55:17.532602 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 68 rows starting from the beginning of the part | ||
12237 | 2024.03.26 19:55:17.532916 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 102 rows starting from the beginning of the part | ||
12238 | 2024.03.26 19:55:17.533326 [ 196 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 47 rows starting from the beginning of the part | ||
12239 | 2024.03.26 19:55:17.533791 [ 3 ] {ee3325c2-97fb-46fc-88b0-b44c1ca8e28f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12240 | 2024.03.26 19:55:17.534463 [ 3 ] {ee3325c2-97fb-46fc-88b0-b44c1ca8e28f} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12241 | 2024.03.26 19:55:17.534506 [ 3 ] {ee3325c2-97fb-46fc-88b0-b44c1ca8e28f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12242 | 2024.03.26 19:55:17.535070 [ 3 ] {ee3325c2-97fb-46fc-88b0-b44c1ca8e28f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12243 | 2024.03.26 19:55:17.535213 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 496 rows, containing 4 columns (4 merged, 0 gathered) in 0.005127365 sec., 96735.84775025769 rows/sec., 7.56 MiB/sec. | ||
12244 | 2024.03.26 19:55:17.535455 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
12245 | 2024.03.26 19:55:17.535839 [ 3 ] {ee3325c2-97fb-46fc-88b0-b44c1ca8e28f} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12246 | 2024.03.26 19:55:17.536229 [ 3 ] {ee3325c2-97fb-46fc-88b0-b44c1ca8e28f} <Debug> executeQuery: Read 101 rows, 7.17 KiB in 0.004971 sec., 20317.84349225508 rows/sec., 1.41 MiB/sec. | ||
12247 | 2024.03.26 19:55:17.536360 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12248 | 2024.03.26 19:55:17.536549 [ 3 ] {ee3325c2-97fb-46fc-88b0-b44c1ca8e28f} <Debug> DynamicQueryHandler: Done processing query | ||
12249 | 2024.03.26 19:55:17.536558 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_85_17} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
12250 | 2024.03.26 19:55:17.536593 [ 3 ] {ee3325c2-97fb-46fc-88b0-b44c1ca8e28f} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
12251 | 2024.03.26 19:55:17.536621 [ 3 ] {} <Debug> HTTP-Session: fb7b56cc-f3ea-4ce6-bbc1-4f395b929835 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12252 | 2024.03.26 19:55:17.536745 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
12253 | 2024.03.26 19:55:17.536851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 18232, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12254 | 2024.03.26 19:55:17.536906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12255 | 2024.03.26 19:55:17.536926 [ 3 ] {} <Debug> HTTP-Session: bc837cd5-0696-44a7-9271-dcff3327a868 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12256 | 2024.03.26 19:55:17.536942 [ 3 ] {} <Debug> HTTP-Session: bc837cd5-0696-44a7-9271-dcff3327a868 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12257 | 2024.03.26 19:55:17.536956 [ 3 ] {} <Debug> HTTP-Session: bc837cd5-0696-44a7-9271-dcff3327a868 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12258 | 2024.03.26 19:55:17.536988 [ 3 ] {} <Trace> HTTP-Session: bc837cd5-0696-44a7-9271-dcff3327a868 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12259 | 2024.03.26 19:55:17.537158 [ 3 ] {7f351aa2-cfda-4e16-9813-cd847d579527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12260 | 2024.03.26 19:55:17.537206 [ 3 ] {7f351aa2-cfda-4e16-9813-cd847d579527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12261 | 2024.03.26 19:55:17.537392 [ 3 ] {7f351aa2-cfda-4e16-9813-cd847d579527} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12262 | 2024.03.26 19:55:17.537842 [ 3 ] {7f351aa2-cfda-4e16-9813-cd847d579527} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12263 | 2024.03.26 19:55:17.537878 [ 3 ] {7f351aa2-cfda-4e16-9813-cd847d579527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12264 | 2024.03.26 19:55:17.538276 [ 3 ] {7f351aa2-cfda-4e16-9813-cd847d579527} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12265 | 2024.03.26 19:55:17.538618 [ 3 ] {7f351aa2-cfda-4e16-9813-cd847d579527} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12266 | 2024.03.26 19:55:17.538782 [ 3 ] {7f351aa2-cfda-4e16-9813-cd847d579527} <Debug> executeQuery: Read 17 rows, 23.49 KiB in 0.001736 sec., 9792.6267281106 rows/sec., 13.21 MiB/sec. | ||
12267 | 2024.03.26 19:55:17.538995 [ 3 ] {7f351aa2-cfda-4e16-9813-cd847d579527} <Debug> DynamicQueryHandler: Done processing query | ||
12268 | 2024.03.26 19:55:17.539042 [ 3 ] {7f351aa2-cfda-4e16-9813-cd847d579527} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
12269 | 2024.03.26 19:55:17.539098 [ 3 ] {} <Debug> HTTP-Session: bc837cd5-0696-44a7-9271-dcff3327a868 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12270 | 2024.03.26 19:55:17.539304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12271 | 2024.03.26 19:55:17.539393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12272 | 2024.03.26 19:55:17.539415 [ 3 ] {} <Debug> HTTP-Session: cf9009e0-b4b3-4cc4-b16e-d7700cd403d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12273 | 2024.03.26 19:55:17.539433 [ 3 ] {} <Debug> HTTP-Session: cf9009e0-b4b3-4cc4-b16e-d7700cd403d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12274 | 2024.03.26 19:55:17.539447 [ 3 ] {} <Debug> HTTP-Session: cf9009e0-b4b3-4cc4-b16e-d7700cd403d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12275 | 2024.03.26 19:55:17.539478 [ 3 ] {} <Trace> HTTP-Session: cf9009e0-b4b3-4cc4-b16e-d7700cd403d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12276 | 2024.03.26 19:55:17.539556 [ 3 ] {36e0ed86-7306-4681-a3ef-06b3e6aa5f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12277 | 2024.03.26 19:55:17.539599 [ 3 ] {36e0ed86-7306-4681-a3ef-06b3e6aa5f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12278 | 2024.03.26 19:55:17.539742 [ 3 ] {36e0ed86-7306-4681-a3ef-06b3e6aa5f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12279 | 2024.03.26 19:55:17.540017 [ 3 ] {36e0ed86-7306-4681-a3ef-06b3e6aa5f84} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12280 | 2024.03.26 19:55:17.540053 [ 3 ] {36e0ed86-7306-4681-a3ef-06b3e6aa5f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12281 | 2024.03.26 19:55:17.540413 [ 3 ] {36e0ed86-7306-4681-a3ef-06b3e6aa5f84} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
12282 | 2024.03.26 19:55:17.540731 [ 3 ] {36e0ed86-7306-4681-a3ef-06b3e6aa5f84} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12283 | 2024.03.26 19:55:17.540888 [ 3 ] {36e0ed86-7306-4681-a3ef-06b3e6aa5f84} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001364 sec., 21994.134897360706 rows/sec., 1.51 MiB/sec. | ||
12284 | 2024.03.26 19:55:17.541031 [ 3 ] {36e0ed86-7306-4681-a3ef-06b3e6aa5f84} <Debug> DynamicQueryHandler: Done processing query | ||
12285 | 2024.03.26 19:55:17.541064 [ 3 ] {36e0ed86-7306-4681-a3ef-06b3e6aa5f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12286 | 2024.03.26 19:55:17.541097 [ 3 ] {} <Debug> HTTP-Session: cf9009e0-b4b3-4cc4-b16e-d7700cd403d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12287 | 2024.03.26 19:55:22.517245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 9372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12288 | 2024.03.26 19:55:22.517373 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12289 | 2024.03.26 19:55:22.517398 [ 3 ] {} <Debug> HTTP-Session: a5ebc652-28f0-43b7-bc36-d7dd0d8168f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12290 | 2024.03.26 19:55:22.517424 [ 3 ] {} <Debug> HTTP-Session: a5ebc652-28f0-43b7-bc36-d7dd0d8168f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12291 | 2024.03.26 19:55:22.517438 [ 3 ] {} <Debug> HTTP-Session: a5ebc652-28f0-43b7-bc36-d7dd0d8168f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12292 | 2024.03.26 19:55:22.517487 [ 3 ] {} <Trace> HTTP-Session: a5ebc652-28f0-43b7-bc36-d7dd0d8168f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12293 | 2024.03.26 19:55:22.517626 [ 3 ] {78e4c74b-6aa9-461c-af67-106037b73c3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12294 | 2024.03.26 19:55:22.517690 [ 3 ] {78e4c74b-6aa9-461c-af67-106037b73c3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12295 | 2024.03.26 19:55:22.517881 [ 3 ] {78e4c74b-6aa9-461c-af67-106037b73c3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12296 | 2024.03.26 19:55:22.518358 [ 3 ] {78e4c74b-6aa9-461c-af67-106037b73c3a} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12297 | 2024.03.26 19:55:22.518403 [ 3 ] {78e4c74b-6aa9-461c-af67-106037b73c3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12298 | 2024.03.26 19:55:22.518796 [ 3 ] {78e4c74b-6aa9-461c-af67-106037b73c3a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12299 | 2024.03.26 19:55:22.519139 [ 3 ] {78e4c74b-6aa9-461c-af67-106037b73c3a} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12300 | 2024.03.26 19:55:22.519280 [ 3 ] {78e4c74b-6aa9-461c-af67-106037b73c3a} <Debug> executeQuery: Read 65 rows, 5.27 KiB in 0.001726 sec., 37659.32792584009 rows/sec., 2.98 MiB/sec. | ||
12301 | 2024.03.26 19:55:22.519291 [ 88 ] {} <Debug> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12302 | 2024.03.26 19:55:22.519344 [ 88 ] {} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12303 | 2024.03.26 19:55:22.519376 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12304 | 2024.03.26 19:55:22.519446 [ 3 ] {78e4c74b-6aa9-461c-af67-106037b73c3a} <Debug> DynamicQueryHandler: Done processing query | ||
12305 | 2024.03.26 19:55:22.519479 [ 3 ] {78e4c74b-6aa9-461c-af67-106037b73c3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12306 | 2024.03.26 19:55:22.519500 [ 3 ] {} <Debug> HTTP-Session: a5ebc652-28f0-43b7-bc36-d7dd0d8168f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12307 | 2024.03.26 19:55:22.519506 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::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 | ||
12308 | 2024.03.26 19:55:22.519635 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12309 | 2024.03.26 19:55:22.519666 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 68 rows starting from the beginning of the part | ||
12310 | 2024.03.26 19:55:22.519722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 34628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12311 | 2024.03.26 19:55:22.519755 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
12312 | 2024.03.26 19:55:22.519851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12313 | 2024.03.26 19:55:22.519976 [ 3 ] {} <Debug> HTTP-Session: d8899aeb-16fe-4ddb-bffc-e687fc04ca6e Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12314 | 2024.03.26 19:55:22.520085 [ 3 ] {} <Debug> HTTP-Session: d8899aeb-16fe-4ddb-bffc-e687fc04ca6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12315 | 2024.03.26 19:55:22.520102 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 16 rows starting from the beginning of the part | ||
12316 | 2024.03.26 19:55:22.520150 [ 3 ] {} <Debug> HTTP-Session: d8899aeb-16fe-4ddb-bffc-e687fc04ca6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12317 | 2024.03.26 19:55:22.520276 [ 3 ] {} <Trace> HTTP-Session: d8899aeb-16fe-4ddb-bffc-e687fc04ca6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12318 | 2024.03.26 19:55:22.520358 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 61 rows starting from the beginning of the part | ||
12319 | 2024.03.26 19:55:22.520596 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 17 rows starting from the beginning of the part | ||
12320 | 2024.03.26 19:55:22.520617 [ 3 ] {98c04db0-9c72-4500-b4c0-2e7e33e22d9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12321 | 2024.03.26 19:55:22.520779 [ 3 ] {98c04db0-9c72-4500-b4c0-2e7e33e22d9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12322 | 2024.03.26 19:55:22.520947 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 65 rows starting from the beginning of the part | ||
12323 | 2024.03.26 19:55:22.521585 [ 3 ] {98c04db0-9c72-4500-b4c0-2e7e33e22d9d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12324 | 2024.03.26 19:55:22.522291 [ 3 ] {98c04db0-9c72-4500-b4c0-2e7e33e22d9d} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12325 | 2024.03.26 19:55:22.522337 [ 3 ] {98c04db0-9c72-4500-b4c0-2e7e33e22d9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12326 | 2024.03.26 19:55:22.522734 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 283 rows, containing 4 columns (4 merged, 0 gathered) in 0.00329854 sec., 85795.53378161247 rows/sec., 6.79 MiB/sec. | ||
12327 | 2024.03.26 19:55:22.522849 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12328 | 2024.03.26 19:55:22.522876 [ 3 ] {98c04db0-9c72-4500-b4c0-2e7e33e22d9d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
12329 | 2024.03.26 19:55:22.523418 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12330 | 2024.03.26 19:55:22.523461 [ 3 ] {98c04db0-9c72-4500-b4c0-2e7e33e22d9d} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12331 | 2024.03.26 19:55:22.523517 [ 188 ] {9d0be90f-10b3-49ac-80a1-6f27e3231c28::all_1_76_15} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12332 | 2024.03.26 19:55:22.523613 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
12333 | 2024.03.26 19:55:22.523645 [ 3 ] {98c04db0-9c72-4500-b4c0-2e7e33e22d9d} <Debug> executeQuery: Read 221 rows, 21.16 KiB in 0.003218 sec., 68676.19639527657 rows/sec., 6.42 MiB/sec. | ||
12334 | 2024.03.26 19:55:22.523780 [ 3 ] {98c04db0-9c72-4500-b4c0-2e7e33e22d9d} <Debug> DynamicQueryHandler: Done processing query | ||
12335 | 2024.03.26 19:55:22.523804 [ 3 ] {98c04db0-9c72-4500-b4c0-2e7e33e22d9d} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
12336 | 2024.03.26 19:55:22.523820 [ 3 ] {} <Debug> HTTP-Session: d8899aeb-16fe-4ddb-bffc-e687fc04ca6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12337 | 2024.03.26 19:55:22.523955 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12338 | 2024.03.26 19:55:22.524003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12339 | 2024.03.26 19:55:22.524022 [ 3 ] {} <Debug> HTTP-Session: bc659ea7-4eba-480f-9ef6-16d190e9bfe2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12340 | 2024.03.26 19:55:22.524039 [ 3 ] {} <Debug> HTTP-Session: bc659ea7-4eba-480f-9ef6-16d190e9bfe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12341 | 2024.03.26 19:55:22.524053 [ 3 ] {} <Debug> HTTP-Session: bc659ea7-4eba-480f-9ef6-16d190e9bfe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12342 | 2024.03.26 19:55:22.524084 [ 3 ] {} <Trace> HTTP-Session: bc659ea7-4eba-480f-9ef6-16d190e9bfe2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12343 | 2024.03.26 19:55:22.524175 [ 3 ] {2317909b-2628-49fa-9db1-4f02660e3981} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12344 | 2024.03.26 19:55:22.524217 [ 3 ] {2317909b-2628-49fa-9db1-4f02660e3981} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12345 | 2024.03.26 19:55:22.524341 [ 3 ] {2317909b-2628-49fa-9db1-4f02660e3981} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12346 | 2024.03.26 19:55:22.524711 [ 3 ] {2317909b-2628-49fa-9db1-4f02660e3981} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12347 | 2024.03.26 19:55:22.524747 [ 3 ] {2317909b-2628-49fa-9db1-4f02660e3981} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12348 | 2024.03.26 19:55:22.525061 [ 3 ] {2317909b-2628-49fa-9db1-4f02660e3981} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
12349 | 2024.03.26 19:55:22.525367 [ 3 ] {2317909b-2628-49fa-9db1-4f02660e3981} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12350 | 2024.03.26 19:55:22.525491 [ 3 ] {2317909b-2628-49fa-9db1-4f02660e3981} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00136 sec., 68382.35294117646 rows/sec., 5.34 MiB/sec. | ||
12351 | 2024.03.26 19:55:22.525610 [ 3 ] {2317909b-2628-49fa-9db1-4f02660e3981} <Debug> DynamicQueryHandler: Done processing query | ||
12352 | 2024.03.26 19:55:22.525634 [ 3 ] {2317909b-2628-49fa-9db1-4f02660e3981} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12353 | 2024.03.26 19:55:22.525650 [ 3 ] {} <Debug> HTTP-Session: bc659ea7-4eba-480f-9ef6-16d190e9bfe2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12354 | 2024.03.26 19:55:22.525799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12355 | 2024.03.26 19:55:22.525848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12356 | 2024.03.26 19:55:22.525867 [ 3 ] {} <Debug> HTTP-Session: 8fe6dfbf-3b96-4ece-879e-cfd556a4c9da Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12357 | 2024.03.26 19:55:22.525884 [ 3 ] {} <Debug> HTTP-Session: 8fe6dfbf-3b96-4ece-879e-cfd556a4c9da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12358 | 2024.03.26 19:55:22.525898 [ 3 ] {} <Debug> HTTP-Session: 8fe6dfbf-3b96-4ece-879e-cfd556a4c9da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12359 | 2024.03.26 19:55:22.525929 [ 3 ] {} <Trace> HTTP-Session: 8fe6dfbf-3b96-4ece-879e-cfd556a4c9da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12360 | 2024.03.26 19:55:22.526028 [ 3 ] {55a0abb4-4d3d-417f-86bb-e774825acca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12361 | 2024.03.26 19:55:22.526073 [ 3 ] {55a0abb4-4d3d-417f-86bb-e774825acca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12362 | 2024.03.26 19:55:22.526221 [ 3 ] {55a0abb4-4d3d-417f-86bb-e774825acca3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12363 | 2024.03.26 19:55:22.526585 [ 3 ] {55a0abb4-4d3d-417f-86bb-e774825acca3} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12364 | 2024.03.26 19:55:22.526621 [ 3 ] {55a0abb4-4d3d-417f-86bb-e774825acca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12365 | 2024.03.26 19:55:22.527002 [ 3 ] {55a0abb4-4d3d-417f-86bb-e774825acca3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
12366 | 2024.03.26 19:55:22.527341 [ 3 ] {55a0abb4-4d3d-417f-86bb-e774825acca3} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12367 | 2024.03.26 19:55:22.527465 [ 3 ] {55a0abb4-4d3d-417f-86bb-e774825acca3} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001489 sec., 67159.16722632639 rows/sec., 4.66 MiB/sec. | ||
12368 | 2024.03.26 19:55:22.527467 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
12369 | 2024.03.26 19:55:22.527520 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12370 | 2024.03.26 19:55:22.527551 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12371 | 2024.03.26 19:55:22.527606 [ 3 ] {55a0abb4-4d3d-417f-86bb-e774825acca3} <Debug> DynamicQueryHandler: Done processing query | ||
12372 | 2024.03.26 19:55:22.527644 [ 3 ] {55a0abb4-4d3d-417f-86bb-e774825acca3} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
12373 | 2024.03.26 19:55:22.527665 [ 3 ] {} <Debug> HTTP-Session: 8fe6dfbf-3b96-4ece-879e-cfd556a4c9da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12374 | 2024.03.26 19:55:22.527668 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::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 | ||
12375 | 2024.03.26 19:55:22.527809 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12376 | 2024.03.26 19:55:22.527853 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_81_16, total 8748 rows starting from the beginning of the part | ||
12377 | 2024.03.26 19:55:22.527857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 69527, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12378 | 2024.03.26 19:55:22.527940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12379 | 2024.03.26 19:55:22.528039 [ 3 ] {} <Debug> HTTP-Session: e6c15a9a-490b-4947-96e2-51ba753d7579 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12380 | 2024.03.26 19:55:22.528052 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 100 rows starting from the beginning of the part | ||
12381 | 2024.03.26 19:55:22.528076 [ 3 ] {} <Debug> HTTP-Session: e6c15a9a-490b-4947-96e2-51ba753d7579 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12382 | 2024.03.26 19:55:22.528142 [ 3 ] {} <Debug> HTTP-Session: e6c15a9a-490b-4947-96e2-51ba753d7579 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12383 | 2024.03.26 19:55:22.528300 [ 3 ] {} <Trace> HTTP-Session: e6c15a9a-490b-4947-96e2-51ba753d7579 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12384 | 2024.03.26 19:55:22.528411 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 136 rows starting from the beginning of the part | ||
12385 | 2024.03.26 19:55:22.528592 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 102 rows starting from the beginning of the part | ||
12386 | 2024.03.26 19:55:22.528882 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 101 rows starting from the beginning of the part | ||
12387 | 2024.03.26 19:55:22.528972 [ 3 ] {eff3e2a5-679d-4ea3-b020-7e37f2a92362} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12388 | 2024.03.26 19:55:22.529137 [ 192 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 100 rows starting from the beginning of the part | ||
12389 | 2024.03.26 19:55:22.529149 [ 3 ] {eff3e2a5-679d-4ea3-b020-7e37f2a92362} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12390 | 2024.03.26 19:55:22.529884 [ 3 ] {eff3e2a5-679d-4ea3-b020-7e37f2a92362} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12391 | 2024.03.26 19:55:22.530807 [ 3 ] {eff3e2a5-679d-4ea3-b020-7e37f2a92362} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12392 | 2024.03.26 19:55:22.530850 [ 3 ] {eff3e2a5-679d-4ea3-b020-7e37f2a92362} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12393 | 2024.03.26 19:55:22.531430 [ 3 ] {eff3e2a5-679d-4ea3-b020-7e37f2a92362} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
12394 | 2024.03.26 19:55:22.531908 [ 3 ] {eff3e2a5-679d-4ea3-b020-7e37f2a92362} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12395 | 2024.03.26 19:55:22.532056 [ 3 ] {eff3e2a5-679d-4ea3-b020-7e37f2a92362} <Debug> executeQuery: Read 65 rows, 89.82 KiB in 0.003582 sec., 18146.286990508095 rows/sec., 24.49 MiB/sec. | ||
12396 | 2024.03.26 19:55:22.532068 [ 88 ] {} <Debug> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
12397 | 2024.03.26 19:55:22.532127 [ 88 ] {} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12398 | 2024.03.26 19:55:22.532168 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12399 | 2024.03.26 19:55:22.532224 [ 3 ] {eff3e2a5-679d-4ea3-b020-7e37f2a92362} <Debug> DynamicQueryHandler: Done processing query | ||
12400 | 2024.03.26 19:55:22.532260 [ 3 ] {eff3e2a5-679d-4ea3-b020-7e37f2a92362} <Debug> MemoryTracker: Peak memory usage (for query): 4.60 MiB. | ||
12401 | 2024.03.26 19:55:22.532287 [ 3 ] {} <Debug> HTTP-Session: e6c15a9a-490b-4947-96e2-51ba753d7579 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12402 | 2024.03.26 19:55:22.532294 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::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 | ||
12403 | 2024.03.26 19:55:22.532451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12404 | 2024.03.26 19:55:22.532462 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12405 | 2024.03.26 19:55:22.532510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12406 | 2024.03.26 19:55:22.532510 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 2027 rows starting from the beginning of the part | ||
12407 | 2024.03.26 19:55:22.532534 [ 3 ] {} <Debug> HTTP-Session: d3437014-ace5-4b08-a22a-60d01079b78c Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12408 | 2024.03.26 19:55:22.532558 [ 3 ] {} <Debug> HTTP-Session: d3437014-ace5-4b08-a22a-60d01079b78c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12409 | 2024.03.26 19:55:22.532633 [ 3 ] {} <Debug> HTTP-Session: d3437014-ace5-4b08-a22a-60d01079b78c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12410 | 2024.03.26 19:55:22.532851 [ 3 ] {} <Trace> HTTP-Session: d3437014-ace5-4b08-a22a-60d01079b78c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12411 | 2024.03.26 19:55:22.533116 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 56 rows starting from the beginning of the part | ||
12412 | 2024.03.26 19:55:22.533223 [ 3 ] {76227b4e-960a-4a7c-a597-088f27f7328a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12413 | 2024.03.26 19:55:22.533523 [ 3 ] {76227b4e-960a-4a7c-a597-088f27f7328a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12414 | 2024.03.26 19:55:22.533762 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 16 rows starting from the beginning of the part | ||
12415 | 2024.03.26 19:55:22.534117 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9287 rows, containing 5 columns (5 merged, 0 gathered) in 0.006497367 sec., 1429348.2267509284 rows/sec., 99.23 MiB/sec. | ||
12416 | 2024.03.26 19:55:22.534303 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 61 rows starting from the beginning of the part | ||
12417 | 2024.03.26 19:55:22.534773 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
12418 | 2024.03.26 19:55:22.534834 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 17 rows starting from the beginning of the part | ||
12419 | 2024.03.26 19:55:22.535396 [ 3 ] {76227b4e-960a-4a7c-a597-088f27f7328a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12420 | 2024.03.26 19:55:22.535411 [ 188 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 65 rows starting from the beginning of the part | ||
12421 | 2024.03.26 19:55:22.536910 [ 3 ] {76227b4e-960a-4a7c-a597-088f27f7328a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12422 | 2024.03.26 19:55:22.536971 [ 3 ] {76227b4e-960a-4a7c-a597-088f27f7328a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12423 | 2024.03.26 19:55:22.537256 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12424 | 2024.03.26 19:55:22.537583 [ 193 ] {bc523218-5f16-4a99-9213-7865ae709871::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
12425 | 2024.03.26 19:55:22.537757 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.17 MiB. | ||
12426 | 2024.03.26 19:55:22.537916 [ 3 ] {76227b4e-960a-4a7c-a597-088f27f7328a} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
12427 | 2024.03.26 19:55:22.538259 [ 3 ] {76227b4e-960a-4a7c-a597-088f27f7328a} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12428 | 2024.03.26 19:55:22.538450 [ 88 ] {} <Debug> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
12429 | 2024.03.26 19:55:22.538459 [ 3 ] {76227b4e-960a-4a7c-a597-088f27f7328a} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.005373 sec., 5583.472920156337 rows/sec., 391.68 KiB/sec. | ||
12430 | 2024.03.26 19:55:22.538512 [ 88 ] {} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12431 | 2024.03.26 19:55:22.538588 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12432 | 2024.03.26 19:55:22.538856 [ 3 ] {76227b4e-960a-4a7c-a597-088f27f7328a} <Debug> DynamicQueryHandler: Done processing query | ||
12433 | 2024.03.26 19:55:22.538873 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
12434 | 2024.03.26 19:55:22.538892 [ 3 ] {76227b4e-960a-4a7c-a597-088f27f7328a} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12435 | 2024.03.26 19:55:22.538936 [ 3 ] {} <Debug> HTTP-Session: d3437014-ace5-4b08-a22a-60d01079b78c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12436 | 2024.03.26 19:55:22.539097 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12437 | 2024.03.26 19:55:22.539138 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 2418 rows starting from the beginning of the part | ||
12438 | 2024.03.26 19:55:22.539293 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
12439 | 2024.03.26 19:55:22.539586 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 30 rows starting from the beginning of the part | ||
12440 | 2024.03.26 19:55:22.539858 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
12441 | 2024.03.26 19:55:22.539954 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 30 rows starting from the beginning of the part | ||
12442 | 2024.03.26 19:55:22.540318 [ 192 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::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 | ||
12443 | 2024.03.26 19:55:22.541694 [ 197 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2568 rows, containing 4 columns (4 merged, 0 gathered) in 0.003008691 sec., 853527.3313211626 rows/sec., 58.47 MiB/sec. | ||
12444 | 2024.03.26 19:55:22.542060 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
12445 | 2024.03.26 19:55:22.542547 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_86_17} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12446 | 2024.03.26 19:55:22.542720 [ 195 ] {c0cbfc20-cd9f-4750-baae-fb21f5dd3aba::all_1_86_17} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
12447 | 2024.03.26 19:55:22.542838 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
12448 | 2024.03.26 19:55:22.543889 [ 189 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2242 rows, containing 6 columns (6 merged, 0 gathered) in 0.011662353 sec., 192242.50886592097 rows/sec., 259.42 MiB/sec. | ||
12449 | 2024.03.26 19:55:22.545077 [ 189 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
12450 | 2024.03.26 19:55:22.545546 [ 189 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12451 | 2024.03.26 19:55:22.545633 [ 189 ] {2a0a9f5f-01cf-4894-8126-dc8bca2d930e::all_1_76_15} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
12452 | 2024.03.26 19:55:22.545730 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.84 MiB. | ||
12453 | 2024.03.26 19:55:23.001146 [ 243 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.97 MiB, peak 227.46 MiB, free memory in arenas 0.00 B, will set to 212.07 MiB (RSS), difference: 2.10 MiB | ||
12454 | 2024.03.26 19:55:26.467681 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12455 | 2024.03.26 19:55:26.467781 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12456 | 2024.03.26 19:55:27.515967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12457 | 2024.03.26 19:55:27.516086 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12458 | 2024.03.26 19:55:27.516115 [ 3 ] {} <Debug> HTTP-Session: aae87767-79e7-4cb0-a138-9c5449a31a5b Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12459 | 2024.03.26 19:55:27.516146 [ 3 ] {} <Debug> HTTP-Session: aae87767-79e7-4cb0-a138-9c5449a31a5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12460 | 2024.03.26 19:55:27.516164 [ 3 ] {} <Debug> HTTP-Session: aae87767-79e7-4cb0-a138-9c5449a31a5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12461 | 2024.03.26 19:55:27.516220 [ 3 ] {} <Trace> HTTP-Session: aae87767-79e7-4cb0-a138-9c5449a31a5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12462 | 2024.03.26 19:55:27.516359 [ 3 ] {cdb3bd4b-5caa-4ce4-bae6-49c711d4c3f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12463 | 2024.03.26 19:55:27.516430 [ 3 ] {cdb3bd4b-5caa-4ce4-bae6-49c711d4c3f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12464 | 2024.03.26 19:55:27.516652 [ 3 ] {cdb3bd4b-5caa-4ce4-bae6-49c711d4c3f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12465 | 2024.03.26 19:55:27.517134 [ 3 ] {cdb3bd4b-5caa-4ce4-bae6-49c711d4c3f9} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12466 | 2024.03.26 19:55:27.517180 [ 3 ] {cdb3bd4b-5caa-4ce4-bae6-49c711d4c3f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12467 | 2024.03.26 19:55:27.517584 [ 3 ] {cdb3bd4b-5caa-4ce4-bae6-49c711d4c3f9} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12468 | 2024.03.26 19:55:27.517936 [ 3 ] {cdb3bd4b-5caa-4ce4-bae6-49c711d4c3f9} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12469 | 2024.03.26 19:55:27.518119 [ 3 ] {cdb3bd4b-5caa-4ce4-bae6-49c711d4c3f9} <Debug> executeQuery: Read 17 rows, 1.38 KiB in 0.00182 sec., 9340.65934065934 rows/sec., 757.10 KiB/sec. | ||
12470 | 2024.03.26 19:55:27.518369 [ 3 ] {cdb3bd4b-5caa-4ce4-bae6-49c711d4c3f9} <Debug> DynamicQueryHandler: Done processing query | ||
12471 | 2024.03.26 19:55:27.518397 [ 3 ] {cdb3bd4b-5caa-4ce4-bae6-49c711d4c3f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12472 | 2024.03.26 19:55:27.518415 [ 3 ] {} <Debug> HTTP-Session: aae87767-79e7-4cb0-a138-9c5449a31a5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12473 | 2024.03.26 19:55:27.518667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 11292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12474 | 2024.03.26 19:55:27.518808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12475 | 2024.03.26 19:55:27.518869 [ 3 ] {} <Debug> HTTP-Session: 304e6a05-6a12-42f5-9b19-301a82bc4874 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12476 | 2024.03.26 19:55:27.518916 [ 3 ] {} <Debug> HTTP-Session: 304e6a05-6a12-42f5-9b19-301a82bc4874 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12477 | 2024.03.26 19:55:27.518941 [ 3 ] {} <Debug> HTTP-Session: 304e6a05-6a12-42f5-9b19-301a82bc4874 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12478 | 2024.03.26 19:55:27.518983 [ 3 ] {} <Trace> HTTP-Session: 304e6a05-6a12-42f5-9b19-301a82bc4874 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12479 | 2024.03.26 19:55:27.519084 [ 3 ] {7db33ef4-38c2-4868-a49d-eff69d2016e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12480 | 2024.03.26 19:55:27.519131 [ 3 ] {7db33ef4-38c2-4868-a49d-eff69d2016e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12481 | 2024.03.26 19:55:27.519277 [ 3 ] {7db33ef4-38c2-4868-a49d-eff69d2016e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12482 | 2024.03.26 19:55:27.519648 [ 3 ] {7db33ef4-38c2-4868-a49d-eff69d2016e4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12483 | 2024.03.26 19:55:27.519687 [ 3 ] {7db33ef4-38c2-4868-a49d-eff69d2016e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12484 | 2024.03.26 19:55:27.520009 [ 3 ] {7db33ef4-38c2-4868-a49d-eff69d2016e4} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
12485 | 2024.03.26 19:55:27.520336 [ 3 ] {7db33ef4-38c2-4868-a49d-eff69d2016e4} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12486 | 2024.03.26 19:55:27.520486 [ 3 ] {7db33ef4-38c2-4868-a49d-eff69d2016e4} <Debug> executeQuery: Read 77 rows, 6.58 KiB in 0.001448 sec., 53176.7955801105 rows/sec., 4.44 MiB/sec. | ||
12487 | 2024.03.26 19:55:27.520610 [ 3 ] {7db33ef4-38c2-4868-a49d-eff69d2016e4} <Debug> DynamicQueryHandler: Done processing query | ||
12488 | 2024.03.26 19:55:27.520635 [ 3 ] {7db33ef4-38c2-4868-a49d-eff69d2016e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12489 | 2024.03.26 19:55:27.520651 [ 3 ] {} <Debug> HTTP-Session: 304e6a05-6a12-42f5-9b19-301a82bc4874 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12490 | 2024.03.26 19:55:27.520770 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 7671, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12491 | 2024.03.26 19:55:27.520821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12492 | 2024.03.26 19:55:27.520839 [ 3 ] {} <Debug> HTTP-Session: f149ec9e-a1dc-4c98-bc8c-3048d2ce8dea Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12493 | 2024.03.26 19:55:27.520856 [ 3 ] {} <Debug> HTTP-Session: f149ec9e-a1dc-4c98-bc8c-3048d2ce8dea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12494 | 2024.03.26 19:55:27.520869 [ 3 ] {} <Debug> HTTP-Session: f149ec9e-a1dc-4c98-bc8c-3048d2ce8dea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12495 | 2024.03.26 19:55:27.520901 [ 3 ] {} <Trace> HTTP-Session: f149ec9e-a1dc-4c98-bc8c-3048d2ce8dea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12496 | 2024.03.26 19:55:27.520989 [ 3 ] {9f6fa653-0bd4-43f7-bce4-74717f47f893} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12497 | 2024.03.26 19:55:27.521032 [ 3 ] {9f6fa653-0bd4-43f7-bce4-74717f47f893} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12498 | 2024.03.26 19:55:27.521160 [ 3 ] {9f6fa653-0bd4-43f7-bce4-74717f47f893} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12499 | 2024.03.26 19:55:27.521473 [ 3 ] {9f6fa653-0bd4-43f7-bce4-74717f47f893} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12500 | 2024.03.26 19:55:27.521511 [ 3 ] {9f6fa653-0bd4-43f7-bce4-74717f47f893} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12501 | 2024.03.26 19:55:27.521820 [ 3 ] {9f6fa653-0bd4-43f7-bce4-74717f47f893} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
12502 | 2024.03.26 19:55:27.522132 [ 3 ] {9f6fa653-0bd4-43f7-bce4-74717f47f893} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12503 | 2024.03.26 19:55:27.522293 [ 3 ] {9f6fa653-0bd4-43f7-bce4-74717f47f893} <Debug> executeQuery: Read 45 rows, 3.60 KiB in 0.001342 sec., 33532.04172876304 rows/sec., 2.62 MiB/sec. | ||
12504 | 2024.03.26 19:55:27.522415 [ 3 ] {9f6fa653-0bd4-43f7-bce4-74717f47f893} <Debug> DynamicQueryHandler: Done processing query | ||
12505 | 2024.03.26 19:55:27.522439 [ 3 ] {9f6fa653-0bd4-43f7-bce4-74717f47f893} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12506 | 2024.03.26 19:55:27.522454 [ 3 ] {} <Debug> HTTP-Session: f149ec9e-a1dc-4c98-bc8c-3048d2ce8dea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12507 | 2024.03.26 19:55:27.522592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12508 | 2024.03.26 19:55:27.522642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12509 | 2024.03.26 19:55:27.522661 [ 3 ] {} <Debug> HTTP-Session: ca05eb86-eecd-48a1-9fed-a9e6e9ef7aec Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12510 | 2024.03.26 19:55:27.522677 [ 3 ] {} <Debug> HTTP-Session: ca05eb86-eecd-48a1-9fed-a9e6e9ef7aec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12511 | 2024.03.26 19:55:27.522690 [ 3 ] {} <Debug> HTTP-Session: ca05eb86-eecd-48a1-9fed-a9e6e9ef7aec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12512 | 2024.03.26 19:55:27.522721 [ 3 ] {} <Trace> HTTP-Session: ca05eb86-eecd-48a1-9fed-a9e6e9ef7aec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12513 | 2024.03.26 19:55:27.522827 [ 3 ] {547f8e85-521f-4ec0-be67-6d4f9f9fcc4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12514 | 2024.03.26 19:55:27.522873 [ 3 ] {547f8e85-521f-4ec0-be67-6d4f9f9fcc4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12515 | 2024.03.26 19:55:27.523018 [ 3 ] {547f8e85-521f-4ec0-be67-6d4f9f9fcc4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12516 | 2024.03.26 19:55:27.523372 [ 3 ] {547f8e85-521f-4ec0-be67-6d4f9f9fcc4a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12517 | 2024.03.26 19:55:27.523409 [ 3 ] {547f8e85-521f-4ec0-be67-6d4f9f9fcc4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12518 | 2024.03.26 19:55:27.523792 [ 3 ] {547f8e85-521f-4ec0-be67-6d4f9f9fcc4a} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
12519 | 2024.03.26 19:55:27.524143 [ 3 ] {547f8e85-521f-4ec0-be67-6d4f9f9fcc4a} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12520 | 2024.03.26 19:55:27.524301 [ 3 ] {547f8e85-521f-4ec0-be67-6d4f9f9fcc4a} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001529 sec., 65402.223675604975 rows/sec., 4.53 MiB/sec. | ||
12521 | 2024.03.26 19:55:27.524438 [ 3 ] {547f8e85-521f-4ec0-be67-6d4f9f9fcc4a} <Debug> DynamicQueryHandler: Done processing query | ||
12522 | 2024.03.26 19:55:27.524462 [ 3 ] {547f8e85-521f-4ec0-be67-6d4f9f9fcc4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
12523 | 2024.03.26 19:55:27.524478 [ 3 ] {} <Debug> HTTP-Session: ca05eb86-eecd-48a1-9fed-a9e6e9ef7aec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12524 | 2024.03.26 19:55:27.524595 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 18232, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12525 | 2024.03.26 19:55:27.524645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12526 | 2024.03.26 19:55:27.524662 [ 3 ] {} <Debug> HTTP-Session: 4fc2df2a-85c0-43df-a6a8-31189b4e2fb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12527 | 2024.03.26 19:55:27.524679 [ 3 ] {} <Debug> HTTP-Session: 4fc2df2a-85c0-43df-a6a8-31189b4e2fb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12528 | 2024.03.26 19:55:27.524693 [ 3 ] {} <Debug> HTTP-Session: 4fc2df2a-85c0-43df-a6a8-31189b4e2fb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12529 | 2024.03.26 19:55:27.524724 [ 3 ] {} <Trace> HTTP-Session: 4fc2df2a-85c0-43df-a6a8-31189b4e2fb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12530 | 2024.03.26 19:55:27.524876 [ 3 ] {0c03d4ba-1568-4904-b2a8-ddc3f6de54d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12531 | 2024.03.26 19:55:27.524922 [ 3 ] {0c03d4ba-1568-4904-b2a8-ddc3f6de54d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12532 | 2024.03.26 19:55:27.525083 [ 3 ] {0c03d4ba-1568-4904-b2a8-ddc3f6de54d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12533 | 2024.03.26 19:55:27.525500 [ 3 ] {0c03d4ba-1568-4904-b2a8-ddc3f6de54d6} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12534 | 2024.03.26 19:55:27.525537 [ 3 ] {0c03d4ba-1568-4904-b2a8-ddc3f6de54d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12535 | 2024.03.26 19:55:27.525944 [ 3 ] {0c03d4ba-1568-4904-b2a8-ddc3f6de54d6} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
12536 | 2024.03.26 19:55:27.526299 [ 3 ] {0c03d4ba-1568-4904-b2a8-ddc3f6de54d6} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12537 | 2024.03.26 19:55:27.526452 [ 3 ] {0c03d4ba-1568-4904-b2a8-ddc3f6de54d6} <Debug> executeQuery: Read 17 rows, 23.49 KiB in 0.001675 sec., 10149.253731343284 rows/sec., 13.70 MiB/sec. | ||
12538 | 2024.03.26 19:55:27.526579 [ 3 ] {0c03d4ba-1568-4904-b2a8-ddc3f6de54d6} <Debug> DynamicQueryHandler: Done processing query | ||
12539 | 2024.03.26 19:55:27.526603 [ 3 ] {0c03d4ba-1568-4904-b2a8-ddc3f6de54d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
12540 | 2024.03.26 19:55:27.526619 [ 3 ] {} <Debug> HTTP-Session: 4fc2df2a-85c0-43df-a6a8-31189b4e2fb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12541 | 2024.03.26 19:55:27.526738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12542 | 2024.03.26 19:55:27.526786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12543 | 2024.03.26 19:55:27.526805 [ 3 ] {} <Debug> HTTP-Session: a51e4ccd-ec0d-45bb-8ebe-c231dd6cceac Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12544 | 2024.03.26 19:55:27.526821 [ 3 ] {} <Debug> HTTP-Session: a51e4ccd-ec0d-45bb-8ebe-c231dd6cceac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12545 | 2024.03.26 19:55:27.526835 [ 3 ] {} <Debug> HTTP-Session: a51e4ccd-ec0d-45bb-8ebe-c231dd6cceac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12546 | 2024.03.26 19:55:27.526866 [ 3 ] {} <Trace> HTTP-Session: a51e4ccd-ec0d-45bb-8ebe-c231dd6cceac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12547 | 2024.03.26 19:55:27.526946 [ 3 ] {35db0132-488f-404b-bee6-d3dd87e11de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12548 | 2024.03.26 19:55:27.526987 [ 3 ] {35db0132-488f-404b-bee6-d3dd87e11de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12549 | 2024.03.26 19:55:27.527114 [ 3 ] {35db0132-488f-404b-bee6-d3dd87e11de5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12550 | 2024.03.26 19:55:27.527422 [ 3 ] {35db0132-488f-404b-bee6-d3dd87e11de5} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12551 | 2024.03.26 19:55:27.527459 [ 3 ] {35db0132-488f-404b-bee6-d3dd87e11de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12552 | 2024.03.26 19:55:27.527816 [ 3 ] {35db0132-488f-404b-bee6-d3dd87e11de5} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
12553 | 2024.03.26 19:55:27.528140 [ 3 ] {35db0132-488f-404b-bee6-d3dd87e11de5} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12554 | 2024.03.26 19:55:27.528303 [ 3 ] {35db0132-488f-404b-bee6-d3dd87e11de5} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001392 sec., 21551.724137931033 rows/sec., 1.48 MiB/sec. | ||
12555 | 2024.03.26 19:55:27.528439 [ 3 ] {35db0132-488f-404b-bee6-d3dd87e11de5} <Debug> DynamicQueryHandler: Done processing query | ||
12556 | 2024.03.26 19:55:27.528463 [ 3 ] {35db0132-488f-404b-bee6-d3dd87e11de5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12557 | 2024.03.26 19:55:27.528486 [ 3 ] {} <Debug> HTTP-Session: a51e4ccd-ec0d-45bb-8ebe-c231dd6cceac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12558 | 2024.03.26 19:55:28.990998 [ 83 ] {} <Debug> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
12559 | 2024.03.26 19:55:28.991108 [ 83 ] {} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12560 | 2024.03.26 19:55:28.991155 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12561 | 2024.03.26 19:55:28.991377 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
12562 | 2024.03.26 19:55:28.991593 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12563 | 2024.03.26 19:55:28.991634 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 10 rows starting from the beginning of the part | ||
12564 | 2024.03.26 19:55:28.991718 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
12565 | 2024.03.26 19:55:28.991925 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
12566 | 2024.03.26 19:55:28.992139 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
12567 | 2024.03.26 19:55:28.992326 [ 195 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
12568 | 2024.03.26 19:55:28.993324 [ 194 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002072753 sec., 9649.003040883308 rows/sec., 673.73 KiB/sec. | ||
12569 | 2024.03.26 19:55:28.993520 [ 194 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
12570 | 2024.03.26 19:55:28.993977 [ 194 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12571 | 2024.03.26 19:55:28.994069 [ 194 ] {e0a2f1c9-48d5-444d-ae0e-409b6944541f::all_1_25_6} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
12572 | 2024.03.26 19:55:28.994168 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
12573 | 2024.03.26 19:55:29.563881 [ 83 ] {} <Debug> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
12574 | 2024.03.26 19:55:29.563936 [ 83 ] {} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12575 | 2024.03.26 19:55:29.563962 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12576 | 2024.03.26 19:55:29.564242 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_21_5 to all_25_25_0 into Compact with storage Full | ||
12577 | 2024.03.26 19:55:29.564514 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12578 | 2024.03.26 19:55:29.564572 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_5, total 10 rows starting from the beginning of the part | ||
12579 | 2024.03.26 19:55:29.564740 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 2 rows starting from the beginning of the part | ||
12580 | 2024.03.26 19:55:29.564982 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 2 rows starting from the beginning of the part | ||
12581 | 2024.03.26 19:55:29.565140 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 4 rows starting from the beginning of the part | ||
12582 | 2024.03.26 19:55:29.565328 [ 190 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 2 rows starting from the beginning of the part | ||
12583 | 2024.03.26 19:55:29.566487 [ 195 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.002438854 sec., 8200.572892022237 rows/sec., 668.70 KiB/sec. | ||
12584 | 2024.03.26 19:55:29.566646 [ 195 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
12585 | 2024.03.26 19:55:29.567061 [ 195 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12586 | 2024.03.26 19:55:29.567152 [ 195 ] {d86b2759-924d-48f5-a41a-bcc07b491a28::all_1_25_6} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
12587 | 2024.03.26 19:55:29.567245 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
12588 | 2024.03.26 19:55:32.518126 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 9372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12589 | 2024.03.26 19:55:32.518248 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12590 | 2024.03.26 19:55:32.518274 [ 3 ] {} <Debug> HTTP-Session: d2c87b1e-7e06-4d7b-bb65-0b552172f596 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12591 | 2024.03.26 19:55:32.518299 [ 3 ] {} <Debug> HTTP-Session: d2c87b1e-7e06-4d7b-bb65-0b552172f596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12592 | 2024.03.26 19:55:32.518314 [ 3 ] {} <Debug> HTTP-Session: d2c87b1e-7e06-4d7b-bb65-0b552172f596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12593 | 2024.03.26 19:55:32.518362 [ 3 ] {} <Trace> HTTP-Session: d2c87b1e-7e06-4d7b-bb65-0b552172f596 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12594 | 2024.03.26 19:55:32.518500 [ 3 ] {f2d10d0d-8da6-4df9-ae12-b0505fba4c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12595 | 2024.03.26 19:55:32.518564 [ 3 ] {f2d10d0d-8da6-4df9-ae12-b0505fba4c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12596 | 2024.03.26 19:55:32.518760 [ 3 ] {f2d10d0d-8da6-4df9-ae12-b0505fba4c16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12597 | 2024.03.26 19:55:32.519194 [ 3 ] {f2d10d0d-8da6-4df9-ae12-b0505fba4c16} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12598 | 2024.03.26 19:55:32.519235 [ 3 ] {f2d10d0d-8da6-4df9-ae12-b0505fba4c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12599 | 2024.03.26 19:55:32.519626 [ 3 ] {f2d10d0d-8da6-4df9-ae12-b0505fba4c16} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12600 | 2024.03.26 19:55:32.519964 [ 3 ] {f2d10d0d-8da6-4df9-ae12-b0505fba4c16} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12601 | 2024.03.26 19:55:32.520118 [ 3 ] {f2d10d0d-8da6-4df9-ae12-b0505fba4c16} <Debug> executeQuery: Read 65 rows, 5.27 KiB in 0.001687 sec., 38529.93479549496 rows/sec., 3.05 MiB/sec. | ||
12602 | 2024.03.26 19:55:32.520273 [ 3 ] {f2d10d0d-8da6-4df9-ae12-b0505fba4c16} <Debug> DynamicQueryHandler: Done processing query | ||
12603 | 2024.03.26 19:55:32.520299 [ 3 ] {f2d10d0d-8da6-4df9-ae12-b0505fba4c16} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12604 | 2024.03.26 19:55:32.520315 [ 3 ] {} <Debug> HTTP-Session: d2c87b1e-7e06-4d7b-bb65-0b552172f596 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12605 | 2024.03.26 19:55:32.520507 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 34628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12606 | 2024.03.26 19:55:32.520563 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12607 | 2024.03.26 19:55:32.520583 [ 3 ] {} <Debug> HTTP-Session: 8b1a9fd5-7134-43f6-978f-9fc275983b03 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12608 | 2024.03.26 19:55:32.520601 [ 3 ] {} <Debug> HTTP-Session: 8b1a9fd5-7134-43f6-978f-9fc275983b03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12609 | 2024.03.26 19:55:32.520615 [ 3 ] {} <Debug> HTTP-Session: 8b1a9fd5-7134-43f6-978f-9fc275983b03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12610 | 2024.03.26 19:55:32.520651 [ 3 ] {} <Trace> HTTP-Session: 8b1a9fd5-7134-43f6-978f-9fc275983b03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12611 | 2024.03.26 19:55:32.520777 [ 3 ] {a0914ccf-47ea-481b-b911-a21e314f53c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12612 | 2024.03.26 19:55:32.520821 [ 3 ] {a0914ccf-47ea-481b-b911-a21e314f53c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12613 | 2024.03.26 19:55:32.520953 [ 3 ] {a0914ccf-47ea-481b-b911-a21e314f53c5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12614 | 2024.03.26 19:55:32.521402 [ 3 ] {a0914ccf-47ea-481b-b911-a21e314f53c5} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12615 | 2024.03.26 19:55:32.521438 [ 3 ] {a0914ccf-47ea-481b-b911-a21e314f53c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12616 | 2024.03.26 19:55:32.521766 [ 3 ] {a0914ccf-47ea-481b-b911-a21e314f53c5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
12617 | 2024.03.26 19:55:32.522090 [ 3 ] {a0914ccf-47ea-481b-b911-a21e314f53c5} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12618 | 2024.03.26 19:55:32.522217 [ 3 ] {a0914ccf-47ea-481b-b911-a21e314f53c5} <Debug> executeQuery: Read 221 rows, 21.16 KiB in 0.001515 sec., 145874.58745874587 rows/sec., 13.64 MiB/sec. | ||
12619 | 2024.03.26 19:55:32.522416 [ 3 ] {a0914ccf-47ea-481b-b911-a21e314f53c5} <Debug> DynamicQueryHandler: Done processing query | ||
12620 | 2024.03.26 19:55:32.522440 [ 3 ] {a0914ccf-47ea-481b-b911-a21e314f53c5} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
12621 | 2024.03.26 19:55:32.522457 [ 3 ] {} <Debug> HTTP-Session: 8b1a9fd5-7134-43f6-978f-9fc275983b03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12622 | 2024.03.26 19:55:32.522684 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12623 | 2024.03.26 19:55:32.522791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12624 | 2024.03.26 19:55:32.522826 [ 3 ] {} <Debug> HTTP-Session: f2e0c758-7940-47d7-b437-541a70ff0504 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12625 | 2024.03.26 19:55:32.522843 [ 3 ] {} <Debug> HTTP-Session: f2e0c758-7940-47d7-b437-541a70ff0504 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12626 | 2024.03.26 19:55:32.522857 [ 3 ] {} <Debug> HTTP-Session: f2e0c758-7940-47d7-b437-541a70ff0504 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12627 | 2024.03.26 19:55:32.522889 [ 3 ] {} <Trace> HTTP-Session: f2e0c758-7940-47d7-b437-541a70ff0504 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12628 | 2024.03.26 19:55:32.522999 [ 3 ] {09761367-9286-4346-88a5-a484a4657793} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12629 | 2024.03.26 19:55:32.523041 [ 3 ] {09761367-9286-4346-88a5-a484a4657793} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12630 | 2024.03.26 19:55:32.523186 [ 3 ] {09761367-9286-4346-88a5-a484a4657793} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12631 | 2024.03.26 19:55:32.523538 [ 3 ] {09761367-9286-4346-88a5-a484a4657793} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12632 | 2024.03.26 19:55:32.523575 [ 3 ] {09761367-9286-4346-88a5-a484a4657793} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12633 | 2024.03.26 19:55:32.523884 [ 3 ] {09761367-9286-4346-88a5-a484a4657793} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
12634 | 2024.03.26 19:55:32.524190 [ 3 ] {09761367-9286-4346-88a5-a484a4657793} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12635 | 2024.03.26 19:55:32.524335 [ 3 ] {09761367-9286-4346-88a5-a484a4657793} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.001396 sec., 66618.9111747851 rows/sec., 5.21 MiB/sec. | ||
12636 | 2024.03.26 19:55:32.524487 [ 3 ] {09761367-9286-4346-88a5-a484a4657793} <Debug> DynamicQueryHandler: Done processing query | ||
12637 | 2024.03.26 19:55:32.524512 [ 3 ] {09761367-9286-4346-88a5-a484a4657793} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12638 | 2024.03.26 19:55:32.524527 [ 3 ] {} <Debug> HTTP-Session: f2e0c758-7940-47d7-b437-541a70ff0504 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12639 | 2024.03.26 19:55:32.524659 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12640 | 2024.03.26 19:55:32.524709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12641 | 2024.03.26 19:55:32.524727 [ 3 ] {} <Debug> HTTP-Session: d1fe7692-1c2a-49df-acc1-8e660e63d136 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12642 | 2024.03.26 19:55:32.524743 [ 3 ] {} <Debug> HTTP-Session: d1fe7692-1c2a-49df-acc1-8e660e63d136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12643 | 2024.03.26 19:55:32.524757 [ 3 ] {} <Debug> HTTP-Session: d1fe7692-1c2a-49df-acc1-8e660e63d136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12644 | 2024.03.26 19:55:32.524787 [ 3 ] {} <Trace> HTTP-Session: d1fe7692-1c2a-49df-acc1-8e660e63d136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12645 | 2024.03.26 19:55:32.524904 [ 3 ] {cb0ad85f-bdbe-412e-9bed-09f110ef9cdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12646 | 2024.03.26 19:55:32.524948 [ 3 ] {cb0ad85f-bdbe-412e-9bed-09f110ef9cdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12647 | 2024.03.26 19:55:32.525098 [ 3 ] {cb0ad85f-bdbe-412e-9bed-09f110ef9cdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12648 | 2024.03.26 19:55:32.525453 [ 3 ] {cb0ad85f-bdbe-412e-9bed-09f110ef9cdc} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12649 | 2024.03.26 19:55:32.525490 [ 3 ] {cb0ad85f-bdbe-412e-9bed-09f110ef9cdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12650 | 2024.03.26 19:55:32.525877 [ 3 ] {cb0ad85f-bdbe-412e-9bed-09f110ef9cdc} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
12651 | 2024.03.26 19:55:32.526217 [ 3 ] {cb0ad85f-bdbe-412e-9bed-09f110ef9cdc} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12652 | 2024.03.26 19:55:32.526371 [ 3 ] {cb0ad85f-bdbe-412e-9bed-09f110ef9cdc} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.001537 sec., 65061.80871828237 rows/sec., 4.51 MiB/sec. | ||
12653 | 2024.03.26 19:55:32.526511 [ 3 ] {cb0ad85f-bdbe-412e-9bed-09f110ef9cdc} <Debug> DynamicQueryHandler: Done processing query | ||
12654 | 2024.03.26 19:55:32.526536 [ 3 ] {cb0ad85f-bdbe-412e-9bed-09f110ef9cdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
12655 | 2024.03.26 19:55:32.526552 [ 3 ] {} <Debug> HTTP-Session: d1fe7692-1c2a-49df-acc1-8e660e63d136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12656 | 2024.03.26 19:55:32.526725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 69527, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12657 | 2024.03.26 19:55:32.526775 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12658 | 2024.03.26 19:55:32.526793 [ 3 ] {} <Debug> HTTP-Session: 7764f116-e995-460f-8e3c-bb808ffd75e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12659 | 2024.03.26 19:55:32.526810 [ 3 ] {} <Debug> HTTP-Session: 7764f116-e995-460f-8e3c-bb808ffd75e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12660 | 2024.03.26 19:55:32.526823 [ 3 ] {} <Debug> HTTP-Session: 7764f116-e995-460f-8e3c-bb808ffd75e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12661 | 2024.03.26 19:55:32.526853 [ 3 ] {} <Trace> HTTP-Session: 7764f116-e995-460f-8e3c-bb808ffd75e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12662 | 2024.03.26 19:55:32.527272 [ 3 ] {5de46862-73a8-4643-b906-1f9a1991b5c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12663 | 2024.03.26 19:55:32.527319 [ 3 ] {5de46862-73a8-4643-b906-1f9a1991b5c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12664 | 2024.03.26 19:55:32.527482 [ 3 ] {5de46862-73a8-4643-b906-1f9a1991b5c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12665 | 2024.03.26 19:55:32.528175 [ 3 ] {5de46862-73a8-4643-b906-1f9a1991b5c1} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12666 | 2024.03.26 19:55:32.528213 [ 3 ] {5de46862-73a8-4643-b906-1f9a1991b5c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12667 | 2024.03.26 19:55:32.528664 [ 3 ] {5de46862-73a8-4643-b906-1f9a1991b5c1} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
12668 | 2024.03.26 19:55:32.529011 [ 3 ] {5de46862-73a8-4643-b906-1f9a1991b5c1} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12669 | 2024.03.26 19:55:32.529179 [ 3 ] {5de46862-73a8-4643-b906-1f9a1991b5c1} <Debug> executeQuery: Read 65 rows, 89.82 KiB in 0.002251 sec., 28876.055086628166 rows/sec., 38.97 MiB/sec. | ||
12670 | 2024.03.26 19:55:32.529368 [ 3 ] {5de46862-73a8-4643-b906-1f9a1991b5c1} <Debug> DynamicQueryHandler: Done processing query | ||
12671 | 2024.03.26 19:55:32.529419 [ 3 ] {5de46862-73a8-4643-b906-1f9a1991b5c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.60 MiB. | ||
12672 | 2024.03.26 19:55:32.529474 [ 3 ] {} <Debug> HTTP-Session: 7764f116-e995-460f-8e3c-bb808ffd75e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12673 | 2024.03.26 19:55:32.529686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12674 | 2024.03.26 19:55:32.529740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12675 | 2024.03.26 19:55:32.529759 [ 3 ] {} <Debug> HTTP-Session: 6c1a54f3-6bce-4886-aebc-4c85b0cf0375 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12676 | 2024.03.26 19:55:32.529776 [ 3 ] {} <Debug> HTTP-Session: 6c1a54f3-6bce-4886-aebc-4c85b0cf0375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12677 | 2024.03.26 19:55:32.529789 [ 3 ] {} <Debug> HTTP-Session: 6c1a54f3-6bce-4886-aebc-4c85b0cf0375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12678 | 2024.03.26 19:55:32.529821 [ 3 ] {} <Trace> HTTP-Session: 6c1a54f3-6bce-4886-aebc-4c85b0cf0375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12679 | 2024.03.26 19:55:32.529900 [ 3 ] {a7bd6d77-330d-431f-af9d-b0b6e8dd9afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12680 | 2024.03.26 19:55:32.529945 [ 3 ] {a7bd6d77-330d-431f-af9d-b0b6e8dd9afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12681 | 2024.03.26 19:55:32.530087 [ 3 ] {a7bd6d77-330d-431f-af9d-b0b6e8dd9afb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12682 | 2024.03.26 19:55:32.530358 [ 3 ] {a7bd6d77-330d-431f-af9d-b0b6e8dd9afb} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12683 | 2024.03.26 19:55:32.530395 [ 3 ] {a7bd6d77-330d-431f-af9d-b0b6e8dd9afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12684 | 2024.03.26 19:55:32.530752 [ 3 ] {a7bd6d77-330d-431f-af9d-b0b6e8dd9afb} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
12685 | 2024.03.26 19:55:32.531075 [ 3 ] {a7bd6d77-330d-431f-af9d-b0b6e8dd9afb} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12686 | 2024.03.26 19:55:32.531223 [ 3 ] {a7bd6d77-330d-431f-af9d-b0b6e8dd9afb} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001351 sec., 22205.77350111029 rows/sec., 1.52 MiB/sec. | ||
12687 | 2024.03.26 19:55:32.531401 [ 3 ] {a7bd6d77-330d-431f-af9d-b0b6e8dd9afb} <Debug> DynamicQueryHandler: Done processing query | ||
12688 | 2024.03.26 19:55:32.531460 [ 3 ] {a7bd6d77-330d-431f-af9d-b0b6e8dd9afb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12689 | 2024.03.26 19:55:32.531516 [ 3 ] {} <Debug> HTTP-Session: 6c1a54f3-6bce-4886-aebc-4c85b0cf0375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12690 | 2024.03.26 19:55:37.517178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 2490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12691 | 2024.03.26 19:55:37.517323 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12692 | 2024.03.26 19:55:37.517354 [ 3 ] {} <Debug> HTTP-Session: fa5ee4bb-129f-4c24-b12d-aab082d052ca Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12693 | 2024.03.26 19:55:37.517384 [ 3 ] {} <Debug> HTTP-Session: fa5ee4bb-129f-4c24-b12d-aab082d052ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12694 | 2024.03.26 19:55:37.517402 [ 3 ] {} <Debug> HTTP-Session: fa5ee4bb-129f-4c24-b12d-aab082d052ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12695 | 2024.03.26 19:55:37.517457 [ 3 ] {} <Trace> HTTP-Session: fa5ee4bb-129f-4c24-b12d-aab082d052ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12696 | 2024.03.26 19:55:37.517593 [ 3 ] {9b4649af-be27-49e9-8523-a49928c9a1e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12697 | 2024.03.26 19:55:37.517667 [ 3 ] {9b4649af-be27-49e9-8523-a49928c9a1e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12698 | 2024.03.26 19:55:37.517892 [ 3 ] {9b4649af-be27-49e9-8523-a49928c9a1e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12699 | 2024.03.26 19:55:37.518436 [ 3 ] {9b4649af-be27-49e9-8523-a49928c9a1e9} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12700 | 2024.03.26 19:55:37.518485 [ 3 ] {9b4649af-be27-49e9-8523-a49928c9a1e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12701 | 2024.03.26 19:55:37.518892 [ 3 ] {9b4649af-be27-49e9-8523-a49928c9a1e9} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12702 | 2024.03.26 19:55:37.519258 [ 3 ] {9b4649af-be27-49e9-8523-a49928c9a1e9} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12703 | 2024.03.26 19:55:37.519424 [ 3 ] {9b4649af-be27-49e9-8523-a49928c9a1e9} <Debug> executeQuery: Read 17 rows, 1.38 KiB in 0.001891 sec., 8989.95240613432 rows/sec., 728.68 KiB/sec. | ||
12704 | 2024.03.26 19:55:37.519581 [ 3 ] {9b4649af-be27-49e9-8523-a49928c9a1e9} <Debug> DynamicQueryHandler: Done processing query | ||
12705 | 2024.03.26 19:55:37.519608 [ 3 ] {9b4649af-be27-49e9-8523-a49928c9a1e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12706 | 2024.03.26 19:55:37.519624 [ 3 ] {} <Debug> HTTP-Session: fa5ee4bb-129f-4c24-b12d-aab082d052ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12707 | 2024.03.26 19:55:37.519761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 367, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12708 | 2024.03.26 19:55:37.519815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12709 | 2024.03.26 19:55:37.519834 [ 3 ] {} <Debug> HTTP-Session: 92f5b6dc-67a4-46bf-a37a-d908113b1815 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12710 | 2024.03.26 19:55:37.519851 [ 3 ] {} <Debug> HTTP-Session: 92f5b6dc-67a4-46bf-a37a-d908113b1815 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12711 | 2024.03.26 19:55:37.519865 [ 3 ] {} <Debug> HTTP-Session: 92f5b6dc-67a4-46bf-a37a-d908113b1815 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12712 | 2024.03.26 19:55:37.519900 [ 3 ] {} <Trace> HTTP-Session: 92f5b6dc-67a4-46bf-a37a-d908113b1815 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12713 | 2024.03.26 19:55:37.519969 [ 3 ] {88b99ed2-11dd-4924-bd01-3f4e8581403d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12714 | 2024.03.26 19:55:37.520015 [ 3 ] {88b99ed2-11dd-4924-bd01-3f4e8581403d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12715 | 2024.03.26 19:55:37.520149 [ 3 ] {88b99ed2-11dd-4924-bd01-3f4e8581403d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12716 | 2024.03.26 19:55:37.520547 [ 3 ] {88b99ed2-11dd-4924-bd01-3f4e8581403d} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12717 | 2024.03.26 19:55:37.520586 [ 3 ] {88b99ed2-11dd-4924-bd01-3f4e8581403d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12718 | 2024.03.26 19:55:37.520889 [ 3 ] {88b99ed2-11dd-4924-bd01-3f4e8581403d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
12719 | 2024.03.26 19:55:37.521206 [ 3 ] {88b99ed2-11dd-4924-bd01-3f4e8581403d} <Trace> oximeter.fields_ipaddr (d86b2759-924d-48f5-a41a-bcc07b491a28): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12720 | 2024.03.26 19:55:37.521358 [ 3 ] {88b99ed2-11dd-4924-bd01-3f4e8581403d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001407 sec., 1421.4641080312722 rows/sec., 115.91 KiB/sec. | ||
12721 | 2024.03.26 19:55:37.521575 [ 3 ] {88b99ed2-11dd-4924-bd01-3f4e8581403d} <Debug> DynamicQueryHandler: Done processing query | ||
12722 | 2024.03.26 19:55:37.521633 [ 3 ] {88b99ed2-11dd-4924-bd01-3f4e8581403d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12723 | 2024.03.26 19:55:37.521681 [ 3 ] {} <Debug> HTTP-Session: 92f5b6dc-67a4-46bf-a37a-d908113b1815 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12724 | 2024.03.26 19:55:37.521843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 16374, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12725 | 2024.03.26 19:55:37.521895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12726 | 2024.03.26 19:55:37.521915 [ 3 ] {} <Debug> HTTP-Session: d69a8bc3-9480-48d3-bc08-bb697d1ce8c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12727 | 2024.03.26 19:55:37.521932 [ 3 ] {} <Debug> HTTP-Session: d69a8bc3-9480-48d3-bc08-bb697d1ce8c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12728 | 2024.03.26 19:55:37.521945 [ 3 ] {} <Debug> HTTP-Session: d69a8bc3-9480-48d3-bc08-bb697d1ce8c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12729 | 2024.03.26 19:55:37.521977 [ 3 ] {} <Trace> HTTP-Session: d69a8bc3-9480-48d3-bc08-bb697d1ce8c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12730 | 2024.03.26 19:55:37.522077 [ 3 ] {b86c33ed-55be-40dd-897e-3c5741d2acbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12731 | 2024.03.26 19:55:37.522119 [ 3 ] {b86c33ed-55be-40dd-897e-3c5741d2acbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12732 | 2024.03.26 19:55:37.522263 [ 3 ] {b86c33ed-55be-40dd-897e-3c5741d2acbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12733 | 2024.03.26 19:55:37.522641 [ 3 ] {b86c33ed-55be-40dd-897e-3c5741d2acbe} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12734 | 2024.03.26 19:55:37.522678 [ 3 ] {b86c33ed-55be-40dd-897e-3c5741d2acbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12735 | 2024.03.26 19:55:37.522996 [ 3 ] {b86c33ed-55be-40dd-897e-3c5741d2acbe} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12736 | 2024.03.26 19:55:37.523300 [ 3 ] {b86c33ed-55be-40dd-897e-3c5741d2acbe} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12737 | 2024.03.26 19:55:37.523461 [ 3 ] {b86c33ed-55be-40dd-897e-3c5741d2acbe} <Debug> executeQuery: Read 114 rows, 9.43 KiB in 0.001427 sec., 79887.87666433076 rows/sec., 6.46 MiB/sec. | ||
12738 | 2024.03.26 19:55:37.523582 [ 3 ] {b86c33ed-55be-40dd-897e-3c5741d2acbe} <Debug> DynamicQueryHandler: Done processing query | ||
12739 | 2024.03.26 19:55:37.523606 [ 3 ] {b86c33ed-55be-40dd-897e-3c5741d2acbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
12740 | 2024.03.26 19:55:37.523622 [ 3 ] {} <Debug> HTTP-Session: d69a8bc3-9480-48d3-bc08-bb697d1ce8c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12741 | 2024.03.26 19:55:37.523738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12742 | 2024.03.26 19:55:37.523787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12743 | 2024.03.26 19:55:37.523806 [ 3 ] {} <Debug> HTTP-Session: 0bf03355-c2c7-461f-a060-6c94ca658535 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12744 | 2024.03.26 19:55:37.523822 [ 3 ] {} <Debug> HTTP-Session: 0bf03355-c2c7-461f-a060-6c94ca658535 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12745 | 2024.03.26 19:55:37.523836 [ 3 ] {} <Debug> HTTP-Session: 0bf03355-c2c7-461f-a060-6c94ca658535 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12746 | 2024.03.26 19:55:37.523866 [ 3 ] {} <Trace> HTTP-Session: 0bf03355-c2c7-461f-a060-6c94ca658535 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12747 | 2024.03.26 19:55:37.523930 [ 3 ] {aea09791-0432-4d74-984d-e7c6ac69d104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12748 | 2024.03.26 19:55:37.523972 [ 3 ] {aea09791-0432-4d74-984d-e7c6ac69d104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12749 | 2024.03.26 19:55:37.524102 [ 3 ] {aea09791-0432-4d74-984d-e7c6ac69d104} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12750 | 2024.03.26 19:55:37.524404 [ 3 ] {aea09791-0432-4d74-984d-e7c6ac69d104} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12751 | 2024.03.26 19:55:37.524441 [ 3 ] {aea09791-0432-4d74-984d-e7c6ac69d104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12752 | 2024.03.26 19:55:37.524740 [ 3 ] {aea09791-0432-4d74-984d-e7c6ac69d104} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
12753 | 2024.03.26 19:55:37.525055 [ 3 ] {aea09791-0432-4d74-984d-e7c6ac69d104} <Trace> oximeter.fields_u16 (e0a2f1c9-48d5-444d-ae0e-409b6944541f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12754 | 2024.03.26 19:55:37.525207 [ 3 ] {aea09791-0432-4d74-984d-e7c6ac69d104} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001292 sec., 1547.9876160990711 rows/sec., 108.09 KiB/sec. | ||
12755 | 2024.03.26 19:55:37.525329 [ 3 ] {aea09791-0432-4d74-984d-e7c6ac69d104} <Debug> DynamicQueryHandler: Done processing query | ||
12756 | 2024.03.26 19:55:37.525353 [ 3 ] {aea09791-0432-4d74-984d-e7c6ac69d104} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12757 | 2024.03.26 19:55:37.525369 [ 3 ] {} <Debug> HTTP-Session: 0bf03355-c2c7-461f-a060-6c94ca658535 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12758 | 2024.03.26 19:55:37.525486 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 12054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12759 | 2024.03.26 19:55:37.525535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12760 | 2024.03.26 19:55:37.525554 [ 3 ] {} <Debug> HTTP-Session: 4f586a36-d7f7-4ff6-832b-6b237d970519 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12761 | 2024.03.26 19:55:37.525570 [ 3 ] {} <Debug> HTTP-Session: 4f586a36-d7f7-4ff6-832b-6b237d970519 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12762 | 2024.03.26 19:55:37.525584 [ 3 ] {} <Debug> HTTP-Session: 4f586a36-d7f7-4ff6-832b-6b237d970519 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12763 | 2024.03.26 19:55:37.525614 [ 3 ] {} <Trace> HTTP-Session: 4f586a36-d7f7-4ff6-832b-6b237d970519 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12764 | 2024.03.26 19:55:37.525700 [ 3 ] {b73499ad-b0af-43fe-8000-03f3bafb460a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12765 | 2024.03.26 19:55:37.525742 [ 3 ] {b73499ad-b0af-43fe-8000-03f3bafb460a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12766 | 2024.03.26 19:55:37.525866 [ 3 ] {b73499ad-b0af-43fe-8000-03f3bafb460a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12767 | 2024.03.26 19:55:37.526184 [ 3 ] {b73499ad-b0af-43fe-8000-03f3bafb460a} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12768 | 2024.03.26 19:55:37.526221 [ 3 ] {b73499ad-b0af-43fe-8000-03f3bafb460a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12769 | 2024.03.26 19:55:37.526534 [ 3 ] {b73499ad-b0af-43fe-8000-03f3bafb460a} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12770 | 2024.03.26 19:55:37.526840 [ 3 ] {b73499ad-b0af-43fe-8000-03f3bafb460a} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12771 | 2024.03.26 19:55:37.526963 [ 3 ] {b73499ad-b0af-43fe-8000-03f3bafb460a} <Debug> executeQuery: Read 71 rows, 5.66 KiB in 0.001305 sec., 54406.13026819924 rows/sec., 4.23 MiB/sec. | ||
12772 | 2024.03.26 19:55:37.527089 [ 3 ] {b73499ad-b0af-43fe-8000-03f3bafb460a} <Debug> DynamicQueryHandler: Done processing query | ||
12773 | 2024.03.26 19:55:37.527114 [ 3 ] {b73499ad-b0af-43fe-8000-03f3bafb460a} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12774 | 2024.03.26 19:55:37.527129 [ 3 ] {} <Debug> HTTP-Session: 4f586a36-d7f7-4ff6-832b-6b237d970519 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12775 | 2024.03.26 19:55:37.527307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 26294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12776 | 2024.03.26 19:55:37.527356 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12777 | 2024.03.26 19:55:37.527375 [ 3 ] {} <Debug> HTTP-Session: 1873525b-d6ce-4388-a34b-a88095207e50 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12778 | 2024.03.26 19:55:37.527392 [ 3 ] {} <Debug> HTTP-Session: 1873525b-d6ce-4388-a34b-a88095207e50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12779 | 2024.03.26 19:55:37.527405 [ 3 ] {} <Debug> HTTP-Session: 1873525b-d6ce-4388-a34b-a88095207e50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12780 | 2024.03.26 19:55:37.527436 [ 3 ] {} <Trace> HTTP-Session: 1873525b-d6ce-4388-a34b-a88095207e50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12781 | 2024.03.26 19:55:37.527544 [ 3 ] {46f43d16-b3e0-470e-b2c2-f8e13ea24c29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12782 | 2024.03.26 19:55:37.527588 [ 3 ] {46f43d16-b3e0-470e-b2c2-f8e13ea24c29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12783 | 2024.03.26 19:55:37.527730 [ 3 ] {46f43d16-b3e0-470e-b2c2-f8e13ea24c29} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12784 | 2024.03.26 19:55:37.528098 [ 3 ] {46f43d16-b3e0-470e-b2c2-f8e13ea24c29} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12785 | 2024.03.26 19:55:37.528134 [ 3 ] {46f43d16-b3e0-470e-b2c2-f8e13ea24c29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12786 | 2024.03.26 19:55:37.528519 [ 3 ] {46f43d16-b3e0-470e-b2c2-f8e13ea24c29} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12787 | 2024.03.26 19:55:37.528857 [ 3 ] {46f43d16-b3e0-470e-b2c2-f8e13ea24c29} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12788 | 2024.03.26 19:55:37.528981 [ 3 ] {46f43d16-b3e0-470e-b2c2-f8e13ea24c29} <Debug> executeQuery: Read 137 rows, 9.77 KiB in 0.001497 sec., 91516.36606546426 rows/sec., 6.37 MiB/sec. | ||
12789 | 2024.03.26 19:55:37.529114 [ 3 ] {46f43d16-b3e0-470e-b2c2-f8e13ea24c29} <Debug> DynamicQueryHandler: Done processing query | ||
12790 | 2024.03.26 19:55:37.529138 [ 3 ] {46f43d16-b3e0-470e-b2c2-f8e13ea24c29} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
12791 | 2024.03.26 19:55:37.529154 [ 3 ] {} <Debug> HTTP-Session: 1873525b-d6ce-4388-a34b-a88095207e50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12792 | 2024.03.26 19:55:37.529277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 18232, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12793 | 2024.03.26 19:55:37.529326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12794 | 2024.03.26 19:55:37.529345 [ 3 ] {} <Debug> HTTP-Session: cf8aa0b2-a7d9-403c-954f-deb6e30de325 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12795 | 2024.03.26 19:55:37.529361 [ 3 ] {} <Debug> HTTP-Session: cf8aa0b2-a7d9-403c-954f-deb6e30de325 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12796 | 2024.03.26 19:55:37.529375 [ 3 ] {} <Debug> HTTP-Session: cf8aa0b2-a7d9-403c-954f-deb6e30de325 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12797 | 2024.03.26 19:55:37.529405 [ 3 ] {} <Trace> HTTP-Session: cf8aa0b2-a7d9-403c-954f-deb6e30de325 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12798 | 2024.03.26 19:55:37.529553 [ 3 ] {8629415d-a15b-42fc-a36c-e54632d6add8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12799 | 2024.03.26 19:55:37.529598 [ 3 ] {8629415d-a15b-42fc-a36c-e54632d6add8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12800 | 2024.03.26 19:55:37.529753 [ 3 ] {8629415d-a15b-42fc-a36c-e54632d6add8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12801 | 2024.03.26 19:55:37.530151 [ 3 ] {8629415d-a15b-42fc-a36c-e54632d6add8} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12802 | 2024.03.26 19:55:37.530186 [ 3 ] {8629415d-a15b-42fc-a36c-e54632d6add8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12803 | 2024.03.26 19:55:37.530589 [ 3 ] {8629415d-a15b-42fc-a36c-e54632d6add8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
12804 | 2024.03.26 19:55:37.530925 [ 3 ] {8629415d-a15b-42fc-a36c-e54632d6add8} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12805 | 2024.03.26 19:55:37.531053 [ 3 ] {8629415d-a15b-42fc-a36c-e54632d6add8} <Debug> executeQuery: Read 17 rows, 23.49 KiB in 0.001602 sec., 10611.735330836455 rows/sec., 14.32 MiB/sec. | ||
12806 | 2024.03.26 19:55:37.531244 [ 3 ] {8629415d-a15b-42fc-a36c-e54632d6add8} <Debug> DynamicQueryHandler: Done processing query | ||
12807 | 2024.03.26 19:55:37.531305 [ 3 ] {8629415d-a15b-42fc-a36c-e54632d6add8} <Debug> MemoryTracker: Peak memory usage (for query): 4.36 MiB. | ||
12808 | 2024.03.26 19:55:37.531363 [ 3 ] {} <Debug> HTTP-Session: cf8aa0b2-a7d9-403c-954f-deb6e30de325 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12809 | 2024.03.26 19:55:37.531571 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12810 | 2024.03.26 19:55:37.531637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12811 | 2024.03.26 19:55:37.531655 [ 3 ] {} <Debug> HTTP-Session: 097ec388-6659-44f3-8eb7-f2f6258e6388 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12812 | 2024.03.26 19:55:37.531672 [ 3 ] {} <Debug> HTTP-Session: 097ec388-6659-44f3-8eb7-f2f6258e6388 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12813 | 2024.03.26 19:55:37.531686 [ 3 ] {} <Debug> HTTP-Session: 097ec388-6659-44f3-8eb7-f2f6258e6388 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12814 | 2024.03.26 19:55:37.531718 [ 3 ] {} <Trace> HTTP-Session: 097ec388-6659-44f3-8eb7-f2f6258e6388 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12815 | 2024.03.26 19:55:37.531796 [ 3 ] {f13b364a-baf8-4d80-8c49-67c230fd8e76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12816 | 2024.03.26 19:55:37.531839 [ 3 ] {f13b364a-baf8-4d80-8c49-67c230fd8e76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12817 | 2024.03.26 19:55:37.531983 [ 3 ] {f13b364a-baf8-4d80-8c49-67c230fd8e76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12818 | 2024.03.26 19:55:37.532310 [ 3 ] {f13b364a-baf8-4d80-8c49-67c230fd8e76} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12819 | 2024.03.26 19:55:37.532346 [ 3 ] {f13b364a-baf8-4d80-8c49-67c230fd8e76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12820 | 2024.03.26 19:55:37.532701 [ 3 ] {f13b364a-baf8-4d80-8c49-67c230fd8e76} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
12821 | 2024.03.26 19:55:37.533028 [ 3 ] {f13b364a-baf8-4d80-8c49-67c230fd8e76} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12822 | 2024.03.26 19:55:37.533156 [ 3 ] {f13b364a-baf8-4d80-8c49-67c230fd8e76} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001391 sec., 21567.21782890007 rows/sec., 1.48 MiB/sec. | ||
12823 | 2024.03.26 19:55:37.533338 [ 3 ] {f13b364a-baf8-4d80-8c49-67c230fd8e76} <Debug> DynamicQueryHandler: Done processing query | ||
12824 | 2024.03.26 19:55:37.533383 [ 3 ] {f13b364a-baf8-4d80-8c49-67c230fd8e76} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12825 | 2024.03.26 19:55:37.533431 [ 3 ] {} <Debug> HTTP-Session: 097ec388-6659-44f3-8eb7-f2f6258e6388 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12826 | 2024.03.26 19:55:41.467833 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12827 | 2024.03.26 19:55:41.467907 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12828 | 2024.03.26 19:55:42.516989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 9372, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12829 | 2024.03.26 19:55:42.517102 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12830 | 2024.03.26 19:55:42.517127 [ 3 ] {} <Debug> HTTP-Session: 58b58d10-9a46-49e0-a83e-237a08aa0f28 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12831 | 2024.03.26 19:55:42.517153 [ 3 ] {} <Debug> HTTP-Session: 58b58d10-9a46-49e0-a83e-237a08aa0f28 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12832 | 2024.03.26 19:55:42.517167 [ 3 ] {} <Debug> HTTP-Session: 58b58d10-9a46-49e0-a83e-237a08aa0f28 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12833 | 2024.03.26 19:55:42.517216 [ 3 ] {} <Trace> HTTP-Session: 58b58d10-9a46-49e0-a83e-237a08aa0f28 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12834 | 2024.03.26 19:55:42.517354 [ 3 ] {26b8928e-6072-4821-8782-3190935c841a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12835 | 2024.03.26 19:55:42.517418 [ 3 ] {26b8928e-6072-4821-8782-3190935c841a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12836 | 2024.03.26 19:55:42.517616 [ 3 ] {26b8928e-6072-4821-8782-3190935c841a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12837 | 2024.03.26 19:55:42.518161 [ 3 ] {26b8928e-6072-4821-8782-3190935c841a} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12838 | 2024.03.26 19:55:42.518237 [ 3 ] {26b8928e-6072-4821-8782-3190935c841a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12839 | 2024.03.26 19:55:42.518627 [ 3 ] {26b8928e-6072-4821-8782-3190935c841a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12840 | 2024.03.26 19:55:42.518965 [ 3 ] {26b8928e-6072-4821-8782-3190935c841a} <Trace> oximeter.fields_i64 (9d0be90f-10b3-49ac-80a1-6f27e3231c28): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12841 | 2024.03.26 19:55:42.519134 [ 3 ] {26b8928e-6072-4821-8782-3190935c841a} <Debug> executeQuery: Read 65 rows, 5.27 KiB in 0.001849 sec., 35154.13737155219 rows/sec., 2.78 MiB/sec. | ||
12842 | 2024.03.26 19:55:42.519280 [ 3 ] {26b8928e-6072-4821-8782-3190935c841a} <Debug> DynamicQueryHandler: Done processing query | ||
12843 | 2024.03.26 19:55:42.519307 [ 3 ] {26b8928e-6072-4821-8782-3190935c841a} <Debug> MemoryTracker: Peak memory usage (for query): 4.31 MiB. | ||
12844 | 2024.03.26 19:55:42.519324 [ 3 ] {} <Debug> HTTP-Session: 58b58d10-9a46-49e0-a83e-237a08aa0f28 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12845 | 2024.03.26 19:55:42.519515 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 34628, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12846 | 2024.03.26 19:55:42.519566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12847 | 2024.03.26 19:55:42.519586 [ 3 ] {} <Debug> HTTP-Session: 3fd6f28b-3f13-4384-970c-e2b03fc301a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12848 | 2024.03.26 19:55:42.519602 [ 3 ] {} <Debug> HTTP-Session: 3fd6f28b-3f13-4384-970c-e2b03fc301a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12849 | 2024.03.26 19:55:42.519643 [ 3 ] {} <Debug> HTTP-Session: 3fd6f28b-3f13-4384-970c-e2b03fc301a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12850 | 2024.03.26 19:55:42.519677 [ 3 ] {} <Trace> HTTP-Session: 3fd6f28b-3f13-4384-970c-e2b03fc301a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12851 | 2024.03.26 19:55:42.519796 [ 3 ] {083a3c14-9d84-4870-8c73-925072be77a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12852 | 2024.03.26 19:55:42.519838 [ 3 ] {083a3c14-9d84-4870-8c73-925072be77a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12853 | 2024.03.26 19:55:42.519963 [ 3 ] {083a3c14-9d84-4870-8c73-925072be77a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12854 | 2024.03.26 19:55:42.520453 [ 3 ] {083a3c14-9d84-4870-8c73-925072be77a6} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12855 | 2024.03.26 19:55:42.520492 [ 3 ] {083a3c14-9d84-4870-8c73-925072be77a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12856 | 2024.03.26 19:55:42.520818 [ 3 ] {083a3c14-9d84-4870-8c73-925072be77a6} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12857 | 2024.03.26 19:55:42.521127 [ 3 ] {083a3c14-9d84-4870-8c73-925072be77a6} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12858 | 2024.03.26 19:55:42.521282 [ 3 ] {083a3c14-9d84-4870-8c73-925072be77a6} <Debug> executeQuery: Read 221 rows, 21.16 KiB in 0.001551 sec., 142488.71695680206 rows/sec., 13.32 MiB/sec. | ||
12859 | 2024.03.26 19:55:42.521322 [ 74 ] {} <Debug> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
12860 | 2024.03.26 19:55:42.521456 [ 74 ] {} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12861 | 2024.03.26 19:55:42.521473 [ 3 ] {083a3c14-9d84-4870-8c73-925072be77a6} <Debug> DynamicQueryHandler: Done processing query | ||
12862 | 2024.03.26 19:55:42.521528 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12863 | 2024.03.26 19:55:42.521533 [ 3 ] {083a3c14-9d84-4870-8c73-925072be77a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.43 MiB. | ||
12864 | 2024.03.26 19:55:42.521594 [ 3 ] {} <Debug> HTTP-Session: 3fd6f28b-3f13-4384-970c-e2b03fc301a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12865 | 2024.03.26 19:55:42.521742 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
12866 | 2024.03.26 19:55:42.521895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 15801, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12867 | 2024.03.26 19:55:42.522005 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12868 | 2024.03.26 19:55:42.522028 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12869 | 2024.03.26 19:55:42.522039 [ 3 ] {} <Debug> HTTP-Session: 98c4d4dc-841e-45c9-8e8b-c292f14fa0eb Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12870 | 2024.03.26 19:55:42.522089 [ 3 ] {} <Debug> HTTP-Session: 98c4d4dc-841e-45c9-8e8b-c292f14fa0eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12871 | 2024.03.26 19:55:42.522097 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 301 rows starting from the beginning of the part | ||
12872 | 2024.03.26 19:55:42.522109 [ 3 ] {} <Debug> HTTP-Session: 98c4d4dc-841e-45c9-8e8b-c292f14fa0eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12873 | 2024.03.26 19:55:42.522181 [ 3 ] {} <Trace> HTTP-Session: 98c4d4dc-841e-45c9-8e8b-c292f14fa0eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12874 | 2024.03.26 19:55:42.522313 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 221 rows starting from the beginning of the part | ||
12875 | 2024.03.26 19:55:42.522554 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 77 rows starting from the beginning of the part | ||
12876 | 2024.03.26 19:55:42.522628 [ 3 ] {dc5d6ad2-d455-4588-ac79-f7f93073b02f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12877 | 2024.03.26 19:55:42.522896 [ 3 ] {dc5d6ad2-d455-4588-ac79-f7f93073b02f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12878 | 2024.03.26 19:55:42.522907 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 221 rows starting from the beginning of the part | ||
12879 | 2024.03.26 19:55:42.523203 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 114 rows starting from the beginning of the part | ||
12880 | 2024.03.26 19:55:42.523484 [ 191 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 221 rows starting from the beginning of the part | ||
12881 | 2024.03.26 19:55:42.524052 [ 3 ] {dc5d6ad2-d455-4588-ac79-f7f93073b02f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12882 | 2024.03.26 19:55:42.524791 [ 3 ] {dc5d6ad2-d455-4588-ac79-f7f93073b02f} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12883 | 2024.03.26 19:55:42.524859 [ 3 ] {dc5d6ad2-d455-4588-ac79-f7f93073b02f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12884 | 2024.03.26 19:55:42.525700 [ 3 ] {dc5d6ad2-d455-4588-ac79-f7f93073b02f} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12885 | 2024.03.26 19:55:42.526342 [ 3 ] {dc5d6ad2-d455-4588-ac79-f7f93073b02f} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12886 | 2024.03.26 19:55:42.526379 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1155 rows, containing 4 columns (4 merged, 0 gathered) in 0.004700362 sec., 245725.75473974133 rows/sec., 22.31 MiB/sec. | ||
12887 | 2024.03.26 19:55:42.526631 [ 74 ] {} <Debug> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
12888 | 2024.03.26 19:55:42.526635 [ 3 ] {dc5d6ad2-d455-4588-ac79-f7f93073b02f} <Debug> executeQuery: Read 93 rows, 7.44 KiB in 0.00427 sec., 21779.859484777517 rows/sec., 1.70 MiB/sec. | ||
12889 | 2024.03.26 19:55:42.526705 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
12890 | 2024.03.26 19:55:42.526750 [ 74 ] {} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12891 | 2024.03.26 19:55:42.526983 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12892 | 2024.03.26 19:55:42.527208 [ 3 ] {dc5d6ad2-d455-4588-ac79-f7f93073b02f} <Debug> DynamicQueryHandler: Done processing query | ||
12893 | 2024.03.26 19:55:42.527360 [ 3 ] {dc5d6ad2-d455-4588-ac79-f7f93073b02f} <Debug> MemoryTracker: Peak memory usage (for query): 4.32 MiB. | ||
12894 | 2024.03.26 19:55:42.527490 [ 3 ] {} <Debug> HTTP-Session: 98c4d4dc-841e-45c9-8e8b-c292f14fa0eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12895 | 2024.03.26 19:55:42.527565 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_85_17 to all_90_90_0 into Compact with storage Full | ||
12896 | 2024.03.26 19:55:42.527847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 19137, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12897 | 2024.03.26 19:55:42.527943 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12898 | 2024.03.26 19:55:42.527973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12899 | 2024.03.26 19:55:42.528020 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 161 rows starting from the beginning of the part | ||
12900 | 2024.03.26 19:55:42.528035 [ 3 ] {} <Debug> HTTP-Session: 6d00159c-273a-4ed7-a478-1982bbb92aae Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12901 | 2024.03.26 19:55:42.528105 [ 3 ] {} <Debug> HTTP-Session: 6d00159c-273a-4ed7-a478-1982bbb92aae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12902 | 2024.03.26 19:55:42.528166 [ 3 ] {} <Debug> HTTP-Session: 6d00159c-273a-4ed7-a478-1982bbb92aae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12903 | 2024.03.26 19:55:42.528236 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 93 rows starting from the beginning of the part | ||
12904 | 2024.03.26 19:55:42.528285 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12905 | 2024.03.26 19:55:42.528550 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 45 rows starting from the beginning of the part | ||
12906 | 2024.03.26 19:55:42.528657 [ 199 ] {1f279301-92c6-4482-9e94-48a6bd5c2d07::all_1_90_18} <Trace> oximeter.fields_string (1f279301-92c6-4482-9e94-48a6bd5c2d07) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
12907 | 2024.03.26 19:55:42.528759 [ 3 ] {} <Trace> HTTP-Session: 6d00159c-273a-4ed7-a478-1982bbb92aae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12908 | 2024.03.26 19:55:42.529097 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 93 rows starting from the beginning of the part | ||
12909 | 2024.03.26 19:55:42.529126 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
12910 | 2024.03.26 19:55:42.529382 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 71 rows starting from the beginning of the part | ||
12911 | 2024.03.26 19:55:42.529587 [ 187 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 93 rows starting from the beginning of the part | ||
12912 | 2024.03.26 19:55:42.529748 [ 3 ] {5c99d330-f3bf-478e-9b02-3c2d72968032} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12913 | 2024.03.26 19:55:42.530051 [ 3 ] {5c99d330-f3bf-478e-9b02-3c2d72968032} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12914 | 2024.03.26 19:55:42.530634 [ 3 ] {5c99d330-f3bf-478e-9b02-3c2d72968032} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12915 | 2024.03.26 19:55:42.531569 [ 3 ] {5c99d330-f3bf-478e-9b02-3c2d72968032} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12916 | 2024.03.26 19:55:42.531634 [ 3 ] {5c99d330-f3bf-478e-9b02-3c2d72968032} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12917 | 2024.03.26 19:55:42.532486 [ 202 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 556 rows, containing 4 columns (4 merged, 0 gathered) in 0.005296351 sec., 104977.93669641607 rows/sec., 8.20 MiB/sec. | ||
12918 | 2024.03.26 19:55:42.532657 [ 3 ] {5c99d330-f3bf-478e-9b02-3c2d72968032} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12919 | 2024.03.26 19:55:42.532744 [ 202 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
12920 | 2024.03.26 19:55:42.533464 [ 3 ] {5c99d330-f3bf-478e-9b02-3c2d72968032} <Trace> oximeter.measurements_cumulativeu64 (bc523218-5f16-4a99-9213-7865ae709871): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12921 | 2024.03.26 19:55:42.533732 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12922 | 2024.03.26 19:55:42.533759 [ 3 ] {5c99d330-f3bf-478e-9b02-3c2d72968032} <Debug> executeQuery: Read 100 rows, 7.10 KiB in 0.004298 sec., 23266.63564448581 rows/sec., 1.61 MiB/sec. | ||
12923 | 2024.03.26 19:55:42.534025 [ 198 ] {41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3::all_1_90_18} <Trace> oximeter.fields_uuid (41e7f30a-b1e9-4843-aa7e-8aa6694e4dc3) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
12924 | 2024.03.26 19:55:42.534062 [ 3 ] {5c99d330-f3bf-478e-9b02-3c2d72968032} <Debug> DynamicQueryHandler: Done processing query | ||
12925 | 2024.03.26 19:55:42.534103 [ 3 ] {5c99d330-f3bf-478e-9b02-3c2d72968032} <Debug> MemoryTracker: Peak memory usage (for query): 4.33 MiB. | ||
12926 | 2024.03.26 19:55:42.534158 [ 3 ] {} <Debug> HTTP-Session: 6d00159c-273a-4ed7-a478-1982bbb92aae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12927 | 2024.03.26 19:55:42.534217 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
12928 | 2024.03.26 19:55:42.534408 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 69528, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12929 | 2024.03.26 19:55:42.534463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12930 | 2024.03.26 19:55:42.534482 [ 3 ] {} <Debug> HTTP-Session: 413967fc-59f3-48be-a293-131e84cd7ba2 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12931 | 2024.03.26 19:55:42.534500 [ 3 ] {} <Debug> HTTP-Session: 413967fc-59f3-48be-a293-131e84cd7ba2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12932 | 2024.03.26 19:55:42.534513 [ 3 ] {} <Debug> HTTP-Session: 413967fc-59f3-48be-a293-131e84cd7ba2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12933 | 2024.03.26 19:55:42.534547 [ 3 ] {} <Trace> HTTP-Session: 413967fc-59f3-48be-a293-131e84cd7ba2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12934 | 2024.03.26 19:55:42.534979 [ 3 ] {e715c134-11f2-46e5-bfa4-ac3090e255e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12935 | 2024.03.26 19:55:42.535028 [ 3 ] {e715c134-11f2-46e5-bfa4-ac3090e255e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts) ON oximeter.measurements_histogramf64 | ||
12936 | 2024.03.26 19:55:42.535212 [ 3 ] {e715c134-11f2-46e5-bfa4-ac3090e255e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12937 | 2024.03.26 19:55:42.535840 [ 3 ] {e715c134-11f2-46e5-bfa4-ac3090e255e4} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12938 | 2024.03.26 19:55:42.535878 [ 3 ] {e715c134-11f2-46e5-bfa4-ac3090e255e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12939 | 2024.03.26 19:55:42.536344 [ 3 ] {e715c134-11f2-46e5-bfa4-ac3090e255e4} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
12940 | 2024.03.26 19:55:42.536695 [ 3 ] {e715c134-11f2-46e5-bfa4-ac3090e255e4} <Trace> oximeter.measurements_histogramf64 (2a0a9f5f-01cf-4894-8126-dc8bca2d930e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12941 | 2024.03.26 19:55:42.536862 [ 3 ] {e715c134-11f2-46e5-bfa4-ac3090e255e4} <Debug> executeQuery: Read 65 rows, 89.82 KiB in 0.002236 sec., 29069.767441860462 rows/sec., 39.23 MiB/sec. | ||
12942 | 2024.03.26 19:55:42.537104 [ 3 ] {e715c134-11f2-46e5-bfa4-ac3090e255e4} <Debug> DynamicQueryHandler: Done processing query | ||
12943 | 2024.03.26 19:55:42.537131 [ 3 ] {e715c134-11f2-46e5-bfa4-ac3090e255e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.60 MiB. | ||
12944 | 2024.03.26 19:55:42.537147 [ 3 ] {} <Debug> HTTP-Session: 413967fc-59f3-48be-a293-131e84cd7ba2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12945 | 2024.03.26 19:55:42.537335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:43869, User-Agent: (none), Length: 4622, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12946 | 2024.03.26 19:55:42.537459 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0 | ||
12947 | 2024.03.26 19:55:42.537527 [ 3 ] {} <Debug> HTTP-Session: 4ae26bca-5b6d-4823-b123-13d447b1d4d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:43869 | ||
12948 | 2024.03.26 19:55:42.537585 [ 3 ] {} <Debug> HTTP-Session: 4ae26bca-5b6d-4823-b123-13d447b1d4d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12949 | 2024.03.26 19:55:42.537626 [ 3 ] {} <Debug> HTTP-Session: 4ae26bca-5b6d-4823-b123-13d447b1d4d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12950 | 2024.03.26 19:55:42.537689 [ 3 ] {} <Trace> HTTP-Session: 4ae26bca-5b6d-4823-b123-13d447b1d4d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12951 | 2024.03.26 19:55:42.537768 [ 3 ] {307d1262-c738-4b1a-af11-ff55d1ed8114} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:43869) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12952 | 2024.03.26 19:55:42.537812 [ 3 ] {307d1262-c738-4b1a-af11-ff55d1ed8114} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12953 | 2024.03.26 19:55:42.537958 [ 3 ] {307d1262-c738-4b1a-af11-ff55d1ed8114} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12954 | 2024.03.26 19:55:42.538234 [ 3 ] {307d1262-c738-4b1a-af11-ff55d1ed8114} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12955 | 2024.03.26 19:55:42.538271 [ 3 ] {307d1262-c738-4b1a-af11-ff55d1ed8114} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 11.89 GiB. | ||
12956 | 2024.03.26 19:55:42.538632 [ 3 ] {307d1262-c738-4b1a-af11-ff55d1ed8114} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
12957 | 2024.03.26 19:55:42.538964 [ 3 ] {307d1262-c738-4b1a-af11-ff55d1ed8114} <Trace> oximeter.measurements_u64 (c0cbfc20-cd9f-4750-baae-fb21f5dd3aba): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12958 | 2024.03.26 19:55:42.539121 [ 3 ] {307d1262-c738-4b1a-af11-ff55d1ed8114} <Debug> executeQuery: Read 30 rows, 2.10 KiB in 0.001373 sec., 21849.963583394027 rows/sec., 1.50 MiB/sec. | ||
12959 | 2024.03.26 19:55:42.539251 [ 3 ] {307d1262-c738-4b1a-af11-ff55d1ed8114} <Debug> DynamicQueryHandler: Done processing query | ||
12960 | 2024.03.26 19:55:42.539276 [ 3 ] {307d1262-c738-4b1a-af11-ff55d1ed8114} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12961 | 2024.03.26 19:55:42.539307 [ 3 ] {} <Debug> HTTP-Session: 4ae26bca-5b6d-4823-b123-13d447b1d4d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db |