1 | [ Aug 8 23:00:14 Enabled. ] | ||
2 | [ Aug 8 23:00:14 Rereading configuration. ] | ||
3 | [ Aug 8 23:00:18 Rereading configuration. ] | ||
4 | [ Aug 8 23:00:21 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
5 | + set -o errexit | ||
6 | + set -o pipefail | ||
7 | + . /lib/svc/share/smf_include.sh | ||
8 | ++ SMF_EXIT_OK=0 | ||
9 | ++ SMF_EXIT_NODAEMON=94 | ||
10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
15 | ++ SMF_EXIT_ERR_PERM=100 | ||
16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
19 | + LISTEN_PORT=8123 | ||
20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
21 | + DATASTORE=/data | ||
22 | + single_node=true | ||
23 | + command=() | ||
24 | + true | ||
25 | + command+=("/opt/oxide/clickhouse/clickhouse" "server" "--log-file" "/var/tmp/clickhouse-server.log" "--errorlog-file" "/var/tmp/clickhouse-server.errlog" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
26 | + exec /opt/oxide/clickhouse/clickhouse server --log-file /var/tmp/clickhouse-server.log --errorlog-file /var/tmp/clickhouse-server.errlog -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
27 | [ Aug 8 23:00:21 Method "start" exited with status 0. ] | ||
28 | Processing configuration file 'config.xml'. | ||
29 | There is no file 'config.xml', will use embedded config. | ||
30 | Logging trace to /var/tmp/clickhouse-server.log | ||
31 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
32 | 2024.08.08 23:00:22.733868 [ 1 ] {} <Information> Application: Will watch for the process with pid 26735 | ||
33 | 2024.08.08 23:00:22.734391 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
34 | 2024.08.08 23:00:22.985384 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 26735 | ||
35 | 2024.08.08 23:00:22.986088 [ 1 ] {} <Information> Application: starting up | ||
36 | 2024.08.08 23:00:22.986782 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
37 | 2024.08.08 23:00:23.072610 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
38 | 2024.08.08 23:00:23.155209 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
39 | 2024.08.08 23:00:23.155264 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
40 | 2024.08.08 23:00:23.155286 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
41 | 2024.08.08 23:00:23.155358 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
42 | 2024.08.08 23:00:23.155688 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
43 | 2024.08.08 23:00:23.157169 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
44 | Processing configuration file 'config.xml'. | ||
45 | There is no file 'config.xml', will use embedded config. | ||
46 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
47 | 2024.08.08 23:00:23.157648 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
48 | 2024.08.08 23:00:23.158458 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
49 | 2024.08.08 23:00:23.158484 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
50 | 2024.08.08 23:00:23.158497 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
51 | 2024.08.08 23:00:23.158675 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
52 | 2024.08.08 23:00:23.159694 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
53 | 2024.08.08 23:00:23.165100 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
54 | 2024.08.08 23:00:23.165814 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
55 | 2024.08.08 23:00:23.167075 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
56 | 2024.08.08 23:00:23.167135 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
57 | 2024.08.08 23:00:23.168612 [ 1 ] {} <Debug> ConfigReloader: Loading config 'config.xml' | ||
58 | Processing configuration file 'config.xml'. | ||
59 | There is no file 'config.xml', will use embedded config. | ||
60 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
61 | 2024.08.08 23:00:23.168937 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performing update on configuration | ||
62 | 2024.08.08 23:00:23.173056 [ 1 ] {} <Debug> ConfigReloader: Loaded config 'config.xml', performed update on configuration | ||
63 | 2024.08.08 23:00:23.173347 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: config.xml | ||
64 | 2024.08.08 23:00:23.174823 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
65 | 2024.08.08 23:00:23.175189 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
66 | 2024.08.08 23:00:23.175520 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
67 | 2024.08.08 23:00:23.175839 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
68 | 2024.08.08 23:00:23.177190 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
69 | 2024.08.08 23:00:23.177222 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
70 | 2024.08.08 23:00:23.177299 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
71 | 2024.08.08 23:00:23.177476 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
72 | 2024.08.08 23:00:23.212601 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
73 | 2024.08.08 23:00:23.212655 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000251774 sec | ||
74 | 2024.08.08 23:00:23.212718 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
75 | 2024.08.08 23:00:23.212741 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
76 | 2024.08.08 23:00:23.213870 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
77 | 2024.08.08 23:00:23.214897 [ 1 ] {} <Debug> SystemLog: Not creating system.query_log since corresponding section 'query_log' is missing from config | ||
78 | 2024.08.08 23:00:23.214921 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
79 | 2024.08.08 23:00:23.214950 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
80 | 2024.08.08 23:00:23.214966 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
81 | 2024.08.08 23:00:23.214978 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
82 | 2024.08.08 23:00:23.215009 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
83 | 2024.08.08 23:00:23.215021 [ 1 ] {} <Debug> SystemLog: Not creating system.metric_log since corresponding section 'metric_log' is missing from config | ||
84 | 2024.08.08 23:00:23.215036 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
85 | 2024.08.08 23:00:23.215068 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
86 | 2024.08.08 23:00:23.215081 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_metric_log since corresponding section 'asynchronous_metric_log' is missing from config | ||
87 | 2024.08.08 23:00:23.215096 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
88 | 2024.08.08 23:00:23.215111 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
89 | 2024.08.08 23:00:23.215141 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
90 | 2024.08.08 23:00:23.215155 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
91 | 2024.08.08 23:00:23.215170 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
92 | 2024.08.08 23:00:23.215196 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
93 | 2024.08.08 23:00:23.215210 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
94 | 2024.08.08 23:00:23.250312 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
95 | 2024.08.08 23:00:23.270517 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
96 | 2024.08.08 23:00:23.270557 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.8501e-05 sec | ||
97 | 2024.08.08 23:00:23.270576 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
98 | 2024.08.08 23:00:23.270597 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
99 | 2024.08.08 23:00:23.270629 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
100 | 2024.08.08 23:00:23.270861 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
101 | 2024.08.08 23:00:23.270904 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
102 | 2024.08.08 23:00:23.270918 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
103 | 2024.08.08 23:00:23.270933 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
104 | 2024.08.08 23:00:23.270944 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
105 | 2024.08.08 23:00:23.288564 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to create SSL context. SSL will be disabled. Error: Poco::Exception. Code: 1000, e.code() = 0, SSL Exception: Configuration error: no certificate file has been specified (version 23.8.7.1) | ||
106 | 2024.08.08 23:00:23.476630 [ 1 ] {} <Trace> MySQLHandlerFactory: Failed to read RSA key pair from server certificate. Error: Code: 139. DB::Exception: Certificate file is not set. (NO_ELEMENTS_IN_CONFIG) (version 23.8.7.1) | ||
107 | 2024.08.08 23:00:23.476691 [ 1 ] {} <Trace> MySQLHandlerFactory: Generating new RSA key pair. | ||
108 | 2024.08.08 23:00:23.568685 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
109 | 2024.08.08 23:00:23.568938 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 9.86 MiB, peak 16.07 MiB, free memory in arenas 0.00 B, will set to 157.07 MiB (RSS), difference: 147.21 MiB | ||
110 | 2024.08.08 23:00:23.569827 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.2991e-05 sec. | ||
111 | 2024.08.08 23:00:23.570178 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
112 | 2024.08.08 23:00:23.570240 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
113 | 2024.08.08 23:00:23.570334 [ 1 ] {} <Information> Application: Listening for MySQL compatibility protocol: [fd00:1122:3344:101::e]:9004 | ||
114 | 2024.08.08 23:00:23.570357 [ 1 ] {} <Information> Application: Ready for connections. | ||
115 | 2024.08.08 23:00:26.485628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
116 | 2024.08.08 23:00:26.485870 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
117 | 2024.08.08 23:00:26.485905 [ 3 ] {} <Debug> HTTP-Session: 4e367b16-a6eb-4eeb-98e0-88a8bc019e6a Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
118 | 2024.08.08 23:00:26.485935 [ 3 ] {} <Debug> HTTP-Session: 4e367b16-a6eb-4eeb-98e0-88a8bc019e6a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
119 | 2024.08.08 23:00:26.485960 [ 3 ] {} <Debug> HTTP-Session: 4e367b16-a6eb-4eeb-98e0-88a8bc019e6a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
120 | 2024.08.08 23:00:26.486047 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
121 | 2024.08.08 23:00:26.486081 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
122 | 2024.08.08 23:00:26.486104 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
123 | 2024.08.08 23:00:26.486167 [ 3 ] {} <Trace> HTTP-Session: 4e367b16-a6eb-4eeb-98e0-88a8bc019e6a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
124 | 2024.08.08 23:00:26.487343 [ 3 ] {299b3438-4be7-46dd-a271-34af6586a067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
125 | 2024.08.08 23:00:26.529767 [ 3 ] {299b3438-4be7-46dd-a271-34af6586a067} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61539) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
126 | |||
127 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
128 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
129 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
130 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
131 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
132 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
133 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
134 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
135 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
136 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
137 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
138 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
139 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
140 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
141 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
142 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
143 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
144 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
145 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
146 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
147 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
148 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
149 | |||
150 | 2024.08.08 23:00:26.530544 [ 3 ] {299b3438-4be7-46dd-a271-34af6586a067} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
151 | |||
152 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
153 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
154 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
155 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
156 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
157 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
158 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
159 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
160 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
161 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
162 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
163 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
164 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
165 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
166 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
167 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
168 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
169 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
170 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
171 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
172 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
173 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
174 | (version 23.8.7.1) | ||
175 | 2024.08.08 23:00:26.532038 [ 3 ] {} <Debug> HTTP-Session: 4e367b16-a6eb-4eeb-98e0-88a8bc019e6a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
176 | 2024.08.08 23:00:26.533575 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 33, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
177 | 2024.08.08 23:00:26.533641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
178 | 2024.08.08 23:00:26.533667 [ 3 ] {} <Debug> HTTP-Session: 7546781d-0a30-4ada-8e25-e837fc405b0b Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
179 | 2024.08.08 23:00:26.533698 [ 3 ] {} <Debug> HTTP-Session: 7546781d-0a30-4ada-8e25-e837fc405b0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
180 | 2024.08.08 23:00:26.533712 [ 3 ] {} <Debug> HTTP-Session: 7546781d-0a30-4ada-8e25-e837fc405b0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
181 | 2024.08.08 23:00:26.533756 [ 3 ] {} <Trace> HTTP-Session: 7546781d-0a30-4ada-8e25-e837fc405b0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
182 | 2024.08.08 23:00:26.535131 [ 3 ] {80faeaf5-ff13-4d46-af6f-e5014182acc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) SHOW CLUSTERS FORMAT JSONEachRow; (stage: Complete) | ||
183 | 2024.08.08 23:00:26.535263 [ 3 ] {80faeaf5-ff13-4d46-af6f-e5014182acc5} <Debug> executeQuery: (internal) SELECT DISTINCT cluster FROM system.clusters ORDER BY cluster (stage: Complete) | ||
184 | 2024.08.08 23:00:26.537459 [ 3 ] {80faeaf5-ff13-4d46-af6f-e5014182acc5} <Trace> ContextAccess (default): Access granted: SELECT(cluster) ON system.clusters | ||
185 | 2024.08.08 23:00:26.540677 [ 3 ] {80faeaf5-ff13-4d46-af6f-e5014182acc5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
186 | 2024.08.08 23:00:26.547110 [ 3 ] {80faeaf5-ff13-4d46-af6f-e5014182acc5} <Debug> DynamicQueryHandler: Done processing query | ||
187 | 2024.08.08 23:00:26.547148 [ 3 ] {80faeaf5-ff13-4d46-af6f-e5014182acc5} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
188 | 2024.08.08 23:00:26.547172 [ 3 ] {} <Debug> HTTP-Session: 7546781d-0a30-4ada-8e25-e837fc405b0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
189 | 2024.08.08 23:00:26.548985 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 40, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
190 | 2024.08.08 23:00:26.549058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
191 | 2024.08.08 23:00:26.549087 [ 3 ] {} <Debug> HTTP-Session: dbfdeac8-d1f6-4d8a-b4b6-248181383638 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
192 | 2024.08.08 23:00:26.549108 [ 3 ] {} <Debug> HTTP-Session: dbfdeac8-d1f6-4d8a-b4b6-248181383638 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
193 | 2024.08.08 23:00:26.549128 [ 3 ] {} <Debug> HTTP-Session: dbfdeac8-d1f6-4d8a-b4b6-248181383638 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
194 | 2024.08.08 23:00:26.549172 [ 3 ] {} <Trace> HTTP-Session: dbfdeac8-d1f6-4d8a-b4b6-248181383638 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
195 | 2024.08.08 23:00:26.549331 [ 3 ] {38cfdaca-a10c-44d4-a1b3-4d1d4138f9fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) SELECT MAX(value) FROM oximeter.version; (stage: Complete) | ||
196 | 2024.08.08 23:00:26.549634 [ 3 ] {38cfdaca-a10c-44d4-a1b3-4d1d4138f9fd} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61539) (in query: SELECT MAX(value) FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
197 | |||
198 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
199 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
200 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
201 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
202 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
203 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
204 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
205 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
206 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
207 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
208 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
209 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
210 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
211 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
212 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
213 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
214 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
215 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
216 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
217 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
218 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
219 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
220 | |||
221 | 2024.08.08 23:00:26.549794 [ 3 ] {38cfdaca-a10c-44d4-a1b3-4d1d4138f9fd} <Error> DynamicQueryHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
222 | |||
223 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
224 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
225 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
226 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
227 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
228 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
229 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
230 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
231 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
232 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
233 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
234 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
235 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
236 | 13. DB::executeQuery(DB::ReadBuffer&, DB::WriteBuffer&, bool, std::shared_ptr<DB::Context>, std::function<void (DB::QueryResultDetails const&)>, std::optional<DB::FormatSettings> const&) @ 0x000000001518d019 in /opt/oxide/clickhouse/clickhouse | ||
237 | 14. DB::HTTPHandler::processQuery(DB::HTTPServerRequest&, DB::HTMLForm&, DB::HTTPServerResponse&, DB::HTTPHandler::Output&, std::optional<DB::CurrentThread::QueryScope>&) @ 0x00000000168a421a in /opt/oxide/clickhouse/clickhouse | ||
238 | 15. DB::HTTPHandler::handleRequest(DB::HTTPServerRequest&, DB::HTTPServerResponse&) @ 0x00000000168a714c in /opt/oxide/clickhouse/clickhouse | ||
239 | 16. DB::HTTPServerConnection::run() @ 0x00000000168c50ab in /opt/oxide/clickhouse/clickhouse | ||
240 | 17. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
241 | 18. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
242 | 19. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
243 | 20. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
244 | 21. _thrp_setup @ 0x0000000000114307 in /system/lib/amd64/libc.so.1 | ||
245 | (version 23.8.7.1) | ||
246 | 2024.08.08 23:00:26.549962 [ 3 ] {} <Debug> HTTP-Session: dbfdeac8-d1f6-4d8a-b4b6-248181383638 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
247 | 2024.08.08 23:00:26.551276 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 32, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
248 | 2024.08.08 23:00:26.551342 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
249 | 2024.08.08 23:00:26.551360 [ 3 ] {} <Debug> HTTP-Session: f4253995-1fde-408f-972d-cb69b1c3b90a Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
250 | 2024.08.08 23:00:26.551382 [ 3 ] {} <Debug> HTTP-Session: f4253995-1fde-408f-972d-cb69b1c3b90a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
251 | 2024.08.08 23:00:26.551404 [ 3 ] {} <Debug> HTTP-Session: f4253995-1fde-408f-972d-cb69b1c3b90a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
252 | 2024.08.08 23:00:26.551435 [ 3 ] {} <Trace> HTTP-Session: f4253995-1fde-408f-972d-cb69b1c3b90a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
253 | 2024.08.08 23:00:26.551601 [ 3 ] {39e3086f-55f1-4169-a62b-07d4c1191ae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
254 | 2024.08.08 23:00:26.551768 [ 3 ] {39e3086f-55f1-4169-a62b-07d4c1191ae8} <Debug> DynamicQueryHandler: Done processing query | ||
255 | 2024.08.08 23:00:26.551791 [ 3 ] {} <Debug> HTTP-Session: f4253995-1fde-408f-972d-cb69b1c3b90a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
256 | 2024.08.08 23:00:26.551903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 38, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
257 | 2024.08.08 23:00:26.551955 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
258 | 2024.08.08 23:00:26.551980 [ 3 ] {} <Debug> HTTP-Session: 6b37f206-cabc-4fc8-9dcf-67b45d2b6814 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
259 | 2024.08.08 23:00:26.551995 [ 3 ] {} <Debug> HTTP-Session: 6b37f206-cabc-4fc8-9dcf-67b45d2b6814 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
260 | 2024.08.08 23:00:26.552012 [ 3 ] {} <Debug> HTTP-Session: 6b37f206-cabc-4fc8-9dcf-67b45d2b6814 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
261 | 2024.08.08 23:00:26.552044 [ 3 ] {} <Trace> HTTP-Session: 6b37f206-cabc-4fc8-9dcf-67b45d2b6814 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
262 | 2024.08.08 23:00:26.552136 [ 3 ] {bc7ce659-b950-4259-a020-ae2764e14ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
263 | 2024.08.08 23:00:26.552191 [ 3 ] {bc7ce659-b950-4259-a020-ae2764e14ac3} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
264 | 2024.08.08 23:00:26.556982 [ 3 ] {bc7ce659-b950-4259-a020-ae2764e14ac3} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
265 | 2024.08.08 23:00:26.557023 [ 3 ] {bc7ce659-b950-4259-a020-ae2764e14ac3} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.815e-05 sec | ||
266 | 2024.08.08 23:00:26.557040 [ 3 ] {bc7ce659-b950-4259-a020-ae2764e14ac3} <Trace> ReferentialDeps: No tables | ||
267 | 2024.08.08 23:00:26.557061 [ 3 ] {bc7ce659-b950-4259-a020-ae2764e14ac3} <Trace> LoadingDeps: No tables | ||
268 | 2024.08.08 23:00:26.557086 [ 3 ] {bc7ce659-b950-4259-a020-ae2764e14ac3} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
269 | 2024.08.08 23:00:26.557228 [ 3 ] {bc7ce659-b950-4259-a020-ae2764e14ac3} <Debug> DynamicQueryHandler: Done processing query | ||
270 | 2024.08.08 23:00:26.557255 [ 3 ] {} <Debug> HTTP-Session: 6b37f206-cabc-4fc8-9dcf-67b45d2b6814 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
271 | 2024.08.08 23:00:26.557389 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 223, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
272 | 2024.08.08 23:00:26.557450 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
273 | 2024.08.08 23:00:26.557474 [ 3 ] {} <Debug> HTTP-Session: 10b37467-aa4c-49c3-9084-93a7e3fb711b Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
274 | 2024.08.08 23:00:26.557498 [ 3 ] {} <Debug> HTTP-Session: 10b37467-aa4c-49c3-9084-93a7e3fb711b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
275 | 2024.08.08 23:00:26.557528 [ 3 ] {} <Debug> HTTP-Session: 10b37467-aa4c-49c3-9084-93a7e3fb711b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
276 | 2024.08.08 23:00:26.557563 [ 3 ] {} <Trace> HTTP-Session: 10b37467-aa4c-49c3-9084-93a7e3fb711b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
277 | 2024.08.08 23:00:26.557733 [ 3 ] {17b259fc-86e6-45ab-b256-55b026c93d0d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) /* The version table contains metadata about the `oximeter` database */ | ||
278 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
279 | 2024.08.08 23:00:26.557789 [ 3 ] {17b259fc-86e6-45ab-b256-55b026c93d0d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
280 | 2024.08.08 23:00:26.561331 [ 3 ] {17b259fc-86e6-45ab-b256-55b026c93d0d} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
281 | 2024.08.08 23:00:26.562685 [ 3 ] {17b259fc-86e6-45ab-b256-55b026c93d0d} <Debug> oximeter.version (20d30a49-e288-45eb-9698-7a71242315ac): Loading data parts | ||
282 | 2024.08.08 23:00:26.563050 [ 3 ] {17b259fc-86e6-45ab-b256-55b026c93d0d} <Debug> oximeter.version (20d30a49-e288-45eb-9698-7a71242315ac): There are no data parts | ||
283 | 2024.08.08 23:00:26.607010 [ 3 ] {17b259fc-86e6-45ab-b256-55b026c93d0d} <Debug> DynamicQueryHandler: Done processing query | ||
284 | 2024.08.08 23:00:26.607036 [ 3 ] {} <Debug> HTTP-Session: 10b37467-aa4c-49c3-9084-93a7e3fb711b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
285 | 2024.08.08 23:00:26.607196 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 818, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
286 | 2024.08.08 23:00:26.607249 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
287 | 2024.08.08 23:00:26.607278 [ 3 ] {} <Debug> HTTP-Session: 017eb2e8-6ab9-4222-ae08-7bc836d7d877 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
288 | 2024.08.08 23:00:26.607294 [ 3 ] {} <Debug> HTTP-Session: 017eb2e8-6ab9-4222-ae08-7bc836d7d877 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
289 | 2024.08.08 23:00:26.607309 [ 3 ] {} <Debug> HTTP-Session: 017eb2e8-6ab9-4222-ae08-7bc836d7d877 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
290 | 2024.08.08 23:00:26.607345 [ 3 ] {} <Trace> HTTP-Session: 017eb2e8-6ab9-4222-ae08-7bc836d7d877 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
291 | 2024.08.08 23:00:26.607542 [ 3 ] {6a5af965-c9be-4c9b-bd7e-8d56381d93f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) /* The measurement tables contain all individual samples from each timeseries. | ||
292 | * | ||
293 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
294 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
295 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
296 | * by all samples from the same timeseries. | ||
297 | * | ||
298 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
299 | * and then uses that to index quickly into the measurements tables. | ||
300 | */ | ||
301 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
302 | 2024.08.08 23:00:26.607597 [ 3 ] {6a5af965-c9be-4c9b-bd7e-8d56381d93f1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
303 | 2024.08.08 23:00:26.622587 [ 3 ] {6a5af965-c9be-4c9b-bd7e-8d56381d93f1} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Loading data parts | ||
304 | 2024.08.08 23:00:26.622838 [ 3 ] {6a5af965-c9be-4c9b-bd7e-8d56381d93f1} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): There are no data parts | ||
305 | 2024.08.08 23:00:26.637756 [ 3 ] {6a5af965-c9be-4c9b-bd7e-8d56381d93f1} <Debug> DynamicQueryHandler: Done processing query | ||
306 | 2024.08.08 23:00:26.637788 [ 3 ] {} <Debug> HTTP-Session: 017eb2e8-6ab9-4222-ae08-7bc836d7d877 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
307 | 2024.08.08 23:00:26.637918 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 292, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
308 | 2024.08.08 23:00:26.637969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
309 | 2024.08.08 23:00:26.637992 [ 3 ] {} <Debug> HTTP-Session: c7964a6c-e636-40a7-b09a-763295cdb3c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
310 | 2024.08.08 23:00:26.638007 [ 3 ] {} <Debug> HTTP-Session: c7964a6c-e636-40a7-b09a-763295cdb3c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
311 | 2024.08.08 23:00:26.638025 [ 3 ] {} <Debug> HTTP-Session: c7964a6c-e636-40a7-b09a-763295cdb3c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
312 | 2024.08.08 23:00:26.638056 [ 3 ] {} <Trace> HTTP-Session: c7964a6c-e636-40a7-b09a-763295cdb3c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
313 | 2024.08.08 23:00:26.638229 [ 3 ] {d004402b-f628-4269-9ed6-98aef1fcd564} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
314 | 2024.08.08 23:00:26.638277 [ 3 ] {d004402b-f628-4269-9ed6-98aef1fcd564} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
315 | 2024.08.08 23:00:26.647519 [ 3 ] {d004402b-f628-4269-9ed6-98aef1fcd564} <Debug> oximeter.measurements_i8 (d4289e7d-0d12-422b-b5e7-ac1996dcfbdd): Loading data parts | ||
316 | 2024.08.08 23:00:26.647680 [ 3 ] {d004402b-f628-4269-9ed6-98aef1fcd564} <Debug> oximeter.measurements_i8 (d4289e7d-0d12-422b-b5e7-ac1996dcfbdd): There are no data parts | ||
317 | 2024.08.08 23:00:26.659858 [ 3 ] {d004402b-f628-4269-9ed6-98aef1fcd564} <Debug> DynamicQueryHandler: Done processing query | ||
318 | 2024.08.08 23:00:26.659898 [ 3 ] {} <Debug> HTTP-Session: c7964a6c-e636-40a7-b09a-763295cdb3c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
319 | 2024.08.08 23:00:26.660004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
320 | 2024.08.08 23:00:26.660056 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
321 | 2024.08.08 23:00:26.660079 [ 3 ] {} <Debug> HTTP-Session: ac14297d-2aa9-4510-ab9b-eb77794dc632 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
322 | 2024.08.08 23:00:26.660095 [ 3 ] {} <Debug> HTTP-Session: ac14297d-2aa9-4510-ab9b-eb77794dc632 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
323 | 2024.08.08 23:00:26.660111 [ 3 ] {} <Debug> HTTP-Session: ac14297d-2aa9-4510-ab9b-eb77794dc632 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
324 | 2024.08.08 23:00:26.660144 [ 3 ] {} <Trace> HTTP-Session: ac14297d-2aa9-4510-ab9b-eb77794dc632 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
325 | 2024.08.08 23:00:26.660308 [ 3 ] {9b1063db-1283-4cf9-8a8e-202923424a9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
326 | 2024.08.08 23:00:26.660359 [ 3 ] {9b1063db-1283-4cf9-8a8e-202923424a9f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
327 | 2024.08.08 23:00:26.671492 [ 3 ] {9b1063db-1283-4cf9-8a8e-202923424a9f} <Debug> oximeter.measurements_u8 (b29a07e9-0fe6-4b96-ae51-4378c7ca344b): Loading data parts | ||
328 | 2024.08.08 23:00:26.671686 [ 3 ] {9b1063db-1283-4cf9-8a8e-202923424a9f} <Debug> oximeter.measurements_u8 (b29a07e9-0fe6-4b96-ae51-4378c7ca344b): There are no data parts | ||
329 | 2024.08.08 23:00:26.682574 [ 3 ] {9b1063db-1283-4cf9-8a8e-202923424a9f} <Debug> DynamicQueryHandler: Done processing query | ||
330 | 2024.08.08 23:00:26.682605 [ 3 ] {} <Debug> HTTP-Session: ac14297d-2aa9-4510-ab9b-eb77794dc632 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
331 | 2024.08.08 23:00:26.682732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
332 | 2024.08.08 23:00:26.682794 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
333 | 2024.08.08 23:00:26.682821 [ 3 ] {} <Debug> HTTP-Session: 457791ea-8ee0-485d-bf8f-ee7a4189051a Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
334 | 2024.08.08 23:00:26.682840 [ 3 ] {} <Debug> HTTP-Session: 457791ea-8ee0-485d-bf8f-ee7a4189051a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
335 | 2024.08.08 23:00:26.682861 [ 3 ] {} <Debug> HTTP-Session: 457791ea-8ee0-485d-bf8f-ee7a4189051a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
336 | 2024.08.08 23:00:26.682895 [ 3 ] {} <Trace> HTTP-Session: 457791ea-8ee0-485d-bf8f-ee7a4189051a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
337 | 2024.08.08 23:00:26.683072 [ 3 ] {e334598f-dff7-4810-b7ff-dbc896c9da70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
338 | 2024.08.08 23:00:26.683120 [ 3 ] {e334598f-dff7-4810-b7ff-dbc896c9da70} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
339 | 2024.08.08 23:00:26.692661 [ 3 ] {e334598f-dff7-4810-b7ff-dbc896c9da70} <Debug> oximeter.measurements_i16 (72859121-1b02-4eaa-924d-629600c96b1e): Loading data parts | ||
340 | 2024.08.08 23:00:26.692836 [ 3 ] {e334598f-dff7-4810-b7ff-dbc896c9da70} <Debug> oximeter.measurements_i16 (72859121-1b02-4eaa-924d-629600c96b1e): There are no data parts | ||
341 | 2024.08.08 23:00:26.705389 [ 3 ] {e334598f-dff7-4810-b7ff-dbc896c9da70} <Debug> DynamicQueryHandler: Done processing query | ||
342 | 2024.08.08 23:00:26.705425 [ 3 ] {} <Debug> HTTP-Session: 457791ea-8ee0-485d-bf8f-ee7a4189051a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
343 | 2024.08.08 23:00:26.705548 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
344 | 2024.08.08 23:00:26.705609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
345 | 2024.08.08 23:00:26.705638 [ 3 ] {} <Debug> HTTP-Session: c3899d23-0031-4422-bfb5-45d7c571d681 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
346 | 2024.08.08 23:00:26.705657 [ 3 ] {} <Debug> HTTP-Session: c3899d23-0031-4422-bfb5-45d7c571d681 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
347 | 2024.08.08 23:00:26.705676 [ 3 ] {} <Debug> HTTP-Session: c3899d23-0031-4422-bfb5-45d7c571d681 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
348 | 2024.08.08 23:00:26.705726 [ 3 ] {} <Trace> HTTP-Session: c3899d23-0031-4422-bfb5-45d7c571d681 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
349 | 2024.08.08 23:00:26.705919 [ 3 ] {c689ae58-a91f-4a7c-ba20-9cb9b280d1f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
350 | 2024.08.08 23:00:26.705970 [ 3 ] {c689ae58-a91f-4a7c-ba20-9cb9b280d1f5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
351 | 2024.08.08 23:00:26.716390 [ 3 ] {c689ae58-a91f-4a7c-ba20-9cb9b280d1f5} <Debug> oximeter.measurements_u16 (1ec246f6-3049-458d-a415-b78db6653ba3): Loading data parts | ||
352 | 2024.08.08 23:00:26.716576 [ 3 ] {c689ae58-a91f-4a7c-ba20-9cb9b280d1f5} <Debug> oximeter.measurements_u16 (1ec246f6-3049-458d-a415-b78db6653ba3): There are no data parts | ||
353 | 2024.08.08 23:00:26.726828 [ 3 ] {c689ae58-a91f-4a7c-ba20-9cb9b280d1f5} <Debug> DynamicQueryHandler: Done processing query | ||
354 | 2024.08.08 23:00:26.726864 [ 3 ] {} <Debug> HTTP-Session: c3899d23-0031-4422-bfb5-45d7c571d681 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
355 | 2024.08.08 23:00:26.726982 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
356 | 2024.08.08 23:00:26.727043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
357 | 2024.08.08 23:00:26.727070 [ 3 ] {} <Debug> HTTP-Session: 6fa9cb24-f82f-4faa-bc61-913cf46b55da Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
358 | 2024.08.08 23:00:26.727106 [ 3 ] {} <Debug> HTTP-Session: 6fa9cb24-f82f-4faa-bc61-913cf46b55da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
359 | 2024.08.08 23:00:26.727121 [ 3 ] {} <Debug> HTTP-Session: 6fa9cb24-f82f-4faa-bc61-913cf46b55da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
360 | 2024.08.08 23:00:26.727162 [ 3 ] {} <Trace> HTTP-Session: 6fa9cb24-f82f-4faa-bc61-913cf46b55da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
361 | 2024.08.08 23:00:26.727383 [ 3 ] {a7fad0c2-348f-45c4-804f-f0a45ad79518} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
362 | 2024.08.08 23:00:26.727440 [ 3 ] {a7fad0c2-348f-45c4-804f-f0a45ad79518} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
363 | 2024.08.08 23:00:26.733189 [ 3 ] {a7fad0c2-348f-45c4-804f-f0a45ad79518} <Debug> oximeter.measurements_i32 (ae0c5dbc-561e-438a-b573-9b2c7ef9d87f): Loading data parts | ||
364 | 2024.08.08 23:00:26.733359 [ 3 ] {a7fad0c2-348f-45c4-804f-f0a45ad79518} <Debug> oximeter.measurements_i32 (ae0c5dbc-561e-438a-b573-9b2c7ef9d87f): There are no data parts | ||
365 | 2024.08.08 23:00:26.745419 [ 3 ] {a7fad0c2-348f-45c4-804f-f0a45ad79518} <Debug> DynamicQueryHandler: Done processing query | ||
366 | 2024.08.08 23:00:26.745457 [ 3 ] {} <Debug> HTTP-Session: 6fa9cb24-f82f-4faa-bc61-913cf46b55da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
367 | 2024.08.08 23:00:26.745577 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
368 | 2024.08.08 23:00:26.745637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
369 | 2024.08.08 23:00:26.745676 [ 3 ] {} <Debug> HTTP-Session: b2f85327-c483-441f-84d3-8ff89034110b Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
370 | 2024.08.08 23:00:26.745696 [ 3 ] {} <Debug> HTTP-Session: b2f85327-c483-441f-84d3-8ff89034110b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
371 | 2024.08.08 23:00:26.745716 [ 3 ] {} <Debug> HTTP-Session: b2f85327-c483-441f-84d3-8ff89034110b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
372 | 2024.08.08 23:00:26.745757 [ 3 ] {} <Trace> HTTP-Session: b2f85327-c483-441f-84d3-8ff89034110b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
373 | 2024.08.08 23:00:26.745946 [ 3 ] {33b3938d-700d-4681-bdea-bea30062ba71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
374 | 2024.08.08 23:00:26.745994 [ 3 ] {33b3938d-700d-4681-bdea-bea30062ba71} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
375 | 2024.08.08 23:00:26.753690 [ 3 ] {33b3938d-700d-4681-bdea-bea30062ba71} <Debug> oximeter.measurements_u32 (c5e5cee6-eb06-4eb3-ae76-9f570898b785): Loading data parts | ||
376 | 2024.08.08 23:00:26.753865 [ 3 ] {33b3938d-700d-4681-bdea-bea30062ba71} <Debug> oximeter.measurements_u32 (c5e5cee6-eb06-4eb3-ae76-9f570898b785): There are no data parts | ||
377 | 2024.08.08 23:00:26.760700 [ 3 ] {33b3938d-700d-4681-bdea-bea30062ba71} <Debug> DynamicQueryHandler: Done processing query | ||
378 | 2024.08.08 23:00:26.760735 [ 3 ] {} <Debug> HTTP-Session: b2f85327-c483-441f-84d3-8ff89034110b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
379 | 2024.08.08 23:00:26.760860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
380 | 2024.08.08 23:00:26.760918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
381 | 2024.08.08 23:00:26.760941 [ 3 ] {} <Debug> HTTP-Session: bd839b34-5f2d-410b-b856-b71b65ed1bfb Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
382 | 2024.08.08 23:00:26.760965 [ 3 ] {} <Debug> HTTP-Session: bd839b34-5f2d-410b-b856-b71b65ed1bfb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
383 | 2024.08.08 23:00:26.760979 [ 3 ] {} <Debug> HTTP-Session: bd839b34-5f2d-410b-b856-b71b65ed1bfb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
384 | 2024.08.08 23:00:26.761012 [ 3 ] {} <Trace> HTTP-Session: bd839b34-5f2d-410b-b856-b71b65ed1bfb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
385 | 2024.08.08 23:00:26.761190 [ 3 ] {8dc2e270-8f0f-48f7-8f0e-a7d5146652db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
386 | 2024.08.08 23:00:26.761255 [ 3 ] {8dc2e270-8f0f-48f7-8f0e-a7d5146652db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
387 | 2024.08.08 23:00:26.779669 [ 3 ] {8dc2e270-8f0f-48f7-8f0e-a7d5146652db} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Loading data parts | ||
388 | 2024.08.08 23:00:26.779871 [ 3 ] {8dc2e270-8f0f-48f7-8f0e-a7d5146652db} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): There are no data parts | ||
389 | 2024.08.08 23:00:26.782926 [ 3 ] {8dc2e270-8f0f-48f7-8f0e-a7d5146652db} <Debug> DynamicQueryHandler: Done processing query | ||
390 | 2024.08.08 23:00:26.782975 [ 3 ] {} <Debug> HTTP-Session: bd839b34-5f2d-410b-b856-b71b65ed1bfb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
391 | 2024.08.08 23:00:26.783114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 295, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
392 | 2024.08.08 23:00:26.783181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
393 | 2024.08.08 23:00:26.783204 [ 3 ] {} <Debug> HTTP-Session: 11dad561-bd5c-4bb1-be7d-1b95832350ec Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
394 | 2024.08.08 23:00:26.783228 [ 3 ] {} <Debug> HTTP-Session: 11dad561-bd5c-4bb1-be7d-1b95832350ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
395 | 2024.08.08 23:00:26.783246 [ 3 ] {} <Debug> HTTP-Session: 11dad561-bd5c-4bb1-be7d-1b95832350ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
396 | 2024.08.08 23:00:26.783287 [ 3 ] {} <Trace> HTTP-Session: 11dad561-bd5c-4bb1-be7d-1b95832350ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
397 | 2024.08.08 23:00:26.783502 [ 3 ] {546010cc-21ad-4563-be2c-87e0511483a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
398 | 2024.08.08 23:00:26.783563 [ 3 ] {546010cc-21ad-4563-be2c-87e0511483a1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
399 | 2024.08.08 23:00:26.785958 [ 3 ] {546010cc-21ad-4563-be2c-87e0511483a1} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Loading data parts | ||
400 | 2024.08.08 23:00:26.786142 [ 3 ] {546010cc-21ad-4563-be2c-87e0511483a1} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): There are no data parts | ||
401 | 2024.08.08 23:00:26.787485 [ 3 ] {546010cc-21ad-4563-be2c-87e0511483a1} <Debug> DynamicQueryHandler: Done processing query | ||
402 | 2024.08.08 23:00:26.787517 [ 3 ] {} <Debug> HTTP-Session: 11dad561-bd5c-4bb1-be7d-1b95832350ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
403 | 2024.08.08 23:00:26.787646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
404 | 2024.08.08 23:00:26.787694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
405 | 2024.08.08 23:00:26.787717 [ 3 ] {} <Debug> HTTP-Session: 19d83dd8-ec75-489f-9f29-e7f636c775b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
406 | 2024.08.08 23:00:26.787738 [ 3 ] {} <Debug> HTTP-Session: 19d83dd8-ec75-489f-9f29-e7f636c775b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
407 | 2024.08.08 23:00:26.787750 [ 3 ] {} <Debug> HTTP-Session: 19d83dd8-ec75-489f-9f29-e7f636c775b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
408 | 2024.08.08 23:00:26.787786 [ 3 ] {} <Trace> HTTP-Session: 19d83dd8-ec75-489f-9f29-e7f636c775b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
409 | 2024.08.08 23:00:26.787963 [ 3 ] {15ebb53b-445e-416f-8df7-3140046bf88a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
410 | 2024.08.08 23:00:26.788018 [ 3 ] {15ebb53b-445e-416f-8df7-3140046bf88a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
411 | 2024.08.08 23:00:26.797449 [ 3 ] {15ebb53b-445e-416f-8df7-3140046bf88a} <Debug> oximeter.measurements_f32 (e97ad8d4-eca4-4d21-a1a3-a6d5ee7d5cb1): Loading data parts | ||
412 | 2024.08.08 23:00:26.797635 [ 3 ] {15ebb53b-445e-416f-8df7-3140046bf88a} <Debug> oximeter.measurements_f32 (e97ad8d4-eca4-4d21-a1a3-a6d5ee7d5cb1): There are no data parts | ||
413 | 2024.08.08 23:00:26.801363 [ 3 ] {15ebb53b-445e-416f-8df7-3140046bf88a} <Debug> DynamicQueryHandler: Done processing query | ||
414 | 2024.08.08 23:00:26.801394 [ 3 ] {} <Debug> HTTP-Session: 19d83dd8-ec75-489f-9f29-e7f636c775b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
415 | 2024.08.08 23:00:26.801527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 296, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
416 | 2024.08.08 23:00:26.801598 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
417 | 2024.08.08 23:00:26.801620 [ 3 ] {} <Debug> HTTP-Session: 091722c2-a6cc-4977-948b-b7df33fd5bae Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
418 | 2024.08.08 23:00:26.801645 [ 3 ] {} <Debug> HTTP-Session: 091722c2-a6cc-4977-948b-b7df33fd5bae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
419 | 2024.08.08 23:00:26.801668 [ 3 ] {} <Debug> HTTP-Session: 091722c2-a6cc-4977-948b-b7df33fd5bae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
420 | 2024.08.08 23:00:26.801709 [ 3 ] {} <Trace> HTTP-Session: 091722c2-a6cc-4977-948b-b7df33fd5bae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
421 | 2024.08.08 23:00:26.801911 [ 3 ] {07db9d71-fc73-4f10-b26a-44de9452b02c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_f64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
422 | 2024.08.08 23:00:26.801975 [ 3 ] {07db9d71-fc73-4f10-b26a-44de9452b02c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
423 | 2024.08.08 23:00:26.804425 [ 3 ] {07db9d71-fc73-4f10-b26a-44de9452b02c} <Debug> oximeter.measurements_f64 (7a5f3bd1-b17c-4bc7-88e7-d6d879841392): Loading data parts | ||
424 | 2024.08.08 23:00:26.804627 [ 3 ] {07db9d71-fc73-4f10-b26a-44de9452b02c} <Debug> oximeter.measurements_f64 (7a5f3bd1-b17c-4bc7-88e7-d6d879841392): There are no data parts | ||
425 | 2024.08.08 23:00:26.806035 [ 3 ] {07db9d71-fc73-4f10-b26a-44de9452b02c} <Debug> DynamicQueryHandler: Done processing query | ||
426 | 2024.08.08 23:00:26.806070 [ 3 ] {} <Debug> HTTP-Session: 091722c2-a6cc-4977-948b-b7df33fd5bae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
427 | 2024.08.08 23:00:26.806183 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 298, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
428 | 2024.08.08 23:00:26.806242 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
429 | 2024.08.08 23:00:26.806260 [ 3 ] {} <Debug> HTTP-Session: 30a2e471-abc9-4e7e-a304-26b5f23fcaee Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
430 | 2024.08.08 23:00:26.806287 [ 3 ] {} <Debug> HTTP-Session: 30a2e471-abc9-4e7e-a304-26b5f23fcaee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
431 | 2024.08.08 23:00:26.806327 [ 3 ] {} <Debug> HTTP-Session: 30a2e471-abc9-4e7e-a304-26b5f23fcaee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
432 | 2024.08.08 23:00:26.806404 [ 3 ] {} <Trace> HTTP-Session: 30a2e471-abc9-4e7e-a304-26b5f23fcaee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
433 | 2024.08.08 23:00:26.806607 [ 3 ] {672df0c9-5c4b-42b3-a755-4df252a8c351} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_string ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(String) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
434 | 2024.08.08 23:00:26.806681 [ 3 ] {672df0c9-5c4b-42b3-a755-4df252a8c351} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
435 | 2024.08.08 23:00:26.815095 [ 3 ] {672df0c9-5c4b-42b3-a755-4df252a8c351} <Debug> oximeter.measurements_string (b9b73ebd-13e2-4cd9-93fd-bb7c2a397549): Loading data parts | ||
436 | 2024.08.08 23:00:26.815278 [ 3 ] {672df0c9-5c4b-42b3-a755-4df252a8c351} <Debug> oximeter.measurements_string (b9b73ebd-13e2-4cd9-93fd-bb7c2a397549): There are no data parts | ||
437 | 2024.08.08 23:00:26.822092 [ 3 ] {672df0c9-5c4b-42b3-a755-4df252a8c351} <Debug> DynamicQueryHandler: Done processing query | ||
438 | 2024.08.08 23:00:26.822121 [ 3 ] {} <Debug> HTTP-Session: 30a2e471-abc9-4e7e-a304-26b5f23fcaee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
439 | 2024.08.08 23:00:26.822248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
440 | 2024.08.08 23:00:26.822314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
441 | 2024.08.08 23:00:26.822336 [ 3 ] {} <Debug> HTTP-Session: af1fe853-bcae-43c2-bb1c-2f5fcc729299 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
442 | 2024.08.08 23:00:26.822361 [ 3 ] {} <Debug> HTTP-Session: af1fe853-bcae-43c2-bb1c-2f5fcc729299 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
443 | 2024.08.08 23:00:26.822392 [ 3 ] {} <Debug> HTTP-Session: af1fe853-bcae-43c2-bb1c-2f5fcc729299 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
444 | 2024.08.08 23:00:26.822429 [ 3 ] {} <Trace> HTTP-Session: af1fe853-bcae-43c2-bb1c-2f5fcc729299 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
445 | 2024.08.08 23:00:26.822643 [ 3 ] {7b6c6fce-cd8e-4bba-a4c5-e25b6a5ee548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
448 | * a string isn't palatable for a few reasons. | ||
449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
450 | * details. | ||
451 | */ | ||
452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
453 | 2024.08.08 23:00:26.822717 [ 3 ] {7b6c6fce-cd8e-4bba-a4c5-e25b6a5ee548} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
454 | 2024.08.08 23:00:26.826681 [ 3 ] {7b6c6fce-cd8e-4bba-a4c5-e25b6a5ee548} <Debug> oximeter.measurements_bytes (732e51eb-d1df-4c18-8003-f824ac9e3a10): Loading data parts | ||
455 | 2024.08.08 23:00:26.826832 [ 3 ] {7b6c6fce-cd8e-4bba-a4c5-e25b6a5ee548} <Debug> oximeter.measurements_bytes (732e51eb-d1df-4c18-8003-f824ac9e3a10): There are no data parts | ||
456 | 2024.08.08 23:00:26.833224 [ 3 ] {7b6c6fce-cd8e-4bba-a4c5-e25b6a5ee548} <Debug> DynamicQueryHandler: Done processing query | ||
457 | 2024.08.08 23:00:26.833254 [ 3 ] {} <Debug> HTTP-Session: af1fe853-bcae-43c2-bb1c-2f5fcc729299 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
458 | 2024.08.08 23:00:26.833385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
459 | 2024.08.08 23:00:26.833456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
460 | 2024.08.08 23:00:26.833478 [ 3 ] {} <Debug> HTTP-Session: 12cc2796-d2ea-4afd-aeaa-92cce7c8d6e9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
461 | 2024.08.08 23:00:26.833503 [ 3 ] {} <Debug> HTTP-Session: 12cc2796-d2ea-4afd-aeaa-92cce7c8d6e9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
462 | 2024.08.08 23:00:26.833525 [ 3 ] {} <Debug> HTTP-Session: 12cc2796-d2ea-4afd-aeaa-92cce7c8d6e9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
463 | 2024.08.08 23:00:26.833561 [ 3 ] {} <Trace> HTTP-Session: 12cc2796-d2ea-4afd-aeaa-92cce7c8d6e9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
464 | 2024.08.08 23:00:26.833790 [ 3 ] {b14984b2-9706-4297-954d-d012c14f5fa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativei64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
465 | 2024.08.08 23:00:26.833850 [ 3 ] {b14984b2-9706-4297-954d-d012c14f5fa3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
466 | 2024.08.08 23:00:26.841030 [ 3 ] {b14984b2-9706-4297-954d-d012c14f5fa3} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Loading data parts | ||
467 | 2024.08.08 23:00:26.841202 [ 3 ] {b14984b2-9706-4297-954d-d012c14f5fa3} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): There are no data parts | ||
468 | 2024.08.08 23:00:26.856236 [ 3 ] {b14984b2-9706-4297-954d-d012c14f5fa3} <Debug> DynamicQueryHandler: Done processing query | ||
469 | 2024.08.08 23:00:26.856278 [ 3 ] {} <Debug> HTTP-Session: 12cc2796-d2ea-4afd-aeaa-92cce7c8d6e9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
470 | 2024.08.08 23:00:26.856390 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 354, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
471 | 2024.08.08 23:00:26.856455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
472 | 2024.08.08 23:00:26.856474 [ 3 ] {} <Debug> HTTP-Session: bd529c66-ea81-4d34-b736-d28aec443044 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
473 | 2024.08.08 23:00:26.856495 [ 3 ] {} <Debug> HTTP-Session: bd529c66-ea81-4d34-b736-d28aec443044 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
474 | 2024.08.08 23:00:26.856508 [ 3 ] {} <Debug> HTTP-Session: bd529c66-ea81-4d34-b736-d28aec443044 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
475 | 2024.08.08 23:00:26.856541 [ 3 ] {} <Trace> HTTP-Session: bd529c66-ea81-4d34-b736-d28aec443044 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
476 | 2024.08.08 23:00:26.856723 [ 3 ] {9117f763-3a0c-4b34-8eb4-ac8fbf354a02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativeu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
477 | 2024.08.08 23:00:26.856778 [ 3 ] {9117f763-3a0c-4b34-8eb4-ac8fbf354a02} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
478 | 2024.08.08 23:00:26.865302 [ 3 ] {9117f763-3a0c-4b34-8eb4-ac8fbf354a02} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Loading data parts | ||
479 | 2024.08.08 23:00:26.865466 [ 3 ] {9117f763-3a0c-4b34-8eb4-ac8fbf354a02} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): There are no data parts | ||
480 | 2024.08.08 23:00:26.867323 [ 3 ] {9117f763-3a0c-4b34-8eb4-ac8fbf354a02} <Debug> DynamicQueryHandler: Done processing query | ||
481 | 2024.08.08 23:00:26.867347 [ 3 ] {} <Debug> HTTP-Session: bd529c66-ea81-4d34-b736-d28aec443044 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
482 | 2024.08.08 23:00:26.867470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 355, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
483 | 2024.08.08 23:00:26.867520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
484 | 2024.08.08 23:00:26.867539 [ 3 ] {} <Debug> HTTP-Session: 57601ba1-1b21-42cf-81d9-38fb18853d97 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
485 | 2024.08.08 23:00:26.867560 [ 3 ] {} <Debug> HTTP-Session: 57601ba1-1b21-42cf-81d9-38fb18853d97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
486 | 2024.08.08 23:00:26.867578 [ 3 ] {} <Debug> HTTP-Session: 57601ba1-1b21-42cf-81d9-38fb18853d97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
487 | 2024.08.08 23:00:26.867608 [ 3 ] {} <Trace> HTTP-Session: 57601ba1-1b21-42cf-81d9-38fb18853d97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
488 | 2024.08.08 23:00:26.867789 [ 3 ] {8ab49664-8084-4697-abf2-56585b40538d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
489 | 2024.08.08 23:00:26.867856 [ 3 ] {8ab49664-8084-4697-abf2-56585b40538d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
490 | 2024.08.08 23:00:26.871914 [ 3 ] {8ab49664-8084-4697-abf2-56585b40538d} <Debug> oximeter.measurements_cumulativef32 (d49f30b8-c5f7-44cb-ba37-8ded187285da): Loading data parts | ||
491 | 2024.08.08 23:00:26.872102 [ 3 ] {8ab49664-8084-4697-abf2-56585b40538d} <Debug> oximeter.measurements_cumulativef32 (d49f30b8-c5f7-44cb-ba37-8ded187285da): There are no data parts | ||
492 | 2024.08.08 23:00:26.877417 [ 3 ] {8ab49664-8084-4697-abf2-56585b40538d} <Debug> DynamicQueryHandler: Done processing query | ||
493 | 2024.08.08 23:00:26.877454 [ 3 ] {} <Debug> HTTP-Session: 57601ba1-1b21-42cf-81d9-38fb18853d97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
494 | 2024.08.08 23:00:26.877578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 356, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
495 | 2024.08.08 23:00:26.877644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
496 | 2024.08.08 23:00:26.877673 [ 3 ] {} <Debug> HTTP-Session: ecc57b39-0de7-4f27-bd3d-812c28234974 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
497 | 2024.08.08 23:00:26.877699 [ 3 ] {} <Debug> HTTP-Session: ecc57b39-0de7-4f27-bd3d-812c28234974 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
498 | 2024.08.08 23:00:26.877714 [ 3 ] {} <Debug> HTTP-Session: ecc57b39-0de7-4f27-bd3d-812c28234974 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
499 | 2024.08.08 23:00:26.877755 [ 3 ] {} <Trace> HTTP-Session: ecc57b39-0de7-4f27-bd3d-812c28234974 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
500 | 2024.08.08 23:00:26.877967 [ 3 ] {3d69fe91-b5db-4bcf-9941-612c6c076aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
501 | 2024.08.08 23:00:26.878023 [ 3 ] {3d69fe91-b5db-4bcf-9941-612c6c076aa8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
502 | 2024.08.08 23:00:26.884191 [ 3 ] {3d69fe91-b5db-4bcf-9941-612c6c076aa8} <Debug> oximeter.measurements_cumulativef64 (913e6a13-6e9a-469d-8f8c-8369b5f03cb7): Loading data parts | ||
503 | 2024.08.08 23:00:26.884342 [ 3 ] {3d69fe91-b5db-4bcf-9941-612c6c076aa8} <Debug> oximeter.measurements_cumulativef64 (913e6a13-6e9a-469d-8f8c-8369b5f03cb7): There are no data parts | ||
504 | 2024.08.08 23:00:26.890397 [ 3 ] {3d69fe91-b5db-4bcf-9941-612c6c076aa8} <Debug> DynamicQueryHandler: Done processing query | ||
505 | 2024.08.08 23:00:26.890428 [ 3 ] {} <Debug> HTTP-Session: ecc57b39-0de7-4f27-bd3d-812c28234974 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
506 | 2024.08.08 23:00:26.890562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 1300, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
507 | 2024.08.08 23:00:26.890626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
508 | 2024.08.08 23:00:26.890649 [ 3 ] {} <Debug> HTTP-Session: 57000ced-c8e1-448e-9831-06a40814c7ee Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
509 | 2024.08.08 23:00:26.890674 [ 3 ] {} <Debug> HTTP-Session: 57000ced-c8e1-448e-9831-06a40814c7ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
510 | 2024.08.08 23:00:26.890703 [ 3 ] {} <Debug> HTTP-Session: 57000ced-c8e1-448e-9831-06a40814c7ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
511 | 2024.08.08 23:00:26.890739 [ 3 ] {} <Trace> HTTP-Session: 57000ced-c8e1-448e-9831-06a40814c7ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
512 | 2024.08.08 23:00:26.891011 [ 3 ] {c5499520-baf9-4155-973d-4c8851a1c7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
513 | * NOTE: Array types cannot be Nullable, see | ||
514 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
515 | * for more details. | ||
516 | * | ||
517 | * This means we need to use empty arrays to indicate a missing value. This | ||
518 | * is unfortunate, and at this point relies on the fact that an | ||
519 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
520 | * to figure out another way to represent missing samples here. | ||
521 | */ | ||
522 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
523 | 2024.08.08 23:00:26.891081 [ 3 ] {c5499520-baf9-4155-973d-4c8851a1c7e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
524 | 2024.08.08 23:00:26.901267 [ 3 ] {c5499520-baf9-4155-973d-4c8851a1c7e1} <Debug> oximeter.measurements_histogrami8 (5bb5c74f-3e9d-400a-88eb-2328d12ff580): Loading data parts | ||
525 | 2024.08.08 23:00:26.901430 [ 3 ] {c5499520-baf9-4155-973d-4c8851a1c7e1} <Debug> oximeter.measurements_histogrami8 (5bb5c74f-3e9d-400a-88eb-2328d12ff580): There are no data parts | ||
526 | 2024.08.08 23:00:26.912655 [ 3 ] {c5499520-baf9-4155-973d-4c8851a1c7e1} <Debug> DynamicQueryHandler: Done processing query | ||
527 | 2024.08.08 23:00:26.912694 [ 3 ] {} <Debug> HTTP-Session: 57000ced-c8e1-448e-9831-06a40814c7ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
528 | 2024.08.08 23:00:26.912827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 839, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
529 | 2024.08.08 23:00:26.912883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
530 | 2024.08.08 23:00:26.912910 [ 3 ] {} <Debug> HTTP-Session: 21ddfe14-f6ea-4cff-adf9-b7bcd0383de1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
531 | 2024.08.08 23:00:26.912931 [ 3 ] {} <Debug> HTTP-Session: 21ddfe14-f6ea-4cff-adf9-b7bcd0383de1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
532 | 2024.08.08 23:00:26.912945 [ 3 ] {} <Debug> HTTP-Session: 21ddfe14-f6ea-4cff-adf9-b7bcd0383de1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
533 | 2024.08.08 23:00:26.912979 [ 3 ] {} <Trace> HTTP-Session: 21ddfe14-f6ea-4cff-adf9-b7bcd0383de1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
534 | 2024.08.08 23:00:26.913223 [ 3 ] {3ac8ffb9-920d-430b-9ec9-bcd3a791035e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
535 | 2024.08.08 23:00:26.913300 [ 3 ] {3ac8ffb9-920d-430b-9ec9-bcd3a791035e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
536 | 2024.08.08 23:00:26.924172 [ 3 ] {3ac8ffb9-920d-430b-9ec9-bcd3a791035e} <Debug> oximeter.measurements_histogramu8 (38b238f5-a88b-43ec-9672-8aaffec11bd6): Loading data parts | ||
537 | 2024.08.08 23:00:26.924340 [ 3 ] {3ac8ffb9-920d-430b-9ec9-bcd3a791035e} <Debug> oximeter.measurements_histogramu8 (38b238f5-a88b-43ec-9672-8aaffec11bd6): There are no data parts | ||
538 | 2024.08.08 23:00:26.929847 [ 3 ] {3ac8ffb9-920d-430b-9ec9-bcd3a791035e} <Debug> DynamicQueryHandler: Done processing query | ||
539 | 2024.08.08 23:00:26.929877 [ 3 ] {} <Debug> HTTP-Session: 21ddfe14-f6ea-4cff-adf9-b7bcd0383de1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
540 | 2024.08.08 23:00:26.929986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
541 | 2024.08.08 23:00:26.930044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
542 | 2024.08.08 23:00:26.930063 [ 3 ] {} <Debug> HTTP-Session: 1f991f0b-2e63-40c1-97a2-2af8019c740a Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
543 | 2024.08.08 23:00:26.930084 [ 3 ] {} <Debug> HTTP-Session: 1f991f0b-2e63-40c1-97a2-2af8019c740a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
544 | 2024.08.08 23:00:26.930098 [ 3 ] {} <Debug> HTTP-Session: 1f991f0b-2e63-40c1-97a2-2af8019c740a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
545 | 2024.08.08 23:00:26.930140 [ 3 ] {} <Trace> HTTP-Session: 1f991f0b-2e63-40c1-97a2-2af8019c740a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
546 | 2024.08.08 23:00:26.930386 [ 3 ] {7b93b6c0-7fba-4428-b495-0fc3ad286ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
547 | 2024.08.08 23:00:26.930451 [ 3 ] {7b93b6c0-7fba-4428-b495-0fc3ad286ba2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
548 | 2024.08.08 23:00:26.939066 [ 3 ] {7b93b6c0-7fba-4428-b495-0fc3ad286ba2} <Debug> oximeter.measurements_histogrami16 (cf3e5c71-8b55-4cfd-b5a0-a6471c05927a): Loading data parts | ||
549 | 2024.08.08 23:00:26.939232 [ 3 ] {7b93b6c0-7fba-4428-b495-0fc3ad286ba2} <Debug> oximeter.measurements_histogrami16 (cf3e5c71-8b55-4cfd-b5a0-a6471c05927a): There are no data parts | ||
550 | 2024.08.08 23:00:26.949386 [ 3 ] {7b93b6c0-7fba-4428-b495-0fc3ad286ba2} <Debug> DynamicQueryHandler: Done processing query | ||
551 | 2024.08.08 23:00:26.949420 [ 3 ] {} <Debug> HTTP-Session: 1f991f0b-2e63-40c1-97a2-2af8019c740a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
552 | 2024.08.08 23:00:26.949553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
553 | 2024.08.08 23:00:26.949602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
554 | 2024.08.08 23:00:26.949627 [ 3 ] {} <Debug> HTTP-Session: d1e98906-ecc0-4293-9d4a-b94fe947475d Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
555 | 2024.08.08 23:00:26.949655 [ 3 ] {} <Debug> HTTP-Session: d1e98906-ecc0-4293-9d4a-b94fe947475d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
556 | 2024.08.08 23:00:26.949669 [ 3 ] {} <Debug> HTTP-Session: d1e98906-ecc0-4293-9d4a-b94fe947475d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
557 | 2024.08.08 23:00:26.949704 [ 3 ] {} <Trace> HTTP-Session: d1e98906-ecc0-4293-9d4a-b94fe947475d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
558 | 2024.08.08 23:00:26.949948 [ 3 ] {87db9d16-2b81-4acb-8f31-85a0a460ee03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
559 | 2024.08.08 23:00:26.950013 [ 3 ] {87db9d16-2b81-4acb-8f31-85a0a460ee03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
560 | 2024.08.08 23:00:26.958276 [ 3 ] {87db9d16-2b81-4acb-8f31-85a0a460ee03} <Debug> oximeter.measurements_histogramu16 (35a880eb-2f52-40e5-83c0-ece428c72393): Loading data parts | ||
561 | 2024.08.08 23:00:26.958455 [ 3 ] {87db9d16-2b81-4acb-8f31-85a0a460ee03} <Debug> oximeter.measurements_histogramu16 (35a880eb-2f52-40e5-83c0-ece428c72393): There are no data parts | ||
562 | 2024.08.08 23:00:26.962744 [ 3 ] {87db9d16-2b81-4acb-8f31-85a0a460ee03} <Debug> DynamicQueryHandler: Done processing query | ||
563 | 2024.08.08 23:00:26.962775 [ 3 ] {} <Debug> HTTP-Session: d1e98906-ecc0-4293-9d4a-b94fe947475d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
564 | 2024.08.08 23:00:26.962908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
565 | 2024.08.08 23:00:26.962962 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
566 | 2024.08.08 23:00:26.962982 [ 3 ] {} <Debug> HTTP-Session: 89359941-cdfe-485f-9063-f803d0469390 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
567 | 2024.08.08 23:00:26.963003 [ 3 ] {} <Debug> HTTP-Session: 89359941-cdfe-485f-9063-f803d0469390 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
568 | 2024.08.08 23:00:26.963023 [ 3 ] {} <Debug> HTTP-Session: 89359941-cdfe-485f-9063-f803d0469390 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
569 | 2024.08.08 23:00:26.963054 [ 3 ] {} <Trace> HTTP-Session: 89359941-cdfe-485f-9063-f803d0469390 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
570 | 2024.08.08 23:00:26.963299 [ 3 ] {9d9c10a5-8cb3-4325-beec-483c598fdde6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
571 | 2024.08.08 23:00:26.963377 [ 3 ] {9d9c10a5-8cb3-4325-beec-483c598fdde6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
572 | 2024.08.08 23:00:26.971097 [ 3 ] {9d9c10a5-8cb3-4325-beec-483c598fdde6} <Debug> oximeter.measurements_histogrami32 (9f8ef1a5-9f0d-4e1b-a055-b68015e9fd54): Loading data parts | ||
573 | 2024.08.08 23:00:26.971291 [ 3 ] {9d9c10a5-8cb3-4325-beec-483c598fdde6} <Debug> oximeter.measurements_histogrami32 (9f8ef1a5-9f0d-4e1b-a055-b68015e9fd54): There are no data parts | ||
574 | 2024.08.08 23:00:27.000132 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.67 MiB, peak 161.70 MiB, free memory in arenas 0.00 B, will set to 170.93 MiB (RSS), difference: 10.26 MiB | ||
575 | 2024.08.08 23:00:27.015650 [ 3 ] {9d9c10a5-8cb3-4325-beec-483c598fdde6} <Debug> DynamicQueryHandler: Done processing query | ||
576 | 2024.08.08 23:00:27.015688 [ 3 ] {} <Debug> HTTP-Session: 89359941-cdfe-485f-9063-f803d0469390 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
577 | 2024.08.08 23:00:27.015817 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
578 | 2024.08.08 23:00:27.015899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
579 | 2024.08.08 23:00:27.015920 [ 3 ] {} <Debug> HTTP-Session: 97e913b1-a2bb-4a55-97b0-83cebd049624 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
580 | 2024.08.08 23:00:27.015958 [ 3 ] {} <Debug> HTTP-Session: 97e913b1-a2bb-4a55-97b0-83cebd049624 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
581 | 2024.08.08 23:00:27.015972 [ 3 ] {} <Debug> HTTP-Session: 97e913b1-a2bb-4a55-97b0-83cebd049624 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
582 | 2024.08.08 23:00:27.016015 [ 3 ] {} <Trace> HTTP-Session: 97e913b1-a2bb-4a55-97b0-83cebd049624 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
583 | 2024.08.08 23:00:27.016289 [ 3 ] {6e1821b9-98f2-43d7-849b-15dba0e5f45c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
584 | 2024.08.08 23:00:27.016360 [ 3 ] {6e1821b9-98f2-43d7-849b-15dba0e5f45c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
585 | 2024.08.08 23:00:27.029948 [ 3 ] {6e1821b9-98f2-43d7-849b-15dba0e5f45c} <Debug> oximeter.measurements_histogramu32 (3072fac7-183a-4422-83ec-820c382eca8b): Loading data parts | ||
586 | 2024.08.08 23:00:27.030124 [ 3 ] {6e1821b9-98f2-43d7-849b-15dba0e5f45c} <Debug> oximeter.measurements_histogramu32 (3072fac7-183a-4422-83ec-820c382eca8b): There are no data parts | ||
587 | 2024.08.08 23:00:27.041683 [ 3 ] {6e1821b9-98f2-43d7-849b-15dba0e5f45c} <Debug> DynamicQueryHandler: Done processing query | ||
588 | 2024.08.08 23:00:27.041723 [ 3 ] {} <Debug> HTTP-Session: 97e913b1-a2bb-4a55-97b0-83cebd049624 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
589 | 2024.08.08 23:00:27.041871 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 840, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
590 | 2024.08.08 23:00:27.041925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
591 | 2024.08.08 23:00:27.041951 [ 3 ] {} <Debug> HTTP-Session: 9e0717e2-aca6-4853-ad60-c7ee1dc5a67e Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
592 | 2024.08.08 23:00:27.041973 [ 3 ] {} <Debug> HTTP-Session: 9e0717e2-aca6-4853-ad60-c7ee1dc5a67e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
593 | 2024.08.08 23:00:27.041987 [ 3 ] {} <Debug> HTTP-Session: 9e0717e2-aca6-4853-ad60-c7ee1dc5a67e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
594 | 2024.08.08 23:00:27.042023 [ 3 ] {} <Trace> HTTP-Session: 9e0717e2-aca6-4853-ad60-c7ee1dc5a67e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
595 | 2024.08.08 23:00:27.042272 [ 3 ] {0649c548-5542-46d1-ac98-c8b15b4c5061} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
596 | 2024.08.08 23:00:27.042339 [ 3 ] {0649c548-5542-46d1-ac98-c8b15b4c5061} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
597 | 2024.08.08 23:00:27.052888 [ 3 ] {0649c548-5542-46d1-ac98-c8b15b4c5061} <Debug> oximeter.measurements_histogrami64 (4e84dcb5-d031-4508-899a-dd668d3f6b07): Loading data parts | ||
598 | 2024.08.08 23:00:27.053065 [ 3 ] {0649c548-5542-46d1-ac98-c8b15b4c5061} <Debug> oximeter.measurements_histogrami64 (4e84dcb5-d031-4508-899a-dd668d3f6b07): There are no data parts | ||
599 | 2024.08.08 23:00:27.060442 [ 3 ] {0649c548-5542-46d1-ac98-c8b15b4c5061} <Debug> DynamicQueryHandler: Done processing query | ||
600 | 2024.08.08 23:00:27.060469 [ 3 ] {} <Debug> HTTP-Session: 9e0717e2-aca6-4853-ad60-c7ee1dc5a67e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
601 | 2024.08.08 23:00:27.060587 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 843, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
602 | 2024.08.08 23:00:27.060642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
603 | 2024.08.08 23:00:27.060661 [ 3 ] {} <Debug> HTTP-Session: 2eccbdb4-cc70-4ab5-829e-d58200e839ea Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
604 | 2024.08.08 23:00:27.060683 [ 3 ] {} <Debug> HTTP-Session: 2eccbdb4-cc70-4ab5-829e-d58200e839ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
605 | 2024.08.08 23:00:27.060709 [ 3 ] {} <Debug> HTTP-Session: 2eccbdb4-cc70-4ab5-829e-d58200e839ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
606 | 2024.08.08 23:00:27.060739 [ 3 ] {} <Trace> HTTP-Session: 2eccbdb4-cc70-4ab5-829e-d58200e839ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
607 | 2024.08.08 23:00:27.060986 [ 3 ] {98f900c3-af39-45e5-8aa3-0dc5429c1877} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
608 | 2024.08.08 23:00:27.061058 [ 3 ] {98f900c3-af39-45e5-8aa3-0dc5429c1877} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
609 | 2024.08.08 23:00:27.074433 [ 3 ] {98f900c3-af39-45e5-8aa3-0dc5429c1877} <Debug> oximeter.measurements_histogramu64 (0075ad0d-38f6-494d-8627-1ed20e65165d): Loading data parts | ||
610 | 2024.08.08 23:00:27.074626 [ 3 ] {98f900c3-af39-45e5-8aa3-0dc5429c1877} <Debug> oximeter.measurements_histogramu64 (0075ad0d-38f6-494d-8627-1ed20e65165d): There are no data parts | ||
611 | 2024.08.08 23:00:27.093831 [ 3 ] {98f900c3-af39-45e5-8aa3-0dc5429c1877} <Debug> DynamicQueryHandler: Done processing query | ||
612 | 2024.08.08 23:00:27.093862 [ 3 ] {} <Debug> HTTP-Session: 2eccbdb4-cc70-4ab5-829e-d58200e839ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
613 | 2024.08.08 23:00:27.094013 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
614 | 2024.08.08 23:00:27.094067 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
615 | 2024.08.08 23:00:27.094086 [ 3 ] {} <Debug> HTTP-Session: 01159cda-493b-448a-bce1-dcb5668ccef8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
616 | 2024.08.08 23:00:27.094108 [ 3 ] {} <Debug> HTTP-Session: 01159cda-493b-448a-bce1-dcb5668ccef8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
617 | 2024.08.08 23:00:27.094121 [ 3 ] {} <Debug> HTTP-Session: 01159cda-493b-448a-bce1-dcb5668ccef8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
618 | 2024.08.08 23:00:27.094157 [ 3 ] {} <Trace> HTTP-Session: 01159cda-493b-448a-bce1-dcb5668ccef8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
619 | 2024.08.08 23:00:27.094404 [ 3 ] {e84ce0ae-0b07-4774-8627-2d318d23e173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
620 | 2024.08.08 23:00:27.094477 [ 3 ] {e84ce0ae-0b07-4774-8627-2d318d23e173} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
621 | 2024.08.08 23:00:27.111664 [ 3 ] {e84ce0ae-0b07-4774-8627-2d318d23e173} <Debug> oximeter.measurements_histogramf32 (76e2124d-defb-4ae4-b03c-e2d01a8e1f85): Loading data parts | ||
622 | 2024.08.08 23:00:27.111858 [ 3 ] {e84ce0ae-0b07-4774-8627-2d318d23e173} <Debug> oximeter.measurements_histogramf32 (76e2124d-defb-4ae4-b03c-e2d01a8e1f85): There are no data parts | ||
623 | 2024.08.08 23:00:27.135108 [ 3 ] {e84ce0ae-0b07-4774-8627-2d318d23e173} <Debug> DynamicQueryHandler: Done processing query | ||
624 | 2024.08.08 23:00:27.135139 [ 3 ] {} <Debug> HTTP-Session: 01159cda-493b-448a-bce1-dcb5668ccef8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
625 | 2024.08.08 23:00:27.135274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 848, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
626 | 2024.08.08 23:00:27.135339 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
627 | 2024.08.08 23:00:27.135361 [ 3 ] {} <Debug> HTTP-Session: 2ff4c649-023e-42fb-9611-9f7bf12ca843 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
628 | 2024.08.08 23:00:27.135388 [ 3 ] {} <Debug> HTTP-Session: 2ff4c649-023e-42fb-9611-9f7bf12ca843 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
629 | 2024.08.08 23:00:27.135411 [ 3 ] {} <Debug> HTTP-Session: 2ff4c649-023e-42fb-9611-9f7bf12ca843 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
630 | 2024.08.08 23:00:27.135446 [ 3 ] {} <Trace> HTTP-Session: 2ff4c649-023e-42fb-9611-9f7bf12ca843 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
631 | 2024.08.08 23:00:27.135748 [ 3 ] {d2917c6f-3d1f-4ab4-9f81-4291cc9777ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
632 | 2024.08.08 23:00:27.135836 [ 3 ] {d2917c6f-3d1f-4ab4-9f81-4291cc9777ee} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
633 | 2024.08.08 23:00:27.144990 [ 3 ] {d2917c6f-3d1f-4ab4-9f81-4291cc9777ee} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Loading data parts | ||
634 | 2024.08.08 23:00:27.145167 [ 3 ] {d2917c6f-3d1f-4ab4-9f81-4291cc9777ee} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): There are no data parts | ||
635 | 2024.08.08 23:00:27.150887 [ 3 ] {d2917c6f-3d1f-4ab4-9f81-4291cc9777ee} <Debug> DynamicQueryHandler: Done processing query | ||
636 | 2024.08.08 23:00:27.150918 [ 3 ] {} <Debug> HTTP-Session: 2ff4c649-023e-42fb-9611-9f7bf12ca843 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
637 | 2024.08.08 23:00:27.151050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 1196, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
638 | 2024.08.08 23:00:27.151113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
639 | 2024.08.08 23:00:27.151162 [ 3 ] {} <Debug> HTTP-Session: 32587482-65d5-48ec-a591-b9d76000f571 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
640 | 2024.08.08 23:00:27.151181 [ 3 ] {} <Debug> HTTP-Session: 32587482-65d5-48ec-a591-b9d76000f571 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
641 | 2024.08.08 23:00:27.151203 [ 3 ] {} <Debug> HTTP-Session: 32587482-65d5-48ec-a591-b9d76000f571 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
642 | 2024.08.08 23:00:27.151261 [ 3 ] {} <Trace> HTTP-Session: 32587482-65d5-48ec-a591-b9d76000f571 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
643 | 2024.08.08 23:00:27.151433 [ 3 ] {f052f8b8-ccfb-4512-a68f-2033629d0d5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) /* The field tables store named dimensions of each timeseries. | ||
644 | * | ||
645 | * As with the measurement tables, there is one field table for each field data | ||
646 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
647 | * this behavior **must not** be relied upon for query correctness. | ||
648 | * | ||
649 | * The index for the fields differs from the measurements, however. Rows are | ||
650 | * sorted by timeseries name, then field name, field value, and finally | ||
651 | * timeseries key. This reflects the most common pattern for looking them up: | ||
652 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
653 | * usually then used to look up measurements. | ||
654 | * | ||
655 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
656 | * timeseries name and then key, since it would improve lookups where one | ||
657 | * already has the key. Realistically though, these tables are quite small and | ||
658 | * so performance benefits will be low in absolute terms. | ||
659 | */ | ||
660 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
661 | 2024.08.08 23:00:27.151501 [ 3 ] {f052f8b8-ccfb-4512-a68f-2033629d0d5c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
662 | 2024.08.08 23:00:27.157300 [ 3 ] {f052f8b8-ccfb-4512-a68f-2033629d0d5c} <Debug> oximeter.fields_bool (3559dd1b-891d-419f-9bae-2158b661d48d): Loading data parts | ||
663 | 2024.08.08 23:00:27.157506 [ 3 ] {f052f8b8-ccfb-4512-a68f-2033629d0d5c} <Debug> oximeter.fields_bool (3559dd1b-891d-419f-9bae-2158b661d48d): There are no data parts | ||
664 | 2024.08.08 23:00:27.159157 [ 3 ] {f052f8b8-ccfb-4512-a68f-2033629d0d5c} <Debug> DynamicQueryHandler: Done processing query | ||
665 | 2024.08.08 23:00:27.159191 [ 3 ] {} <Debug> HTTP-Session: 32587482-65d5-48ec-a591-b9d76000f571 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
666 | 2024.08.08 23:00:27.159311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
667 | 2024.08.08 23:00:27.159375 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
668 | 2024.08.08 23:00:27.159393 [ 3 ] {} <Debug> HTTP-Session: c20c263e-ae2d-42e1-8b8f-834dd8d76787 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
669 | 2024.08.08 23:00:27.159408 [ 3 ] {} <Debug> HTTP-Session: c20c263e-ae2d-42e1-8b8f-834dd8d76787 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
670 | 2024.08.08 23:00:27.159429 [ 3 ] {} <Debug> HTTP-Session: c20c263e-ae2d-42e1-8b8f-834dd8d76787 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
671 | 2024.08.08 23:00:27.159465 [ 3 ] {} <Trace> HTTP-Session: c20c263e-ae2d-42e1-8b8f-834dd8d76787 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
672 | 2024.08.08 23:00:27.159607 [ 3 ] {30da9c9d-ed01-405a-97b4-5607729761e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
673 | 2024.08.08 23:00:27.159661 [ 3 ] {30da9c9d-ed01-405a-97b4-5607729761e3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
674 | 2024.08.08 23:00:27.172169 [ 3 ] {30da9c9d-ed01-405a-97b4-5607729761e3} <Debug> oximeter.fields_i8 (8945d8ea-8cd1-4704-90b6-b7ba956cfbd3): Loading data parts | ||
675 | 2024.08.08 23:00:27.172347 [ 3 ] {30da9c9d-ed01-405a-97b4-5607729761e3} <Debug> oximeter.fields_i8 (8945d8ea-8cd1-4704-90b6-b7ba956cfbd3): There are no data parts | ||
676 | 2024.08.08 23:00:27.179382 [ 3 ] {30da9c9d-ed01-405a-97b4-5607729761e3} <Debug> DynamicQueryHandler: Done processing query | ||
677 | 2024.08.08 23:00:27.179421 [ 3 ] {} <Debug> HTTP-Session: c20c263e-ae2d-42e1-8b8f-834dd8d76787 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
678 | 2024.08.08 23:00:27.179557 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 249, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
679 | 2024.08.08 23:00:27.179622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
680 | 2024.08.08 23:00:27.179652 [ 3 ] {} <Debug> HTTP-Session: 9354e09b-afb0-495d-a72e-ccec20747899 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
681 | 2024.08.08 23:00:27.179670 [ 3 ] {} <Debug> HTTP-Session: 9354e09b-afb0-495d-a72e-ccec20747899 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
682 | 2024.08.08 23:00:27.179693 [ 3 ] {} <Debug> HTTP-Session: 9354e09b-afb0-495d-a72e-ccec20747899 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
683 | 2024.08.08 23:00:27.179734 [ 3 ] {} <Trace> HTTP-Session: 9354e09b-afb0-495d-a72e-ccec20747899 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
684 | 2024.08.08 23:00:27.179915 [ 3 ] {e5c87874-0cce-4bd3-9bdd-5f7fd5a70810} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
685 | 2024.08.08 23:00:27.179960 [ 3 ] {e5c87874-0cce-4bd3-9bdd-5f7fd5a70810} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
686 | 2024.08.08 23:00:27.182618 [ 3 ] {e5c87874-0cce-4bd3-9bdd-5f7fd5a70810} <Debug> oximeter.fields_u8 (63047078-26ae-47cc-a17d-e29575016594): Loading data parts | ||
687 | 2024.08.08 23:00:27.182771 [ 3 ] {e5c87874-0cce-4bd3-9bdd-5f7fd5a70810} <Debug> oximeter.fields_u8 (63047078-26ae-47cc-a17d-e29575016594): There are no data parts | ||
688 | 2024.08.08 23:00:27.184118 [ 3 ] {e5c87874-0cce-4bd3-9bdd-5f7fd5a70810} <Debug> DynamicQueryHandler: Done processing query | ||
689 | 2024.08.08 23:00:27.184151 [ 3 ] {} <Debug> HTTP-Session: 9354e09b-afb0-495d-a72e-ccec20747899 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
690 | 2024.08.08 23:00:27.184256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
691 | 2024.08.08 23:00:27.184309 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
692 | 2024.08.08 23:00:27.184335 [ 3 ] {} <Debug> HTTP-Session: cf37f338-b8e5-4784-8305-e82a4428405c Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
693 | 2024.08.08 23:00:27.184351 [ 3 ] {} <Debug> HTTP-Session: cf37f338-b8e5-4784-8305-e82a4428405c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
694 | 2024.08.08 23:00:27.184371 [ 3 ] {} <Debug> HTTP-Session: cf37f338-b8e5-4784-8305-e82a4428405c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
695 | 2024.08.08 23:00:27.184414 [ 3 ] {} <Trace> HTTP-Session: cf37f338-b8e5-4784-8305-e82a4428405c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
696 | 2024.08.08 23:00:27.184552 [ 3 ] {eb507cf2-f1f8-44dc-8be9-a9bc14702457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
697 | 2024.08.08 23:00:27.184609 [ 3 ] {eb507cf2-f1f8-44dc-8be9-a9bc14702457} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
698 | 2024.08.08 23:00:27.196159 [ 3 ] {eb507cf2-f1f8-44dc-8be9-a9bc14702457} <Debug> oximeter.fields_i16 (f7b006cf-3a07-4433-b747-ed4dc7930c7e): Loading data parts | ||
699 | 2024.08.08 23:00:27.196324 [ 3 ] {eb507cf2-f1f8-44dc-8be9-a9bc14702457} <Debug> oximeter.fields_i16 (f7b006cf-3a07-4433-b747-ed4dc7930c7e): There are no data parts | ||
700 | 2024.08.08 23:00:27.203277 [ 3 ] {eb507cf2-f1f8-44dc-8be9-a9bc14702457} <Debug> DynamicQueryHandler: Done processing query | ||
701 | 2024.08.08 23:00:27.203307 [ 3 ] {} <Debug> HTTP-Session: cf37f338-b8e5-4784-8305-e82a4428405c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
702 | 2024.08.08 23:00:27.203432 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
703 | 2024.08.08 23:00:27.203496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
704 | 2024.08.08 23:00:27.203519 [ 3 ] {} <Debug> HTTP-Session: e1d54a07-b7e8-407d-b6dd-43a31e9c80a1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
705 | 2024.08.08 23:00:27.203546 [ 3 ] {} <Debug> HTTP-Session: e1d54a07-b7e8-407d-b6dd-43a31e9c80a1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
706 | 2024.08.08 23:00:27.203579 [ 3 ] {} <Debug> HTTP-Session: e1d54a07-b7e8-407d-b6dd-43a31e9c80a1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
707 | 2024.08.08 23:00:27.203615 [ 3 ] {} <Trace> HTTP-Session: e1d54a07-b7e8-407d-b6dd-43a31e9c80a1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
708 | 2024.08.08 23:00:27.203789 [ 3 ] {eec49fa0-4a8b-4cb9-b227-809f69617e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
709 | 2024.08.08 23:00:27.203852 [ 3 ] {eec49fa0-4a8b-4cb9-b227-809f69617e90} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
710 | 2024.08.08 23:00:27.208781 [ 3 ] {eec49fa0-4a8b-4cb9-b227-809f69617e90} <Debug> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Loading data parts | ||
711 | 2024.08.08 23:00:27.208952 [ 3 ] {eec49fa0-4a8b-4cb9-b227-809f69617e90} <Debug> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): There are no data parts | ||
712 | 2024.08.08 23:00:27.214997 [ 3 ] {eec49fa0-4a8b-4cb9-b227-809f69617e90} <Debug> DynamicQueryHandler: Done processing query | ||
713 | 2024.08.08 23:00:27.215037 [ 3 ] {} <Debug> HTTP-Session: e1d54a07-b7e8-407d-b6dd-43a31e9c80a1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
714 | 2024.08.08 23:00:27.215168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
715 | 2024.08.08 23:00:27.215232 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
716 | 2024.08.08 23:00:27.215255 [ 3 ] {} <Debug> HTTP-Session: 17438b8a-6717-4b05-bfbf-2f1834658b27 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
717 | 2024.08.08 23:00:27.215291 [ 3 ] {} <Debug> HTTP-Session: 17438b8a-6717-4b05-bfbf-2f1834658b27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
718 | 2024.08.08 23:00:27.215308 [ 3 ] {} <Debug> HTTP-Session: 17438b8a-6717-4b05-bfbf-2f1834658b27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
719 | 2024.08.08 23:00:27.215351 [ 3 ] {} <Trace> HTTP-Session: 17438b8a-6717-4b05-bfbf-2f1834658b27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
720 | 2024.08.08 23:00:27.215541 [ 3 ] {059c6751-696d-47e6-8e7d-7443a36de5ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
721 | 2024.08.08 23:00:27.215604 [ 3 ] {059c6751-696d-47e6-8e7d-7443a36de5ca} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
722 | 2024.08.08 23:00:27.222673 [ 3 ] {059c6751-696d-47e6-8e7d-7443a36de5ca} <Debug> oximeter.fields_i32 (98362eb1-25bf-45fa-862b-f1923a40ef1b): Loading data parts | ||
723 | 2024.08.08 23:00:27.222833 [ 3 ] {059c6751-696d-47e6-8e7d-7443a36de5ca} <Debug> oximeter.fields_i32 (98362eb1-25bf-45fa-862b-f1923a40ef1b): There are no data parts | ||
724 | 2024.08.08 23:00:27.231313 [ 3 ] {059c6751-696d-47e6-8e7d-7443a36de5ca} <Debug> DynamicQueryHandler: Done processing query | ||
725 | 2024.08.08 23:00:27.231353 [ 3 ] {} <Debug> HTTP-Session: 17438b8a-6717-4b05-bfbf-2f1834658b27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
726 | 2024.08.08 23:00:27.231470 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
727 | 2024.08.08 23:00:27.231542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
728 | 2024.08.08 23:00:27.231564 [ 3 ] {} <Debug> HTTP-Session: b22f75c8-4576-48b6-86ad-770ed4bb37ce Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
729 | 2024.08.08 23:00:27.231597 [ 3 ] {} <Debug> HTTP-Session: b22f75c8-4576-48b6-86ad-770ed4bb37ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
730 | 2024.08.08 23:00:27.231614 [ 3 ] {} <Debug> HTTP-Session: b22f75c8-4576-48b6-86ad-770ed4bb37ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
731 | 2024.08.08 23:00:27.231658 [ 3 ] {} <Trace> HTTP-Session: b22f75c8-4576-48b6-86ad-770ed4bb37ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
732 | 2024.08.08 23:00:27.231831 [ 3 ] {30245ed8-ffb8-4214-832c-6045b1e95da5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
733 | 2024.08.08 23:00:27.231885 [ 3 ] {30245ed8-ffb8-4214-832c-6045b1e95da5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
734 | 2024.08.08 23:00:27.235073 [ 3 ] {30245ed8-ffb8-4214-832c-6045b1e95da5} <Debug> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Loading data parts | ||
735 | 2024.08.08 23:00:27.235236 [ 3 ] {30245ed8-ffb8-4214-832c-6045b1e95da5} <Debug> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): There are no data parts | ||
736 | 2024.08.08 23:00:27.236688 [ 3 ] {30245ed8-ffb8-4214-832c-6045b1e95da5} <Debug> DynamicQueryHandler: Done processing query | ||
737 | 2024.08.08 23:00:27.236735 [ 3 ] {} <Debug> HTTP-Session: b22f75c8-4576-48b6-86ad-770ed4bb37ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
738 | 2024.08.08 23:00:27.236841 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
739 | 2024.08.08 23:00:27.236898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
740 | 2024.08.08 23:00:27.237001 [ 3 ] {} <Debug> HTTP-Session: e50b6591-3eeb-47b9-bf1e-b2bc2f4e3ba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
741 | 2024.08.08 23:00:27.237018 [ 3 ] {} <Debug> HTTP-Session: e50b6591-3eeb-47b9-bf1e-b2bc2f4e3ba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
742 | 2024.08.08 23:00:27.237032 [ 3 ] {} <Debug> HTTP-Session: e50b6591-3eeb-47b9-bf1e-b2bc2f4e3ba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
743 | 2024.08.08 23:00:27.237068 [ 3 ] {} <Trace> HTTP-Session: e50b6591-3eeb-47b9-bf1e-b2bc2f4e3ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
744 | 2024.08.08 23:00:27.237204 [ 3 ] {7085b9bb-8ca3-4c30-847a-15a82a2eec0e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
745 | 2024.08.08 23:00:27.237252 [ 3 ] {7085b9bb-8ca3-4c30-847a-15a82a2eec0e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
746 | 2024.08.08 23:00:27.241197 [ 3 ] {7085b9bb-8ca3-4c30-847a-15a82a2eec0e} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Loading data parts | ||
747 | 2024.08.08 23:00:27.241349 [ 3 ] {7085b9bb-8ca3-4c30-847a-15a82a2eec0e} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): There are no data parts | ||
748 | 2024.08.08 23:00:27.247420 [ 3 ] {7085b9bb-8ca3-4c30-847a-15a82a2eec0e} <Debug> DynamicQueryHandler: Done processing query | ||
749 | 2024.08.08 23:00:27.247456 [ 3 ] {} <Debug> HTTP-Session: e50b6591-3eeb-47b9-bf1e-b2bc2f4e3ba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
750 | 2024.08.08 23:00:27.247573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
751 | 2024.08.08 23:00:27.247630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
752 | 2024.08.08 23:00:27.247653 [ 3 ] {} <Debug> HTTP-Session: 5519dc96-552f-47d3-a46a-0a35e8d481de Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
753 | 2024.08.08 23:00:27.247672 [ 3 ] {} <Debug> HTTP-Session: 5519dc96-552f-47d3-a46a-0a35e8d481de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
754 | 2024.08.08 23:00:27.247690 [ 3 ] {} <Debug> HTTP-Session: 5519dc96-552f-47d3-a46a-0a35e8d481de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
755 | 2024.08.08 23:00:27.247726 [ 3 ] {} <Trace> HTTP-Session: 5519dc96-552f-47d3-a46a-0a35e8d481de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
756 | 2024.08.08 23:00:27.247891 [ 3 ] {14ef79ab-9588-45ab-9374-bc9d77210ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
757 | 2024.08.08 23:00:27.247929 [ 3 ] {14ef79ab-9588-45ab-9374-bc9d77210ad8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
758 | 2024.08.08 23:00:27.255620 [ 3 ] {14ef79ab-9588-45ab-9374-bc9d77210ad8} <Debug> oximeter.fields_u64 (f3294c79-7712-45de-b5d8-bb83877f5e15): Loading data parts | ||
759 | 2024.08.08 23:00:27.255783 [ 3 ] {14ef79ab-9588-45ab-9374-bc9d77210ad8} <Debug> oximeter.fields_u64 (f3294c79-7712-45de-b5d8-bb83877f5e15): There are no data parts | ||
760 | 2024.08.08 23:00:27.263381 [ 3 ] {14ef79ab-9588-45ab-9374-bc9d77210ad8} <Debug> DynamicQueryHandler: Done processing query | ||
761 | 2024.08.08 23:00:27.263411 [ 3 ] {} <Debug> HTTP-Session: 5519dc96-552f-47d3-a46a-0a35e8d481de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
762 | 2024.08.08 23:00:27.263532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 252, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
763 | 2024.08.08 23:00:27.263588 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
764 | 2024.08.08 23:00:27.263611 [ 3 ] {} <Debug> HTTP-Session: f7437589-bc5d-41d0-87c2-a17fd0422aa1 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
765 | 2024.08.08 23:00:27.263630 [ 3 ] {} <Debug> HTTP-Session: f7437589-bc5d-41d0-87c2-a17fd0422aa1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
766 | 2024.08.08 23:00:27.263648 [ 3 ] {} <Debug> HTTP-Session: f7437589-bc5d-41d0-87c2-a17fd0422aa1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
767 | 2024.08.08 23:00:27.263685 [ 3 ] {} <Trace> HTTP-Session: f7437589-bc5d-41d0-87c2-a17fd0422aa1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
768 | 2024.08.08 23:00:27.263852 [ 3 ] {c84e418b-6491-4270-b833-9cb6fc15ccb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6 ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
769 | 2024.08.08 23:00:27.263896 [ 3 ] {c84e418b-6491-4270-b833-9cb6fc15ccb7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
770 | 2024.08.08 23:00:27.269980 [ 3 ] {c84e418b-6491-4270-b833-9cb6fc15ccb7} <Debug> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Loading data parts | ||
771 | 2024.08.08 23:00:27.270139 [ 3 ] {c84e418b-6491-4270-b833-9cb6fc15ccb7} <Debug> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): There are no data parts | ||
772 | 2024.08.08 23:00:27.275899 [ 3 ] {c84e418b-6491-4270-b833-9cb6fc15ccb7} <Debug> DynamicQueryHandler: Done processing query | ||
773 | 2024.08.08 23:00:27.275930 [ 3 ] {} <Debug> HTTP-Session: f7437589-bc5d-41d0-87c2-a17fd0422aa1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
774 | 2024.08.08 23:00:27.276059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
775 | 2024.08.08 23:00:27.276115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
776 | 2024.08.08 23:00:27.276139 [ 3 ] {} <Debug> HTTP-Session: fc64ae9f-19da-4587-b066-47cd97e455d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
777 | 2024.08.08 23:00:27.276158 [ 3 ] {} <Debug> HTTP-Session: fc64ae9f-19da-4587-b066-47cd97e455d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
778 | 2024.08.08 23:00:27.276174 [ 3 ] {} <Debug> HTTP-Session: fc64ae9f-19da-4587-b066-47cd97e455d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
779 | 2024.08.08 23:00:27.276211 [ 3 ] {} <Trace> HTTP-Session: fc64ae9f-19da-4587-b066-47cd97e455d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
780 | 2024.08.08 23:00:27.276378 [ 3 ] {0c409b45-311b-4ac3-ac0a-43632c48f2b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
781 | 2024.08.08 23:00:27.276426 [ 3 ] {0c409b45-311b-4ac3-ac0a-43632c48f2b2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
782 | 2024.08.08 23:00:27.281936 [ 3 ] {0c409b45-311b-4ac3-ac0a-43632c48f2b2} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Loading data parts | ||
783 | 2024.08.08 23:00:27.282088 [ 3 ] {0c409b45-311b-4ac3-ac0a-43632c48f2b2} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): There are no data parts | ||
784 | 2024.08.08 23:00:27.290018 [ 3 ] {0c409b45-311b-4ac3-ac0a-43632c48f2b2} <Debug> DynamicQueryHandler: Done processing query | ||
785 | 2024.08.08 23:00:27.290044 [ 3 ] {} <Debug> HTTP-Session: fc64ae9f-19da-4587-b066-47cd97e455d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
786 | 2024.08.08 23:00:27.290151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 250, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
787 | 2024.08.08 23:00:27.290198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
788 | 2024.08.08 23:00:27.290216 [ 3 ] {} <Debug> HTTP-Session: 79b6d666-f0be-4c55-a88f-5070e905317a Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
789 | 2024.08.08 23:00:27.290232 [ 3 ] {} <Debug> HTTP-Session: 79b6d666-f0be-4c55-a88f-5070e905317a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
790 | 2024.08.08 23:00:27.290246 [ 3 ] {} <Debug> HTTP-Session: 79b6d666-f0be-4c55-a88f-5070e905317a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
791 | 2024.08.08 23:00:27.290276 [ 3 ] {} <Trace> HTTP-Session: 79b6d666-f0be-4c55-a88f-5070e905317a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
792 | 2024.08.08 23:00:27.290411 [ 3 ] {45132c8b-4751-4fb9-893d-1571b9f98e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) (stage: Complete) | ||
793 | 2024.08.08 23:00:27.290449 [ 3 ] {45132c8b-4751-4fb9-893d-1571b9f98e5d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
794 | 2024.08.08 23:00:27.295702 [ 3 ] {45132c8b-4751-4fb9-893d-1571b9f98e5d} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Loading data parts | ||
795 | 2024.08.08 23:00:27.295863 [ 3 ] {45132c8b-4751-4fb9-893d-1571b9f98e5d} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): There are no data parts | ||
796 | 2024.08.08 23:00:27.301935 [ 3 ] {45132c8b-4751-4fb9-893d-1571b9f98e5d} <Debug> DynamicQueryHandler: Done processing query | ||
797 | 2024.08.08 23:00:27.301966 [ 3 ] {} <Debug> HTTP-Session: 79b6d666-f0be-4c55-a88f-5070e905317a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
798 | 2024.08.08 23:00:27.302087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 1416, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
799 | 2024.08.08 23:00:27.302143 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
800 | 2024.08.08 23:00:27.302165 [ 3 ] {} <Debug> HTTP-Session: 554d72a1-d428-494a-8af9-5f6e5374faa8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
801 | 2024.08.08 23:00:27.302185 [ 3 ] {} <Debug> HTTP-Session: 554d72a1-d428-494a-8af9-5f6e5374faa8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
802 | 2024.08.08 23:00:27.302202 [ 3 ] {} <Debug> HTTP-Session: 554d72a1-d428-494a-8af9-5f6e5374faa8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
803 | 2024.08.08 23:00:27.302240 [ 3 ] {} <Trace> HTTP-Session: 554d72a1-d428-494a-8af9-5f6e5374faa8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
804 | 2024.08.08 23:00:27.302490 [ 3 ] {ad694fda-6a7f-4af9-a78d-f6630068df84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) /* The timeseries schema table stores the extracted schema for the samples | ||
805 | * oximeter collects. | ||
806 | */ | ||
807 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
808 | 2024.08.08 23:00:27.302560 [ 3 ] {ad694fda-6a7f-4af9-a78d-f6630068df84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
809 | 2024.08.08 23:00:27.308054 [ 3 ] {ad694fda-6a7f-4af9-a78d-f6630068df84} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Loading data parts | ||
810 | 2024.08.08 23:00:27.308206 [ 3 ] {ad694fda-6a7f-4af9-a78d-f6630068df84} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): There are no data parts | ||
811 | 2024.08.08 23:00:27.315891 [ 3 ] {ad694fda-6a7f-4af9-a78d-f6630068df84} <Debug> DynamicQueryHandler: Done processing query | ||
812 | 2024.08.08 23:00:27.315921 [ 3 ] {} <Debug> HTTP-Session: 554d72a1-d428-494a-8af9-5f6e5374faa8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
813 | 2024.08.08 23:00:27.316075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:61539, User-Agent: (none), Length: 51, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
814 | 2024.08.08 23:00:27.316132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
815 | 2024.08.08 23:00:27.316155 [ 3 ] {} <Debug> HTTP-Session: e6911fab-82cd-4df7-86f9-32eb33a0fa24 Authenticating user 'default' from [fd00:1122:3344:101::d]:61539 | ||
816 | 2024.08.08 23:00:27.316174 [ 3 ] {} <Debug> HTTP-Session: e6911fab-82cd-4df7-86f9-32eb33a0fa24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
817 | 2024.08.08 23:00:27.316191 [ 3 ] {} <Debug> HTTP-Session: e6911fab-82cd-4df7-86f9-32eb33a0fa24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
818 | 2024.08.08 23:00:27.316228 [ 3 ] {} <Trace> HTTP-Session: e6911fab-82cd-4df7-86f9-32eb33a0fa24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
819 | 2024.08.08 23:00:27.316414 [ 3 ] {3d4e695c-b544-4fae-a1cb-2fd65ee6afd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61539) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
820 | 2024.08.08 23:00:27.318292 [ 3 ] {3d4e695c-b544-4fae-a1cb-2fd65ee6afd4} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
821 | 2024.08.08 23:00:27.322340 [ 3 ] {3d4e695c-b544-4fae-a1cb-2fd65ee6afd4} <Trace> oximeter.version (20d30a49-e288-45eb-9698-7a71242315ac): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
822 | 2024.08.08 23:00:27.322375 [ 3 ] {3d4e695c-b544-4fae-a1cb-2fd65ee6afd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
823 | 2024.08.08 23:00:27.327103 [ 3 ] {3d4e695c-b544-4fae-a1cb-2fd65ee6afd4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
824 | 2024.08.08 23:00:27.328149 [ 3 ] {3d4e695c-b544-4fae-a1cb-2fd65ee6afd4} <Trace> oximeter.version (20d30a49-e288-45eb-9698-7a71242315ac): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
825 | 2024.08.08 23:00:27.328399 [ 3 ] {3d4e695c-b544-4fae-a1cb-2fd65ee6afd4} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.012078 sec., 82.79516476237788 rows/sec., 1.29 KiB/sec. | ||
826 | 2024.08.08 23:00:27.328553 [ 3 ] {3d4e695c-b544-4fae-a1cb-2fd65ee6afd4} <Debug> DynamicQueryHandler: Done processing query | ||
827 | 2024.08.08 23:00:27.328576 [ 3 ] {3d4e695c-b544-4fae-a1cb-2fd65ee6afd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.19 MiB. | ||
828 | 2024.08.08 23:00:27.328592 [ 3 ] {} <Debug> HTTP-Session: e6911fab-82cd-4df7-86f9-32eb33a0fa24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
829 | 2024.08.08 23:00:28.000109 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.49 MiB, peak 176.63 MiB, free memory in arenas 0.00 B, will set to 173.73 MiB (RSS), difference: 2.24 MiB | ||
830 | 2024.08.08 23:00:38.177530 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
831 | 2024.08.08 23:00:38.177590 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
832 | 2024.08.08 23:00:47.330895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 60, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
833 | 2024.08.08 23:00:47.331025 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
834 | 2024.08.08 23:00:47.331052 [ 3 ] {} <Debug> HTTP-Session: 1e5b58ec-b290-438a-9be5-38cba2dbce32 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
835 | 2024.08.08 23:00:47.331075 [ 3 ] {} <Debug> HTTP-Session: 1e5b58ec-b290-438a-9be5-38cba2dbce32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
836 | 2024.08.08 23:00:47.331090 [ 3 ] {} <Debug> HTTP-Session: 1e5b58ec-b290-438a-9be5-38cba2dbce32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
837 | 2024.08.08 23:00:47.331137 [ 3 ] {} <Trace> HTTP-Session: 1e5b58ec-b290-438a-9be5-38cba2dbce32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
838 | 2024.08.08 23:00:47.331321 [ 3 ] {e6ef12a9-9bd7-43d5-a4ee-9b9dd711f2de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema FORMAT JSONEachRow; (stage: Complete) | ||
839 | 2024.08.08 23:00:47.331642 [ 3 ] {e6ef12a9-9bd7-43d5-a4ee-9b9dd711f2de} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
840 | 2024.08.08 23:00:47.331777 [ 3 ] {e6ef12a9-9bd7-43d5-a4ee-9b9dd711f2de} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
841 | 2024.08.08 23:00:47.332906 [ 3 ] {e6ef12a9-9bd7-43d5-a4ee-9b9dd711f2de} <Debug> DynamicQueryHandler: Done processing query | ||
842 | 2024.08.08 23:00:47.332935 [ 3 ] {e6ef12a9-9bd7-43d5-a4ee-9b9dd711f2de} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
843 | 2024.08.08 23:00:47.332952 [ 3 ] {} <Debug> HTTP-Session: 1e5b58ec-b290-438a-9be5-38cba2dbce32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
844 | 2024.08.08 23:00:47.339811 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 133, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
845 | 2024.08.08 23:00:47.339883 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
846 | 2024.08.08 23:00:47.339916 [ 3 ] {} <Debug> HTTP-Session: 38949e99-dbff-46b9-8b66-1e55cea1ad13 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
847 | 2024.08.08 23:00:47.339945 [ 3 ] {} <Debug> HTTP-Session: 38949e99-dbff-46b9-8b66-1e55cea1ad13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
848 | 2024.08.08 23:00:47.339970 [ 3 ] {} <Debug> HTTP-Session: 38949e99-dbff-46b9-8b66-1e55cea1ad13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
849 | 2024.08.08 23:00:47.340019 [ 3 ] {} <Trace> HTTP-Session: 38949e99-dbff-46b9-8b66-1e55cea1ad13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
850 | 2024.08.08 23:00:47.340186 [ 3 ] {1d624c5f-db35-4f08-a398-1c9a9ad5b155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
851 | 2024.08.08 23:00:47.342460 [ 3 ] {1d624c5f-db35-4f08-a398-1c9a9ad5b155} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
852 | 2024.08.08 23:00:47.342516 [ 3 ] {1d624c5f-db35-4f08-a398-1c9a9ad5b155} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
853 | 2024.08.08 23:00:47.343530 [ 3 ] {1d624c5f-db35-4f08-a398-1c9a9ad5b155} <Debug> DynamicQueryHandler: Done processing query | ||
854 | 2024.08.08 23:00:47.343557 [ 3 ] {1d624c5f-db35-4f08-a398-1c9a9ad5b155} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
855 | 2024.08.08 23:00:47.343576 [ 3 ] {} <Debug> HTTP-Session: 38949e99-dbff-46b9-8b66-1e55cea1ad13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
856 | 2024.08.08 23:00:47.344009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 175, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
857 | 2024.08.08 23:00:47.344078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
858 | 2024.08.08 23:00:47.344109 [ 3 ] {} <Debug> HTTP-Session: e242f75d-912f-4d02-85bb-d98fae967409 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
859 | 2024.08.08 23:00:47.344138 [ 3 ] {} <Debug> HTTP-Session: e242f75d-912f-4d02-85bb-d98fae967409 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
860 | 2024.08.08 23:00:47.344158 [ 3 ] {} <Debug> HTTP-Session: e242f75d-912f-4d02-85bb-d98fae967409 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
861 | 2024.08.08 23:00:47.344193 [ 3 ] {} <Trace> HTTP-Session: e242f75d-912f-4d02-85bb-d98fae967409 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
862 | 2024.08.08 23:00:47.344349 [ 3 ] {dc4bc96a-4637-404c-b07d-8e9c26a418d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes') FORMAT JSONEachRow; (stage: Complete) | ||
863 | 2024.08.08 23:00:47.344704 [ 3 ] {dc4bc96a-4637-404c-b07d-8e9c26a418d0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
864 | 2024.08.08 23:00:47.344756 [ 3 ] {dc4bc96a-4637-404c-b07d-8e9c26a418d0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
865 | 2024.08.08 23:00:47.345688 [ 3 ] {dc4bc96a-4637-404c-b07d-8e9c26a418d0} <Debug> DynamicQueryHandler: Done processing query | ||
866 | 2024.08.08 23:00:47.345714 [ 3 ] {dc4bc96a-4637-404c-b07d-8e9c26a418d0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
867 | 2024.08.08 23:00:47.345730 [ 3 ] {} <Debug> HTTP-Session: e242f75d-912f-4d02-85bb-d98fae967409 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
868 | 2024.08.08 23:00:47.345954 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 209, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
869 | 2024.08.08 23:00:47.346004 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
870 | 2024.08.08 23:00:47.346023 [ 3 ] {} <Debug> HTTP-Session: fceac789-ad67-4aeb-84d4-46da35082639 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
871 | 2024.08.08 23:00:47.346039 [ 3 ] {} <Debug> HTTP-Session: fceac789-ad67-4aeb-84d4-46da35082639 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
872 | 2024.08.08 23:00:47.346052 [ 3 ] {} <Debug> HTTP-Session: fceac789-ad67-4aeb-84d4-46da35082639 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
873 | 2024.08.08 23:00:47.346083 [ 3 ] {} <Trace> HTTP-Session: fceac789-ad67-4aeb-84d4-46da35082639 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
874 | 2024.08.08 23:00:47.346208 [ 3 ] {30eb0465-177c-4998-9874-59011c9e1e91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
875 | 2024.08.08 23:00:47.346538 [ 3 ] {30eb0465-177c-4998-9874-59011c9e1e91} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
876 | 2024.08.08 23:00:47.346596 [ 3 ] {30eb0465-177c-4998-9874-59011c9e1e91} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
877 | 2024.08.08 23:00:47.347559 [ 3 ] {30eb0465-177c-4998-9874-59011c9e1e91} <Debug> DynamicQueryHandler: Done processing query | ||
878 | 2024.08.08 23:00:47.347588 [ 3 ] {30eb0465-177c-4998-9874-59011c9e1e91} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
879 | 2024.08.08 23:00:47.347604 [ 3 ] {} <Debug> HTTP-Session: fceac789-ad67-4aeb-84d4-46da35082639 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
880 | 2024.08.08 23:00:47.347839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 247, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
881 | 2024.08.08 23:00:47.347887 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
882 | 2024.08.08 23:00:47.347908 [ 3 ] {} <Debug> HTTP-Session: 3eb36ace-8c2c-4c95-953e-b5847c145404 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
883 | 2024.08.08 23:00:47.347927 [ 3 ] {} <Debug> HTTP-Session: 3eb36ace-8c2c-4c95-953e-b5847c145404 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
884 | 2024.08.08 23:00:47.347941 [ 3 ] {} <Debug> HTTP-Session: 3eb36ace-8c2c-4c95-953e-b5847c145404 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
885 | 2024.08.08 23:00:47.347972 [ 3 ] {} <Trace> HTTP-Session: 3eb36ace-8c2c-4c95-953e-b5847c145404 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
886 | 2024.08.08 23:00:47.348093 [ 3 ] {7923b6f3-1458-4418-be8c-9dc5934a45f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
887 | 2024.08.08 23:00:47.348413 [ 3 ] {7923b6f3-1458-4418-be8c-9dc5934a45f0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
888 | 2024.08.08 23:00:47.348464 [ 3 ] {7923b6f3-1458-4418-be8c-9dc5934a45f0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
889 | 2024.08.08 23:00:47.349390 [ 3 ] {7923b6f3-1458-4418-be8c-9dc5934a45f0} <Debug> DynamicQueryHandler: Done processing query | ||
890 | 2024.08.08 23:00:47.349416 [ 3 ] {7923b6f3-1458-4418-be8c-9dc5934a45f0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
891 | 2024.08.08 23:00:47.349433 [ 3 ] {} <Debug> HTTP-Session: 3eb36ace-8c2c-4c95-953e-b5847c145404 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
892 | 2024.08.08 23:00:47.349647 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 282, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
893 | 2024.08.08 23:00:47.349695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
894 | 2024.08.08 23:00:47.349713 [ 3 ] {} <Debug> HTTP-Session: c53953c3-c9aa-47fe-b683-6546c616fc2f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
895 | 2024.08.08 23:00:47.349729 [ 3 ] {} <Debug> HTTP-Session: c53953c3-c9aa-47fe-b683-6546c616fc2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
896 | 2024.08.08 23:00:47.349743 [ 3 ] {} <Debug> HTTP-Session: c53953c3-c9aa-47fe-b683-6546c616fc2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
897 | 2024.08.08 23:00:47.349773 [ 3 ] {} <Trace> HTTP-Session: c53953c3-c9aa-47fe-b683-6546c616fc2f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
898 | 2024.08.08 23:00:47.349892 [ 3 ] {bd480792-1361-4c35-aa26-91436433c7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
899 | 2024.08.08 23:00:47.350208 [ 3 ] {bd480792-1361-4c35-aa26-91436433c7ad} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
900 | 2024.08.08 23:00:47.350258 [ 3 ] {bd480792-1361-4c35-aa26-91436433c7ad} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
901 | 2024.08.08 23:00:47.351210 [ 3 ] {bd480792-1361-4c35-aa26-91436433c7ad} <Debug> DynamicQueryHandler: Done processing query | ||
902 | 2024.08.08 23:00:47.351235 [ 3 ] {bd480792-1361-4c35-aa26-91436433c7ad} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
903 | 2024.08.08 23:00:47.351252 [ 3 ] {} <Debug> HTTP-Session: c53953c3-c9aa-47fe-b683-6546c616fc2f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
904 | 2024.08.08 23:00:47.351484 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 321, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
905 | 2024.08.08 23:00:47.351549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
906 | 2024.08.08 23:00:47.351574 [ 3 ] {} <Debug> HTTP-Session: 55e1a801-fb41-46c5-80d6-2b820bd86004 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
907 | 2024.08.08 23:00:47.351591 [ 3 ] {} <Debug> HTTP-Session: 55e1a801-fb41-46c5-80d6-2b820bd86004 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
908 | 2024.08.08 23:00:47.351605 [ 3 ] {} <Debug> HTTP-Session: 55e1a801-fb41-46c5-80d6-2b820bd86004 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
909 | 2024.08.08 23:00:47.351636 [ 3 ] {} <Trace> HTTP-Session: 55e1a801-fb41-46c5-80d6-2b820bd86004 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
910 | 2024.08.08 23:00:47.351758 [ 3 ] {abcce68d-16f1-4f77-85ef-2ebd43051c13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
911 | 2024.08.08 23:00:47.352082 [ 3 ] {abcce68d-16f1-4f77-85ef-2ebd43051c13} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
912 | 2024.08.08 23:00:47.352134 [ 3 ] {abcce68d-16f1-4f77-85ef-2ebd43051c13} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
913 | 2024.08.08 23:00:47.353055 [ 3 ] {abcce68d-16f1-4f77-85ef-2ebd43051c13} <Debug> DynamicQueryHandler: Done processing query | ||
914 | 2024.08.08 23:00:47.353079 [ 3 ] {abcce68d-16f1-4f77-85ef-2ebd43051c13} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
915 | 2024.08.08 23:00:47.353094 [ 3 ] {} <Debug> HTTP-Session: 55e1a801-fb41-46c5-80d6-2b820bd86004 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
916 | 2024.08.08 23:00:47.353284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
917 | 2024.08.08 23:00:47.353329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
918 | 2024.08.08 23:00:47.353346 [ 3 ] {} <Debug> HTTP-Session: dce1e5e0-a30d-4652-891c-10a23b623fc0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
919 | 2024.08.08 23:00:47.353361 [ 3 ] {} <Debug> HTTP-Session: dce1e5e0-a30d-4652-891c-10a23b623fc0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
920 | 2024.08.08 23:00:47.353373 [ 3 ] {} <Debug> HTTP-Session: dce1e5e0-a30d-4652-891c-10a23b623fc0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
921 | 2024.08.08 23:00:47.353402 [ 3 ] {} <Trace> HTTP-Session: dce1e5e0-a30d-4652-891c-10a23b623fc0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
922 | 2024.08.08 23:00:47.353581 [ 3 ] {381d114a-b774-41ef-9977-067d841e4fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
923 | 2024.08.08 23:00:47.353910 [ 3 ] {381d114a-b774-41ef-9977-067d841e4fbf} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
924 | 2024.08.08 23:00:47.353961 [ 3 ] {381d114a-b774-41ef-9977-067d841e4fbf} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
925 | 2024.08.08 23:00:47.354906 [ 3 ] {381d114a-b774-41ef-9977-067d841e4fbf} <Debug> DynamicQueryHandler: Done processing query | ||
926 | 2024.08.08 23:00:47.354931 [ 3 ] {381d114a-b774-41ef-9977-067d841e4fbf} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
927 | 2024.08.08 23:00:47.354947 [ 3 ] {} <Debug> HTTP-Session: dce1e5e0-a30d-4652-891c-10a23b623fc0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
928 | 2024.08.08 23:00:47.355168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 389, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
929 | 2024.08.08 23:00:47.355214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
930 | 2024.08.08 23:00:47.355232 [ 3 ] {} <Debug> HTTP-Session: 479bd534-963d-4121-bcd4-e2783562a61b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
931 | 2024.08.08 23:00:47.355248 [ 3 ] {} <Debug> HTTP-Session: 479bd534-963d-4121-bcd4-e2783562a61b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
932 | 2024.08.08 23:00:47.355261 [ 3 ] {} <Debug> HTTP-Session: 479bd534-963d-4121-bcd4-e2783562a61b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
933 | 2024.08.08 23:00:47.355291 [ 3 ] {} <Trace> HTTP-Session: 479bd534-963d-4121-bcd4-e2783562a61b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
934 | 2024.08.08 23:00:47.355412 [ 3 ] {57d80824-c2cc-4a96-a77b-b594e9328764} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
935 | 2024.08.08 23:00:47.355743 [ 3 ] {57d80824-c2cc-4a96-a77b-b594e9328764} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
936 | 2024.08.08 23:00:47.355794 [ 3 ] {57d80824-c2cc-4a96-a77b-b594e9328764} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
937 | 2024.08.08 23:00:47.356741 [ 3 ] {57d80824-c2cc-4a96-a77b-b594e9328764} <Debug> DynamicQueryHandler: Done processing query | ||
938 | 2024.08.08 23:00:47.356767 [ 3 ] {57d80824-c2cc-4a96-a77b-b594e9328764} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
939 | 2024.08.08 23:00:47.356782 [ 3 ] {} <Debug> HTTP-Session: 479bd534-963d-4121-bcd4-e2783562a61b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
940 | 2024.08.08 23:00:47.357006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 430, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
941 | 2024.08.08 23:00:47.357053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
942 | 2024.08.08 23:00:47.357072 [ 3 ] {} <Debug> HTTP-Session: 6c8d0ace-e177-4a50-8e12-32ea08a3b02a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
943 | 2024.08.08 23:00:47.357087 [ 3 ] {} <Debug> HTTP-Session: 6c8d0ace-e177-4a50-8e12-32ea08a3b02a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
944 | 2024.08.08 23:00:47.357101 [ 3 ] {} <Debug> HTTP-Session: 6c8d0ace-e177-4a50-8e12-32ea08a3b02a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
945 | 2024.08.08 23:00:47.357131 [ 3 ] {} <Trace> HTTP-Session: 6c8d0ace-e177-4a50-8e12-32ea08a3b02a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
946 | 2024.08.08 23:00:47.357294 [ 3 ] {c1ee050c-410e-4edf-985e-25f3eb962c03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
947 | 2024.08.08 23:00:47.357633 [ 3 ] {c1ee050c-410e-4edf-985e-25f3eb962c03} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
948 | 2024.08.08 23:00:47.357688 [ 3 ] {c1ee050c-410e-4edf-985e-25f3eb962c03} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
949 | 2024.08.08 23:00:47.358594 [ 3 ] {c1ee050c-410e-4edf-985e-25f3eb962c03} <Debug> DynamicQueryHandler: Done processing query | ||
950 | 2024.08.08 23:00:47.358619 [ 3 ] {c1ee050c-410e-4edf-985e-25f3eb962c03} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
951 | 2024.08.08 23:00:47.358635 [ 3 ] {} <Debug> HTTP-Session: 6c8d0ace-e177-4a50-8e12-32ea08a3b02a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
952 | 2024.08.08 23:00:47.358843 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 458, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
953 | 2024.08.08 23:00:47.358889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
954 | 2024.08.08 23:00:47.358907 [ 3 ] {} <Debug> HTTP-Session: 596d8a06-2c24-48e9-8251-4a42fd53efc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
955 | 2024.08.08 23:00:47.358923 [ 3 ] {} <Debug> HTTP-Session: 596d8a06-2c24-48e9-8251-4a42fd53efc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
956 | 2024.08.08 23:00:47.358936 [ 3 ] {} <Debug> HTTP-Session: 596d8a06-2c24-48e9-8251-4a42fd53efc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
957 | 2024.08.08 23:00:47.358966 [ 3 ] {} <Trace> HTTP-Session: 596d8a06-2c24-48e9-8251-4a42fd53efc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
958 | 2024.08.08 23:00:47.359090 [ 3 ] {55b742a0-c314-4fa3-b5f9-605a6012f275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
959 | 2024.08.08 23:00:47.359460 [ 3 ] {55b742a0-c314-4fa3-b5f9-605a6012f275} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
960 | 2024.08.08 23:00:47.359553 [ 3 ] {55b742a0-c314-4fa3-b5f9-605a6012f275} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
961 | 2024.08.08 23:00:47.360585 [ 3 ] {55b742a0-c314-4fa3-b5f9-605a6012f275} <Debug> DynamicQueryHandler: Done processing query | ||
962 | 2024.08.08 23:00:47.360610 [ 3 ] {55b742a0-c314-4fa3-b5f9-605a6012f275} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
963 | 2024.08.08 23:00:47.360626 [ 3 ] {} <Debug> HTTP-Session: 596d8a06-2c24-48e9-8251-4a42fd53efc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
964 | 2024.08.08 23:00:47.360826 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 490, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
965 | 2024.08.08 23:00:47.360871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
966 | 2024.08.08 23:00:47.360890 [ 3 ] {} <Debug> HTTP-Session: 67e695b3-33ff-4c10-b6ad-d7bf8ef09f64 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
967 | 2024.08.08 23:00:47.360906 [ 3 ] {} <Debug> HTTP-Session: 67e695b3-33ff-4c10-b6ad-d7bf8ef09f64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
968 | 2024.08.08 23:00:47.360920 [ 3 ] {} <Debug> HTTP-Session: 67e695b3-33ff-4c10-b6ad-d7bf8ef09f64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
969 | 2024.08.08 23:00:47.360950 [ 3 ] {} <Trace> HTTP-Session: 67e695b3-33ff-4c10-b6ad-d7bf8ef09f64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
970 | 2024.08.08 23:00:47.361077 [ 3 ] {7fbc8cbf-8dbb-489e-986f-7482f59022b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
971 | 2024.08.08 23:00:47.361414 [ 3 ] {7fbc8cbf-8dbb-489e-986f-7482f59022b0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
972 | 2024.08.08 23:00:47.361465 [ 3 ] {7fbc8cbf-8dbb-489e-986f-7482f59022b0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
973 | 2024.08.08 23:00:47.362407 [ 3 ] {7fbc8cbf-8dbb-489e-986f-7482f59022b0} <Debug> DynamicQueryHandler: Done processing query | ||
974 | 2024.08.08 23:00:47.362432 [ 3 ] {7fbc8cbf-8dbb-489e-986f-7482f59022b0} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
975 | 2024.08.08 23:00:47.362447 [ 3 ] {} <Debug> HTTP-Session: 67e695b3-33ff-4c10-b6ad-d7bf8ef09f64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
976 | 2024.08.08 23:00:47.362661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 522, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
977 | 2024.08.08 23:00:47.362708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
978 | 2024.08.08 23:00:47.362727 [ 3 ] {} <Debug> HTTP-Session: 6595dfdf-2236-4d31-b8eb-2b3dfe25e9b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
979 | 2024.08.08 23:00:47.362744 [ 3 ] {} <Debug> HTTP-Session: 6595dfdf-2236-4d31-b8eb-2b3dfe25e9b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
980 | 2024.08.08 23:00:47.362758 [ 3 ] {} <Debug> HTTP-Session: 6595dfdf-2236-4d31-b8eb-2b3dfe25e9b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
981 | 2024.08.08 23:00:47.362787 [ 3 ] {} <Trace> HTTP-Session: 6595dfdf-2236-4d31-b8eb-2b3dfe25e9b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
982 | 2024.08.08 23:00:47.362915 [ 3 ] {97c52346-9590-46ee-89ad-129d7fe21ecc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
983 | 2024.08.08 23:00:47.363259 [ 3 ] {97c52346-9590-46ee-89ad-129d7fe21ecc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
984 | 2024.08.08 23:00:47.363310 [ 3 ] {97c52346-9590-46ee-89ad-129d7fe21ecc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
985 | 2024.08.08 23:00:47.364309 [ 3 ] {97c52346-9590-46ee-89ad-129d7fe21ecc} <Debug> DynamicQueryHandler: Done processing query | ||
986 | 2024.08.08 23:00:47.364335 [ 3 ] {97c52346-9590-46ee-89ad-129d7fe21ecc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
987 | 2024.08.08 23:00:47.364351 [ 3 ] {} <Debug> HTTP-Session: 6595dfdf-2236-4d31-b8eb-2b3dfe25e9b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
988 | 2024.08.08 23:00:47.364554 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 564, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
989 | 2024.08.08 23:00:47.364604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
990 | 2024.08.08 23:00:47.364623 [ 3 ] {} <Debug> HTTP-Session: a22ae082-aa34-4310-9db9-135f8abd1832 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
991 | 2024.08.08 23:00:47.364640 [ 3 ] {} <Debug> HTTP-Session: a22ae082-aa34-4310-9db9-135f8abd1832 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
992 | 2024.08.08 23:00:47.364653 [ 3 ] {} <Debug> HTTP-Session: a22ae082-aa34-4310-9db9-135f8abd1832 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
993 | 2024.08.08 23:00:47.364683 [ 3 ] {} <Trace> HTTP-Session: a22ae082-aa34-4310-9db9-135f8abd1832 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
994 | 2024.08.08 23:00:47.364812 [ 3 ] {5112c797-36ed-4b3a-8be8-b8b0c8a6447b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
995 | 2024.08.08 23:00:47.365159 [ 3 ] {5112c797-36ed-4b3a-8be8-b8b0c8a6447b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
996 | 2024.08.08 23:00:47.365210 [ 3 ] {5112c797-36ed-4b3a-8be8-b8b0c8a6447b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
997 | 2024.08.08 23:00:47.366126 [ 3 ] {5112c797-36ed-4b3a-8be8-b8b0c8a6447b} <Debug> DynamicQueryHandler: Done processing query | ||
998 | 2024.08.08 23:00:47.366151 [ 3 ] {5112c797-36ed-4b3a-8be8-b8b0c8a6447b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
999 | 2024.08.08 23:00:47.366167 [ 3 ] {} <Debug> HTTP-Session: a22ae082-aa34-4310-9db9-135f8abd1832 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1000 | 2024.08.08 23:00:47.367798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3987, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1001 | 2024.08.08 23:00:47.367847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1002 | 2024.08.08 23:00:47.367866 [ 3 ] {} <Debug> HTTP-Session: 5959dc0c-26c2-47d1-9fb7-1f67dc115ec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1003 | 2024.08.08 23:00:47.367882 [ 3 ] {} <Debug> HTTP-Session: 5959dc0c-26c2-47d1-9fb7-1f67dc115ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1004 | 2024.08.08 23:00:47.367896 [ 3 ] {} <Debug> HTTP-Session: 5959dc0c-26c2-47d1-9fb7-1f67dc115ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1005 | 2024.08.08 23:00:47.367931 [ 3 ] {} <Trace> HTTP-Session: 5959dc0c-26c2-47d1-9fb7-1f67dc115ec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1006 | 2024.08.08 23:00:47.368083 [ 3 ] {65844f4f-4d6b-4d2a-a76b-7c444ebc06cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1007 | 2024.08.08 23:00:47.368145 [ 3 ] {65844f4f-4d6b-4d2a-a76b-7c444ebc06cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1008 | 2024.08.08 23:00:47.368416 [ 3 ] {65844f4f-4d6b-4d2a-a76b-7c444ebc06cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1009 | 2024.08.08 23:00:47.368958 [ 3 ] {65844f4f-4d6b-4d2a-a76b-7c444ebc06cf} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1010 | 2024.08.08 23:00:47.369011 [ 3 ] {65844f4f-4d6b-4d2a-a76b-7c444ebc06cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1011 | 2024.08.08 23:00:47.369843 [ 3 ] {65844f4f-4d6b-4d2a-a76b-7c444ebc06cf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1012 | 2024.08.08 23:00:47.370403 [ 3 ] {65844f4f-4d6b-4d2a-a76b-7c444ebc06cf} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1013 | 2024.08.08 23:00:47.370566 [ 3 ] {65844f4f-4d6b-4d2a-a76b-7c444ebc06cf} <Debug> executeQuery: Read 14 rows, 2.01 KiB in 0.002536 sec., 5520.504731861199 rows/sec., 792.11 KiB/sec. | ||
1014 | 2024.08.08 23:00:47.370752 [ 3 ] {65844f4f-4d6b-4d2a-a76b-7c444ebc06cf} <Debug> DynamicQueryHandler: Done processing query | ||
1015 | 2024.08.08 23:00:47.370777 [ 3 ] {65844f4f-4d6b-4d2a-a76b-7c444ebc06cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1016 | 2024.08.08 23:00:47.370792 [ 3 ] {} <Debug> HTTP-Session: 5959dc0c-26c2-47d1-9fb7-1f67dc115ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1017 | 2024.08.08 23:00:47.370907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3607, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1018 | 2024.08.08 23:00:47.370956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1019 | 2024.08.08 23:00:47.370975 [ 3 ] {} <Debug> HTTP-Session: 6b0fb32d-867d-4611-b7b8-a37986993b54 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1020 | 2024.08.08 23:00:47.370992 [ 3 ] {} <Debug> HTTP-Session: 6b0fb32d-867d-4611-b7b8-a37986993b54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1021 | 2024.08.08 23:00:47.371006 [ 3 ] {} <Debug> HTTP-Session: 6b0fb32d-867d-4611-b7b8-a37986993b54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1022 | 2024.08.08 23:00:47.371037 [ 3 ] {} <Trace> HTTP-Session: 6b0fb32d-867d-4611-b7b8-a37986993b54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1023 | 2024.08.08 23:00:47.371143 [ 3 ] {73b82336-d07d-4ede-95a6-62f37304c630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1024 | 2024.08.08 23:00:47.371186 [ 3 ] {73b82336-d07d-4ede-95a6-62f37304c630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1025 | 2024.08.08 23:00:47.371313 [ 3 ] {73b82336-d07d-4ede-95a6-62f37304c630} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1026 | 2024.08.08 23:00:47.372323 [ 3 ] {73b82336-d07d-4ede-95a6-62f37304c630} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1027 | 2024.08.08 23:00:47.372358 [ 3 ] {73b82336-d07d-4ede-95a6-62f37304c630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1028 | 2024.08.08 23:00:47.372763 [ 3 ] {73b82336-d07d-4ede-95a6-62f37304c630} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1029 | 2024.08.08 23:00:47.373263 [ 3 ] {73b82336-d07d-4ede-95a6-62f37304c630} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1030 | 2024.08.08 23:00:47.373415 [ 3 ] {73b82336-d07d-4ede-95a6-62f37304c630} <Debug> executeQuery: Read 26 rows, 1.98 KiB in 0.002306 sec., 11274.934952298352 rows/sec., 858.41 KiB/sec. | ||
1031 | 2024.08.08 23:00:47.373585 [ 3 ] {73b82336-d07d-4ede-95a6-62f37304c630} <Debug> DynamicQueryHandler: Done processing query | ||
1032 | 2024.08.08 23:00:47.373612 [ 3 ] {73b82336-d07d-4ede-95a6-62f37304c630} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1033 | 2024.08.08 23:00:47.373628 [ 3 ] {} <Debug> HTTP-Session: 6b0fb32d-867d-4611-b7b8-a37986993b54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1034 | 2024.08.08 23:00:47.373753 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4798, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1035 | 2024.08.08 23:00:47.373802 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1036 | 2024.08.08 23:00:47.373821 [ 3 ] {} <Debug> HTTP-Session: 007d66d3-c505-4259-a58c-309685b336c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1037 | 2024.08.08 23:00:47.373837 [ 3 ] {} <Debug> HTTP-Session: 007d66d3-c505-4259-a58c-309685b336c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1038 | 2024.08.08 23:00:47.373851 [ 3 ] {} <Debug> HTTP-Session: 007d66d3-c505-4259-a58c-309685b336c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1039 | 2024.08.08 23:00:47.373882 [ 3 ] {} <Trace> HTTP-Session: 007d66d3-c505-4259-a58c-309685b336c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1040 | 2024.08.08 23:00:47.373984 [ 3 ] {23c17a7b-b306-46cd-aff2-d3f919b95187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1041 | 2024.08.08 23:00:47.374025 [ 3 ] {23c17a7b-b306-46cd-aff2-d3f919b95187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1042 | 2024.08.08 23:00:47.374773 [ 3 ] {23c17a7b-b306-46cd-aff2-d3f919b95187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1043 | 2024.08.08 23:00:47.375149 [ 3 ] {23c17a7b-b306-46cd-aff2-d3f919b95187} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1044 | 2024.08.08 23:00:47.375187 [ 3 ] {23c17a7b-b306-46cd-aff2-d3f919b95187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1045 | 2024.08.08 23:00:47.378301 [ 3 ] {23c17a7b-b306-46cd-aff2-d3f919b95187} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1046 | 2024.08.08 23:00:47.378834 [ 3 ] {23c17a7b-b306-46cd-aff2-d3f919b95187} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1047 | 2024.08.08 23:00:47.378985 [ 3 ] {23c17a7b-b306-46cd-aff2-d3f919b95187} <Debug> executeQuery: Read 28 rows, 2.24 KiB in 0.00502 sec., 5577.689243027889 rows/sec., 445.48 KiB/sec. | ||
1048 | 2024.08.08 23:00:47.379178 [ 3 ] {23c17a7b-b306-46cd-aff2-d3f919b95187} <Debug> DynamicQueryHandler: Done processing query | ||
1049 | 2024.08.08 23:00:47.379203 [ 3 ] {23c17a7b-b306-46cd-aff2-d3f919b95187} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1050 | 2024.08.08 23:00:47.379219 [ 3 ] {} <Debug> HTTP-Session: 007d66d3-c505-4259-a58c-309685b336c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1051 | 2024.08.08 23:00:47.379360 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 7697, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1052 | 2024.08.08 23:00:47.379411 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1053 | 2024.08.08 23:00:47.379429 [ 3 ] {} <Debug> HTTP-Session: a03bce7b-6173-44a8-af25-6bcb11598d0b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1054 | 2024.08.08 23:00:47.379446 [ 3 ] {} <Debug> HTTP-Session: a03bce7b-6173-44a8-af25-6bcb11598d0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1055 | 2024.08.08 23:00:47.379459 [ 3 ] {} <Debug> HTTP-Session: a03bce7b-6173-44a8-af25-6bcb11598d0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1056 | 2024.08.08 23:00:47.379493 [ 3 ] {} <Trace> HTTP-Session: a03bce7b-6173-44a8-af25-6bcb11598d0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1057 | 2024.08.08 23:00:47.379605 [ 3 ] {605a7477-ca4d-4f25-9bc7-3e154d92632f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1058 | 2024.08.08 23:00:47.379652 [ 3 ] {605a7477-ca4d-4f25-9bc7-3e154d92632f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1059 | 2024.08.08 23:00:47.379795 [ 3 ] {605a7477-ca4d-4f25-9bc7-3e154d92632f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1060 | 2024.08.08 23:00:47.380753 [ 3 ] {605a7477-ca4d-4f25-9bc7-3e154d92632f} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1061 | 2024.08.08 23:00:47.380786 [ 3 ] {605a7477-ca4d-4f25-9bc7-3e154d92632f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1062 | 2024.08.08 23:00:47.381378 [ 3 ] {605a7477-ca4d-4f25-9bc7-3e154d92632f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1063 | 2024.08.08 23:00:47.381956 [ 3 ] {605a7477-ca4d-4f25-9bc7-3e154d92632f} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1064 | 2024.08.08 23:00:47.382116 [ 3 ] {605a7477-ca4d-4f25-9bc7-3e154d92632f} <Debug> executeQuery: Read 40 rows, 2.84 KiB in 0.002544 sec., 15723.270440251574 rows/sec., 1.09 MiB/sec. | ||
1065 | 2024.08.08 23:00:47.382366 [ 3 ] {605a7477-ca4d-4f25-9bc7-3e154d92632f} <Debug> DynamicQueryHandler: Done processing query | ||
1066 | 2024.08.08 23:00:47.382390 [ 3 ] {605a7477-ca4d-4f25-9bc7-3e154d92632f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1067 | 2024.08.08 23:00:47.382405 [ 3 ] {} <Debug> HTTP-Session: a03bce7b-6173-44a8-af25-6bcb11598d0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1068 | 2024.08.08 23:00:47.382531 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1883, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1069 | 2024.08.08 23:00:47.382580 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1070 | 2024.08.08 23:00:47.382598 [ 3 ] {} <Debug> HTTP-Session: e92ebcd1-84f5-4bd4-952c-2ea18e170dd3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1071 | 2024.08.08 23:00:47.382614 [ 3 ] {} <Debug> HTTP-Session: e92ebcd1-84f5-4bd4-952c-2ea18e170dd3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1072 | 2024.08.08 23:00:47.382628 [ 3 ] {} <Debug> HTTP-Session: e92ebcd1-84f5-4bd4-952c-2ea18e170dd3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1073 | 2024.08.08 23:00:47.382663 [ 3 ] {} <Trace> HTTP-Session: e92ebcd1-84f5-4bd4-952c-2ea18e170dd3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1074 | 2024.08.08 23:00:47.382765 [ 3 ] {47bd7f71-6977-4535-8ee7-e36070ebac89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1075 | 2024.08.08 23:00:47.382809 [ 3 ] {47bd7f71-6977-4535-8ee7-e36070ebac89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1076 | 2024.08.08 23:00:47.382955 [ 3 ] {47bd7f71-6977-4535-8ee7-e36070ebac89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1077 | 2024.08.08 23:00:47.383229 [ 3 ] {47bd7f71-6977-4535-8ee7-e36070ebac89} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1078 | 2024.08.08 23:00:47.383267 [ 3 ] {47bd7f71-6977-4535-8ee7-e36070ebac89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1079 | 2024.08.08 23:00:47.383777 [ 3 ] {47bd7f71-6977-4535-8ee7-e36070ebac89} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1080 | 2024.08.08 23:00:47.384426 [ 3 ] {47bd7f71-6977-4535-8ee7-e36070ebac89} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1081 | 2024.08.08 23:00:47.384575 [ 3 ] {47bd7f71-6977-4535-8ee7-e36070ebac89} <Debug> executeQuery: Read 12 rows, 862.00 B in 0.001828 sec., 6564.551422319475 rows/sec., 460.50 KiB/sec. | ||
1082 | 2024.08.08 23:00:47.384775 [ 3 ] {47bd7f71-6977-4535-8ee7-e36070ebac89} <Debug> DynamicQueryHandler: Done processing query | ||
1083 | 2024.08.08 23:00:47.384798 [ 3 ] {47bd7f71-6977-4535-8ee7-e36070ebac89} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1084 | 2024.08.08 23:00:47.384814 [ 3 ] {} <Debug> HTTP-Session: e92ebcd1-84f5-4bd4-952c-2ea18e170dd3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1085 | 2024.08.08 23:00:52.331055 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 605, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1086 | 2024.08.08 23:00:52.331180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1087 | 2024.08.08 23:00:52.331204 [ 3 ] {} <Debug> HTTP-Session: 7a452deb-ee81-4806-9aba-a129a0235714 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1088 | 2024.08.08 23:00:52.331228 [ 3 ] {} <Debug> HTTP-Session: 7a452deb-ee81-4806-9aba-a129a0235714 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1089 | 2024.08.08 23:00:52.331242 [ 3 ] {} <Debug> HTTP-Session: 7a452deb-ee81-4806-9aba-a129a0235714 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1090 | 2024.08.08 23:00:52.331290 [ 3 ] {} <Trace> HTTP-Session: 7a452deb-ee81-4806-9aba-a129a0235714 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1091 | 2024.08.08 23:00:52.331504 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) 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) | ||
1092 | 2024.08.08 23:00:52.334047 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1093 | 2024.08.08 23:00:52.334184 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <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 | ||
1094 | 2024.08.08 23:00:52.334690 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1095 | 2024.08.08 23:00:52.334879 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1096 | 2024.08.08 23:00:52.339103 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 14-element set) | ||
1097 | 2024.08.08 23:00:52.340345 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1098 | 2024.08.08 23:00:52.340397 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1099 | 2024.08.08 23:00:52.340416 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1100 | 2024.08.08 23:00:52.340528 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <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'))" | ||
1101 | 2024.08.08 23:00:52.340553 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1102 | 2024.08.08 23:00:52.344542 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.013127 sec., 1066.504151748305 rows/sec., 43.52 KiB/sec. | ||
1103 | 2024.08.08 23:00:52.344831 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Debug> DynamicQueryHandler: Done processing query | ||
1104 | 2024.08.08 23:00:52.344858 [ 3 ] {56d59385-9d81-4498-9c61-d1e724864d2b} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1105 | 2024.08.08 23:00:52.344875 [ 3 ] {} <Debug> HTTP-Session: 7a452deb-ee81-4806-9aba-a129a0235714 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1106 | 2024.08.08 23:00:52.345110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 644, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1107 | 2024.08.08 23:00:52.345169 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1108 | 2024.08.08 23:00:52.345189 [ 3 ] {} <Debug> HTTP-Session: 38dc5943-4e08-4193-83b7-6461218ae510 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1109 | 2024.08.08 23:00:52.345208 [ 3 ] {} <Debug> HTTP-Session: 38dc5943-4e08-4193-83b7-6461218ae510 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1110 | 2024.08.08 23:00:52.345222 [ 3 ] {} <Debug> HTTP-Session: 38dc5943-4e08-4193-83b7-6461218ae510 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1111 | 2024.08.08 23:00:52.345259 [ 3 ] {} <Trace> HTTP-Session: 38dc5943-4e08-4193-83b7-6461218ae510 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1112 | 2024.08.08 23:00:52.345407 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1113 | 2024.08.08 23:00:52.345669 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1114 | 2024.08.08 23:00:52.345708 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1115 | 2024.08.08 23:00:52.345947 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1116 | 2024.08.08 23:00:52.346013 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1117 | 2024.08.08 23:00:52.346152 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 15-element set) | ||
1118 | 2024.08.08 23:00:52.346186 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1119 | 2024.08.08 23:00:52.346209 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1120 | 2024.08.08 23:00:52.346226 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1121 | 2024.08.08 23:00:52.346268 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_routes'))" | ||
1122 | 2024.08.08 23:00:52.346289 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1123 | 2024.08.08 23:00:52.347348 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001964 sec., 7128.309572301426 rows/sec., 290.88 KiB/sec. | ||
1124 | 2024.08.08 23:00:52.347603 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Debug> DynamicQueryHandler: Done processing query | ||
1125 | 2024.08.08 23:00:52.347628 [ 3 ] {a38720ab-93fb-4ce6-9466-e1a018ce5fd8} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1126 | 2024.08.08 23:00:52.347644 [ 3 ] {} <Debug> HTTP-Session: 38dc5943-4e08-4193-83b7-6461218ae510 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1127 | 2024.08.08 23:00:52.347993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 685, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1128 | 2024.08.08 23:00:52.348043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1129 | 2024.08.08 23:00:52.348062 [ 3 ] {} <Debug> HTTP-Session: e22ef47f-422f-4281-ba00-3b8147ff8ba1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1130 | 2024.08.08 23:00:52.348079 [ 3 ] {} <Debug> HTTP-Session: e22ef47f-422f-4281-ba00-3b8147ff8ba1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1131 | 2024.08.08 23:00:52.348092 [ 3 ] {} <Debug> HTTP-Session: e22ef47f-422f-4281-ba00-3b8147ff8ba1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1132 | 2024.08.08 23:00:52.348124 [ 3 ] {} <Trace> HTTP-Session: e22ef47f-422f-4281-ba00-3b8147ff8ba1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1133 | 2024.08.08 23:00:52.348258 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1134 | 2024.08.08 23:00:52.348512 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1135 | 2024.08.08 23:00:52.348549 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes')" moved to PREWHERE | ||
1136 | 2024.08.08 23:00:52.348788 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1137 | 2024.08.08 23:00:52.348851 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1138 | 2024.08.08 23:00:52.348985 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 16-element set) | ||
1139 | 2024.08.08 23:00:52.349017 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1140 | 2024.08.08 23:00:52.349040 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1141 | 2024.08.08 23:00:52.349056 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1142 | 2024.08.08 23:00:52.349098 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes'))" | ||
1143 | 2024.08.08 23:00:52.349117 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1144 | 2024.08.08 23:00:52.349917 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001719 sec., 8144.2699243746365 rows/sec., 332.34 KiB/sec. | ||
1145 | 2024.08.08 23:00:52.350163 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Debug> DynamicQueryHandler: Done processing query | ||
1146 | 2024.08.08 23:00:52.350188 [ 3 ] {4e5ce07e-4ed7-4ea0-81d6-2670a0964fc2} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1147 | 2024.08.08 23:00:52.350204 [ 3 ] {} <Debug> HTTP-Session: e22ef47f-422f-4281-ba00-3b8147ff8ba1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1148 | 2024.08.08 23:00:52.350425 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 713, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1149 | 2024.08.08 23:00:52.350474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1150 | 2024.08.08 23:00:52.350493 [ 3 ] {} <Debug> HTTP-Session: 8fe15e2c-fcf2-49c0-840a-7db6e4f91ceb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1151 | 2024.08.08 23:00:52.350509 [ 3 ] {} <Debug> HTTP-Session: 8fe15e2c-fcf2-49c0-840a-7db6e4f91ceb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1152 | 2024.08.08 23:00:52.350523 [ 3 ] {} <Debug> HTTP-Session: 8fe15e2c-fcf2-49c0-840a-7db6e4f91ceb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1153 | 2024.08.08 23:00:52.350554 [ 3 ] {} <Trace> HTTP-Session: 8fe15e2c-fcf2-49c0-840a-7db6e4f91ceb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1154 | 2024.08.08 23:00:52.350692 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1155 | 2024.08.08 23:00:52.350945 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1156 | 2024.08.08 23:00:52.350983 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1157 | 2024.08.08 23:00:52.351222 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1158 | 2024.08.08 23:00:52.351286 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1159 | 2024.08.08 23:00:52.351418 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 17-element set) | ||
1160 | 2024.08.08 23:00:52.351450 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1161 | 2024.08.08 23:00:52.351472 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1162 | 2024.08.08 23:00:52.351488 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1163 | 2024.08.08 23:00:52.351527 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1164 | 2024.08.08 23:00:52.351548 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 14 rows starting from 0 | ||
1165 | 2024.08.08 23:00:52.352464 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Debug> executeQuery: Read 14 rows, 585.00 B in 0.001831 sec., 7646.095030038231 rows/sec., 312.01 KiB/sec. | ||
1166 | 2024.08.08 23:00:52.352700 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Debug> DynamicQueryHandler: Done processing query | ||
1167 | 2024.08.08 23:00:52.352724 [ 3 ] {d8689e50-18ba-4c18-9fd8-e6d981f756dc} <Debug> MemoryTracker: Peak memory usage (for query): 3.00 MiB. | ||
1168 | 2024.08.08 23:00:52.352740 [ 3 ] {} <Debug> HTTP-Session: 8fe15e2c-fcf2-49c0-840a-7db6e4f91ceb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1169 | 2024.08.08 23:00:52.357399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1071, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1170 | 2024.08.08 23:00:52.357492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1171 | 2024.08.08 23:00:52.357529 [ 3 ] {} <Debug> HTTP-Session: 55fa5d1c-7bb2-4992-a87e-0c7201a17936 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1172 | 2024.08.08 23:00:52.357561 [ 3 ] {} <Debug> HTTP-Session: 55fa5d1c-7bb2-4992-a87e-0c7201a17936 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1173 | 2024.08.08 23:00:52.357590 [ 3 ] {} <Debug> HTTP-Session: 55fa5d1c-7bb2-4992-a87e-0c7201a17936 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1174 | 2024.08.08 23:00:52.357651 [ 3 ] {} <Trace> HTTP-Session: 55fa5d1c-7bb2-4992-a87e-0c7201a17936 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1175 | 2024.08.08 23:00:52.357857 [ 3 ] {5130b662-fbeb-4d6a-b25e-8db43184881a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1176 | 2024.08.08 23:00:52.357943 [ 3 ] {5130b662-fbeb-4d6a-b25e-8db43184881a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1177 | 2024.08.08 23:00:52.358259 [ 3 ] {5130b662-fbeb-4d6a-b25e-8db43184881a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1178 | 2024.08.08 23:00:52.358768 [ 3 ] {5130b662-fbeb-4d6a-b25e-8db43184881a} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1179 | 2024.08.08 23:00:52.358806 [ 3 ] {5130b662-fbeb-4d6a-b25e-8db43184881a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1180 | 2024.08.08 23:00:52.359378 [ 3 ] {5130b662-fbeb-4d6a-b25e-8db43184881a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1181 | 2024.08.08 23:00:52.359984 [ 3 ] {5130b662-fbeb-4d6a-b25e-8db43184881a} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1182 | 2024.08.08 23:00:52.360172 [ 3 ] {5130b662-fbeb-4d6a-b25e-8db43184881a} <Debug> executeQuery: Read 4 rows, 521.00 B in 0.002383 sec., 1678.556441460344 rows/sec., 213.51 KiB/sec. | ||
1183 | 2024.08.08 23:00:52.360448 [ 3 ] {5130b662-fbeb-4d6a-b25e-8db43184881a} <Debug> DynamicQueryHandler: Done processing query | ||
1184 | 2024.08.08 23:00:52.360473 [ 3 ] {5130b662-fbeb-4d6a-b25e-8db43184881a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1185 | 2024.08.08 23:00:52.360489 [ 3 ] {} <Debug> HTTP-Session: 55fa5d1c-7bb2-4992-a87e-0c7201a17936 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1186 | 2024.08.08 23:00:52.360616 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4184, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1187 | 2024.08.08 23:00:52.360665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1188 | 2024.08.08 23:00:52.360684 [ 3 ] {} <Debug> HTTP-Session: b049f467-25c7-475a-8357-172a15be55c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1189 | 2024.08.08 23:00:52.360701 [ 3 ] {} <Debug> HTTP-Session: b049f467-25c7-475a-8357-172a15be55c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1190 | 2024.08.08 23:00:52.360714 [ 3 ] {} <Debug> HTTP-Session: b049f467-25c7-475a-8357-172a15be55c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1191 | 2024.08.08 23:00:52.360745 [ 3 ] {} <Trace> HTTP-Session: b049f467-25c7-475a-8357-172a15be55c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1192 | 2024.08.08 23:00:52.360852 [ 3 ] {b2e28d12-87d3-4114-ac7b-e375724e4cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1193 | 2024.08.08 23:00:52.360895 [ 3 ] {b2e28d12-87d3-4114-ac7b-e375724e4cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1194 | 2024.08.08 23:00:52.361034 [ 3 ] {b2e28d12-87d3-4114-ac7b-e375724e4cb5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1195 | 2024.08.08 23:00:52.361349 [ 3 ] {b2e28d12-87d3-4114-ac7b-e375724e4cb5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1196 | 2024.08.08 23:00:52.361386 [ 3 ] {b2e28d12-87d3-4114-ac7b-e375724e4cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1197 | 2024.08.08 23:00:52.361822 [ 3 ] {b2e28d12-87d3-4114-ac7b-e375724e4cb5} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1198 | 2024.08.08 23:00:52.362355 [ 3 ] {b2e28d12-87d3-4114-ac7b-e375724e4cb5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1199 | 2024.08.08 23:00:52.362509 [ 3 ] {b2e28d12-87d3-4114-ac7b-e375724e4cb5} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.001691 sec., 17740.981667652275 rows/sec., 1.34 MiB/sec. | ||
1200 | 2024.08.08 23:00:52.362672 [ 3 ] {b2e28d12-87d3-4114-ac7b-e375724e4cb5} <Debug> DynamicQueryHandler: Done processing query | ||
1201 | 2024.08.08 23:00:52.362696 [ 3 ] {b2e28d12-87d3-4114-ac7b-e375724e4cb5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1202 | 2024.08.08 23:00:52.362712 [ 3 ] {} <Debug> HTTP-Session: b049f467-25c7-475a-8357-172a15be55c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1203 | 2024.08.08 23:00:52.362872 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 6152, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1204 | 2024.08.08 23:00:52.362923 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1205 | 2024.08.08 23:00:52.362943 [ 3 ] {} <Debug> HTTP-Session: dfe3b458-55c4-43b1-9c54-d9e6850bb561 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1206 | 2024.08.08 23:00:52.362959 [ 3 ] {} <Debug> HTTP-Session: dfe3b458-55c4-43b1-9c54-d9e6850bb561 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1207 | 2024.08.08 23:00:52.362972 [ 3 ] {} <Debug> HTTP-Session: dfe3b458-55c4-43b1-9c54-d9e6850bb561 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1208 | 2024.08.08 23:00:52.363003 [ 3 ] {} <Trace> HTTP-Session: dfe3b458-55c4-43b1-9c54-d9e6850bb561 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1209 | 2024.08.08 23:00:52.363109 [ 3 ] {ea239926-d86c-445e-b306-34449a17427e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1210 | 2024.08.08 23:00:52.363151 [ 3 ] {ea239926-d86c-445e-b306-34449a17427e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1211 | 2024.08.08 23:00:52.363278 [ 3 ] {ea239926-d86c-445e-b306-34449a17427e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1212 | 2024.08.08 23:00:52.363589 [ 3 ] {ea239926-d86c-445e-b306-34449a17427e} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1213 | 2024.08.08 23:00:52.363625 [ 3 ] {ea239926-d86c-445e-b306-34449a17427e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1214 | 2024.08.08 23:00:52.364059 [ 3 ] {ea239926-d86c-445e-b306-34449a17427e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1215 | 2024.08.08 23:00:52.364621 [ 3 ] {ea239926-d86c-445e-b306-34449a17427e} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1216 | 2024.08.08 23:00:52.364770 [ 3 ] {ea239926-d86c-445e-b306-34449a17427e} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001694 sec., 21251.475796930343 rows/sec., 1.66 MiB/sec. | ||
1217 | 2024.08.08 23:00:52.364929 [ 3 ] {ea239926-d86c-445e-b306-34449a17427e} <Debug> DynamicQueryHandler: Done processing query | ||
1218 | 2024.08.08 23:00:52.364955 [ 3 ] {ea239926-d86c-445e-b306-34449a17427e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1219 | 2024.08.08 23:00:52.364971 [ 3 ] {} <Debug> HTTP-Session: dfe3b458-55c4-43b1-9c54-d9e6850bb561 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1220 | 2024.08.08 23:00:52.365152 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 21097, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1221 | 2024.08.08 23:00:52.365202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1222 | 2024.08.08 23:00:52.365221 [ 3 ] {} <Debug> HTTP-Session: c06970e8-a92d-46f2-97d1-bcc6f60c72e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1223 | 2024.08.08 23:00:52.365238 [ 3 ] {} <Debug> HTTP-Session: c06970e8-a92d-46f2-97d1-bcc6f60c72e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1224 | 2024.08.08 23:00:52.365251 [ 3 ] {} <Debug> HTTP-Session: c06970e8-a92d-46f2-97d1-bcc6f60c72e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1225 | 2024.08.08 23:00:52.365282 [ 3 ] {} <Trace> HTTP-Session: c06970e8-a92d-46f2-97d1-bcc6f60c72e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1226 | 2024.08.08 23:00:52.365415 [ 3 ] {f08e82c5-28d9-4bc2-bd35-2bfb80f15d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1227 | 2024.08.08 23:00:52.365462 [ 3 ] {f08e82c5-28d9-4bc2-bd35-2bfb80f15d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1228 | 2024.08.08 23:00:52.365608 [ 3 ] {f08e82c5-28d9-4bc2-bd35-2bfb80f15d1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1229 | 2024.08.08 23:00:52.365971 [ 3 ] {f08e82c5-28d9-4bc2-bd35-2bfb80f15d1c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1230 | 2024.08.08 23:00:52.366007 [ 3 ] {f08e82c5-28d9-4bc2-bd35-2bfb80f15d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1231 | 2024.08.08 23:00:52.366521 [ 3 ] {f08e82c5-28d9-4bc2-bd35-2bfb80f15d1c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1232 | 2024.08.08 23:00:52.367226 [ 3 ] {f08e82c5-28d9-4bc2-bd35-2bfb80f15d1c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1233 | 2024.08.08 23:00:52.367382 [ 3 ] {f08e82c5-28d9-4bc2-bd35-2bfb80f15d1c} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.002027 sec., 54267.39023186975 rows/sec., 3.79 MiB/sec. | ||
1234 | 2024.08.08 23:00:52.367552 [ 3 ] {f08e82c5-28d9-4bc2-bd35-2bfb80f15d1c} <Debug> DynamicQueryHandler: Done processing query | ||
1235 | 2024.08.08 23:00:52.367577 [ 3 ] {f08e82c5-28d9-4bc2-bd35-2bfb80f15d1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1236 | 2024.08.08 23:00:52.367594 [ 3 ] {} <Debug> HTTP-Session: c06970e8-a92d-46f2-97d1-bcc6f60c72e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1237 | 2024.08.08 23:00:52.367754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 6062, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1238 | 2024.08.08 23:00:52.367805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1239 | 2024.08.08 23:00:52.367828 [ 3 ] {} <Debug> HTTP-Session: 4b890ce8-b9ee-4405-b66b-1676d9f5e4d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1240 | 2024.08.08 23:00:52.367846 [ 3 ] {} <Debug> HTTP-Session: 4b890ce8-b9ee-4405-b66b-1676d9f5e4d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1241 | 2024.08.08 23:00:52.367859 [ 3 ] {} <Debug> HTTP-Session: 4b890ce8-b9ee-4405-b66b-1676d9f5e4d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1242 | 2024.08.08 23:00:52.367890 [ 3 ] {} <Trace> HTTP-Session: 4b890ce8-b9ee-4405-b66b-1676d9f5e4d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1243 | 2024.08.08 23:00:52.367995 [ 3 ] {17fa5502-85eb-4bca-80a2-7cdcd6349f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1244 | 2024.08.08 23:00:52.368041 [ 3 ] {17fa5502-85eb-4bca-80a2-7cdcd6349f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1245 | 2024.08.08 23:00:52.368167 [ 3 ] {17fa5502-85eb-4bca-80a2-7cdcd6349f95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1246 | 2024.08.08 23:00:52.368454 [ 3 ] {17fa5502-85eb-4bca-80a2-7cdcd6349f95} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1247 | 2024.08.08 23:00:52.368490 [ 3 ] {17fa5502-85eb-4bca-80a2-7cdcd6349f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1248 | 2024.08.08 23:00:52.368942 [ 3 ] {17fa5502-85eb-4bca-80a2-7cdcd6349f95} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1249 | 2024.08.08 23:00:52.369577 [ 3 ] {17fa5502-85eb-4bca-80a2-7cdcd6349f95} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1250 | 2024.08.08 23:00:52.369739 [ 3 ] {17fa5502-85eb-4bca-80a2-7cdcd6349f95} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001774 sec., 22547.91431792559 rows/sec., 1.51 MiB/sec. | ||
1251 | 2024.08.08 23:00:52.369945 [ 3 ] {17fa5502-85eb-4bca-80a2-7cdcd6349f95} <Debug> DynamicQueryHandler: Done processing query | ||
1252 | 2024.08.08 23:00:52.369970 [ 3 ] {17fa5502-85eb-4bca-80a2-7cdcd6349f95} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1253 | 2024.08.08 23:00:52.369986 [ 3 ] {} <Debug> HTTP-Session: 4b890ce8-b9ee-4405-b66b-1676d9f5e4d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1254 | 2024.08.08 23:00:53.177835 [ 109 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1255 | 2024.08.08 23:00:53.177903 [ 109 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1256 | 2024.08.08 23:00:57.337726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 7814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1257 | 2024.08.08 23:00:57.337847 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1258 | 2024.08.08 23:00:57.337876 [ 3 ] {} <Debug> HTTP-Session: 9e54c0dc-cbd5-4118-9396-b581d731021f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1259 | 2024.08.08 23:00:57.337904 [ 3 ] {} <Debug> HTTP-Session: 9e54c0dc-cbd5-4118-9396-b581d731021f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1260 | 2024.08.08 23:00:57.337921 [ 3 ] {} <Debug> HTTP-Session: 9e54c0dc-cbd5-4118-9396-b581d731021f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1261 | 2024.08.08 23:00:57.337975 [ 3 ] {} <Trace> HTTP-Session: 9e54c0dc-cbd5-4118-9396-b581d731021f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1262 | 2024.08.08 23:00:57.338186 [ 3 ] {943a5ddb-6dcf-4037-8882-1e6bf831800c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1263 | 2024.08.08 23:00:57.338258 [ 3 ] {943a5ddb-6dcf-4037-8882-1e6bf831800c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1264 | 2024.08.08 23:00:57.338464 [ 3 ] {943a5ddb-6dcf-4037-8882-1e6bf831800c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1265 | 2024.08.08 23:00:57.338965 [ 3 ] {943a5ddb-6dcf-4037-8882-1e6bf831800c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1266 | 2024.08.08 23:00:57.339007 [ 3 ] {943a5ddb-6dcf-4037-8882-1e6bf831800c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1267 | 2024.08.08 23:00:57.339501 [ 3 ] {943a5ddb-6dcf-4037-8882-1e6bf831800c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1268 | 2024.08.08 23:00:57.340101 [ 3 ] {943a5ddb-6dcf-4037-8882-1e6bf831800c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1269 | 2024.08.08 23:00:57.340276 [ 3 ] {943a5ddb-6dcf-4037-8882-1e6bf831800c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00215 sec., 26046.511627906977 rows/sec., 1.99 MiB/sec. | ||
1270 | 2024.08.08 23:00:57.340564 [ 3 ] {943a5ddb-6dcf-4037-8882-1e6bf831800c} <Debug> DynamicQueryHandler: Done processing query | ||
1271 | 2024.08.08 23:00:57.340590 [ 3 ] {943a5ddb-6dcf-4037-8882-1e6bf831800c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1272 | 2024.08.08 23:00:57.340608 [ 3 ] {} <Debug> HTTP-Session: 9e54c0dc-cbd5-4118-9396-b581d731021f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1273 | 2024.08.08 23:00:57.340736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1274 | 2024.08.08 23:00:57.340785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1275 | 2024.08.08 23:00:57.340804 [ 3 ] {} <Debug> HTTP-Session: 7f28ca35-464b-4d3c-9e35-04b31ed98e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1276 | 2024.08.08 23:00:57.340820 [ 3 ] {} <Debug> HTTP-Session: 7f28ca35-464b-4d3c-9e35-04b31ed98e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1277 | 2024.08.08 23:00:57.340833 [ 3 ] {} <Debug> HTTP-Session: 7f28ca35-464b-4d3c-9e35-04b31ed98e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1278 | 2024.08.08 23:00:57.340865 [ 3 ] {} <Trace> HTTP-Session: 7f28ca35-464b-4d3c-9e35-04b31ed98e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1279 | 2024.08.08 23:00:57.340984 [ 3 ] {9b7ee982-94d1-4728-8738-ca14caf71d21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1280 | 2024.08.08 23:00:57.341027 [ 3 ] {9b7ee982-94d1-4728-8738-ca14caf71d21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1281 | 2024.08.08 23:00:57.341168 [ 3 ] {9b7ee982-94d1-4728-8738-ca14caf71d21} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1282 | 2024.08.08 23:00:57.341566 [ 3 ] {9b7ee982-94d1-4728-8738-ca14caf71d21} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1283 | 2024.08.08 23:00:57.341602 [ 3 ] {9b7ee982-94d1-4728-8738-ca14caf71d21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1284 | 2024.08.08 23:00:57.342090 [ 3 ] {9b7ee982-94d1-4728-8738-ca14caf71d21} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1285 | 2024.08.08 23:00:57.342693 [ 3 ] {9b7ee982-94d1-4728-8738-ca14caf71d21} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1286 | 2024.08.08 23:00:57.342848 [ 3 ] {9b7ee982-94d1-4728-8738-ca14caf71d21} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001906 sec., 33578.1741867786 rows/sec., 2.62 MiB/sec. | ||
1287 | 2024.08.08 23:00:57.343013 [ 3 ] {9b7ee982-94d1-4728-8738-ca14caf71d21} <Debug> DynamicQueryHandler: Done processing query | ||
1288 | 2024.08.08 23:00:57.343038 [ 3 ] {9b7ee982-94d1-4728-8738-ca14caf71d21} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1289 | 2024.08.08 23:00:57.343053 [ 3 ] {} <Debug> HTTP-Session: 7f28ca35-464b-4d3c-9e35-04b31ed98e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1290 | 2024.08.08 23:00:57.343298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1291 | 2024.08.08 23:00:57.343348 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1292 | 2024.08.08 23:00:57.343367 [ 3 ] {} <Debug> HTTP-Session: 4b63a590-b540-4689-b8eb-c7b037d98392 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1293 | 2024.08.08 23:00:57.343383 [ 3 ] {} <Debug> HTTP-Session: 4b63a590-b540-4689-b8eb-c7b037d98392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1294 | 2024.08.08 23:00:57.343396 [ 3 ] {} <Debug> HTTP-Session: 4b63a590-b540-4689-b8eb-c7b037d98392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1295 | 2024.08.08 23:00:57.343426 [ 3 ] {} <Trace> HTTP-Session: 4b63a590-b540-4689-b8eb-c7b037d98392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1296 | 2024.08.08 23:00:57.343568 [ 3 ] {d404eb91-13eb-4a0a-8c80-86e17ae9845c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1297 | 2024.08.08 23:00:57.343615 [ 3 ] {d404eb91-13eb-4a0a-8c80-86e17ae9845c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1298 | 2024.08.08 23:00:57.343760 [ 3 ] {d404eb91-13eb-4a0a-8c80-86e17ae9845c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1299 | 2024.08.08 23:00:57.344148 [ 3 ] {d404eb91-13eb-4a0a-8c80-86e17ae9845c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1300 | 2024.08.08 23:00:57.344184 [ 3 ] {d404eb91-13eb-4a0a-8c80-86e17ae9845c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1301 | 2024.08.08 23:00:57.344731 [ 3 ] {d404eb91-13eb-4a0a-8c80-86e17ae9845c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1302 | 2024.08.08 23:00:57.345399 [ 3 ] {d404eb91-13eb-4a0a-8c80-86e17ae9845c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1303 | 2024.08.08 23:00:57.345525 [ 3 ] {d404eb91-13eb-4a0a-8c80-86e17ae9845c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002018 sec., 79286.42220019823 rows/sec., 5.52 MiB/sec. | ||
1304 | 2024.08.08 23:00:57.345798 [ 3 ] {d404eb91-13eb-4a0a-8c80-86e17ae9845c} <Debug> DynamicQueryHandler: Done processing query | ||
1305 | 2024.08.08 23:00:57.345823 [ 3 ] {d404eb91-13eb-4a0a-8c80-86e17ae9845c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1306 | 2024.08.08 23:00:57.345839 [ 3 ] {} <Debug> HTTP-Session: 4b63a590-b540-4689-b8eb-c7b037d98392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1307 | 2024.08.08 23:00:57.345953 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1308 | 2024.08.08 23:00:57.346002 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1309 | 2024.08.08 23:00:57.346020 [ 3 ] {} <Debug> HTTP-Session: 05872127-0180-4f02-b5af-d7b3df021925 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1310 | 2024.08.08 23:00:57.346036 [ 3 ] {} <Debug> HTTP-Session: 05872127-0180-4f02-b5af-d7b3df021925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1311 | 2024.08.08 23:00:57.346049 [ 3 ] {} <Debug> HTTP-Session: 05872127-0180-4f02-b5af-d7b3df021925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1312 | 2024.08.08 23:00:57.346080 [ 3 ] {} <Trace> HTTP-Session: 05872127-0180-4f02-b5af-d7b3df021925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1313 | 2024.08.08 23:00:57.346210 [ 3 ] {b7df2dbb-92d6-47b4-bd20-3db4e0000f2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1314 | 2024.08.08 23:00:57.346255 [ 3 ] {b7df2dbb-92d6-47b4-bd20-3db4e0000f2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1315 | 2024.08.08 23:00:57.346396 [ 3 ] {b7df2dbb-92d6-47b4-bd20-3db4e0000f2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1316 | 2024.08.08 23:00:57.346696 [ 3 ] {b7df2dbb-92d6-47b4-bd20-3db4e0000f2c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1317 | 2024.08.08 23:00:57.346732 [ 3 ] {b7df2dbb-92d6-47b4-bd20-3db4e0000f2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1318 | 2024.08.08 23:00:57.347212 [ 3 ] {b7df2dbb-92d6-47b4-bd20-3db4e0000f2c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1319 | 2024.08.08 23:00:57.347833 [ 3 ] {b7df2dbb-92d6-47b4-bd20-3db4e0000f2c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1320 | 2024.08.08 23:00:57.347990 [ 3 ] {b7df2dbb-92d6-47b4-bd20-3db4e0000f2c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001824 sec., 32894.73684210526 rows/sec., 2.22 MiB/sec. | ||
1321 | 2024.08.08 23:00:57.348260 [ 3 ] {b7df2dbb-92d6-47b4-bd20-3db4e0000f2c} <Debug> DynamicQueryHandler: Done processing query | ||
1322 | 2024.08.08 23:00:57.348285 [ 3 ] {b7df2dbb-92d6-47b4-bd20-3db4e0000f2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1323 | 2024.08.08 23:00:57.348301 [ 3 ] {} <Debug> HTTP-Session: 05872127-0180-4f02-b5af-d7b3df021925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1324 | 2024.08.08 23:01:02.334632 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 754, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1325 | 2024.08.08 23:01:02.334771 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1326 | 2024.08.08 23:01:02.334800 [ 3 ] {} <Debug> HTTP-Session: ca99fb6f-dac0-4593-8d61-6a4f6b4758fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1327 | 2024.08.08 23:01:02.334827 [ 3 ] {} <Debug> HTTP-Session: ca99fb6f-dac0-4593-8d61-6a4f6b4758fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1328 | 2024.08.08 23:01:02.334845 [ 3 ] {} <Debug> HTTP-Session: ca99fb6f-dac0-4593-8d61-6a4f6b4758fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1329 | 2024.08.08 23:01:02.334899 [ 3 ] {} <Trace> HTTP-Session: ca99fb6f-dac0-4593-8d61-6a4f6b4758fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1330 | 2024.08.08 23:01:02.335163 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1331 | 2024.08.08 23:01:02.335526 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1332 | 2024.08.08 23:01:02.335569 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1333 | 2024.08.08 23:01:02.335858 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1334 | 2024.08.08 23:01:02.335940 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1335 | 2024.08.08 23:01:02.336108 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
1336 | 2024.08.08 23:01:02.336269 [ 252 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1337 | 2024.08.08 23:01:02.336285 [ 253 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1338 | 2024.08.08 23:01:02.336463 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1339 | 2024.08.08 23:01:02.336495 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1340 | 2024.08.08 23:01:02.338702 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1341 | 2024.08.08 23:01:02.340790 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1342 | 2024.08.08 23:01:02.340857 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1343 | 2024.08.08 23:01:02.340906 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1344 | 2024.08.08 23:01:02.342696 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.007629 sec., 2359.4180102241444 rows/sec., 96.52 KiB/sec. | ||
1345 | 2024.08.08 23:01:02.343063 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Debug> DynamicQueryHandler: Done processing query | ||
1346 | 2024.08.08 23:01:02.343095 [ 3 ] {82ea5819-2c47-479e-b89a-ae220ba516d5} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1347 | 2024.08.08 23:01:02.343115 [ 3 ] {} <Debug> HTTP-Session: ca99fb6f-dac0-4593-8d61-6a4f6b4758fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1348 | 2024.08.08 23:01:02.343380 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 775, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1349 | 2024.08.08 23:01:02.343446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1350 | 2024.08.08 23:01:02.343470 [ 3 ] {} <Debug> HTTP-Session: f2091724-8601-4b1d-9b23-a092d20b6f66 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1351 | 2024.08.08 23:01:02.343493 [ 3 ] {} <Debug> HTTP-Session: f2091724-8601-4b1d-9b23-a092d20b6f66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1352 | 2024.08.08 23:01:02.343510 [ 3 ] {} <Debug> HTTP-Session: f2091724-8601-4b1d-9b23-a092d20b6f66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1353 | 2024.08.08 23:01:02.343552 [ 3 ] {} <Trace> HTTP-Session: f2091724-8601-4b1d-9b23-a092d20b6f66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1354 | 2024.08.08 23:01:02.343740 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1355 | 2024.08.08 23:01:02.344042 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1356 | 2024.08.08 23:01:02.344082 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1357 | 2024.08.08 23:01:02.344336 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1358 | 2024.08.08 23:01:02.344400 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1359 | 2024.08.08 23:01:02.344539 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
1360 | 2024.08.08 23:01:02.344647 [ 257 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1361 | 2024.08.08 23:01:02.344649 [ 255 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1362 | 2024.08.08 23:01:02.344784 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1363 | 2024.08.08 23:01:02.344812 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1364 | 2024.08.08 23:01:02.344890 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1365 | 2024.08.08 23:01:02.344911 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1366 | 2024.08.08 23:01:02.344950 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1367 | 2024.08.08 23:01:02.344989 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1368 | 2024.08.08 23:01:02.346305 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002657 sec., 6774.5577719232215 rows/sec., 277.13 KiB/sec. | ||
1369 | 2024.08.08 23:01:02.346597 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Debug> DynamicQueryHandler: Done processing query | ||
1370 | 2024.08.08 23:01:02.346622 [ 3 ] {22d86db9-71f5-47e2-ab6a-976feb19c725} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1371 | 2024.08.08 23:01:02.346732 [ 3 ] {} <Debug> HTTP-Session: f2091724-8601-4b1d-9b23-a092d20b6f66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1372 | 2024.08.08 23:01:02.347179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 796, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1373 | 2024.08.08 23:01:02.347230 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1374 | 2024.08.08 23:01:02.347249 [ 3 ] {} <Debug> HTTP-Session: 7f65c81a-e507-45df-9309-16fd8f81152c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1375 | 2024.08.08 23:01:02.347267 [ 3 ] {} <Debug> HTTP-Session: 7f65c81a-e507-45df-9309-16fd8f81152c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1376 | 2024.08.08 23:01:02.347281 [ 3 ] {} <Debug> HTTP-Session: 7f65c81a-e507-45df-9309-16fd8f81152c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1377 | 2024.08.08 23:01:02.347314 [ 3 ] {} <Trace> HTTP-Session: 7f65c81a-e507-45df-9309-16fd8f81152c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1378 | 2024.08.08 23:01:02.347460 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT JSONEachRow; (stage: Complete) | ||
1379 | 2024.08.08 23:01:02.347803 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1380 | 2024.08.08 23:01:02.347845 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
1381 | 2024.08.08 23:01:02.348096 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1382 | 2024.08.08 23:01:02.348160 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1383 | 2024.08.08 23:01:02.348298 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
1384 | 2024.08.08 23:01:02.348384 [ 253 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1385 | 2024.08.08 23:01:02.348400 [ 257 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1386 | 2024.08.08 23:01:02.348504 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1387 | 2024.08.08 23:01:02.348532 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1388 | 2024.08.08 23:01:02.348610 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1389 | 2024.08.08 23:01:02.348630 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1390 | 2024.08.08 23:01:02.348667 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1391 | 2024.08.08 23:01:02.348703 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
1392 | 2024.08.08 23:01:02.349999 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002605 sec., 6909.78886756238 rows/sec., 282.66 KiB/sec. | ||
1393 | 2024.08.08 23:01:02.350301 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Debug> DynamicQueryHandler: Done processing query | ||
1394 | 2024.08.08 23:01:02.350326 [ 3 ] {d26f8155-d4f5-4ece-a28f-131350559359} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1395 | 2024.08.08 23:01:02.350343 [ 3 ] {} <Debug> HTTP-Session: 7f65c81a-e507-45df-9309-16fd8f81152c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1396 | 2024.08.08 23:01:02.350592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 821, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1397 | 2024.08.08 23:01:02.350644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1398 | 2024.08.08 23:01:02.350663 [ 3 ] {} <Debug> HTTP-Session: 5b97a600-e4f0-4d24-b3ab-1de65ba701cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1399 | 2024.08.08 23:01:02.350679 [ 3 ] {} <Debug> HTTP-Session: 5b97a600-e4f0-4d24-b3ab-1de65ba701cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1400 | 2024.08.08 23:01:02.350693 [ 3 ] {} <Debug> HTTP-Session: 5b97a600-e4f0-4d24-b3ab-1de65ba701cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1401 | 2024.08.08 23:01:02.350724 [ 3 ] {} <Trace> HTTP-Session: 5b97a600-e4f0-4d24-b3ab-1de65ba701cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1402 | 2024.08.08 23:01:02.350865 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT JSONEachRow; (stage: Complete) | ||
1403 | 2024.08.08 23:01:02.351122 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1404 | 2024.08.08 23:01:02.351163 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
1405 | 2024.08.08 23:01:02.351414 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1406 | 2024.08.08 23:01:02.351478 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1407 | 2024.08.08 23:01:02.351610 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
1408 | 2024.08.08 23:01:02.351712 [ 252 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1409 | 2024.08.08 23:01:02.351720 [ 253 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1410 | 2024.08.08 23:01:02.351828 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1411 | 2024.08.08 23:01:02.351854 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1412 | 2024.08.08 23:01:02.351931 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1413 | 2024.08.08 23:01:02.351951 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1414 | 2024.08.08 23:01:02.351987 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1415 | 2024.08.08 23:01:02.352027 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
1416 | 2024.08.08 23:01:02.353444 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002644 sec., 6807.86686838124 rows/sec., 278.49 KiB/sec. | ||
1417 | 2024.08.08 23:01:02.353754 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Debug> DynamicQueryHandler: Done processing query | ||
1418 | 2024.08.08 23:01:02.353778 [ 3 ] {87a2a765-6250-4ab1-ba4a-58518594becb} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1419 | 2024.08.08 23:01:02.353795 [ 3 ] {} <Debug> HTTP-Session: 5b97a600-e4f0-4d24-b3ab-1de65ba701cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1420 | 2024.08.08 23:01:02.354007 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 847, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1421 | 2024.08.08 23:01:02.354054 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1422 | 2024.08.08 23:01:02.354074 [ 3 ] {} <Debug> HTTP-Session: 0e819142-2432-42a3-a1c9-6ba6acc7896b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1423 | 2024.08.08 23:01:02.354090 [ 3 ] {} <Debug> HTTP-Session: 0e819142-2432-42a3-a1c9-6ba6acc7896b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1424 | 2024.08.08 23:01:02.354103 [ 3 ] {} <Debug> HTTP-Session: 0e819142-2432-42a3-a1c9-6ba6acc7896b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1425 | 2024.08.08 23:01:02.354133 [ 3 ] {} <Trace> HTTP-Session: 0e819142-2432-42a3-a1c9-6ba6acc7896b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1426 | 2024.08.08 23:01:02.354272 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1427 | 2024.08.08 23:01:02.354530 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1428 | 2024.08.08 23:01:02.354571 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
1429 | 2024.08.08 23:01:02.354824 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1430 | 2024.08.08 23:01:02.354887 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1431 | 2024.08.08 23:01:02.355022 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
1432 | 2024.08.08 23:01:02.355115 [ 253 ] {32316963-8cb5-4436-a215-97fe37821859} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1433 | 2024.08.08 23:01:02.355129 [ 252 ] {32316963-8cb5-4436-a215-97fe37821859} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1434 | 2024.08.08 23:01:02.355224 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1435 | 2024.08.08 23:01:02.355251 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1436 | 2024.08.08 23:01:02.355329 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1437 | 2024.08.08 23:01:02.355348 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1438 | 2024.08.08 23:01:02.355385 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1439 | 2024.08.08 23:01:02.355423 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
1440 | 2024.08.08 23:01:02.356758 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00255 sec., 7058.823529411764 rows/sec., 288.76 KiB/sec. | ||
1441 | 2024.08.08 23:01:02.357065 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Debug> DynamicQueryHandler: Done processing query | ||
1442 | 2024.08.08 23:01:02.357089 [ 3 ] {32316963-8cb5-4436-a215-97fe37821859} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1443 | 2024.08.08 23:01:02.357105 [ 3 ] {} <Debug> HTTP-Session: 0e819142-2432-42a3-a1c9-6ba6acc7896b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1444 | 2024.08.08 23:01:02.357322 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 871, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1445 | 2024.08.08 23:01:02.357370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1446 | 2024.08.08 23:01:02.357389 [ 3 ] {} <Debug> HTTP-Session: 72a02555-6086-4248-a59a-dba8cb8f8c79 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1447 | 2024.08.08 23:01:02.357404 [ 3 ] {} <Debug> HTTP-Session: 72a02555-6086-4248-a59a-dba8cb8f8c79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1448 | 2024.08.08 23:01:02.357418 [ 3 ] {} <Debug> HTTP-Session: 72a02555-6086-4248-a59a-dba8cb8f8c79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1449 | 2024.08.08 23:01:02.357449 [ 3 ] {} <Trace> HTTP-Session: 72a02555-6086-4248-a59a-dba8cb8f8c79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1450 | 2024.08.08 23:01:02.357589 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1451 | 2024.08.08 23:01:02.357851 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1452 | 2024.08.08 23:01:02.357891 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1453 | 2024.08.08 23:01:02.358149 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1454 | 2024.08.08 23:01:02.358212 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1455 | 2024.08.08 23:01:02.358345 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
1456 | 2024.08.08 23:01:02.358449 [ 252 ] {78685dfb-8938-4df7-a098-9d871585e961} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1457 | 2024.08.08 23:01:02.358453 [ 253 ] {78685dfb-8938-4df7-a098-9d871585e961} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1458 | 2024.08.08 23:01:02.358556 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1459 | 2024.08.08 23:01:02.358583 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1460 | 2024.08.08 23:01:02.358661 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1461 | 2024.08.08 23:01:02.358680 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1462 | 2024.08.08 23:01:02.358717 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1463 | 2024.08.08 23:01:02.358756 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1464 | 2024.08.08 23:01:02.359797 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002273 sec., 7919.049714034317 rows/sec., 323.95 KiB/sec. | ||
1465 | 2024.08.08 23:01:02.360096 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Debug> DynamicQueryHandler: Done processing query | ||
1466 | 2024.08.08 23:01:02.360120 [ 3 ] {78685dfb-8938-4df7-a098-9d871585e961} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1467 | 2024.08.08 23:01:02.360137 [ 3 ] {} <Debug> HTTP-Session: 72a02555-6086-4248-a59a-dba8cb8f8c79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1468 | 2024.08.08 23:01:02.360455 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 895, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1469 | 2024.08.08 23:01:02.360503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1470 | 2024.08.08 23:01:02.360522 [ 3 ] {} <Debug> HTTP-Session: 4d8351c6-672b-418d-9279-5b9e265384bf Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1471 | 2024.08.08 23:01:02.360537 [ 3 ] {} <Debug> HTTP-Session: 4d8351c6-672b-418d-9279-5b9e265384bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1472 | 2024.08.08 23:01:02.360551 [ 3 ] {} <Debug> HTTP-Session: 4d8351c6-672b-418d-9279-5b9e265384bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1473 | 2024.08.08 23:01:02.360581 [ 3 ] {} <Trace> HTTP-Session: 4d8351c6-672b-418d-9279-5b9e265384bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1474 | 2024.08.08 23:01:02.360720 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT JSONEachRow; (stage: Complete) | ||
1475 | 2024.08.08 23:01:02.360984 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1476 | 2024.08.08 23:01:02.361025 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
1477 | 2024.08.08 23:01:02.361283 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1478 | 2024.08.08 23:01:02.361346 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1479 | 2024.08.08 23:01:02.361481 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
1480 | 2024.08.08 23:01:02.361577 [ 252 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1481 | 2024.08.08 23:01:02.361591 [ 253 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1482 | 2024.08.08 23:01:02.361690 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1483 | 2024.08.08 23:01:02.361717 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1484 | 2024.08.08 23:01:02.361794 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1485 | 2024.08.08 23:01:02.361813 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1486 | 2024.08.08 23:01:02.361849 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1487 | 2024.08.08 23:01:02.361887 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
1488 | 2024.08.08 23:01:02.363119 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002464 sec., 7305.194805194805 rows/sec., 298.83 KiB/sec. | ||
1489 | 2024.08.08 23:01:02.363419 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Debug> DynamicQueryHandler: Done processing query | ||
1490 | 2024.08.08 23:01:02.363442 [ 3 ] {f00b4dae-0d7c-4761-b9f8-c0a872e74f61} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1491 | 2024.08.08 23:01:02.363458 [ 3 ] {} <Debug> HTTP-Session: 4d8351c6-672b-418d-9279-5b9e265384bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1492 | 2024.08.08 23:01:02.363667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 919, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1493 | 2024.08.08 23:01:02.363715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1494 | 2024.08.08 23:01:02.363734 [ 3 ] {} <Debug> HTTP-Session: 3a9ed052-9767-4b8f-87f2-fb8ff8eae9dc Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1495 | 2024.08.08 23:01:02.363750 [ 3 ] {} <Debug> HTTP-Session: 3a9ed052-9767-4b8f-87f2-fb8ff8eae9dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1496 | 2024.08.08 23:01:02.363764 [ 3 ] {} <Debug> HTTP-Session: 3a9ed052-9767-4b8f-87f2-fb8ff8eae9dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1497 | 2024.08.08 23:01:02.363794 [ 3 ] {} <Trace> HTTP-Session: 3a9ed052-9767-4b8f-87f2-fb8ff8eae9dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1498 | 2024.08.08 23:01:02.363933 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1499 | 2024.08.08 23:01:02.364198 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1500 | 2024.08.08 23:01:02.364240 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1501 | 2024.08.08 23:01:02.364502 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1502 | 2024.08.08 23:01:02.364565 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1503 | 2024.08.08 23:01:02.364704 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
1504 | 2024.08.08 23:01:02.364801 [ 253 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1505 | 2024.08.08 23:01:02.364815 [ 252 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1506 | 2024.08.08 23:01:02.364911 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1507 | 2024.08.08 23:01:02.364939 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1508 | 2024.08.08 23:01:02.365019 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1509 | 2024.08.08 23:01:02.365039 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1510 | 2024.08.08 23:01:02.365076 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1511 | 2024.08.08 23:01:02.365115 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1512 | 2024.08.08 23:01:02.366346 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002479 sec., 7260.992335619202 rows/sec., 297.03 KiB/sec. | ||
1513 | 2024.08.08 23:01:02.366648 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Debug> DynamicQueryHandler: Done processing query | ||
1514 | 2024.08.08 23:01:02.366672 [ 3 ] {0e0f143b-48fd-4e93-9cd2-4f7970212099} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1515 | 2024.08.08 23:01:02.366688 [ 3 ] {} <Debug> HTTP-Session: 3a9ed052-9767-4b8f-87f2-fb8ff8eae9dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1516 | 2024.08.08 23:01:02.366922 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 946, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1517 | 2024.08.08 23:01:02.366971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1518 | 2024.08.08 23:01:02.366989 [ 3 ] {} <Debug> HTTP-Session: 04e95fe1-c975-4e1f-985d-22525a253e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1519 | 2024.08.08 23:01:02.367005 [ 3 ] {} <Debug> HTTP-Session: 04e95fe1-c975-4e1f-985d-22525a253e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1520 | 2024.08.08 23:01:02.367019 [ 3 ] {} <Debug> HTTP-Session: 04e95fe1-c975-4e1f-985d-22525a253e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1521 | 2024.08.08 23:01:02.367049 [ 3 ] {} <Trace> HTTP-Session: 04e95fe1-c975-4e1f-985d-22525a253e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1522 | 2024.08.08 23:01:02.367190 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1523 | 2024.08.08 23:01:02.367456 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1524 | 2024.08.08 23:01:02.367497 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
1525 | 2024.08.08 23:01:02.367761 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1526 | 2024.08.08 23:01:02.367823 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1527 | 2024.08.08 23:01:02.367959 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
1528 | 2024.08.08 23:01:02.368051 [ 252 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1529 | 2024.08.08 23:01:02.368065 [ 253 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1530 | 2024.08.08 23:01:02.368165 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1531 | 2024.08.08 23:01:02.368192 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1532 | 2024.08.08 23:01:02.368268 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1533 | 2024.08.08 23:01:02.368287 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1534 | 2024.08.08 23:01:02.368325 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1535 | 2024.08.08 23:01:02.368362 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
1536 | 2024.08.08 23:01:02.369677 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002555 sec., 7045.009784735812 rows/sec., 288.19 KiB/sec. | ||
1537 | 2024.08.08 23:01:02.369970 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Debug> DynamicQueryHandler: Done processing query | ||
1538 | 2024.08.08 23:01:02.370004 [ 3 ] {0698b062-6360-4272-8fd2-138a8157c7a1} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1539 | 2024.08.08 23:01:02.370029 [ 3 ] {} <Debug> HTTP-Session: 04e95fe1-c975-4e1f-985d-22525a253e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1540 | 2024.08.08 23:01:02.370265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 976, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1541 | 2024.08.08 23:01:02.370319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1542 | 2024.08.08 23:01:02.370339 [ 3 ] {} <Debug> HTTP-Session: c34fefb8-1bba-4b14-8f1a-019cc2430ed7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1543 | 2024.08.08 23:01:02.370355 [ 3 ] {} <Debug> HTTP-Session: c34fefb8-1bba-4b14-8f1a-019cc2430ed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1544 | 2024.08.08 23:01:02.370368 [ 3 ] {} <Debug> HTTP-Session: c34fefb8-1bba-4b14-8f1a-019cc2430ed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1545 | 2024.08.08 23:01:02.370398 [ 3 ] {} <Trace> HTTP-Session: c34fefb8-1bba-4b14-8f1a-019cc2430ed7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1546 | 2024.08.08 23:01:02.370540 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1547 | 2024.08.08 23:01:02.370807 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1548 | 2024.08.08 23:01:02.370848 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1549 | 2024.08.08 23:01:02.371117 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1550 | 2024.08.08 23:01:02.371181 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1551 | 2024.08.08 23:01:02.371318 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
1552 | 2024.08.08 23:01:02.371423 [ 253 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1553 | 2024.08.08 23:01:02.371427 [ 252 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1554 | 2024.08.08 23:01:02.371529 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1555 | 2024.08.08 23:01:02.371557 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1556 | 2024.08.08 23:01:02.371634 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1557 | 2024.08.08 23:01:02.371654 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1558 | 2024.08.08 23:01:02.371691 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1559 | 2024.08.08 23:01:02.371729 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1560 | 2024.08.08 23:01:02.373014 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002543 sec., 7078.254030672434 rows/sec., 289.55 KiB/sec. | ||
1561 | 2024.08.08 23:01:02.373307 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Debug> DynamicQueryHandler: Done processing query | ||
1562 | 2024.08.08 23:01:02.373331 [ 3 ] {6e195040-e73b-481c-ae7d-e7c5e9acd871} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1563 | 2024.08.08 23:01:02.373347 [ 3 ] {} <Debug> HTTP-Session: c34fefb8-1bba-4b14-8f1a-019cc2430ed7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1564 | 2024.08.08 23:01:02.373547 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1006, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1565 | 2024.08.08 23:01:02.373596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1566 | 2024.08.08 23:01:02.373615 [ 3 ] {} <Debug> HTTP-Session: 20bb8c0c-b0bc-4649-a2c5-bcb8d730930c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1567 | 2024.08.08 23:01:02.373631 [ 3 ] {} <Debug> HTTP-Session: 20bb8c0c-b0bc-4649-a2c5-bcb8d730930c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1568 | 2024.08.08 23:01:02.373645 [ 3 ] {} <Debug> HTTP-Session: 20bb8c0c-b0bc-4649-a2c5-bcb8d730930c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1569 | 2024.08.08 23:01:02.373676 [ 3 ] {} <Trace> HTTP-Session: 20bb8c0c-b0bc-4649-a2c5-bcb8d730930c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1570 | 2024.08.08 23:01:02.373819 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1571 | 2024.08.08 23:01:02.374088 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1572 | 2024.08.08 23:01:02.374130 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1573 | 2024.08.08 23:01:02.374400 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1574 | 2024.08.08 23:01:02.374462 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1575 | 2024.08.08 23:01:02.374596 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
1576 | 2024.08.08 23:01:02.374675 [ 252 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1577 | 2024.08.08 23:01:02.374691 [ 253 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1578 | 2024.08.08 23:01:02.374782 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1579 | 2024.08.08 23:01:02.374808 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1580 | 2024.08.08 23:01:02.374880 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1581 | 2024.08.08 23:01:02.374898 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1582 | 2024.08.08 23:01:02.374933 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1583 | 2024.08.08 23:01:02.374968 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1584 | 2024.08.08 23:01:02.376281 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002529 sec., 7117.437722419929 rows/sec., 291.15 KiB/sec. | ||
1585 | 2024.08.08 23:01:02.376572 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Debug> DynamicQueryHandler: Done processing query | ||
1586 | 2024.08.08 23:01:02.376596 [ 3 ] {89782065-dc63-4ea9-8bec-5316490b9d79} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1587 | 2024.08.08 23:01:02.376612 [ 3 ] {} <Debug> HTTP-Session: 20bb8c0c-b0bc-4649-a2c5-bcb8d730930c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1588 | 2024.08.08 23:01:02.380868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1033, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1589 | 2024.08.08 23:01:02.380929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1590 | 2024.08.08 23:01:02.380949 [ 3 ] {} <Debug> HTTP-Session: 2e0ea15f-fed0-4e4d-94d4-fc4211dbca0d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1591 | 2024.08.08 23:01:02.380965 [ 3 ] {} <Debug> HTTP-Session: 2e0ea15f-fed0-4e4d-94d4-fc4211dbca0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1592 | 2024.08.08 23:01:02.380979 [ 3 ] {} <Debug> HTTP-Session: 2e0ea15f-fed0-4e4d-94d4-fc4211dbca0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1593 | 2024.08.08 23:01:02.381010 [ 3 ] {} <Trace> HTTP-Session: 2e0ea15f-fed0-4e4d-94d4-fc4211dbca0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1594 | 2024.08.08 23:01:02.381153 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
1595 | 2024.08.08 23:01:02.381420 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
1596 | 2024.08.08 23:01:02.381463 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
1597 | 2024.08.08 23:01:02.381732 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1598 | 2024.08.08 23:01:02.381795 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
1599 | 2024.08.08 23:01:02.381932 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
1600 | 2024.08.08 23:01:02.382035 [ 253 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
1601 | 2024.08.08 23:01:02.382049 [ 252 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
1602 | 2024.08.08 23:01:02.382153 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
1603 | 2024.08.08 23:01:02.382182 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
1604 | 2024.08.08 23:01:02.382259 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
1605 | 2024.08.08 23:01:02.382278 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 18 rows with 2 streams | ||
1606 | 2024.08.08 23:01:02.382315 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1607 | 2024.08.08 23:01:02.382353 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
1608 | 2024.08.08 23:01:02.383469 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002385 sec., 7547.169811320755 rows/sec., 308.73 KiB/sec. | ||
1609 | 2024.08.08 23:01:02.383782 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Debug> DynamicQueryHandler: Done processing query | ||
1610 | 2024.08.08 23:01:02.383807 [ 3 ] {0f978186-9b09-4b3b-9ee8-ea963444266e} <Debug> MemoryTracker: Peak memory usage (for query): 3.07 MiB. | ||
1611 | 2024.08.08 23:01:02.383823 [ 3 ] {} <Debug> HTTP-Session: 2e0ea15f-fed0-4e4d-94d4-fc4211dbca0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1612 | 2024.08.08 23:01:02.387300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3304, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1613 | 2024.08.08 23:01:02.387393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1614 | 2024.08.08 23:01:02.387431 [ 3 ] {} <Debug> HTTP-Session: 35fe1955-e0f5-4f42-a187-d39841ad0c92 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1615 | 2024.08.08 23:01:02.387462 [ 3 ] {} <Debug> HTTP-Session: 35fe1955-e0f5-4f42-a187-d39841ad0c92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1616 | 2024.08.08 23:01:02.387488 [ 3 ] {} <Debug> HTTP-Session: 35fe1955-e0f5-4f42-a187-d39841ad0c92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1617 | 2024.08.08 23:01:02.387548 [ 3 ] {} <Trace> HTTP-Session: 35fe1955-e0f5-4f42-a187-d39841ad0c92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1618 | 2024.08.08 23:01:02.387769 [ 3 ] {8f618a34-a5bd-46d8-b3d3-b3388cb7dc6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
1619 | 2024.08.08 23:01:02.387857 [ 3 ] {8f618a34-a5bd-46d8-b3d3-b3388cb7dc6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
1620 | 2024.08.08 23:01:02.388072 [ 3 ] {8f618a34-a5bd-46d8-b3d3-b3388cb7dc6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1621 | 2024.08.08 23:01:02.388418 [ 3 ] {8f618a34-a5bd-46d8-b3d3-b3388cb7dc6b} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1622 | 2024.08.08 23:01:02.388454 [ 3 ] {8f618a34-a5bd-46d8-b3d3-b3388cb7dc6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1623 | 2024.08.08 23:01:02.389059 [ 3 ] {8f618a34-a5bd-46d8-b3d3-b3388cb7dc6b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
1624 | 2024.08.08 23:01:02.389649 [ 3 ] {8f618a34-a5bd-46d8-b3d3-b3388cb7dc6b} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1625 | 2024.08.08 23:01:02.389792 [ 3 ] {8f618a34-a5bd-46d8-b3d3-b3388cb7dc6b} <Debug> executeQuery: Read 12 rows, 1.62 KiB in 0.002105 sec., 5700.712589073634 rows/sec., 769.19 KiB/sec. | ||
1626 | 2024.08.08 23:01:02.390017 [ 3 ] {8f618a34-a5bd-46d8-b3d3-b3388cb7dc6b} <Debug> DynamicQueryHandler: Done processing query | ||
1627 | 2024.08.08 23:01:02.390041 [ 3 ] {8f618a34-a5bd-46d8-b3d3-b3388cb7dc6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
1628 | 2024.08.08 23:01:02.390056 [ 3 ] {} <Debug> HTTP-Session: 35fe1955-e0f5-4f42-a187-d39841ad0c92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1629 | 2024.08.08 23:01:02.390168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1630 | 2024.08.08 23:01:02.390217 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1631 | 2024.08.08 23:01:02.390236 [ 3 ] {} <Debug> HTTP-Session: 43ae4b8d-9cbc-45dd-9e21-755f8f308c35 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1632 | 2024.08.08 23:01:02.390253 [ 3 ] {} <Debug> HTTP-Session: 43ae4b8d-9cbc-45dd-9e21-755f8f308c35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1633 | 2024.08.08 23:01:02.390266 [ 3 ] {} <Debug> HTTP-Session: 43ae4b8d-9cbc-45dd-9e21-755f8f308c35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1634 | 2024.08.08 23:01:02.390296 [ 3 ] {} <Trace> HTTP-Session: 43ae4b8d-9cbc-45dd-9e21-755f8f308c35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1635 | 2024.08.08 23:01:02.390395 [ 3 ] {f5a4084f-3d07-4469-903d-ceae462ee023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1636 | 2024.08.08 23:01:02.390437 [ 3 ] {f5a4084f-3d07-4469-903d-ceae462ee023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1637 | 2024.08.08 23:01:02.390571 [ 3 ] {f5a4084f-3d07-4469-903d-ceae462ee023} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1638 | 2024.08.08 23:01:02.391473 [ 3 ] {f5a4084f-3d07-4469-903d-ceae462ee023} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1639 | 2024.08.08 23:01:02.391509 [ 3 ] {f5a4084f-3d07-4469-903d-ceae462ee023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1640 | 2024.08.08 23:01:02.392020 [ 3 ] {f5a4084f-3d07-4469-903d-ceae462ee023} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1641 | 2024.08.08 23:01:02.392593 [ 3 ] {f5a4084f-3d07-4469-903d-ceae462ee023} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1642 | 2024.08.08 23:01:02.392774 [ 3 ] {f5a4084f-3d07-4469-903d-ceae462ee023} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.002395 sec., 2505.2192066805846 rows/sec., 141.90 KiB/sec. | ||
1643 | 2024.08.08 23:01:02.393038 [ 3 ] {f5a4084f-3d07-4469-903d-ceae462ee023} <Debug> DynamicQueryHandler: Done processing query | ||
1644 | 2024.08.08 23:01:02.393062 [ 3 ] {f5a4084f-3d07-4469-903d-ceae462ee023} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1645 | 2024.08.08 23:01:02.393079 [ 3 ] {} <Debug> HTTP-Session: 43ae4b8d-9cbc-45dd-9e21-755f8f308c35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1646 | 2024.08.08 23:01:02.393269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1647 | 2024.08.08 23:01:02.393319 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1648 | 2024.08.08 23:01:02.393339 [ 3 ] {} <Debug> HTTP-Session: 1e220283-1a8a-43f0-b113-38386be3ad31 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1649 | 2024.08.08 23:01:02.393356 [ 3 ] {} <Debug> HTTP-Session: 1e220283-1a8a-43f0-b113-38386be3ad31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1650 | 2024.08.08 23:01:02.393369 [ 3 ] {} <Debug> HTTP-Session: 1e220283-1a8a-43f0-b113-38386be3ad31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1651 | 2024.08.08 23:01:02.393400 [ 3 ] {} <Trace> HTTP-Session: 1e220283-1a8a-43f0-b113-38386be3ad31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1652 | 2024.08.08 23:01:02.393539 [ 3 ] {33c16eb2-7de5-4914-a1dd-08133ee18708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1653 | 2024.08.08 23:01:02.393582 [ 3 ] {33c16eb2-7de5-4914-a1dd-08133ee18708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1654 | 2024.08.08 23:01:02.393726 [ 3 ] {33c16eb2-7de5-4914-a1dd-08133ee18708} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1655 | 2024.08.08 23:01:02.394144 [ 3 ] {33c16eb2-7de5-4914-a1dd-08133ee18708} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1656 | 2024.08.08 23:01:02.394179 [ 3 ] {33c16eb2-7de5-4914-a1dd-08133ee18708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1657 | 2024.08.08 23:01:02.394611 [ 3 ] {33c16eb2-7de5-4914-a1dd-08133ee18708} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1658 | 2024.08.08 23:01:02.395128 [ 3 ] {33c16eb2-7de5-4914-a1dd-08133ee18708} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1659 | 2024.08.08 23:01:02.395280 [ 3 ] {33c16eb2-7de5-4914-a1dd-08133ee18708} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001803 sec., 89295.61841375486 rows/sec., 7.87 MiB/sec. | ||
1660 | 2024.08.08 23:01:02.395448 [ 3 ] {33c16eb2-7de5-4914-a1dd-08133ee18708} <Debug> DynamicQueryHandler: Done processing query | ||
1661 | 2024.08.08 23:01:02.395474 [ 3 ] {33c16eb2-7de5-4914-a1dd-08133ee18708} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1662 | 2024.08.08 23:01:02.395491 [ 3 ] {} <Debug> HTTP-Session: 1e220283-1a8a-43f0-b113-38386be3ad31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1663 | 2024.08.08 23:01:02.395840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1664 | 2024.08.08 23:01:02.395890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1665 | 2024.08.08 23:01:02.395910 [ 3 ] {} <Debug> HTTP-Session: 65c5caf8-e4bf-416d-8902-47b2b0543064 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1666 | 2024.08.08 23:01:02.395926 [ 3 ] {} <Debug> HTTP-Session: 65c5caf8-e4bf-416d-8902-47b2b0543064 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1667 | 2024.08.08 23:01:02.395941 [ 3 ] {} <Debug> HTTP-Session: 65c5caf8-e4bf-416d-8902-47b2b0543064 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1668 | 2024.08.08 23:01:02.395972 [ 3 ] {} <Trace> HTTP-Session: 65c5caf8-e4bf-416d-8902-47b2b0543064 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1669 | 2024.08.08 23:01:02.396165 [ 3 ] {4be34d5f-3db3-4a1c-93df-8047627d6dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1670 | 2024.08.08 23:01:02.396209 [ 3 ] {4be34d5f-3db3-4a1c-93df-8047627d6dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1671 | 2024.08.08 23:01:02.396335 [ 3 ] {4be34d5f-3db3-4a1c-93df-8047627d6dac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1672 | 2024.08.08 23:01:02.396853 [ 3 ] {4be34d5f-3db3-4a1c-93df-8047627d6dac} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1673 | 2024.08.08 23:01:02.396891 [ 3 ] {4be34d5f-3db3-4a1c-93df-8047627d6dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1674 | 2024.08.08 23:01:02.397319 [ 3 ] {4be34d5f-3db3-4a1c-93df-8047627d6dac} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1675 | 2024.08.08 23:01:02.397834 [ 3 ] {4be34d5f-3db3-4a1c-93df-8047627d6dac} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1676 | 2024.08.08 23:01:02.397995 [ 3 ] {4be34d5f-3db3-4a1c-93df-8047627d6dac} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001927 sec., 198235.59937727038 rows/sec., 13.92 MiB/sec. | ||
1677 | 2024.08.08 23:01:02.398263 [ 3 ] {4be34d5f-3db3-4a1c-93df-8047627d6dac} <Debug> DynamicQueryHandler: Done processing query | ||
1678 | 2024.08.08 23:01:02.398289 [ 3 ] {4be34d5f-3db3-4a1c-93df-8047627d6dac} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1679 | 2024.08.08 23:01:02.398306 [ 3 ] {} <Debug> HTTP-Session: 65c5caf8-e4bf-416d-8902-47b2b0543064 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1680 | 2024.08.08 23:01:02.398440 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1681 | 2024.08.08 23:01:02.398489 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1682 | 2024.08.08 23:01:02.398510 [ 3 ] {} <Debug> HTTP-Session: 0ff80a8a-f93c-45d7-a726-7352f675488e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1683 | 2024.08.08 23:01:02.398527 [ 3 ] {} <Debug> HTTP-Session: 0ff80a8a-f93c-45d7-a726-7352f675488e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1684 | 2024.08.08 23:01:02.398540 [ 3 ] {} <Debug> HTTP-Session: 0ff80a8a-f93c-45d7-a726-7352f675488e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1685 | 2024.08.08 23:01:02.398571 [ 3 ] {} <Trace> HTTP-Session: 0ff80a8a-f93c-45d7-a726-7352f675488e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1686 | 2024.08.08 23:01:02.398668 [ 3 ] {7a8ab0b2-d5a6-4688-9482-706894cfcc11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1687 | 2024.08.08 23:01:02.398715 [ 3 ] {7a8ab0b2-d5a6-4688-9482-706894cfcc11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1688 | 2024.08.08 23:01:02.398862 [ 3 ] {7a8ab0b2-d5a6-4688-9482-706894cfcc11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1689 | 2024.08.08 23:01:02.399127 [ 3 ] {7a8ab0b2-d5a6-4688-9482-706894cfcc11} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1690 | 2024.08.08 23:01:02.399164 [ 3 ] {7a8ab0b2-d5a6-4688-9482-706894cfcc11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1691 | 2024.08.08 23:01:02.399702 [ 3 ] {7a8ab0b2-d5a6-4688-9482-706894cfcc11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1692 | 2024.08.08 23:01:02.400357 [ 3 ] {7a8ab0b2-d5a6-4688-9482-706894cfcc11} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1693 | 2024.08.08 23:01:02.400542 [ 3 ] {7a8ab0b2-d5a6-4688-9482-706894cfcc11} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00189 sec., 3174.6031746031745 rows/sec., 136.41 KiB/sec. | ||
1694 | 2024.08.08 23:01:02.400838 [ 3 ] {7a8ab0b2-d5a6-4688-9482-706894cfcc11} <Debug> DynamicQueryHandler: Done processing query | ||
1695 | 2024.08.08 23:01:02.400868 [ 3 ] {7a8ab0b2-d5a6-4688-9482-706894cfcc11} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1696 | 2024.08.08 23:01:02.400888 [ 3 ] {} <Debug> HTTP-Session: 0ff80a8a-f93c-45d7-a726-7352f675488e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1697 | 2024.08.08 23:01:02.401048 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1698 | 2024.08.08 23:01:02.401097 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1699 | 2024.08.08 23:01:02.401117 [ 3 ] {} <Debug> HTTP-Session: 46d7d9ae-b9a6-4c10-8eab-94e0f0704afb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1700 | 2024.08.08 23:01:02.401133 [ 3 ] {} <Debug> HTTP-Session: 46d7d9ae-b9a6-4c10-8eab-94e0f0704afb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1701 | 2024.08.08 23:01:02.401147 [ 3 ] {} <Debug> HTTP-Session: 46d7d9ae-b9a6-4c10-8eab-94e0f0704afb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1702 | 2024.08.08 23:01:02.401178 [ 3 ] {} <Trace> HTTP-Session: 46d7d9ae-b9a6-4c10-8eab-94e0f0704afb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1703 | 2024.08.08 23:01:02.401365 [ 3 ] {ef8fad2c-2f90-40bd-ac9f-e9bce70f48dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1704 | 2024.08.08 23:01:02.401415 [ 3 ] {ef8fad2c-2f90-40bd-ac9f-e9bce70f48dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1705 | 2024.08.08 23:01:02.401577 [ 3 ] {ef8fad2c-2f90-40bd-ac9f-e9bce70f48dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1706 | 2024.08.08 23:01:02.401893 [ 3 ] {ef8fad2c-2f90-40bd-ac9f-e9bce70f48dd} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1707 | 2024.08.08 23:01:02.401929 [ 3 ] {ef8fad2c-2f90-40bd-ac9f-e9bce70f48dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1708 | 2024.08.08 23:01:02.402392 [ 3 ] {ef8fad2c-2f90-40bd-ac9f-e9bce70f48dd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1709 | 2024.08.08 23:01:02.403066 [ 3 ] {ef8fad2c-2f90-40bd-ac9f-e9bce70f48dd} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1710 | 2024.08.08 23:01:02.403228 [ 3 ] {ef8fad2c-2f90-40bd-ac9f-e9bce70f48dd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001935 sec., 39793.281653746766 rows/sec., 2.45 MiB/sec. | ||
1711 | 2024.08.08 23:01:02.403508 [ 3 ] {ef8fad2c-2f90-40bd-ac9f-e9bce70f48dd} <Debug> DynamicQueryHandler: Done processing query | ||
1712 | 2024.08.08 23:01:02.403541 [ 3 ] {ef8fad2c-2f90-40bd-ac9f-e9bce70f48dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1713 | 2024.08.08 23:01:02.403564 [ 3 ] {} <Debug> HTTP-Session: 46d7d9ae-b9a6-4c10-8eab-94e0f0704afb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1714 | 2024.08.08 23:01:02.403799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1715 | 2024.08.08 23:01:02.403849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1716 | 2024.08.08 23:01:02.403868 [ 3 ] {} <Debug> HTTP-Session: 2e32dd02-bbad-45e7-9dec-f5bdcdc728b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1717 | 2024.08.08 23:01:02.403884 [ 3 ] {} <Debug> HTTP-Session: 2e32dd02-bbad-45e7-9dec-f5bdcdc728b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1718 | 2024.08.08 23:01:02.403897 [ 3 ] {} <Debug> HTTP-Session: 2e32dd02-bbad-45e7-9dec-f5bdcdc728b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1719 | 2024.08.08 23:01:02.403927 [ 3 ] {} <Trace> HTTP-Session: 2e32dd02-bbad-45e7-9dec-f5bdcdc728b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1720 | 2024.08.08 23:01:02.404088 [ 3 ] {9c5c61e7-273f-41fc-abbd-da878c75facb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1721 | 2024.08.08 23:01:02.404133 [ 3 ] {9c5c61e7-273f-41fc-abbd-da878c75facb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1722 | 2024.08.08 23:01:02.404296 [ 3 ] {9c5c61e7-273f-41fc-abbd-da878c75facb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1723 | 2024.08.08 23:01:02.404686 [ 3 ] {9c5c61e7-273f-41fc-abbd-da878c75facb} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1724 | 2024.08.08 23:01:02.404723 [ 3 ] {9c5c61e7-273f-41fc-abbd-da878c75facb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1725 | 2024.08.08 23:01:02.405221 [ 3 ] {9c5c61e7-273f-41fc-abbd-da878c75facb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1726 | 2024.08.08 23:01:02.405859 [ 3 ] {9c5c61e7-273f-41fc-abbd-da878c75facb} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1727 | 2024.08.08 23:01:02.406017 [ 3 ] {9c5c61e7-273f-41fc-abbd-da878c75facb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002013 sec., 79483.35817188276 rows/sec., 5.54 MiB/sec. | ||
1728 | 2024.08.08 23:01:02.406186 [ 3 ] {9c5c61e7-273f-41fc-abbd-da878c75facb} <Debug> DynamicQueryHandler: Done processing query | ||
1729 | 2024.08.08 23:01:02.406210 [ 3 ] {9c5c61e7-273f-41fc-abbd-da878c75facb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1730 | 2024.08.08 23:01:02.406225 [ 3 ] {} <Debug> HTTP-Session: 2e32dd02-bbad-45e7-9dec-f5bdcdc728b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1731 | 2024.08.08 23:01:02.406344 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1732 | 2024.08.08 23:01:02.406392 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1733 | 2024.08.08 23:01:02.406410 [ 3 ] {} <Debug> HTTP-Session: bfa86eb0-7464-4c72-afc1-3288a432a4f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1734 | 2024.08.08 23:01:02.406426 [ 3 ] {} <Debug> HTTP-Session: bfa86eb0-7464-4c72-afc1-3288a432a4f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1735 | 2024.08.08 23:01:02.406439 [ 3 ] {} <Debug> HTTP-Session: bfa86eb0-7464-4c72-afc1-3288a432a4f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1736 | 2024.08.08 23:01:02.406470 [ 3 ] {} <Trace> HTTP-Session: bfa86eb0-7464-4c72-afc1-3288a432a4f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1737 | 2024.08.08 23:01:02.406568 [ 3 ] {93055367-b747-45e1-86da-c864c4c028b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1738 | 2024.08.08 23:01:02.406610 [ 3 ] {93055367-b747-45e1-86da-c864c4c028b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1739 | 2024.08.08 23:01:02.406735 [ 3 ] {93055367-b747-45e1-86da-c864c4c028b2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1740 | 2024.08.08 23:01:02.407013 [ 3 ] {93055367-b747-45e1-86da-c864c4c028b2} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1741 | 2024.08.08 23:01:02.407049 [ 3 ] {93055367-b747-45e1-86da-c864c4c028b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1742 | 2024.08.08 23:01:02.407525 [ 3 ] {93055367-b747-45e1-86da-c864c4c028b2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
1743 | 2024.08.08 23:01:02.408125 [ 3 ] {93055367-b747-45e1-86da-c864c4c028b2} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1744 | 2024.08.08 23:01:02.408287 [ 3 ] {93055367-b747-45e1-86da-c864c4c028b2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001736 sec., 13248.847926267283 rows/sec., 716.67 KiB/sec. | ||
1745 | 2024.08.08 23:01:02.408547 [ 3 ] {93055367-b747-45e1-86da-c864c4c028b2} <Debug> DynamicQueryHandler: Done processing query | ||
1746 | 2024.08.08 23:01:02.408572 [ 3 ] {93055367-b747-45e1-86da-c864c4c028b2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1747 | 2024.08.08 23:01:02.408587 [ 3 ] {} <Debug> HTTP-Session: bfa86eb0-7464-4c72-afc1-3288a432a4f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1748 | 2024.08.08 23:01:02.408710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1749 | 2024.08.08 23:01:02.408758 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1750 | 2024.08.08 23:01:02.408776 [ 3 ] {} <Debug> HTTP-Session: bcccc01b-1fc5-494c-9d9d-b436d2ccb6bc Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1751 | 2024.08.08 23:01:02.408793 [ 3 ] {} <Debug> HTTP-Session: bcccc01b-1fc5-494c-9d9d-b436d2ccb6bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1752 | 2024.08.08 23:01:02.408806 [ 3 ] {} <Debug> HTTP-Session: bcccc01b-1fc5-494c-9d9d-b436d2ccb6bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1753 | 2024.08.08 23:01:02.408837 [ 3 ] {} <Trace> HTTP-Session: bcccc01b-1fc5-494c-9d9d-b436d2ccb6bc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1754 | 2024.08.08 23:01:02.408960 [ 3 ] {1f466371-579b-49bf-b485-95f017257ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1755 | 2024.08.08 23:01:02.409005 [ 3 ] {1f466371-579b-49bf-b485-95f017257ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1756 | 2024.08.08 23:01:02.409149 [ 3 ] {1f466371-579b-49bf-b485-95f017257ade} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1757 | 2024.08.08 23:01:02.409445 [ 3 ] {1f466371-579b-49bf-b485-95f017257ade} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1758 | 2024.08.08 23:01:02.409481 [ 3 ] {1f466371-579b-49bf-b485-95f017257ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.35 GiB. | ||
1759 | 2024.08.08 23:01:02.409920 [ 3 ] {1f466371-579b-49bf-b485-95f017257ade} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
1760 | 2024.08.08 23:01:02.410488 [ 3 ] {1f466371-579b-49bf-b485-95f017257ade} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1761 | 2024.08.08 23:01:02.410649 [ 3 ] {1f466371-579b-49bf-b485-95f017257ade} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001737 sec., 34542.31433506045 rows/sec., 2.33 MiB/sec. | ||
1762 | 2024.08.08 23:01:02.410938 [ 3 ] {1f466371-579b-49bf-b485-95f017257ade} <Debug> DynamicQueryHandler: Done processing query | ||
1763 | 2024.08.08 23:01:02.410963 [ 3 ] {1f466371-579b-49bf-b485-95f017257ade} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1764 | 2024.08.08 23:01:02.410978 [ 3 ] {} <Debug> HTTP-Session: bcccc01b-1fc5-494c-9d9d-b436d2ccb6bc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1765 | 2024.08.08 23:01:07.337957 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 7814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1766 | 2024.08.08 23:01:07.338078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1767 | 2024.08.08 23:01:07.338102 [ 3 ] {} <Debug> HTTP-Session: a1608a6b-810f-470e-9ab3-ba5452f514aa Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1768 | 2024.08.08 23:01:07.338124 [ 3 ] {} <Debug> HTTP-Session: a1608a6b-810f-470e-9ab3-ba5452f514aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1769 | 2024.08.08 23:01:07.338138 [ 3 ] {} <Debug> HTTP-Session: a1608a6b-810f-470e-9ab3-ba5452f514aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1770 | 2024.08.08 23:01:07.338185 [ 3 ] {} <Trace> HTTP-Session: a1608a6b-810f-470e-9ab3-ba5452f514aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1771 | 2024.08.08 23:01:07.338373 [ 3 ] {79c84cc3-6acb-426b-90ec-27c2b3619a16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1772 | 2024.08.08 23:01:07.338436 [ 3 ] {79c84cc3-6acb-426b-90ec-27c2b3619a16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1773 | 2024.08.08 23:01:07.338615 [ 3 ] {79c84cc3-6acb-426b-90ec-27c2b3619a16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1774 | 2024.08.08 23:01:07.339079 [ 3 ] {79c84cc3-6acb-426b-90ec-27c2b3619a16} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1775 | 2024.08.08 23:01:07.339122 [ 3 ] {79c84cc3-6acb-426b-90ec-27c2b3619a16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1776 | 2024.08.08 23:01:07.339582 [ 3 ] {79c84cc3-6acb-426b-90ec-27c2b3619a16} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1777 | 2024.08.08 23:01:07.340124 [ 3 ] {79c84cc3-6acb-426b-90ec-27c2b3619a16} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1778 | 2024.08.08 23:01:07.340329 [ 3 ] {79c84cc3-6acb-426b-90ec-27c2b3619a16} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002017 sec., 27764.005949429844 rows/sec., 2.12 MiB/sec. | ||
1779 | 2024.08.08 23:01:07.340647 [ 3 ] {79c84cc3-6acb-426b-90ec-27c2b3619a16} <Debug> DynamicQueryHandler: Done processing query | ||
1780 | 2024.08.08 23:01:07.340674 [ 3 ] {79c84cc3-6acb-426b-90ec-27c2b3619a16} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1781 | 2024.08.08 23:01:07.340690 [ 3 ] {} <Debug> HTTP-Session: a1608a6b-810f-470e-9ab3-ba5452f514aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1782 | 2024.08.08 23:01:07.340874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1783 | 2024.08.08 23:01:07.340932 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1784 | 2024.08.08 23:01:07.340951 [ 3 ] {} <Debug> HTTP-Session: bafc1398-26c3-4864-aa3d-06d16c687581 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1785 | 2024.08.08 23:01:07.340969 [ 3 ] {} <Debug> HTTP-Session: bafc1398-26c3-4864-aa3d-06d16c687581 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1786 | 2024.08.08 23:01:07.340983 [ 3 ] {} <Debug> HTTP-Session: bafc1398-26c3-4864-aa3d-06d16c687581 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1787 | 2024.08.08 23:01:07.341017 [ 3 ] {} <Trace> HTTP-Session: bafc1398-26c3-4864-aa3d-06d16c687581 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1788 | 2024.08.08 23:01:07.341141 [ 3 ] {520c097a-0653-4376-9561-e5f043ca9a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1789 | 2024.08.08 23:01:07.341188 [ 3 ] {520c097a-0653-4376-9561-e5f043ca9a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1790 | 2024.08.08 23:01:07.341334 [ 3 ] {520c097a-0653-4376-9561-e5f043ca9a3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1791 | 2024.08.08 23:01:07.341703 [ 3 ] {520c097a-0653-4376-9561-e5f043ca9a3f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1792 | 2024.08.08 23:01:07.341741 [ 3 ] {520c097a-0653-4376-9561-e5f043ca9a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1793 | 2024.08.08 23:01:07.342166 [ 3 ] {520c097a-0653-4376-9561-e5f043ca9a3f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1794 | 2024.08.08 23:01:07.342719 [ 3 ] {520c097a-0653-4376-9561-e5f043ca9a3f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1795 | 2024.08.08 23:01:07.342896 [ 3 ] {520c097a-0653-4376-9561-e5f043ca9a3f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001796 sec., 35634.74387527839 rows/sec., 2.78 MiB/sec. | ||
1796 | 2024.08.08 23:01:07.343067 [ 3 ] {520c097a-0653-4376-9561-e5f043ca9a3f} <Debug> DynamicQueryHandler: Done processing query | ||
1797 | 2024.08.08 23:01:07.343092 [ 3 ] {520c097a-0653-4376-9561-e5f043ca9a3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
1798 | 2024.08.08 23:01:07.343108 [ 3 ] {} <Debug> HTTP-Session: bafc1398-26c3-4864-aa3d-06d16c687581 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1799 | 2024.08.08 23:01:07.343348 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1800 | 2024.08.08 23:01:07.343400 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1801 | 2024.08.08 23:01:07.343419 [ 3 ] {} <Debug> HTTP-Session: a63e0494-291d-46ab-8d0f-50563889108c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1802 | 2024.08.08 23:01:07.343436 [ 3 ] {} <Debug> HTTP-Session: a63e0494-291d-46ab-8d0f-50563889108c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1803 | 2024.08.08 23:01:07.343449 [ 3 ] {} <Debug> HTTP-Session: a63e0494-291d-46ab-8d0f-50563889108c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1804 | 2024.08.08 23:01:07.343482 [ 3 ] {} <Trace> HTTP-Session: a63e0494-291d-46ab-8d0f-50563889108c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1805 | 2024.08.08 23:01:07.343627 [ 3 ] {3b1e429b-231f-478e-957b-1b129837d642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1806 | 2024.08.08 23:01:07.343677 [ 3 ] {3b1e429b-231f-478e-957b-1b129837d642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1807 | 2024.08.08 23:01:07.343826 [ 3 ] {3b1e429b-231f-478e-957b-1b129837d642} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1808 | 2024.08.08 23:01:07.344286 [ 3 ] {3b1e429b-231f-478e-957b-1b129837d642} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1809 | 2024.08.08 23:01:07.344322 [ 3 ] {3b1e429b-231f-478e-957b-1b129837d642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1810 | 2024.08.08 23:01:07.344805 [ 3 ] {3b1e429b-231f-478e-957b-1b129837d642} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1811 | 2024.08.08 23:01:07.345365 [ 3 ] {3b1e429b-231f-478e-957b-1b129837d642} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1812 | 2024.08.08 23:01:07.345558 [ 3 ] {3b1e429b-231f-478e-957b-1b129837d642} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001992 sec., 80321.28514056225 rows/sec., 5.59 MiB/sec. | ||
1813 | 2024.08.08 23:01:07.345757 [ 3 ] {3b1e429b-231f-478e-957b-1b129837d642} <Debug> DynamicQueryHandler: Done processing query | ||
1814 | 2024.08.08 23:01:07.345781 [ 3 ] {3b1e429b-231f-478e-957b-1b129837d642} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1815 | 2024.08.08 23:01:07.345797 [ 3 ] {} <Debug> HTTP-Session: a63e0494-291d-46ab-8d0f-50563889108c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1816 | 2024.08.08 23:01:07.345941 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1817 | 2024.08.08 23:01:07.345990 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1818 | 2024.08.08 23:01:07.346008 [ 3 ] {} <Debug> HTTP-Session: 6a73c6aa-99f1-48c0-8d97-74269923cdb9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1819 | 2024.08.08 23:01:07.346023 [ 3 ] {} <Debug> HTTP-Session: 6a73c6aa-99f1-48c0-8d97-74269923cdb9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1820 | 2024.08.08 23:01:07.346037 [ 3 ] {} <Debug> HTTP-Session: 6a73c6aa-99f1-48c0-8d97-74269923cdb9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1821 | 2024.08.08 23:01:07.346068 [ 3 ] {} <Trace> HTTP-Session: 6a73c6aa-99f1-48c0-8d97-74269923cdb9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1822 | 2024.08.08 23:01:07.346191 [ 3 ] {717b3a13-f3d8-49d2-8e1f-9b65d4a35e63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
1823 | 2024.08.08 23:01:07.346234 [ 3 ] {717b3a13-f3d8-49d2-8e1f-9b65d4a35e63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
1824 | 2024.08.08 23:01:07.346359 [ 3 ] {717b3a13-f3d8-49d2-8e1f-9b65d4a35e63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1825 | 2024.08.08 23:01:07.346823 [ 3 ] {717b3a13-f3d8-49d2-8e1f-9b65d4a35e63} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1826 | 2024.08.08 23:01:07.346861 [ 3 ] {717b3a13-f3d8-49d2-8e1f-9b65d4a35e63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1827 | 2024.08.08 23:01:07.347309 [ 3 ] {717b3a13-f3d8-49d2-8e1f-9b65d4a35e63} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
1828 | 2024.08.08 23:01:07.347944 [ 3 ] {717b3a13-f3d8-49d2-8e1f-9b65d4a35e63} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1829 | 2024.08.08 23:01:07.348121 [ 3 ] {717b3a13-f3d8-49d2-8e1f-9b65d4a35e63} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00198 sec., 30303.030303030304 rows/sec., 2.04 MiB/sec. | ||
1830 | 2024.08.08 23:01:07.348335 [ 3 ] {717b3a13-f3d8-49d2-8e1f-9b65d4a35e63} <Debug> DynamicQueryHandler: Done processing query | ||
1831 | 2024.08.08 23:01:07.348359 [ 3 ] {717b3a13-f3d8-49d2-8e1f-9b65d4a35e63} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
1832 | 2024.08.08 23:01:07.348374 [ 3 ] {} <Debug> HTTP-Session: 6a73c6aa-99f1-48c0-8d97-74269923cdb9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1833 | 2024.08.08 23:01:08.177951 [ 94 ] {} <Debug> DNSResolver: Updating DNS cache | ||
1834 | 2024.08.08 23:01:08.178014 [ 94 ] {} <Debug> DNSResolver: Updated DNS cache | ||
1835 | 2024.08.08 23:01:12.344074 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1836 | 2024.08.08 23:01:12.344192 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1837 | 2024.08.08 23:01:12.344220 [ 3 ] {} <Debug> HTTP-Session: 64e302e0-2fdf-49b9-b39d-86227efdd987 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1838 | 2024.08.08 23:01:12.344246 [ 3 ] {} <Debug> HTTP-Session: 64e302e0-2fdf-49b9-b39d-86227efdd987 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1839 | 2024.08.08 23:01:12.344263 [ 3 ] {} <Debug> HTTP-Session: 64e302e0-2fdf-49b9-b39d-86227efdd987 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1840 | 2024.08.08 23:01:12.344317 [ 3 ] {} <Trace> HTTP-Session: 64e302e0-2fdf-49b9-b39d-86227efdd987 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1841 | 2024.08.08 23:01:12.344514 [ 3 ] {349b59b2-34c8-4650-8802-d9ea51942b9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
1842 | 2024.08.08 23:01:12.344587 [ 3 ] {349b59b2-34c8-4650-8802-d9ea51942b9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
1843 | 2024.08.08 23:01:12.344794 [ 3 ] {349b59b2-34c8-4650-8802-d9ea51942b9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1844 | 2024.08.08 23:01:12.345265 [ 3 ] {349b59b2-34c8-4650-8802-d9ea51942b9a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1845 | 2024.08.08 23:01:12.345313 [ 3 ] {349b59b2-34c8-4650-8802-d9ea51942b9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1846 | 2024.08.08 23:01:12.345685 [ 3 ] {349b59b2-34c8-4650-8802-d9ea51942b9a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1847 | 2024.08.08 23:01:12.346012 [ 3 ] {349b59b2-34c8-4650-8802-d9ea51942b9a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1848 | 2024.08.08 23:01:12.346161 [ 3 ] {349b59b2-34c8-4650-8802-d9ea51942b9a} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001704 sec., 3521.1267605633802 rows/sec., 199.44 KiB/sec. | ||
1849 | 2024.08.08 23:01:12.346368 [ 3 ] {349b59b2-34c8-4650-8802-d9ea51942b9a} <Debug> DynamicQueryHandler: Done processing query | ||
1850 | 2024.08.08 23:01:12.346395 [ 3 ] {349b59b2-34c8-4650-8802-d9ea51942b9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
1851 | 2024.08.08 23:01:12.346413 [ 3 ] {} <Debug> HTTP-Session: 64e302e0-2fdf-49b9-b39d-86227efdd987 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1852 | 2024.08.08 23:01:12.346593 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1853 | 2024.08.08 23:01:12.346652 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1854 | 2024.08.08 23:01:12.346674 [ 3 ] {} <Debug> HTTP-Session: 56391c04-ad8e-42c4-86a0-6d12ee951198 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1855 | 2024.08.08 23:01:12.346693 [ 3 ] {} <Debug> HTTP-Session: 56391c04-ad8e-42c4-86a0-6d12ee951198 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1856 | 2024.08.08 23:01:12.346707 [ 3 ] {} <Debug> HTTP-Session: 56391c04-ad8e-42c4-86a0-6d12ee951198 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1857 | 2024.08.08 23:01:12.346743 [ 3 ] {} <Trace> HTTP-Session: 56391c04-ad8e-42c4-86a0-6d12ee951198 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1858 | 2024.08.08 23:01:12.346891 [ 3 ] {656e6ac4-ca9a-4279-aa08-0698b924b5c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
1859 | 2024.08.08 23:01:12.346937 [ 3 ] {656e6ac4-ca9a-4279-aa08-0698b924b5c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
1860 | 2024.08.08 23:01:12.347068 [ 3 ] {656e6ac4-ca9a-4279-aa08-0698b924b5c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1861 | 2024.08.08 23:01:12.347501 [ 3 ] {656e6ac4-ca9a-4279-aa08-0698b924b5c4} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1862 | 2024.08.08 23:01:12.347539 [ 3 ] {656e6ac4-ca9a-4279-aa08-0698b924b5c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1863 | 2024.08.08 23:01:12.347855 [ 3 ] {656e6ac4-ca9a-4279-aa08-0698b924b5c4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1864 | 2024.08.08 23:01:12.348161 [ 3 ] {656e6ac4-ca9a-4279-aa08-0698b924b5c4} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1865 | 2024.08.08 23:01:12.348292 [ 3 ] {656e6ac4-ca9a-4279-aa08-0698b924b5c4} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001466 sec., 109822.64665757162 rows/sec., 9.68 MiB/sec. | ||
1866 | 2024.08.08 23:01:12.348313 [ 89 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1867 | 2024.08.08 23:01:12.348420 [ 89 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1868 | 2024.08.08 23:01:12.348458 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1869 | 2024.08.08 23:01:12.348541 [ 3 ] {656e6ac4-ca9a-4279-aa08-0698b924b5c4} <Debug> DynamicQueryHandler: Done processing query | ||
1870 | 2024.08.08 23:01:12.348582 [ 3 ] {656e6ac4-ca9a-4279-aa08-0698b924b5c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
1871 | 2024.08.08 23:01:12.348655 [ 3 ] {} <Debug> HTTP-Session: 56391c04-ad8e-42c4-86a0-6d12ee951198 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1872 | 2024.08.08 23:01:12.348812 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
1873 | 2024.08.08 23:01:12.348915 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1874 | 2024.08.08 23:01:12.349022 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1875 | 2024.08.08 23:01:12.349085 [ 3 ] {} <Debug> HTTP-Session: f4dfe8fd-0cb0-4090-8201-6044efafde22 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1876 | 2024.08.08 23:01:12.349137 [ 3 ] {} <Debug> HTTP-Session: f4dfe8fd-0cb0-4090-8201-6044efafde22 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1877 | 2024.08.08 23:01:12.349167 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1878 | 2024.08.08 23:01:12.349170 [ 3 ] {} <Debug> HTTP-Session: f4dfe8fd-0cb0-4090-8201-6044efafde22 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1879 | 2024.08.08 23:01:12.349242 [ 3 ] {} <Trace> HTTP-Session: f4dfe8fd-0cb0-4090-8201-6044efafde22 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1880 | 2024.08.08 23:01:12.349302 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 26 rows starting from the beginning of the part | ||
1881 | 2024.08.08 23:01:12.349481 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
1882 | 2024.08.08 23:01:12.349680 [ 3 ] {4c2064ed-5030-4837-8ca2-ff8911e2614f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
1883 | 2024.08.08 23:01:12.349772 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 56 rows starting from the beginning of the part | ||
1884 | 2024.08.08 23:01:12.349835 [ 3 ] {4c2064ed-5030-4837-8ca2-ff8911e2614f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
1885 | 2024.08.08 23:01:12.350155 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 161 rows starting from the beginning of the part | ||
1886 | 2024.08.08 23:01:12.350447 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
1887 | 2024.08.08 23:01:12.350763 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 161 rows starting from the beginning of the part | ||
1888 | 2024.08.08 23:01:12.351233 [ 3 ] {4c2064ed-5030-4837-8ca2-ff8911e2614f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1889 | 2024.08.08 23:01:12.352335 [ 3 ] {4c2064ed-5030-4837-8ca2-ff8911e2614f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1890 | 2024.08.08 23:01:12.352407 [ 3 ] {4c2064ed-5030-4837-8ca2-ff8911e2614f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1891 | 2024.08.08 23:01:12.353416 [ 3 ] {4c2064ed-5030-4837-8ca2-ff8911e2614f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1892 | 2024.08.08 23:01:12.353477 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 4 columns (4 merged, 0 gathered) in 0.004903488 sec., 99928.86696164036 rows/sec., 8.39 MiB/sec. | ||
1893 | 2024.08.08 23:01:12.353735 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1894 | 2024.08.08 23:01:12.354274 [ 3 ] {4c2064ed-5030-4837-8ca2-ff8911e2614f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1895 | 2024.08.08 23:01:12.354561 [ 89 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1896 | 2024.08.08 23:01:12.354588 [ 3 ] {4c2064ed-5030-4837-8ca2-ff8911e2614f} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.005174 sec., 73830.69192114419 rows/sec., 5.19 MiB/sec. | ||
1897 | 2024.08.08 23:01:12.354659 [ 89 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1898 | 2024.08.08 23:01:12.354700 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_6_1} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1899 | 2024.08.08 23:01:12.354764 [ 89 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1900 | 2024.08.08 23:01:12.355165 [ 3 ] {4c2064ed-5030-4837-8ca2-ff8911e2614f} <Debug> DynamicQueryHandler: Done processing query | ||
1901 | 2024.08.08 23:01:12.355250 [ 3 ] {4c2064ed-5030-4837-8ca2-ff8911e2614f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
1902 | 2024.08.08 23:01:12.355256 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
1903 | 2024.08.08 23:01:12.355324 [ 3 ] {} <Debug> HTTP-Session: f4dfe8fd-0cb0-4090-8201-6044efafde22 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1904 | 2024.08.08 23:01:12.355434 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_6_1} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1905 | 2024.08.08 23:01:12.355628 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1906 | 2024.08.08 23:01:12.355781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1907 | 2024.08.08 23:01:12.355826 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
1908 | 2024.08.08 23:01:12.355866 [ 3 ] {} <Debug> HTTP-Session: 3053604f-e584-42df-ad77-aaff2767b18f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1909 | 2024.08.08 23:01:12.355876 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1910 | 2024.08.08 23:01:12.355922 [ 3 ] {} <Debug> HTTP-Session: 3053604f-e584-42df-ad77-aaff2767b18f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1911 | 2024.08.08 23:01:12.355958 [ 3 ] {} <Debug> HTTP-Session: 3053604f-e584-42df-ad77-aaff2767b18f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1912 | 2024.08.08 23:01:12.355953 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 28 rows starting from the beginning of the part | ||
1913 | 2024.08.08 23:01:12.356008 [ 3 ] {} <Trace> HTTP-Session: 3053604f-e584-42df-ad77-aaff2767b18f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1914 | 2024.08.08 23:01:12.356142 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
1915 | 2024.08.08 23:01:12.356445 [ 3 ] {2b7f3d9b-c9f5-42ce-ad8a-161ab92e8324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
1916 | 2024.08.08 23:01:12.356507 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 64 rows starting from the beginning of the part | ||
1917 | 2024.08.08 23:01:12.356686 [ 3 ] {2b7f3d9b-c9f5-42ce-ad8a-161ab92e8324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
1918 | 2024.08.08 23:01:12.356775 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 382 rows starting from the beginning of the part | ||
1919 | 2024.08.08 23:01:12.357184 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
1920 | 2024.08.08 23:01:12.357548 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 382 rows starting from the beginning of the part | ||
1921 | 2024.08.08 23:01:12.357975 [ 3 ] {2b7f3d9b-c9f5-42ce-ad8a-161ab92e8324} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1922 | 2024.08.08 23:01:12.358663 [ 3 ] {2b7f3d9b-c9f5-42ce-ad8a-161ab92e8324} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1923 | 2024.08.08 23:01:12.358739 [ 3 ] {2b7f3d9b-c9f5-42ce-ad8a-161ab92e8324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1924 | 2024.08.08 23:01:12.359770 [ 3 ] {2b7f3d9b-c9f5-42ce-ad8a-161ab92e8324} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1925 | 2024.08.08 23:01:12.360404 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005448396 sec., 175464.4853274248 rows/sec., 12.60 MiB/sec. | ||
1926 | 2024.08.08 23:01:12.360545 [ 3 ] {2b7f3d9b-c9f5-42ce-ad8a-161ab92e8324} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1927 | 2024.08.08 23:01:12.360629 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1928 | 2024.08.08 23:01:12.360867 [ 3 ] {2b7f3d9b-c9f5-42ce-ad8a-161ab92e8324} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004621 sec., 1298.4202553559835 rows/sec., 55.79 KiB/sec. | ||
1929 | 2024.08.08 23:01:12.361440 [ 3 ] {2b7f3d9b-c9f5-42ce-ad8a-161ab92e8324} <Debug> DynamicQueryHandler: Done processing query | ||
1930 | 2024.08.08 23:01:12.361479 [ 3 ] {2b7f3d9b-c9f5-42ce-ad8a-161ab92e8324} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1931 | 2024.08.08 23:01:12.361520 [ 3 ] {} <Debug> HTTP-Session: 3053604f-e584-42df-ad77-aaff2767b18f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1932 | 2024.08.08 23:01:12.361638 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1933 | 2024.08.08 23:01:12.361716 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1934 | 2024.08.08 23:01:12.361775 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_6_1} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
1935 | 2024.08.08 23:01:12.361793 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1936 | 2024.08.08 23:01:12.361833 [ 3 ] {} <Debug> HTTP-Session: d6f5f4d7-d265-4ace-8c0f-9548e0cf08c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1937 | 2024.08.08 23:01:12.361890 [ 3 ] {} <Debug> HTTP-Session: d6f5f4d7-d265-4ace-8c0f-9548e0cf08c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1938 | 2024.08.08 23:01:12.361928 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
1939 | 2024.08.08 23:01:12.361933 [ 3 ] {} <Debug> HTTP-Session: d6f5f4d7-d265-4ace-8c0f-9548e0cf08c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1940 | 2024.08.08 23:01:12.362001 [ 3 ] {} <Trace> HTTP-Session: d6f5f4d7-d265-4ace-8c0f-9548e0cf08c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1941 | 2024.08.08 23:01:12.362152 [ 3 ] {c6ebd4cb-964e-4c42-a3e4-7973d33f69e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
1942 | 2024.08.08 23:01:12.362202 [ 3 ] {c6ebd4cb-964e-4c42-a3e4-7973d33f69e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
1943 | 2024.08.08 23:01:12.362364 [ 3 ] {c6ebd4cb-964e-4c42-a3e4-7973d33f69e7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1944 | 2024.08.08 23:01:12.362697 [ 3 ] {c6ebd4cb-964e-4c42-a3e4-7973d33f69e7} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1945 | 2024.08.08 23:01:12.362734 [ 3 ] {c6ebd4cb-964e-4c42-a3e4-7973d33f69e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1946 | 2024.08.08 23:01:12.363098 [ 3 ] {c6ebd4cb-964e-4c42-a3e4-7973d33f69e7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1947 | 2024.08.08 23:01:12.363446 [ 3 ] {c6ebd4cb-964e-4c42-a3e4-7973d33f69e7} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1948 | 2024.08.08 23:01:12.363611 [ 3 ] {c6ebd4cb-964e-4c42-a3e4-7973d33f69e7} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001526 sec., 50458.71559633027 rows/sec., 3.11 MiB/sec. | ||
1949 | 2024.08.08 23:01:12.363901 [ 3 ] {c6ebd4cb-964e-4c42-a3e4-7973d33f69e7} <Debug> DynamicQueryHandler: Done processing query | ||
1950 | 2024.08.08 23:01:12.363928 [ 3 ] {c6ebd4cb-964e-4c42-a3e4-7973d33f69e7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
1951 | 2024.08.08 23:01:12.363945 [ 3 ] {} <Debug> HTTP-Session: d6f5f4d7-d265-4ace-8c0f-9548e0cf08c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1952 | 2024.08.08 23:01:12.364107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1953 | 2024.08.08 23:01:12.364157 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1954 | 2024.08.08 23:01:12.364179 [ 3 ] {} <Debug> HTTP-Session: 9811fbd3-5cf0-4f9d-9783-86a799d808be Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1955 | 2024.08.08 23:01:12.364197 [ 3 ] {} <Debug> HTTP-Session: 9811fbd3-5cf0-4f9d-9783-86a799d808be Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1956 | 2024.08.08 23:01:12.364211 [ 3 ] {} <Debug> HTTP-Session: 9811fbd3-5cf0-4f9d-9783-86a799d808be Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1957 | 2024.08.08 23:01:12.364244 [ 3 ] {} <Trace> HTTP-Session: 9811fbd3-5cf0-4f9d-9783-86a799d808be Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1958 | 2024.08.08 23:01:12.364402 [ 3 ] {66c1cbce-fb2d-4f6a-b24d-db2fd83e0d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
1959 | 2024.08.08 23:01:12.364449 [ 3 ] {66c1cbce-fb2d-4f6a-b24d-db2fd83e0d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
1960 | 2024.08.08 23:01:12.364613 [ 3 ] {66c1cbce-fb2d-4f6a-b24d-db2fd83e0d2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1961 | 2024.08.08 23:01:12.364995 [ 3 ] {66c1cbce-fb2d-4f6a-b24d-db2fd83e0d2b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1962 | 2024.08.08 23:01:12.365031 [ 3 ] {66c1cbce-fb2d-4f6a-b24d-db2fd83e0d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1963 | 2024.08.08 23:01:12.365405 [ 3 ] {66c1cbce-fb2d-4f6a-b24d-db2fd83e0d2b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
1964 | 2024.08.08 23:01:12.365760 [ 3 ] {66c1cbce-fb2d-4f6a-b24d-db2fd83e0d2b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1965 | 2024.08.08 23:01:12.365923 [ 69 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
1966 | 2024.08.08 23:01:12.365925 [ 3 ] {66c1cbce-fb2d-4f6a-b24d-db2fd83e0d2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
1967 | 2024.08.08 23:01:12.365988 [ 69 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1968 | 2024.08.08 23:01:12.366053 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1969 | 2024.08.08 23:01:12.366231 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
1970 | 2024.08.08 23:01:12.366268 [ 3 ] {66c1cbce-fb2d-4f6a-b24d-db2fd83e0d2b} <Debug> DynamicQueryHandler: Done processing query | ||
1971 | 2024.08.08 23:01:12.366312 [ 3 ] {66c1cbce-fb2d-4f6a-b24d-db2fd83e0d2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
1972 | 2024.08.08 23:01:12.366360 [ 3 ] {} <Debug> HTTP-Session: 9811fbd3-5cf0-4f9d-9783-86a799d808be Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1973 | 2024.08.08 23:01:12.366467 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
1974 | 2024.08.08 23:01:12.366535 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
1975 | 2024.08.08 23:01:12.366541 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
1976 | 2024.08.08 23:01:12.366666 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
1977 | 2024.08.08 23:01:12.366761 [ 3 ] {} <Debug> HTTP-Session: 99b9b5dc-8896-4c5d-8bc9-b2801f43192e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
1978 | 2024.08.08 23:01:12.366785 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part | ||
1979 | 2024.08.08 23:01:12.366831 [ 3 ] {} <Debug> HTTP-Session: 99b9b5dc-8896-4c5d-8bc9-b2801f43192e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
1980 | 2024.08.08 23:01:12.366891 [ 3 ] {} <Debug> HTTP-Session: 99b9b5dc-8896-4c5d-8bc9-b2801f43192e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1981 | 2024.08.08 23:01:12.367019 [ 3 ] {} <Trace> HTTP-Session: 99b9b5dc-8896-4c5d-8bc9-b2801f43192e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
1982 | 2024.08.08 23:01:12.367127 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 160 rows starting from the beginning of the part | ||
1983 | 2024.08.08 23:01:12.367396 [ 3 ] {7d621263-a8ca-4ab4-b811-6e344350ed5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
1984 | 2024.08.08 23:01:12.367459 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
1985 | 2024.08.08 23:01:12.367545 [ 3 ] {7d621263-a8ca-4ab4-b811-6e344350ed5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
1986 | 2024.08.08 23:01:12.367796 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
1987 | 2024.08.08 23:01:12.368182 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
1988 | 2024.08.08 23:01:12.368569 [ 3 ] {7d621263-a8ca-4ab4-b811-6e344350ed5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
1989 | 2024.08.08 23:01:12.369440 [ 3 ] {7d621263-a8ca-4ab4-b811-6e344350ed5e} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
1990 | 2024.08.08 23:01:12.369514 [ 3 ] {7d621263-a8ca-4ab4-b811-6e344350ed5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
1991 | 2024.08.08 23:01:12.370650 [ 3 ] {7d621263-a8ca-4ab4-b811-6e344350ed5e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
1992 | 2024.08.08 23:01:12.371452 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 790 rows, containing 5 columns (5 merged, 0 gathered) in 0.005259533 sec., 150203.44962185805 rows/sec., 10.46 MiB/sec. | ||
1993 | 2024.08.08 23:01:12.371534 [ 3 ] {7d621263-a8ca-4ab4-b811-6e344350ed5e} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
1994 | 2024.08.08 23:01:12.371753 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
1995 | 2024.08.08 23:01:12.371842 [ 3 ] {7d621263-a8ca-4ab4-b811-6e344350ed5e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00458 sec., 5021.8340611353715 rows/sec., 271.65 KiB/sec. | ||
1996 | 2024.08.08 23:01:12.372397 [ 3 ] {7d621263-a8ca-4ab4-b811-6e344350ed5e} <Debug> DynamicQueryHandler: Done processing query | ||
1997 | 2024.08.08 23:01:12.372454 [ 3 ] {7d621263-a8ca-4ab4-b811-6e344350ed5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
1998 | 2024.08.08 23:01:12.372498 [ 3 ] {} <Debug> HTTP-Session: 99b9b5dc-8896-4c5d-8bc9-b2801f43192e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
1999 | 2024.08.08 23:01:12.372688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2000 | 2024.08.08 23:01:12.372746 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2001 | 2024.08.08 23:01:12.372793 [ 3 ] {} <Debug> HTTP-Session: fb4d4680-b08f-4edb-a22d-a013b858ee48 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2002 | 2024.08.08 23:01:12.372826 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2003 | 2024.08.08 23:01:12.372830 [ 3 ] {} <Debug> HTTP-Session: fb4d4680-b08f-4edb-a22d-a013b858ee48 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2004 | 2024.08.08 23:01:12.372889 [ 3 ] {} <Debug> HTTP-Session: fb4d4680-b08f-4edb-a22d-a013b858ee48 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2005 | 2024.08.08 23:01:12.372961 [ 3 ] {} <Trace> HTTP-Session: fb4d4680-b08f-4edb-a22d-a013b858ee48 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2006 | 2024.08.08 23:01:12.372993 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2007 | 2024.08.08 23:01:12.373146 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
2008 | 2024.08.08 23:01:12.373201 [ 3 ] {9c9fdbbe-5a99-4649-8c7e-a5d15e470180} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2009 | 2024.08.08 23:01:12.373252 [ 3 ] {9c9fdbbe-5a99-4649-8c7e-a5d15e470180} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2010 | 2024.08.08 23:01:12.373396 [ 3 ] {9c9fdbbe-5a99-4649-8c7e-a5d15e470180} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2011 | 2024.08.08 23:01:12.373706 [ 3 ] {9c9fdbbe-5a99-4649-8c7e-a5d15e470180} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2012 | 2024.08.08 23:01:12.373742 [ 3 ] {9c9fdbbe-5a99-4649-8c7e-a5d15e470180} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2013 | 2024.08.08 23:01:12.374107 [ 3 ] {9c9fdbbe-5a99-4649-8c7e-a5d15e470180} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
2014 | 2024.08.08 23:01:12.374441 [ 3 ] {9c9fdbbe-5a99-4649-8c7e-a5d15e470180} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2015 | 2024.08.08 23:01:12.374599 [ 3 ] {9c9fdbbe-5a99-4649-8c7e-a5d15e470180} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
2016 | 2024.08.08 23:01:12.374601 [ 69 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
2017 | 2024.08.08 23:01:12.374692 [ 69 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2018 | 2024.08.08 23:01:12.374729 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2019 | 2024.08.08 23:01:12.374875 [ 3 ] {9c9fdbbe-5a99-4649-8c7e-a5d15e470180} <Debug> DynamicQueryHandler: Done processing query | ||
2020 | 2024.08.08 23:01:12.374895 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
2021 | 2024.08.08 23:01:12.374920 [ 3 ] {9c9fdbbe-5a99-4649-8c7e-a5d15e470180} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2022 | 2024.08.08 23:01:12.374979 [ 3 ] {} <Debug> HTTP-Session: fb4d4680-b08f-4edb-a22d-a013b858ee48 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2023 | 2024.08.08 23:01:12.375089 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2024 | 2024.08.08 23:01:12.375129 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 12 rows starting from the beginning of the part | ||
2025 | 2024.08.08 23:01:12.375227 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
2026 | 2024.08.08 23:01:12.375413 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
2027 | 2024.08.08 23:01:12.375506 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
2028 | 2024.08.08 23:01:12.375686 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
2029 | 2024.08.08 23:01:12.375753 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
2030 | 2024.08.08 23:01:12.376823 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 292 rows, containing 4 columns (4 merged, 0 gathered) in 0.002004978 sec., 145637.5082419857 rows/sec., 9.81 MiB/sec. | ||
2031 | 2024.08.08 23:01:12.376987 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
2032 | 2024.08.08 23:01:12.377520 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2033 | 2024.08.08 23:01:12.377594 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_6_1} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
2034 | 2024.08.08 23:01:12.377665 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
2035 | 2024.08.08 23:01:14.114857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1056, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2036 | 2024.08.08 23:01:14.114981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2037 | 2024.08.08 23:01:14.115008 [ 3 ] {} <Debug> HTTP-Session: ff614de2-5b76-42ec-8b5d-104306325cda Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2038 | 2024.08.08 23:01:14.115033 [ 3 ] {} <Debug> HTTP-Session: ff614de2-5b76-42ec-8b5d-104306325cda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2039 | 2024.08.08 23:01:14.115048 [ 3 ] {} <Debug> HTTP-Session: ff614de2-5b76-42ec-8b5d-104306325cda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2040 | 2024.08.08 23:01:14.115096 [ 3 ] {} <Trace> HTTP-Session: ff614de2-5b76-42ec-8b5d-104306325cda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2041 | 2024.08.08 23:01:14.115342 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2042 | 2024.08.08 23:01:14.115720 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2043 | 2024.08.08 23:01:14.115768 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2044 | 2024.08.08 23:01:14.116089 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2045 | 2024.08.08 23:01:14.116170 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2046 | 2024.08.08 23:01:14.116337 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
2047 | 2024.08.08 23:01:14.116493 [ 255 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2048 | 2024.08.08 23:01:14.116527 [ 257 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2049 | 2024.08.08 23:01:14.116527 [ 252 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2050 | 2024.08.08 23:01:14.116664 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
2051 | 2024.08.08 23:01:14.116700 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2052 | 2024.08.08 23:01:14.116816 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2053 | 2024.08.08 23:01:14.116841 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2054 | 2024.08.08 23:01:14.116884 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2055 | 2024.08.08 23:01:14.116928 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2056 | 2024.08.08 23:01:14.116968 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2057 | 2024.08.08 23:01:14.118959 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003717 sec., 8071.0250201775625 rows/sec., 293.21 KiB/sec. | ||
2058 | 2024.08.08 23:01:14.119340 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Debug> DynamicQueryHandler: Done processing query | ||
2059 | 2024.08.08 23:01:14.119368 [ 3 ] {df0ca6aa-99e2-4e36-8c20-83e5aa815dd8} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2060 | 2024.08.08 23:01:14.119385 [ 3 ] {} <Debug> HTTP-Session: ff614de2-5b76-42ec-8b5d-104306325cda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2061 | 2024.08.08 23:01:14.119652 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2062 | 2024.08.08 23:01:14.119707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2063 | 2024.08.08 23:01:14.119728 [ 3 ] {} <Debug> HTTP-Session: e1248d16-dceb-45cf-96da-b7c0a4b0a086 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2064 | 2024.08.08 23:01:14.119747 [ 3 ] {} <Debug> HTTP-Session: e1248d16-dceb-45cf-96da-b7c0a4b0a086 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2065 | 2024.08.08 23:01:14.119761 [ 3 ] {} <Debug> HTTP-Session: e1248d16-dceb-45cf-96da-b7c0a4b0a086 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2066 | 2024.08.08 23:01:14.119797 [ 3 ] {} <Trace> HTTP-Session: e1248d16-dceb-45cf-96da-b7c0a4b0a086 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2067 | 2024.08.08 23:01:14.119958 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2068 | 2024.08.08 23:01:14.120247 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2069 | 2024.08.08 23:01:14.120291 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2070 | 2024.08.08 23:01:14.120582 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2071 | 2024.08.08 23:01:14.120648 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2072 | 2024.08.08 23:01:14.120791 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
2073 | 2024.08.08 23:01:14.120921 [ 262 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2074 | 2024.08.08 23:01:14.120936 [ 260 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2075 | 2024.08.08 23:01:14.120954 [ 261 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2076 | 2024.08.08 23:01:14.121093 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
2077 | 2024.08.08 23:01:14.121124 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2078 | 2024.08.08 23:01:14.121229 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2079 | 2024.08.08 23:01:14.121252 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2080 | 2024.08.08 23:01:14.121290 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2081 | 2024.08.08 23:01:14.121332 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2082 | 2024.08.08 23:01:14.121368 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2083 | 2024.08.08 23:01:14.122955 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003075 sec., 9756.09756097561 rows/sec., 354.42 KiB/sec. | ||
2084 | 2024.08.08 23:01:14.123283 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Debug> DynamicQueryHandler: Done processing query | ||
2085 | 2024.08.08 23:01:14.123308 [ 3 ] {dd86f9b0-112d-4954-8ef3-0b3dda987aef} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2086 | 2024.08.08 23:01:14.123325 [ 3 ] {} <Debug> HTTP-Session: e1248d16-dceb-45cf-96da-b7c0a4b0a086 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2087 | 2024.08.08 23:01:14.123637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1120, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2088 | 2024.08.08 23:01:14.123689 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2089 | 2024.08.08 23:01:14.123710 [ 3 ] {} <Debug> HTTP-Session: 8269d010-1235-470a-8116-072051533392 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2090 | 2024.08.08 23:01:14.123727 [ 3 ] {} <Debug> HTTP-Session: 8269d010-1235-470a-8116-072051533392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2091 | 2024.08.08 23:01:14.123740 [ 3 ] {} <Debug> HTTP-Session: 8269d010-1235-470a-8116-072051533392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2092 | 2024.08.08 23:01:14.123774 [ 3 ] {} <Trace> HTTP-Session: 8269d010-1235-470a-8116-072051533392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2093 | 2024.08.08 23:01:14.123924 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2094 | 2024.08.08 23:01:14.124212 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2095 | 2024.08.08 23:01:14.124257 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2096 | 2024.08.08 23:01:14.124550 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2097 | 2024.08.08 23:01:14.124615 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2098 | 2024.08.08 23:01:14.124756 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
2099 | 2024.08.08 23:01:14.124871 [ 252 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2100 | 2024.08.08 23:01:14.124903 [ 257 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2101 | 2024.08.08 23:01:14.124911 [ 255 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2102 | 2024.08.08 23:01:14.125025 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
2103 | 2024.08.08 23:01:14.125054 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2104 | 2024.08.08 23:01:14.125157 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2105 | 2024.08.08 23:01:14.125180 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2106 | 2024.08.08 23:01:14.125220 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2107 | 2024.08.08 23:01:14.125260 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2108 | 2024.08.08 23:01:14.125301 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2109 | 2024.08.08 23:01:14.126976 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003123 sec., 9606.147934678194 rows/sec., 348.97 KiB/sec. | ||
2110 | 2024.08.08 23:01:14.127326 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Debug> DynamicQueryHandler: Done processing query | ||
2111 | 2024.08.08 23:01:14.127351 [ 3 ] {458d23c5-8979-4f8f-b859-c3ca47d8e989} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2112 | 2024.08.08 23:01:14.127367 [ 3 ] {} <Debug> HTTP-Session: 8269d010-1235-470a-8116-072051533392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2113 | 2024.08.08 23:01:14.127592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1153, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2114 | 2024.08.08 23:01:14.127641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2115 | 2024.08.08 23:01:14.127662 [ 3 ] {} <Debug> HTTP-Session: 9240875c-13bf-4ab5-bc80-04ca7708c900 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2116 | 2024.08.08 23:01:14.127679 [ 3 ] {} <Debug> HTTP-Session: 9240875c-13bf-4ab5-bc80-04ca7708c900 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2117 | 2024.08.08 23:01:14.127697 [ 3 ] {} <Debug> HTTP-Session: 9240875c-13bf-4ab5-bc80-04ca7708c900 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2118 | 2024.08.08 23:01:14.127730 [ 3 ] {} <Trace> HTTP-Session: 9240875c-13bf-4ab5-bc80-04ca7708c900 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2119 | 2024.08.08 23:01:14.127883 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2120 | 2024.08.08 23:01:14.128168 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2121 | 2024.08.08 23:01:14.128214 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2122 | 2024.08.08 23:01:14.128511 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2123 | 2024.08.08 23:01:14.128576 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2124 | 2024.08.08 23:01:14.128716 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
2125 | 2024.08.08 23:01:14.128838 [ 255 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2126 | 2024.08.08 23:01:14.128851 [ 261 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2127 | 2024.08.08 23:01:14.128869 [ 257 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2128 | 2024.08.08 23:01:14.128976 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
2129 | 2024.08.08 23:01:14.129004 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2130 | 2024.08.08 23:01:14.129107 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2131 | 2024.08.08 23:01:14.129130 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2132 | 2024.08.08 23:01:14.129168 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2133 | 2024.08.08 23:01:14.129209 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2134 | 2024.08.08 23:01:14.129246 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2135 | 2024.08.08 23:01:14.130931 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003122 sec., 9609.224855861627 rows/sec., 349.09 KiB/sec. | ||
2136 | 2024.08.08 23:01:14.131277 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Debug> DynamicQueryHandler: Done processing query | ||
2137 | 2024.08.08 23:01:14.131303 [ 3 ] {a9a21d8f-44cf-4c05-8e32-1c94e439b38f} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2138 | 2024.08.08 23:01:14.131320 [ 3 ] {} <Debug> HTTP-Session: 9240875c-13bf-4ab5-bc80-04ca7708c900 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2139 | 2024.08.08 23:01:14.131574 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1188, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2140 | 2024.08.08 23:01:14.131622 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2141 | 2024.08.08 23:01:14.131643 [ 3 ] {} <Debug> HTTP-Session: b96e0b53-cfe5-485f-a66d-67f5a317f14f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2142 | 2024.08.08 23:01:14.131659 [ 3 ] {} <Debug> HTTP-Session: b96e0b53-cfe5-485f-a66d-67f5a317f14f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2143 | 2024.08.08 23:01:14.131672 [ 3 ] {} <Debug> HTTP-Session: b96e0b53-cfe5-485f-a66d-67f5a317f14f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2144 | 2024.08.08 23:01:14.131703 [ 3 ] {} <Trace> HTTP-Session: b96e0b53-cfe5-485f-a66d-67f5a317f14f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2145 | 2024.08.08 23:01:14.131856 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2146 | 2024.08.08 23:01:14.132139 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2147 | 2024.08.08 23:01:14.132185 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2148 | 2024.08.08 23:01:14.132486 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2149 | 2024.08.08 23:01:14.132551 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2150 | 2024.08.08 23:01:14.132687 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
2151 | 2024.08.08 23:01:14.132789 [ 252 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2152 | 2024.08.08 23:01:14.132791 [ 262 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2153 | 2024.08.08 23:01:14.132803 [ 257 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2154 | 2024.08.08 23:01:14.132913 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
2155 | 2024.08.08 23:01:14.132941 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2156 | 2024.08.08 23:01:14.133044 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2157 | 2024.08.08 23:01:14.133064 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2158 | 2024.08.08 23:01:14.133103 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2159 | 2024.08.08 23:01:14.133141 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2160 | 2024.08.08 23:01:14.133177 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2161 | 2024.08.08 23:01:14.134683 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.002903 sec., 10334.137099552187 rows/sec., 375.42 KiB/sec. | ||
2162 | 2024.08.08 23:01:14.135060 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Debug> DynamicQueryHandler: Done processing query | ||
2163 | 2024.08.08 23:01:14.135085 [ 3 ] {50f035be-96a2-41a0-a0eb-249937f291f3} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2164 | 2024.08.08 23:01:14.135101 [ 3 ] {} <Debug> HTTP-Session: b96e0b53-cfe5-485f-a66d-67f5a317f14f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2165 | 2024.08.08 23:01:14.135330 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1217, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2166 | 2024.08.08 23:01:14.135378 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2167 | 2024.08.08 23:01:14.135397 [ 3 ] {} <Debug> HTTP-Session: 252dbbf3-a02e-4c04-84b8-39e744e72ba9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2168 | 2024.08.08 23:01:14.135414 [ 3 ] {} <Debug> HTTP-Session: 252dbbf3-a02e-4c04-84b8-39e744e72ba9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2169 | 2024.08.08 23:01:14.135428 [ 3 ] {} <Debug> HTTP-Session: 252dbbf3-a02e-4c04-84b8-39e744e72ba9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2170 | 2024.08.08 23:01:14.135460 [ 3 ] {} <Trace> HTTP-Session: 252dbbf3-a02e-4c04-84b8-39e744e72ba9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2171 | 2024.08.08 23:01:14.135615 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2172 | 2024.08.08 23:01:14.135904 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2173 | 2024.08.08 23:01:14.135951 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2174 | 2024.08.08 23:01:14.136253 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2175 | 2024.08.08 23:01:14.136317 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2176 | 2024.08.08 23:01:14.136452 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
2177 | 2024.08.08 23:01:14.136589 [ 256 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2178 | 2024.08.08 23:01:14.136618 [ 261 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2179 | 2024.08.08 23:01:14.136594 [ 262 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2180 | 2024.08.08 23:01:14.136752 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
2181 | 2024.08.08 23:01:14.136782 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2182 | 2024.08.08 23:01:14.136885 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2183 | 2024.08.08 23:01:14.136905 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 30 rows with 3 streams | ||
2184 | 2024.08.08 23:01:14.136944 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2185 | 2024.08.08 23:01:14.136983 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2186 | 2024.08.08 23:01:14.137023 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2187 | 2024.08.08 23:01:14.138573 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Debug> executeQuery: Read 30 rows, 1.09 KiB in 0.003033 sec., 9891.196834817012 rows/sec., 359.33 KiB/sec. | ||
2188 | 2024.08.08 23:01:14.138930 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Debug> DynamicQueryHandler: Done processing query | ||
2189 | 2024.08.08 23:01:14.138954 [ 3 ] {5b6813a0-9f62-4c2f-b11b-f05ab058c827} <Debug> MemoryTracker: Peak memory usage (for query): 3.10 MiB. | ||
2190 | 2024.08.08 23:01:14.138970 [ 3 ] {} <Debug> HTTP-Session: 252dbbf3-a02e-4c04-84b8-39e744e72ba9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2191 | 2024.08.08 23:01:14.209294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 2476, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2192 | 2024.08.08 23:01:14.209361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2193 | 2024.08.08 23:01:14.209381 [ 3 ] {} <Debug> HTTP-Session: 8c2c0b2e-d326-4847-9b8c-93f668c0a470 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2194 | 2024.08.08 23:01:14.209399 [ 3 ] {} <Debug> HTTP-Session: 8c2c0b2e-d326-4847-9b8c-93f668c0a470 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2195 | 2024.08.08 23:01:14.209414 [ 3 ] {} <Debug> HTTP-Session: 8c2c0b2e-d326-4847-9b8c-93f668c0a470 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2196 | 2024.08.08 23:01:14.209449 [ 3 ] {} <Trace> HTTP-Session: 8c2c0b2e-d326-4847-9b8c-93f668c0a470 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2197 | 2024.08.08 23:01:14.209580 [ 3 ] {837477f6-e4c9-4b63-8a86-d10139e3edba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2198 | 2024.08.08 23:01:14.209633 [ 3 ] {837477f6-e4c9-4b63-8a86-d10139e3edba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2199 | 2024.08.08 23:01:14.209846 [ 3 ] {837477f6-e4c9-4b63-8a86-d10139e3edba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2200 | 2024.08.08 23:01:14.210236 [ 3 ] {837477f6-e4c9-4b63-8a86-d10139e3edba} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2201 | 2024.08.08 23:01:14.210273 [ 3 ] {837477f6-e4c9-4b63-8a86-d10139e3edba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2202 | 2024.08.08 23:01:14.210764 [ 3 ] {837477f6-e4c9-4b63-8a86-d10139e3edba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2203 | 2024.08.08 23:01:14.211090 [ 3 ] {837477f6-e4c9-4b63-8a86-d10139e3edba} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2204 | 2024.08.08 23:01:14.211228 [ 3 ] {837477f6-e4c9-4b63-8a86-d10139e3edba} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001692 sec., 3546.099290780142 rows/sec., 789.56 KiB/sec. | ||
2205 | 2024.08.08 23:01:14.211403 [ 3 ] {837477f6-e4c9-4b63-8a86-d10139e3edba} <Debug> DynamicQueryHandler: Done processing query | ||
2206 | 2024.08.08 23:01:14.211428 [ 3 ] {837477f6-e4c9-4b63-8a86-d10139e3edba} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2207 | 2024.08.08 23:01:14.211443 [ 3 ] {} <Debug> HTTP-Session: 8c2c0b2e-d326-4847-9b8c-93f668c0a470 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2208 | 2024.08.08 23:01:14.211720 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 172738, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2209 | 2024.08.08 23:01:14.211769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2210 | 2024.08.08 23:01:14.211788 [ 3 ] {} <Debug> HTTP-Session: 1a956839-b508-405d-ba0c-73871c03570d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2211 | 2024.08.08 23:01:14.211804 [ 3 ] {} <Debug> HTTP-Session: 1a956839-b508-405d-ba0c-73871c03570d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2212 | 2024.08.08 23:01:14.211818 [ 3 ] {} <Debug> HTTP-Session: 1a956839-b508-405d-ba0c-73871c03570d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2213 | 2024.08.08 23:01:14.211848 [ 3 ] {} <Trace> HTTP-Session: 1a956839-b508-405d-ba0c-73871c03570d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2214 | 2024.08.08 23:01:14.213089 [ 3 ] {556c5063-2a3f-44fd-b5e2-f12d81e99d9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2215 | 2024.08.08 23:01:14.213137 [ 3 ] {556c5063-2a3f-44fd-b5e2-f12d81e99d9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2216 | 2024.08.08 23:01:14.213261 [ 3 ] {556c5063-2a3f-44fd-b5e2-f12d81e99d9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2217 | 2024.08.08 23:01:14.214450 [ 3 ] {556c5063-2a3f-44fd-b5e2-f12d81e99d9e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2218 | 2024.08.08 23:01:14.214486 [ 3 ] {556c5063-2a3f-44fd-b5e2-f12d81e99d9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2219 | 2024.08.08 23:01:14.214957 [ 3 ] {556c5063-2a3f-44fd-b5e2-f12d81e99d9e} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2220 | 2024.08.08 23:01:14.215286 [ 3 ] {556c5063-2a3f-44fd-b5e2-f12d81e99d9e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2221 | 2024.08.08 23:01:14.215415 [ 3 ] {556c5063-2a3f-44fd-b5e2-f12d81e99d9e} <Debug> executeQuery: Read 1196 rows, 100.50 KiB in 0.00332 sec., 360240.9638554217 rows/sec., 29.56 MiB/sec. | ||
2222 | 2024.08.08 23:01:14.215587 [ 3 ] {556c5063-2a3f-44fd-b5e2-f12d81e99d9e} <Debug> DynamicQueryHandler: Done processing query | ||
2223 | 2024.08.08 23:01:14.215612 [ 3 ] {556c5063-2a3f-44fd-b5e2-f12d81e99d9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.95 MiB. | ||
2224 | 2024.08.08 23:01:14.215627 [ 3 ] {} <Debug> HTTP-Session: 1a956839-b508-405d-ba0c-73871c03570d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2225 | 2024.08.08 23:01:14.215834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2226 | 2024.08.08 23:01:14.215903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2227 | 2024.08.08 23:01:14.215929 [ 3 ] {} <Debug> HTTP-Session: 517afc5b-a90a-4668-89b5-d129bd3b8713 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2228 | 2024.08.08 23:01:14.215949 [ 3 ] {} <Debug> HTTP-Session: 517afc5b-a90a-4668-89b5-d129bd3b8713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2229 | 2024.08.08 23:01:14.215966 [ 3 ] {} <Debug> HTTP-Session: 517afc5b-a90a-4668-89b5-d129bd3b8713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2230 | 2024.08.08 23:01:14.216005 [ 3 ] {} <Trace> HTTP-Session: 517afc5b-a90a-4668-89b5-d129bd3b8713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2231 | 2024.08.08 23:01:14.216249 [ 3 ] {cd2ad640-4118-410d-9ed2-ad6d972cce93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
2232 | 2024.08.08 23:01:14.216296 [ 3 ] {cd2ad640-4118-410d-9ed2-ad6d972cce93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
2233 | 2024.08.08 23:01:14.216423 [ 3 ] {cd2ad640-4118-410d-9ed2-ad6d972cce93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2234 | 2024.08.08 23:01:14.220779 [ 3 ] {cd2ad640-4118-410d-9ed2-ad6d972cce93} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2235 | 2024.08.08 23:01:14.220814 [ 3 ] {cd2ad640-4118-410d-9ed2-ad6d972cce93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2236 | 2024.08.08 23:01:14.221167 [ 3 ] {cd2ad640-4118-410d-9ed2-ad6d972cce93} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2237 | 2024.08.08 23:01:14.221485 [ 3 ] {cd2ad640-4118-410d-9ed2-ad6d972cce93} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2238 | 2024.08.08 23:01:14.221605 [ 3 ] {cd2ad640-4118-410d-9ed2-ad6d972cce93} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005492 sec., 41514.93080844865 rows/sec., 2.81 MiB/sec. | ||
2239 | 2024.08.08 23:01:14.221862 [ 3 ] {cd2ad640-4118-410d-9ed2-ad6d972cce93} <Debug> DynamicQueryHandler: Done processing query | ||
2240 | 2024.08.08 23:01:14.221887 [ 3 ] {cd2ad640-4118-410d-9ed2-ad6d972cce93} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
2241 | 2024.08.08 23:01:14.221904 [ 3 ] {} <Debug> HTTP-Session: 517afc5b-a90a-4668-89b5-d129bd3b8713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2242 | 2024.08.08 23:01:14.222080 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 85824, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2243 | 2024.08.08 23:01:14.222131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2244 | 2024.08.08 23:01:14.222151 [ 3 ] {} <Debug> HTTP-Session: 244c611e-e887-414a-9b5d-73420859fbc9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2245 | 2024.08.08 23:01:14.222167 [ 3 ] {} <Debug> HTTP-Session: 244c611e-e887-414a-9b5d-73420859fbc9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2246 | 2024.08.08 23:01:14.222181 [ 3 ] {} <Debug> HTTP-Session: 244c611e-e887-414a-9b5d-73420859fbc9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2247 | 2024.08.08 23:01:14.222212 [ 3 ] {} <Trace> HTTP-Session: 244c611e-e887-414a-9b5d-73420859fbc9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2248 | 2024.08.08 23:01:14.222646 [ 3 ] {234eaebd-e5fd-4ee0-8218-3e1ad64f1791} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2249 | 2024.08.08 23:01:14.222697 [ 3 ] {234eaebd-e5fd-4ee0-8218-3e1ad64f1791} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2250 | 2024.08.08 23:01:14.222838 [ 3 ] {234eaebd-e5fd-4ee0-8218-3e1ad64f1791} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2251 | 2024.08.08 23:01:14.223457 [ 3 ] {234eaebd-e5fd-4ee0-8218-3e1ad64f1791} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2252 | 2024.08.08 23:01:14.223495 [ 3 ] {234eaebd-e5fd-4ee0-8218-3e1ad64f1791} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2253 | 2024.08.08 23:01:14.223825 [ 3 ] {234eaebd-e5fd-4ee0-8218-3e1ad64f1791} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2254 | 2024.08.08 23:01:14.224134 [ 3 ] {234eaebd-e5fd-4ee0-8218-3e1ad64f1791} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2255 | 2024.08.08 23:01:14.224253 [ 3 ] {234eaebd-e5fd-4ee0-8218-3e1ad64f1791} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001941 sec., 267903.14270994335 rows/sec., 19.83 MiB/sec. | ||
2256 | 2024.08.08 23:01:14.224411 [ 3 ] {234eaebd-e5fd-4ee0-8218-3e1ad64f1791} <Debug> DynamicQueryHandler: Done processing query | ||
2257 | 2024.08.08 23:01:14.224436 [ 3 ] {234eaebd-e5fd-4ee0-8218-3e1ad64f1791} <Debug> MemoryTracker: Peak memory usage (for query): 4.51 MiB. | ||
2258 | 2024.08.08 23:01:14.224453 [ 3 ] {} <Debug> HTTP-Session: 244c611e-e887-414a-9b5d-73420859fbc9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2259 | 2024.08.08 23:01:14.224805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 351254, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2260 | 2024.08.08 23:01:14.224855 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2261 | 2024.08.08 23:01:14.224876 [ 3 ] {} <Debug> HTTP-Session: 2e40a67a-47a8-41df-9d08-e493f0d2aaf8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2262 | 2024.08.08 23:01:14.224891 [ 3 ] {} <Debug> HTTP-Session: 2e40a67a-47a8-41df-9d08-e493f0d2aaf8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2263 | 2024.08.08 23:01:14.224905 [ 3 ] {} <Debug> HTTP-Session: 2e40a67a-47a8-41df-9d08-e493f0d2aaf8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2264 | 2024.08.08 23:01:14.224936 [ 3 ] {} <Trace> HTTP-Session: 2e40a67a-47a8-41df-9d08-e493f0d2aaf8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2265 | 2024.08.08 23:01:14.226207 [ 3 ] {7b0dad33-26f1-47f9-a33e-6432c4245972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2266 | 2024.08.08 23:01:14.226268 [ 3 ] {7b0dad33-26f1-47f9-a33e-6432c4245972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2267 | 2024.08.08 23:01:14.226413 [ 3 ] {7b0dad33-26f1-47f9-a33e-6432c4245972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2268 | 2024.08.08 23:01:14.227845 [ 3 ] {7b0dad33-26f1-47f9-a33e-6432c4245972} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2269 | 2024.08.08 23:01:14.227879 [ 3 ] {7b0dad33-26f1-47f9-a33e-6432c4245972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2270 | 2024.08.08 23:01:14.228423 [ 3 ] {7b0dad33-26f1-47f9-a33e-6432c4245972} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2271 | 2024.08.08 23:01:14.228763 [ 3 ] {7b0dad33-26f1-47f9-a33e-6432c4245972} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2272 | 2024.08.08 23:01:14.228889 [ 3 ] {7b0dad33-26f1-47f9-a33e-6432c4245972} <Debug> executeQuery: Read 1858 rows, 127.20 KiB in 0.00365 sec., 509041.09589041094 rows/sec., 34.03 MiB/sec. | ||
2273 | 2024.08.08 23:01:14.229089 [ 3 ] {7b0dad33-26f1-47f9-a33e-6432c4245972} <Debug> DynamicQueryHandler: Done processing query | ||
2274 | 2024.08.08 23:01:14.229114 [ 3 ] {7b0dad33-26f1-47f9-a33e-6432c4245972} <Debug> MemoryTracker: Peak memory usage (for query): 5.22 MiB. | ||
2275 | 2024.08.08 23:01:14.229130 [ 3 ] {} <Debug> HTTP-Session: 2e40a67a-47a8-41df-9d08-e493f0d2aaf8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2276 | 2024.08.08 23:01:14.229304 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3675, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2277 | 2024.08.08 23:01:14.229353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2278 | 2024.08.08 23:01:14.229374 [ 3 ] {} <Debug> HTTP-Session: e64a86c2-fb92-4976-9132-f616951dbf96 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2279 | 2024.08.08 23:01:14.229391 [ 3 ] {} <Debug> HTTP-Session: e64a86c2-fb92-4976-9132-f616951dbf96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2280 | 2024.08.08 23:01:14.229404 [ 3 ] {} <Debug> HTTP-Session: e64a86c2-fb92-4976-9132-f616951dbf96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2281 | 2024.08.08 23:01:14.229435 [ 3 ] {} <Trace> HTTP-Session: e64a86c2-fb92-4976-9132-f616951dbf96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2282 | 2024.08.08 23:01:14.229537 [ 3 ] {cede5782-2465-4327-99bd-2738f5149b68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2283 | 2024.08.08 23:01:14.229582 [ 3 ] {cede5782-2465-4327-99bd-2738f5149b68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2284 | 2024.08.08 23:01:14.229708 [ 3 ] {cede5782-2465-4327-99bd-2738f5149b68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2285 | 2024.08.08 23:01:14.229997 [ 3 ] {cede5782-2465-4327-99bd-2738f5149b68} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2286 | 2024.08.08 23:01:14.230030 [ 3 ] {cede5782-2465-4327-99bd-2738f5149b68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2287 | 2024.08.08 23:01:14.230394 [ 3 ] {cede5782-2465-4327-99bd-2738f5149b68} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
2288 | 2024.08.08 23:01:14.230731 [ 3 ] {cede5782-2465-4327-99bd-2738f5149b68} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2289 | 2024.08.08 23:01:14.230852 [ 3 ] {cede5782-2465-4327-99bd-2738f5149b68} <Debug> executeQuery: Read 24 rows, 1.66 KiB in 0.001345 sec., 17843.866171003716 rows/sec., 1.20 MiB/sec. | ||
2290 | 2024.08.08 23:01:14.231012 [ 3 ] {cede5782-2465-4327-99bd-2738f5149b68} <Debug> DynamicQueryHandler: Done processing query | ||
2291 | 2024.08.08 23:01:14.231037 [ 3 ] {cede5782-2465-4327-99bd-2738f5149b68} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2292 | 2024.08.08 23:01:14.231052 [ 3 ] {} <Debug> HTTP-Session: e64a86c2-fb92-4976-9132-f616951dbf96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2293 | 2024.08.08 23:01:15.000155 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 177.95 MiB, peak 185.75 MiB, free memory in arenas 0.00 B, will set to 179.68 MiB (RSS), difference: 1.74 MiB | ||
2294 | 2024.08.08 23:01:17.334912 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 7814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2295 | 2024.08.08 23:01:17.335021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2296 | 2024.08.08 23:01:17.335044 [ 3 ] {} <Debug> HTTP-Session: 0b3cf54e-c805-496f-b518-06942d4bf93b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2297 | 2024.08.08 23:01:17.335069 [ 3 ] {} <Debug> HTTP-Session: 0b3cf54e-c805-496f-b518-06942d4bf93b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2298 | 2024.08.08 23:01:17.335083 [ 3 ] {} <Debug> HTTP-Session: 0b3cf54e-c805-496f-b518-06942d4bf93b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2299 | 2024.08.08 23:01:17.335132 [ 3 ] {} <Trace> HTTP-Session: 0b3cf54e-c805-496f-b518-06942d4bf93b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2300 | 2024.08.08 23:01:17.335317 [ 3 ] {9130d366-6f78-4022-803f-845ceab3afe9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2301 | 2024.08.08 23:01:17.335384 [ 3 ] {9130d366-6f78-4022-803f-845ceab3afe9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2302 | 2024.08.08 23:01:17.335567 [ 3 ] {9130d366-6f78-4022-803f-845ceab3afe9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2303 | 2024.08.08 23:01:17.336132 [ 3 ] {9130d366-6f78-4022-803f-845ceab3afe9} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2304 | 2024.08.08 23:01:17.336179 [ 3 ] {9130d366-6f78-4022-803f-845ceab3afe9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2305 | 2024.08.08 23:01:17.336549 [ 3 ] {9130d366-6f78-4022-803f-845ceab3afe9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2306 | 2024.08.08 23:01:17.336882 [ 3 ] {9130d366-6f78-4022-803f-845ceab3afe9} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2307 | 2024.08.08 23:01:17.337058 [ 3 ] {9130d366-6f78-4022-803f-845ceab3afe9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001805 sec., 31024.930747922437 rows/sec., 2.37 MiB/sec. | ||
2308 | 2024.08.08 23:01:17.337266 [ 3 ] {9130d366-6f78-4022-803f-845ceab3afe9} <Debug> DynamicQueryHandler: Done processing query | ||
2309 | 2024.08.08 23:01:17.337294 [ 3 ] {9130d366-6f78-4022-803f-845ceab3afe9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2310 | 2024.08.08 23:01:17.337311 [ 3 ] {} <Debug> HTTP-Session: 0b3cf54e-c805-496f-b518-06942d4bf93b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2311 | 2024.08.08 23:01:17.337453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2312 | 2024.08.08 23:01:17.337511 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2313 | 2024.08.08 23:01:17.337532 [ 3 ] {} <Debug> HTTP-Session: a838ad6e-2cf3-4d4c-bec9-6e352690b7fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2314 | 2024.08.08 23:01:17.337550 [ 3 ] {} <Debug> HTTP-Session: a838ad6e-2cf3-4d4c-bec9-6e352690b7fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2315 | 2024.08.08 23:01:17.337564 [ 3 ] {} <Debug> HTTP-Session: a838ad6e-2cf3-4d4c-bec9-6e352690b7fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2316 | 2024.08.08 23:01:17.337600 [ 3 ] {} <Trace> HTTP-Session: a838ad6e-2cf3-4d4c-bec9-6e352690b7fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2317 | 2024.08.08 23:01:17.337727 [ 3 ] {a2d3206a-fe7d-4757-88e9-deea6f7ac624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2318 | 2024.08.08 23:01:17.337774 [ 3 ] {a2d3206a-fe7d-4757-88e9-deea6f7ac624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2319 | 2024.08.08 23:01:17.337908 [ 3 ] {a2d3206a-fe7d-4757-88e9-deea6f7ac624} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2320 | 2024.08.08 23:01:17.338239 [ 3 ] {a2d3206a-fe7d-4757-88e9-deea6f7ac624} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2321 | 2024.08.08 23:01:17.338277 [ 3 ] {a2d3206a-fe7d-4757-88e9-deea6f7ac624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2322 | 2024.08.08 23:01:17.338586 [ 3 ] {a2d3206a-fe7d-4757-88e9-deea6f7ac624} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2323 | 2024.08.08 23:01:17.338893 [ 3 ] {a2d3206a-fe7d-4757-88e9-deea6f7ac624} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2324 | 2024.08.08 23:01:17.339049 [ 3 ] {a2d3206a-fe7d-4757-88e9-deea6f7ac624} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001368 sec., 46783.62573099415 rows/sec., 3.65 MiB/sec. | ||
2325 | 2024.08.08 23:01:17.339219 [ 3 ] {a2d3206a-fe7d-4757-88e9-deea6f7ac624} <Debug> DynamicQueryHandler: Done processing query | ||
2326 | 2024.08.08 23:01:17.339244 [ 3 ] {a2d3206a-fe7d-4757-88e9-deea6f7ac624} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2327 | 2024.08.08 23:01:17.339259 [ 3 ] {} <Debug> HTTP-Session: a838ad6e-2cf3-4d4c-bec9-6e352690b7fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2328 | 2024.08.08 23:01:17.339393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 18403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2329 | 2024.08.08 23:01:17.339446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2330 | 2024.08.08 23:01:17.339466 [ 3 ] {} <Debug> HTTP-Session: c2d0e3b0-128d-4236-86bc-7f4f45282324 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2331 | 2024.08.08 23:01:17.339484 [ 3 ] {} <Debug> HTTP-Session: c2d0e3b0-128d-4236-86bc-7f4f45282324 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2332 | 2024.08.08 23:01:17.339497 [ 3 ] {} <Debug> HTTP-Session: c2d0e3b0-128d-4236-86bc-7f4f45282324 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2333 | 2024.08.08 23:01:17.339529 [ 3 ] {} <Trace> HTTP-Session: c2d0e3b0-128d-4236-86bc-7f4f45282324 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2334 | 2024.08.08 23:01:17.339655 [ 3 ] {d6b38043-d5a4-46b7-9da2-d2896df68d26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2335 | 2024.08.08 23:01:17.339703 [ 3 ] {d6b38043-d5a4-46b7-9da2-d2896df68d26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2336 | 2024.08.08 23:01:17.339850 [ 3 ] {d6b38043-d5a4-46b7-9da2-d2896df68d26} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2337 | 2024.08.08 23:01:17.340184 [ 3 ] {d6b38043-d5a4-46b7-9da2-d2896df68d26} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2338 | 2024.08.08 23:01:17.340221 [ 3 ] {d6b38043-d5a4-46b7-9da2-d2896df68d26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2339 | 2024.08.08 23:01:17.340604 [ 3 ] {d6b38043-d5a4-46b7-9da2-d2896df68d26} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2340 | 2024.08.08 23:01:17.340941 [ 3 ] {d6b38043-d5a4-46b7-9da2-d2896df68d26} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2341 | 2024.08.08 23:01:17.341099 [ 3 ] {d6b38043-d5a4-46b7-9da2-d2896df68d26} <Debug> executeQuery: Read 96 rows, 6.85 KiB in 0.001486 sec., 64602.96096904442 rows/sec., 4.50 MiB/sec. | ||
2342 | 2024.08.08 23:01:17.341306 [ 3 ] {d6b38043-d5a4-46b7-9da2-d2896df68d26} <Debug> DynamicQueryHandler: Done processing query | ||
2343 | 2024.08.08 23:01:17.341332 [ 3 ] {d6b38043-d5a4-46b7-9da2-d2896df68d26} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2344 | 2024.08.08 23:01:17.341348 [ 3 ] {} <Debug> HTTP-Session: c2d0e3b0-128d-4236-86bc-7f4f45282324 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2345 | 2024.08.08 23:01:17.341532 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 5484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2346 | 2024.08.08 23:01:17.341583 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2347 | 2024.08.08 23:01:17.341602 [ 3 ] {} <Debug> HTTP-Session: 3e29b425-6f52-42b5-8a2d-3ffafc174e9f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2348 | 2024.08.08 23:01:17.341620 [ 3 ] {} <Debug> HTTP-Session: 3e29b425-6f52-42b5-8a2d-3ffafc174e9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2349 | 2024.08.08 23:01:17.341633 [ 3 ] {} <Debug> HTTP-Session: 3e29b425-6f52-42b5-8a2d-3ffafc174e9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2350 | 2024.08.08 23:01:17.341665 [ 3 ] {} <Trace> HTTP-Session: 3e29b425-6f52-42b5-8a2d-3ffafc174e9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2351 | 2024.08.08 23:01:17.341779 [ 3 ] {642c7a22-0286-4b39-b9ee-cf9749597643} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2352 | 2024.08.08 23:01:17.341823 [ 3 ] {642c7a22-0286-4b39-b9ee-cf9749597643} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2353 | 2024.08.08 23:01:17.341951 [ 3 ] {642c7a22-0286-4b39-b9ee-cf9749597643} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2354 | 2024.08.08 23:01:17.342219 [ 3 ] {642c7a22-0286-4b39-b9ee-cf9749597643} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2355 | 2024.08.08 23:01:17.342254 [ 3 ] {642c7a22-0286-4b39-b9ee-cf9749597643} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2356 | 2024.08.08 23:01:17.342612 [ 3 ] {642c7a22-0286-4b39-b9ee-cf9749597643} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
2357 | 2024.08.08 23:01:17.342939 [ 3 ] {642c7a22-0286-4b39-b9ee-cf9749597643} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2358 | 2024.08.08 23:01:17.343095 [ 3 ] {642c7a22-0286-4b39-b9ee-cf9749597643} <Debug> executeQuery: Read 36 rows, 2.48 KiB in 0.001356 sec., 26548.672566371682 rows/sec., 1.79 MiB/sec. | ||
2359 | 2024.08.08 23:01:17.343262 [ 3 ] {642c7a22-0286-4b39-b9ee-cf9749597643} <Debug> DynamicQueryHandler: Done processing query | ||
2360 | 2024.08.08 23:01:17.343287 [ 3 ] {642c7a22-0286-4b39-b9ee-cf9749597643} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2361 | 2024.08.08 23:01:17.343302 [ 3 ] {} <Debug> HTTP-Session: 3e29b425-6f52-42b5-8a2d-3ffafc174e9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2362 | 2024.08.08 23:01:22.342624 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2363 | 2024.08.08 23:01:22.342766 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2364 | 2024.08.08 23:01:22.342797 [ 3 ] {} <Debug> HTTP-Session: 7b879144-d609-4501-bd78-3de3abc6ec7c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2365 | 2024.08.08 23:01:22.342824 [ 3 ] {} <Debug> HTTP-Session: 7b879144-d609-4501-bd78-3de3abc6ec7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2366 | 2024.08.08 23:01:22.342842 [ 3 ] {} <Debug> HTTP-Session: 7b879144-d609-4501-bd78-3de3abc6ec7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2367 | 2024.08.08 23:01:22.342898 [ 3 ] {} <Trace> HTTP-Session: 7b879144-d609-4501-bd78-3de3abc6ec7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2368 | 2024.08.08 23:01:22.343098 [ 3 ] {45030303-b51a-41c6-be56-8e8597fed2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2369 | 2024.08.08 23:01:22.343172 [ 3 ] {45030303-b51a-41c6-be56-8e8597fed2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2370 | 2024.08.08 23:01:22.343384 [ 3 ] {45030303-b51a-41c6-be56-8e8597fed2ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2371 | 2024.08.08 23:01:22.343809 [ 3 ] {45030303-b51a-41c6-be56-8e8597fed2ce} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2372 | 2024.08.08 23:01:22.343855 [ 3 ] {45030303-b51a-41c6-be56-8e8597fed2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2373 | 2024.08.08 23:01:22.344215 [ 3 ] {45030303-b51a-41c6-be56-8e8597fed2ce} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2374 | 2024.08.08 23:01:22.344542 [ 3 ] {45030303-b51a-41c6-be56-8e8597fed2ce} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2375 | 2024.08.08 23:01:22.344707 [ 3 ] {45030303-b51a-41c6-be56-8e8597fed2ce} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001658 sec., 3618.8178528347407 rows/sec., 204.97 KiB/sec. | ||
2376 | 2024.08.08 23:01:22.344922 [ 3 ] {45030303-b51a-41c6-be56-8e8597fed2ce} <Debug> DynamicQueryHandler: Done processing query | ||
2377 | 2024.08.08 23:01:22.344950 [ 3 ] {45030303-b51a-41c6-be56-8e8597fed2ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2378 | 2024.08.08 23:01:22.344967 [ 3 ] {} <Debug> HTTP-Session: 7b879144-d609-4501-bd78-3de3abc6ec7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2379 | 2024.08.08 23:01:22.345167 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2380 | 2024.08.08 23:01:22.345226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2381 | 2024.08.08 23:01:22.345246 [ 3 ] {} <Debug> HTTP-Session: eb7bc692-11b1-4305-8d97-2186126179fe Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2382 | 2024.08.08 23:01:22.345264 [ 3 ] {} <Debug> HTTP-Session: eb7bc692-11b1-4305-8d97-2186126179fe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2383 | 2024.08.08 23:01:22.345278 [ 3 ] {} <Debug> HTTP-Session: eb7bc692-11b1-4305-8d97-2186126179fe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2384 | 2024.08.08 23:01:22.345313 [ 3 ] {} <Trace> HTTP-Session: eb7bc692-11b1-4305-8d97-2186126179fe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2385 | 2024.08.08 23:01:22.345460 [ 3 ] {c16c6727-9ef6-4bfe-86fd-7106bd72a6e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2386 | 2024.08.08 23:01:22.345506 [ 3 ] {c16c6727-9ef6-4bfe-86fd-7106bd72a6e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2387 | 2024.08.08 23:01:22.345639 [ 3 ] {c16c6727-9ef6-4bfe-86fd-7106bd72a6e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2388 | 2024.08.08 23:01:22.346037 [ 3 ] {c16c6727-9ef6-4bfe-86fd-7106bd72a6e8} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2389 | 2024.08.08 23:01:22.346074 [ 3 ] {c16c6727-9ef6-4bfe-86fd-7106bd72a6e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2390 | 2024.08.08 23:01:22.346403 [ 3 ] {c16c6727-9ef6-4bfe-86fd-7106bd72a6e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2391 | 2024.08.08 23:01:22.346711 [ 3 ] {c16c6727-9ef6-4bfe-86fd-7106bd72a6e8} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2392 | 2024.08.08 23:01:22.346868 [ 3 ] {c16c6727-9ef6-4bfe-86fd-7106bd72a6e8} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001467 sec., 109747.78459441036 rows/sec., 9.67 MiB/sec. | ||
2393 | 2024.08.08 23:01:22.347030 [ 3 ] {c16c6727-9ef6-4bfe-86fd-7106bd72a6e8} <Debug> DynamicQueryHandler: Done processing query | ||
2394 | 2024.08.08 23:01:22.347055 [ 3 ] {c16c6727-9ef6-4bfe-86fd-7106bd72a6e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2395 | 2024.08.08 23:01:22.347071 [ 3 ] {} <Debug> HTTP-Session: eb7bc692-11b1-4305-8d97-2186126179fe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2396 | 2024.08.08 23:01:22.347260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2397 | 2024.08.08 23:01:22.347310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2398 | 2024.08.08 23:01:22.347330 [ 3 ] {} <Debug> HTTP-Session: d5230237-a06e-4088-b9b2-1d358d439e26 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2399 | 2024.08.08 23:01:22.347348 [ 3 ] {} <Debug> HTTP-Session: d5230237-a06e-4088-b9b2-1d358d439e26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2400 | 2024.08.08 23:01:22.347362 [ 3 ] {} <Debug> HTTP-Session: d5230237-a06e-4088-b9b2-1d358d439e26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2401 | 2024.08.08 23:01:22.347394 [ 3 ] {} <Trace> HTTP-Session: d5230237-a06e-4088-b9b2-1d358d439e26 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2402 | 2024.08.08 23:01:22.347628 [ 3 ] {dee9f02d-c99e-4225-b62e-13cf95a2bbfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2403 | 2024.08.08 23:01:22.347675 [ 3 ] {dee9f02d-c99e-4225-b62e-13cf95a2bbfd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2404 | 2024.08.08 23:01:22.347803 [ 3 ] {dee9f02d-c99e-4225-b62e-13cf95a2bbfd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2405 | 2024.08.08 23:01:22.348327 [ 3 ] {dee9f02d-c99e-4225-b62e-13cf95a2bbfd} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2406 | 2024.08.08 23:01:22.348364 [ 3 ] {dee9f02d-c99e-4225-b62e-13cf95a2bbfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2407 | 2024.08.08 23:01:22.348690 [ 3 ] {dee9f02d-c99e-4225-b62e-13cf95a2bbfd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2408 | 2024.08.08 23:01:22.348992 [ 3 ] {dee9f02d-c99e-4225-b62e-13cf95a2bbfd} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2409 | 2024.08.08 23:01:22.349149 [ 3 ] {dee9f02d-c99e-4225-b62e-13cf95a2bbfd} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001635 sec., 233639.14373088686 rows/sec., 16.41 MiB/sec. | ||
2410 | 2024.08.08 23:01:22.349429 [ 3 ] {dee9f02d-c99e-4225-b62e-13cf95a2bbfd} <Debug> DynamicQueryHandler: Done processing query | ||
2411 | 2024.08.08 23:01:22.349455 [ 3 ] {dee9f02d-c99e-4225-b62e-13cf95a2bbfd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2412 | 2024.08.08 23:01:22.349471 [ 3 ] {} <Debug> HTTP-Session: d5230237-a06e-4088-b9b2-1d358d439e26 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2413 | 2024.08.08 23:01:22.349644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2414 | 2024.08.08 23:01:22.349693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2415 | 2024.08.08 23:01:22.349712 [ 3 ] {} <Debug> HTTP-Session: 2f4ac7bf-69d6-4ce2-a5f9-19c0f55983eb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2416 | 2024.08.08 23:01:22.349730 [ 3 ] {} <Debug> HTTP-Session: 2f4ac7bf-69d6-4ce2-a5f9-19c0f55983eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2417 | 2024.08.08 23:01:22.349744 [ 3 ] {} <Debug> HTTP-Session: 2f4ac7bf-69d6-4ce2-a5f9-19c0f55983eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2418 | 2024.08.08 23:01:22.349774 [ 3 ] {} <Trace> HTTP-Session: 2f4ac7bf-69d6-4ce2-a5f9-19c0f55983eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2419 | 2024.08.08 23:01:22.349874 [ 3 ] {9aa3665c-fb38-44db-ad7b-7b35574c617e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2420 | 2024.08.08 23:01:22.349920 [ 3 ] {9aa3665c-fb38-44db-ad7b-7b35574c617e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2421 | 2024.08.08 23:01:22.350064 [ 3 ] {9aa3665c-fb38-44db-ad7b-7b35574c617e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2422 | 2024.08.08 23:01:22.350321 [ 3 ] {9aa3665c-fb38-44db-ad7b-7b35574c617e} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2423 | 2024.08.08 23:01:22.350357 [ 3 ] {9aa3665c-fb38-44db-ad7b-7b35574c617e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2424 | 2024.08.08 23:01:22.350709 [ 3 ] {9aa3665c-fb38-44db-ad7b-7b35574c617e} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2425 | 2024.08.08 23:01:22.351028 [ 3 ] {9aa3665c-fb38-44db-ad7b-7b35574c617e} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2426 | 2024.08.08 23:01:22.351190 [ 3 ] {9aa3665c-fb38-44db-ad7b-7b35574c617e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001338 sec., 4484.304932735426 rows/sec., 192.68 KiB/sec. | ||
2427 | 2024.08.08 23:01:22.351466 [ 3 ] {9aa3665c-fb38-44db-ad7b-7b35574c617e} <Debug> DynamicQueryHandler: Done processing query | ||
2428 | 2024.08.08 23:01:22.351492 [ 3 ] {9aa3665c-fb38-44db-ad7b-7b35574c617e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2429 | 2024.08.08 23:01:22.351508 [ 3 ] {} <Debug> HTTP-Session: 2f4ac7bf-69d6-4ce2-a5f9-19c0f55983eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2430 | 2024.08.08 23:01:22.351681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2431 | 2024.08.08 23:01:22.351731 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2432 | 2024.08.08 23:01:22.351749 [ 3 ] {} <Debug> HTTP-Session: abb743f4-5b0d-4917-a600-7ac6cb737733 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2433 | 2024.08.08 23:01:22.351766 [ 3 ] {} <Debug> HTTP-Session: abb743f4-5b0d-4917-a600-7ac6cb737733 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2434 | 2024.08.08 23:01:22.351779 [ 3 ] {} <Debug> HTTP-Session: abb743f4-5b0d-4917-a600-7ac6cb737733 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2435 | 2024.08.08 23:01:22.351810 [ 3 ] {} <Trace> HTTP-Session: abb743f4-5b0d-4917-a600-7ac6cb737733 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2436 | 2024.08.08 23:01:22.351944 [ 3 ] {5908beef-5a65-4153-bb58-cb5289004a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2437 | 2024.08.08 23:01:22.351992 [ 3 ] {5908beef-5a65-4153-bb58-cb5289004a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2438 | 2024.08.08 23:01:22.352152 [ 3 ] {5908beef-5a65-4153-bb58-cb5289004a7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2439 | 2024.08.08 23:01:22.352466 [ 3 ] {5908beef-5a65-4153-bb58-cb5289004a7b} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2440 | 2024.08.08 23:01:22.352501 [ 3 ] {5908beef-5a65-4153-bb58-cb5289004a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2441 | 2024.08.08 23:01:22.352867 [ 3 ] {5908beef-5a65-4153-bb58-cb5289004a7b} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2442 | 2024.08.08 23:01:22.353295 [ 3 ] {5908beef-5a65-4153-bb58-cb5289004a7b} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2443 | 2024.08.08 23:01:22.353451 [ 3 ] {5908beef-5a65-4153-bb58-cb5289004a7b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001565 sec., 49201.277955271566 rows/sec., 3.03 MiB/sec. | ||
2444 | 2024.08.08 23:01:22.353623 [ 3 ] {5908beef-5a65-4153-bb58-cb5289004a7b} <Debug> DynamicQueryHandler: Done processing query | ||
2445 | 2024.08.08 23:01:22.353648 [ 3 ] {5908beef-5a65-4153-bb58-cb5289004a7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2446 | 2024.08.08 23:01:22.353665 [ 3 ] {} <Debug> HTTP-Session: abb743f4-5b0d-4917-a600-7ac6cb737733 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2447 | 2024.08.08 23:01:22.353822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2448 | 2024.08.08 23:01:22.353871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2449 | 2024.08.08 23:01:22.353890 [ 3 ] {} <Debug> HTTP-Session: 80120f7f-90e2-4f97-8f79-ca1fe9daf474 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2450 | 2024.08.08 23:01:22.353906 [ 3 ] {} <Debug> HTTP-Session: 80120f7f-90e2-4f97-8f79-ca1fe9daf474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2451 | 2024.08.08 23:01:22.353920 [ 3 ] {} <Debug> HTTP-Session: 80120f7f-90e2-4f97-8f79-ca1fe9daf474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2452 | 2024.08.08 23:01:22.354036 [ 3 ] {} <Trace> HTTP-Session: 80120f7f-90e2-4f97-8f79-ca1fe9daf474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2453 | 2024.08.08 23:01:22.354180 [ 3 ] {9ff08b6e-27b0-4b97-abf8-1a6c7ba5cbc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2454 | 2024.08.08 23:01:22.354226 [ 3 ] {9ff08b6e-27b0-4b97-abf8-1a6c7ba5cbc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2455 | 2024.08.08 23:01:22.354368 [ 3 ] {9ff08b6e-27b0-4b97-abf8-1a6c7ba5cbc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2456 | 2024.08.08 23:01:22.354735 [ 3 ] {9ff08b6e-27b0-4b97-abf8-1a6c7ba5cbc9} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2457 | 2024.08.08 23:01:22.354770 [ 3 ] {9ff08b6e-27b0-4b97-abf8-1a6c7ba5cbc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2458 | 2024.08.08 23:01:22.355138 [ 3 ] {9ff08b6e-27b0-4b97-abf8-1a6c7ba5cbc9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2459 | 2024.08.08 23:01:22.355470 [ 3 ] {9ff08b6e-27b0-4b97-abf8-1a6c7ba5cbc9} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2460 | 2024.08.08 23:01:22.355629 [ 3 ] {9ff08b6e-27b0-4b97-abf8-1a6c7ba5cbc9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001513 sec., 105750.16523463318 rows/sec., 7.37 MiB/sec. | ||
2461 | 2024.08.08 23:01:22.355788 [ 3 ] {9ff08b6e-27b0-4b97-abf8-1a6c7ba5cbc9} <Debug> DynamicQueryHandler: Done processing query | ||
2462 | 2024.08.08 23:01:22.355811 [ 3 ] {9ff08b6e-27b0-4b97-abf8-1a6c7ba5cbc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2463 | 2024.08.08 23:01:22.355826 [ 3 ] {} <Debug> HTTP-Session: 80120f7f-90e2-4f97-8f79-ca1fe9daf474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2464 | 2024.08.08 23:01:22.355973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2465 | 2024.08.08 23:01:22.356021 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2466 | 2024.08.08 23:01:22.356040 [ 3 ] {} <Debug> HTTP-Session: 5e6fdaa4-1029-482d-b14d-e87df8cacce5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2467 | 2024.08.08 23:01:22.356056 [ 3 ] {} <Debug> HTTP-Session: 5e6fdaa4-1029-482d-b14d-e87df8cacce5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2468 | 2024.08.08 23:01:22.356071 [ 3 ] {} <Debug> HTTP-Session: 5e6fdaa4-1029-482d-b14d-e87df8cacce5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2469 | 2024.08.08 23:01:22.356100 [ 3 ] {} <Trace> HTTP-Session: 5e6fdaa4-1029-482d-b14d-e87df8cacce5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2470 | 2024.08.08 23:01:22.356198 [ 3 ] {c4d09a4c-0ae8-4d20-a2cd-f168da805076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2471 | 2024.08.08 23:01:22.356241 [ 3 ] {c4d09a4c-0ae8-4d20-a2cd-f168da805076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2472 | 2024.08.08 23:01:22.356364 [ 3 ] {c4d09a4c-0ae8-4d20-a2cd-f168da805076} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2473 | 2024.08.08 23:01:22.356650 [ 3 ] {c4d09a4c-0ae8-4d20-a2cd-f168da805076} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2474 | 2024.08.08 23:01:22.356686 [ 3 ] {c4d09a4c-0ae8-4d20-a2cd-f168da805076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2475 | 2024.08.08 23:01:22.357031 [ 3 ] {c4d09a4c-0ae8-4d20-a2cd-f168da805076} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
2476 | 2024.08.08 23:01:22.357352 [ 3 ] {c4d09a4c-0ae8-4d20-a2cd-f168da805076} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2477 | 2024.08.08 23:01:22.357499 [ 3 ] {c4d09a4c-0ae8-4d20-a2cd-f168da805076} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001328 sec., 17319.277108433736 rows/sec., 936.85 KiB/sec. | ||
2478 | 2024.08.08 23:01:22.357666 [ 3 ] {c4d09a4c-0ae8-4d20-a2cd-f168da805076} <Debug> DynamicQueryHandler: Done processing query | ||
2479 | 2024.08.08 23:01:22.357689 [ 3 ] {c4d09a4c-0ae8-4d20-a2cd-f168da805076} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2480 | 2024.08.08 23:01:22.357705 [ 3 ] {} <Debug> HTTP-Session: 5e6fdaa4-1029-482d-b14d-e87df8cacce5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2481 | 2024.08.08 23:01:22.357834 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2482 | 2024.08.08 23:01:22.357882 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2483 | 2024.08.08 23:01:22.357901 [ 3 ] {} <Debug> HTTP-Session: 26d77335-8a9c-4e20-b80c-128094ca837c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2484 | 2024.08.08 23:01:22.357918 [ 3 ] {} <Debug> HTTP-Session: 26d77335-8a9c-4e20-b80c-128094ca837c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2485 | 2024.08.08 23:01:22.357931 [ 3 ] {} <Debug> HTTP-Session: 26d77335-8a9c-4e20-b80c-128094ca837c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2486 | 2024.08.08 23:01:22.357962 [ 3 ] {} <Trace> HTTP-Session: 26d77335-8a9c-4e20-b80c-128094ca837c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2487 | 2024.08.08 23:01:22.358087 [ 3 ] {b3f08e87-6680-42b6-aa6e-d0a00bd12d64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2488 | 2024.08.08 23:01:22.358132 [ 3 ] {b3f08e87-6680-42b6-aa6e-d0a00bd12d64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2489 | 2024.08.08 23:01:22.358260 [ 3 ] {b3f08e87-6680-42b6-aa6e-d0a00bd12d64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2490 | 2024.08.08 23:01:22.358544 [ 3 ] {b3f08e87-6680-42b6-aa6e-d0a00bd12d64} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2491 | 2024.08.08 23:01:22.358579 [ 3 ] {b3f08e87-6680-42b6-aa6e-d0a00bd12d64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2492 | 2024.08.08 23:01:22.358924 [ 3 ] {b3f08e87-6680-42b6-aa6e-d0a00bd12d64} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
2493 | 2024.08.08 23:01:22.359247 [ 3 ] {b3f08e87-6680-42b6-aa6e-d0a00bd12d64} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2494 | 2024.08.08 23:01:22.359399 [ 3 ] {b3f08e87-6680-42b6-aa6e-d0a00bd12d64} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
2495 | 2024.08.08 23:01:22.359550 [ 3 ] {b3f08e87-6680-42b6-aa6e-d0a00bd12d64} <Debug> DynamicQueryHandler: Done processing query | ||
2496 | 2024.08.08 23:01:22.359575 [ 3 ] {b3f08e87-6680-42b6-aa6e-d0a00bd12d64} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2497 | 2024.08.08 23:01:22.359590 [ 3 ] {} <Debug> HTTP-Session: 26d77335-8a9c-4e20-b80c-128094ca837c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2498 | 2024.08.08 23:01:23.178070 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
2499 | 2024.08.08 23:01:23.178122 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
2500 | 2024.08.08 23:01:27.338284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 7814, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2501 | 2024.08.08 23:01:27.338418 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2502 | 2024.08.08 23:01:27.338448 [ 3 ] {} <Debug> HTTP-Session: 604967c6-60ec-4e99-a8a2-0ca80a79a0fa Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2503 | 2024.08.08 23:01:27.338475 [ 3 ] {} <Debug> HTTP-Session: 604967c6-60ec-4e99-a8a2-0ca80a79a0fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2504 | 2024.08.08 23:01:27.338493 [ 3 ] {} <Debug> HTTP-Session: 604967c6-60ec-4e99-a8a2-0ca80a79a0fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2505 | 2024.08.08 23:01:27.338548 [ 3 ] {} <Trace> HTTP-Session: 604967c6-60ec-4e99-a8a2-0ca80a79a0fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2506 | 2024.08.08 23:01:27.338748 [ 3 ] {96ed6c05-5c66-4423-85bb-1f85ef5a30e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2507 | 2024.08.08 23:01:27.338815 [ 3 ] {96ed6c05-5c66-4423-85bb-1f85ef5a30e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2508 | 2024.08.08 23:01:27.338998 [ 3 ] {96ed6c05-5c66-4423-85bb-1f85ef5a30e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2509 | 2024.08.08 23:01:27.339452 [ 3 ] {96ed6c05-5c66-4423-85bb-1f85ef5a30e6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2510 | 2024.08.08 23:01:27.339498 [ 3 ] {96ed6c05-5c66-4423-85bb-1f85ef5a30e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2511 | 2024.08.08 23:01:27.339867 [ 3 ] {96ed6c05-5c66-4423-85bb-1f85ef5a30e6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2512 | 2024.08.08 23:01:27.340196 [ 3 ] {96ed6c05-5c66-4423-85bb-1f85ef5a30e6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2513 | 2024.08.08 23:01:27.340362 [ 3 ] {96ed6c05-5c66-4423-85bb-1f85ef5a30e6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00167 sec., 33532.934131736525 rows/sec., 2.56 MiB/sec. | ||
2514 | 2024.08.08 23:01:27.340857 [ 3 ] {96ed6c05-5c66-4423-85bb-1f85ef5a30e6} <Debug> DynamicQueryHandler: Done processing query | ||
2515 | 2024.08.08 23:01:27.340886 [ 3 ] {96ed6c05-5c66-4423-85bb-1f85ef5a30e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2516 | 2024.08.08 23:01:27.340903 [ 3 ] {} <Debug> HTTP-Session: 604967c6-60ec-4e99-a8a2-0ca80a79a0fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2517 | 2024.08.08 23:01:27.341088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 10888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2518 | 2024.08.08 23:01:27.341142 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2519 | 2024.08.08 23:01:27.341163 [ 3 ] {} <Debug> HTTP-Session: 4776a011-d60d-4856-bab1-f207df5e357c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2520 | 2024.08.08 23:01:27.341181 [ 3 ] {} <Debug> HTTP-Session: 4776a011-d60d-4856-bab1-f207df5e357c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2521 | 2024.08.08 23:01:27.341196 [ 3 ] {} <Debug> HTTP-Session: 4776a011-d60d-4856-bab1-f207df5e357c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2522 | 2024.08.08 23:01:27.341231 [ 3 ] {} <Trace> HTTP-Session: 4776a011-d60d-4856-bab1-f207df5e357c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2523 | 2024.08.08 23:01:27.341358 [ 3 ] {06dfdd2e-a84a-4122-aa43-8c7fac9edc82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2524 | 2024.08.08 23:01:27.341406 [ 3 ] {06dfdd2e-a84a-4122-aa43-8c7fac9edc82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2525 | 2024.08.08 23:01:27.341548 [ 3 ] {06dfdd2e-a84a-4122-aa43-8c7fac9edc82} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2526 | 2024.08.08 23:01:27.341981 [ 3 ] {06dfdd2e-a84a-4122-aa43-8c7fac9edc82} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2527 | 2024.08.08 23:01:27.342022 [ 3 ] {06dfdd2e-a84a-4122-aa43-8c7fac9edc82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2528 | 2024.08.08 23:01:27.342343 [ 3 ] {06dfdd2e-a84a-4122-aa43-8c7fac9edc82} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2529 | 2024.08.08 23:01:27.342664 [ 3 ] {06dfdd2e-a84a-4122-aa43-8c7fac9edc82} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2530 | 2024.08.08 23:01:27.342833 [ 3 ] {06dfdd2e-a84a-4122-aa43-8c7fac9edc82} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001513 sec., 42300.066093853275 rows/sec., 3.30 MiB/sec. | ||
2531 | 2024.08.08 23:01:27.343039 [ 3 ] {06dfdd2e-a84a-4122-aa43-8c7fac9edc82} <Debug> DynamicQueryHandler: Done processing query | ||
2532 | 2024.08.08 23:01:27.343064 [ 3 ] {06dfdd2e-a84a-4122-aa43-8c7fac9edc82} <Debug> MemoryTracker: Peak memory usage (for query): 4.24 MiB. | ||
2533 | 2024.08.08 23:01:27.343081 [ 3 ] {} <Debug> HTTP-Session: 4776a011-d60d-4856-bab1-f207df5e357c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2534 | 2024.08.08 23:01:27.343269 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2535 | 2024.08.08 23:01:27.343321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2536 | 2024.08.08 23:01:27.343341 [ 3 ] {} <Debug> HTTP-Session: 4239fa70-906d-4368-a3a6-363aefa67483 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2537 | 2024.08.08 23:01:27.343358 [ 3 ] {} <Debug> HTTP-Session: 4239fa70-906d-4368-a3a6-363aefa67483 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2538 | 2024.08.08 23:01:27.343372 [ 3 ] {} <Debug> HTTP-Session: 4239fa70-906d-4368-a3a6-363aefa67483 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2539 | 2024.08.08 23:01:27.343406 [ 3 ] {} <Trace> HTTP-Session: 4239fa70-906d-4368-a3a6-363aefa67483 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2540 | 2024.08.08 23:01:27.343555 [ 3 ] {07d3f9a7-9da4-4e1e-8d72-aa11216448d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2541 | 2024.08.08 23:01:27.343605 [ 3 ] {07d3f9a7-9da4-4e1e-8d72-aa11216448d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2542 | 2024.08.08 23:01:27.343755 [ 3 ] {07d3f9a7-9da4-4e1e-8d72-aa11216448d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2543 | 2024.08.08 23:01:27.344150 [ 3 ] {07d3f9a7-9da4-4e1e-8d72-aa11216448d2} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2544 | 2024.08.08 23:01:27.344187 [ 3 ] {07d3f9a7-9da4-4e1e-8d72-aa11216448d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2545 | 2024.08.08 23:01:27.344572 [ 3 ] {07d3f9a7-9da4-4e1e-8d72-aa11216448d2} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2546 | 2024.08.08 23:01:27.344920 [ 3 ] {07d3f9a7-9da4-4e1e-8d72-aa11216448d2} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2547 | 2024.08.08 23:01:27.345080 [ 3 ] {07d3f9a7-9da4-4e1e-8d72-aa11216448d2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
2548 | 2024.08.08 23:01:27.345250 [ 3 ] {07d3f9a7-9da4-4e1e-8d72-aa11216448d2} <Debug> DynamicQueryHandler: Done processing query | ||
2549 | 2024.08.08 23:01:27.345275 [ 3 ] {07d3f9a7-9da4-4e1e-8d72-aa11216448d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2550 | 2024.08.08 23:01:27.345291 [ 3 ] {} <Debug> HTTP-Session: 4239fa70-906d-4368-a3a6-363aefa67483 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2551 | 2024.08.08 23:01:27.345438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2552 | 2024.08.08 23:01:27.345486 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2553 | 2024.08.08 23:01:27.345507 [ 3 ] {} <Debug> HTTP-Session: 5c5730ee-482a-4d28-b838-a33667d1df9c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2554 | 2024.08.08 23:01:27.345523 [ 3 ] {} <Debug> HTTP-Session: 5c5730ee-482a-4d28-b838-a33667d1df9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2555 | 2024.08.08 23:01:27.345536 [ 3 ] {} <Debug> HTTP-Session: 5c5730ee-482a-4d28-b838-a33667d1df9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2556 | 2024.08.08 23:01:27.345567 [ 3 ] {} <Trace> HTTP-Session: 5c5730ee-482a-4d28-b838-a33667d1df9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2557 | 2024.08.08 23:01:27.345697 [ 3 ] {86386b05-bd11-4329-a3b7-1020463b4b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2558 | 2024.08.08 23:01:27.345742 [ 3 ] {86386b05-bd11-4329-a3b7-1020463b4b3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2559 | 2024.08.08 23:01:27.345867 [ 3 ] {86386b05-bd11-4329-a3b7-1020463b4b3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2560 | 2024.08.08 23:01:27.346174 [ 3 ] {86386b05-bd11-4329-a3b7-1020463b4b3c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2561 | 2024.08.08 23:01:27.346210 [ 3 ] {86386b05-bd11-4329-a3b7-1020463b4b3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2562 | 2024.08.08 23:01:27.346562 [ 3 ] {86386b05-bd11-4329-a3b7-1020463b4b3c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
2563 | 2024.08.08 23:01:27.346890 [ 3 ] {86386b05-bd11-4329-a3b7-1020463b4b3c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2564 | 2024.08.08 23:01:27.347044 [ 3 ] {86386b05-bd11-4329-a3b7-1020463b4b3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001401 sec., 42826.55246252677 rows/sec., 2.89 MiB/sec. | ||
2565 | 2024.08.08 23:01:27.347211 [ 3 ] {86386b05-bd11-4329-a3b7-1020463b4b3c} <Debug> DynamicQueryHandler: Done processing query | ||
2566 | 2024.08.08 23:01:27.347237 [ 3 ] {86386b05-bd11-4329-a3b7-1020463b4b3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2567 | 2024.08.08 23:01:27.347252 [ 3 ] {} <Debug> HTTP-Session: 5c5730ee-482a-4d28-b838-a33667d1df9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2568 | 2024.08.08 23:01:32.342544 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2569 | 2024.08.08 23:01:32.342708 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2570 | 2024.08.08 23:01:32.342752 [ 3 ] {} <Debug> HTTP-Session: 8bbf14af-855a-486e-8b25-c3dcba9638f5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2571 | 2024.08.08 23:01:32.342791 [ 3 ] {} <Debug> HTTP-Session: 8bbf14af-855a-486e-8b25-c3dcba9638f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2572 | 2024.08.08 23:01:32.342817 [ 3 ] {} <Debug> HTTP-Session: 8bbf14af-855a-486e-8b25-c3dcba9638f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2573 | 2024.08.08 23:01:32.342890 [ 3 ] {} <Trace> HTTP-Session: 8bbf14af-855a-486e-8b25-c3dcba9638f5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2574 | 2024.08.08 23:01:32.343132 [ 3 ] {f3e5a697-6d8e-4fb5-9c99-dbf9edb3b515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2575 | 2024.08.08 23:01:32.343228 [ 3 ] {f3e5a697-6d8e-4fb5-9c99-dbf9edb3b515} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2576 | 2024.08.08 23:01:32.343514 [ 3 ] {f3e5a697-6d8e-4fb5-9c99-dbf9edb3b515} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2577 | 2024.08.08 23:01:32.344028 [ 3 ] {f3e5a697-6d8e-4fb5-9c99-dbf9edb3b515} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2578 | 2024.08.08 23:01:32.344070 [ 3 ] {f3e5a697-6d8e-4fb5-9c99-dbf9edb3b515} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2579 | 2024.08.08 23:01:32.344419 [ 3 ] {f3e5a697-6d8e-4fb5-9c99-dbf9edb3b515} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2580 | 2024.08.08 23:01:32.344760 [ 3 ] {f3e5a697-6d8e-4fb5-9c99-dbf9edb3b515} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2581 | 2024.08.08 23:01:32.344895 [ 3 ] {f3e5a697-6d8e-4fb5-9c99-dbf9edb3b515} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001839 sec., 3262.6427406199023 rows/sec., 184.80 KiB/sec. | ||
2582 | 2024.08.08 23:01:32.345105 [ 3 ] {f3e5a697-6d8e-4fb5-9c99-dbf9edb3b515} <Debug> DynamicQueryHandler: Done processing query | ||
2583 | 2024.08.08 23:01:32.345133 [ 3 ] {f3e5a697-6d8e-4fb5-9c99-dbf9edb3b515} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
2584 | 2024.08.08 23:01:32.345150 [ 3 ] {} <Debug> HTTP-Session: 8bbf14af-855a-486e-8b25-c3dcba9638f5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2585 | 2024.08.08 23:01:32.345331 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2586 | 2024.08.08 23:01:32.345387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2587 | 2024.08.08 23:01:32.345407 [ 3 ] {} <Debug> HTTP-Session: c72b5f90-78a8-4907-be2f-80d45af19482 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2588 | 2024.08.08 23:01:32.345426 [ 3 ] {} <Debug> HTTP-Session: c72b5f90-78a8-4907-be2f-80d45af19482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2589 | 2024.08.08 23:01:32.345441 [ 3 ] {} <Debug> HTTP-Session: c72b5f90-78a8-4907-be2f-80d45af19482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2590 | 2024.08.08 23:01:32.345475 [ 3 ] {} <Trace> HTTP-Session: c72b5f90-78a8-4907-be2f-80d45af19482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2591 | 2024.08.08 23:01:32.345625 [ 3 ] {28d389a3-15ea-485f-8322-a76f1329be8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2592 | 2024.08.08 23:01:32.345671 [ 3 ] {28d389a3-15ea-485f-8322-a76f1329be8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2593 | 2024.08.08 23:01:32.345804 [ 3 ] {28d389a3-15ea-485f-8322-a76f1329be8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2594 | 2024.08.08 23:01:32.346218 [ 3 ] {28d389a3-15ea-485f-8322-a76f1329be8c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2595 | 2024.08.08 23:01:32.346254 [ 3 ] {28d389a3-15ea-485f-8322-a76f1329be8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2596 | 2024.08.08 23:01:32.346565 [ 3 ] {28d389a3-15ea-485f-8322-a76f1329be8c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2597 | 2024.08.08 23:01:32.346872 [ 3 ] {28d389a3-15ea-485f-8322-a76f1329be8c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2598 | 2024.08.08 23:01:32.346994 [ 76 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2599 | 2024.08.08 23:01:32.346999 [ 3 ] {28d389a3-15ea-485f-8322-a76f1329be8c} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001438 sec., 111961.05702364395 rows/sec., 9.87 MiB/sec. | ||
2600 | 2024.08.08 23:01:32.347041 [ 76 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2601 | 2024.08.08 23:01:32.347082 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2602 | 2024.08.08 23:01:32.347226 [ 3 ] {28d389a3-15ea-485f-8322-a76f1329be8c} <Debug> DynamicQueryHandler: Done processing query | ||
2603 | 2024.08.08 23:01:32.347274 [ 3 ] {28d389a3-15ea-485f-8322-a76f1329be8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
2604 | 2024.08.08 23:01:32.347295 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
2605 | 2024.08.08 23:01:32.347301 [ 3 ] {} <Debug> HTTP-Session: c72b5f90-78a8-4907-be2f-80d45af19482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2606 | 2024.08.08 23:01:32.347525 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2607 | 2024.08.08 23:01:32.347574 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 161 rows starting from the beginning of the part | ||
2608 | 2024.08.08 23:01:32.347637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2609 | 2024.08.08 23:01:32.347745 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1196 rows starting from the beginning of the part | ||
2610 | 2024.08.08 23:01:32.347797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2611 | 2024.08.08 23:01:32.347899 [ 3 ] {} <Debug> HTTP-Session: 91cfda75-ad48-4b12-92e0-f9e72753fa9f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2612 | 2024.08.08 23:01:32.347978 [ 3 ] {} <Debug> HTTP-Session: 91cfda75-ad48-4b12-92e0-f9e72753fa9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2613 | 2024.08.08 23:01:32.348033 [ 3 ] {} <Debug> HTTP-Session: 91cfda75-ad48-4b12-92e0-f9e72753fa9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2614 | 2024.08.08 23:01:32.348041 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
2615 | 2024.08.08 23:01:32.348157 [ 3 ] {} <Trace> HTTP-Session: 91cfda75-ad48-4b12-92e0-f9e72753fa9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2616 | 2024.08.08 23:01:32.348330 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 161 rows starting from the beginning of the part | ||
2617 | 2024.08.08 23:01:32.348525 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
2618 | 2024.08.08 23:01:32.348639 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 161 rows starting from the beginning of the part | ||
2619 | 2024.08.08 23:01:32.348901 [ 3 ] {436ee6c9-14d9-41ef-8857-4fa0c0f08f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2620 | 2024.08.08 23:01:32.349054 [ 3 ] {436ee6c9-14d9-41ef-8857-4fa0c0f08f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2621 | 2024.08.08 23:01:32.349495 [ 3 ] {436ee6c9-14d9-41ef-8857-4fa0c0f08f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2622 | 2024.08.08 23:01:32.350798 [ 3 ] {436ee6c9-14d9-41ef-8857-4fa0c0f08f84} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2623 | 2024.08.08 23:01:32.350850 [ 3 ] {436ee6c9-14d9-41ef-8857-4fa0c0f08f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2624 | 2024.08.08 23:01:32.351677 [ 3 ] {436ee6c9-14d9-41ef-8857-4fa0c0f08f84} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2625 | 2024.08.08 23:01:32.351720 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1791 rows, containing 4 columns (4 merged, 0 gathered) in 0.004545563 sec., 394010.5989071101 rows/sec., 32.84 MiB/sec. | ||
2626 | 2024.08.08 23:01:32.351999 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2627 | 2024.08.08 23:01:32.352085 [ 3 ] {436ee6c9-14d9-41ef-8857-4fa0c0f08f84} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2628 | 2024.08.08 23:01:32.352249 [ 76 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2629 | 2024.08.08 23:01:32.352314 [ 3 ] {436ee6c9-14d9-41ef-8857-4fa0c0f08f84} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00387 sec., 98708.01033591731 rows/sec., 6.93 MiB/sec. | ||
2630 | 2024.08.08 23:01:32.352323 [ 76 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2631 | 2024.08.08 23:01:32.352386 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2632 | 2024.08.08 23:01:32.353153 [ 3 ] {436ee6c9-14d9-41ef-8857-4fa0c0f08f84} <Debug> DynamicQueryHandler: Done processing query | ||
2633 | 2024.08.08 23:01:32.353211 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
2634 | 2024.08.08 23:01:32.353279 [ 3 ] {436ee6c9-14d9-41ef-8857-4fa0c0f08f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
2635 | 2024.08.08 23:01:32.353413 [ 3 ] {} <Debug> HTTP-Session: 91cfda75-ad48-4b12-92e0-f9e72753fa9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2636 | 2024.08.08 23:01:32.353688 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2637 | 2024.08.08 23:01:32.353739 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2638 | 2024.08.08 23:01:32.353774 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2639 | 2024.08.08 23:01:32.353781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2640 | 2024.08.08 23:01:32.353795 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 382 rows starting from the beginning of the part | ||
2641 | 2024.08.08 23:01:32.353837 [ 3 ] {} <Debug> HTTP-Session: 55009085-29d0-4777-8091-4a3594090ae6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2642 | 2024.08.08 23:01:32.353874 [ 3 ] {} <Debug> HTTP-Session: 55009085-29d0-4777-8091-4a3594090ae6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2643 | 2024.08.08 23:01:32.353898 [ 3 ] {} <Debug> HTTP-Session: 55009085-29d0-4777-8091-4a3594090ae6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2644 | 2024.08.08 23:01:32.353954 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_11_2} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2645 | 2024.08.08 23:01:32.354121 [ 3 ] {} <Trace> HTTP-Session: 55009085-29d0-4777-8091-4a3594090ae6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2646 | 2024.08.08 23:01:32.354277 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 520 rows starting from the beginning of the part | ||
2647 | 2024.08.08 23:01:32.354311 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
2648 | 2024.08.08 23:01:32.354555 [ 3 ] {a6c2d24f-cfe9-40ed-90a5-9ae7ebd0b579} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
2649 | 2024.08.08 23:01:32.354586 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
2650 | 2024.08.08 23:01:32.354732 [ 3 ] {a6c2d24f-cfe9-40ed-90a5-9ae7ebd0b579} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
2651 | 2024.08.08 23:01:32.354855 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 382 rows starting from the beginning of the part | ||
2652 | 2024.08.08 23:01:32.355226 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
2653 | 2024.08.08 23:01:32.355588 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 382 rows starting from the beginning of the part | ||
2654 | 2024.08.08 23:01:32.356090 [ 3 ] {a6c2d24f-cfe9-40ed-90a5-9ae7ebd0b579} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2655 | 2024.08.08 23:01:32.356548 [ 3 ] {a6c2d24f-cfe9-40ed-90a5-9ae7ebd0b579} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2656 | 2024.08.08 23:01:32.356588 [ 3 ] {a6c2d24f-cfe9-40ed-90a5-9ae7ebd0b579} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2657 | 2024.08.08 23:01:32.357147 [ 3 ] {a6c2d24f-cfe9-40ed-90a5-9ae7ebd0b579} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2658 | 2024.08.08 23:01:32.357594 [ 3 ] {a6c2d24f-cfe9-40ed-90a5-9ae7ebd0b579} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2659 | 2024.08.08 23:01:32.357799 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1794 rows, containing 4 columns (4 merged, 0 gathered) in 0.005258784 sec., 341143.503897479 rows/sec., 24.52 MiB/sec. | ||
2660 | 2024.08.08 23:01:32.357888 [ 3 ] {a6c2d24f-cfe9-40ed-90a5-9ae7ebd0b579} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003452 sec., 1738.1228273464658 rows/sec., 74.68 KiB/sec. | ||
2661 | 2024.08.08 23:01:32.358237 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2662 | 2024.08.08 23:01:32.358333 [ 3 ] {a6c2d24f-cfe9-40ed-90a5-9ae7ebd0b579} <Debug> DynamicQueryHandler: Done processing query | ||
2663 | 2024.08.08 23:01:32.358367 [ 3 ] {a6c2d24f-cfe9-40ed-90a5-9ae7ebd0b579} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2664 | 2024.08.08 23:01:32.358410 [ 3 ] {} <Debug> HTTP-Session: 55009085-29d0-4777-8091-4a3594090ae6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2665 | 2024.08.08 23:01:32.358588 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2666 | 2024.08.08 23:01:32.358691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2667 | 2024.08.08 23:01:32.358725 [ 3 ] {} <Debug> HTTP-Session: 1dc4ad0e-24f8-469f-ae53-a07169bbba4e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2668 | 2024.08.08 23:01:32.358753 [ 3 ] {} <Debug> HTTP-Session: 1dc4ad0e-24f8-469f-ae53-a07169bbba4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2669 | 2024.08.08 23:01:32.358777 [ 3 ] {} <Debug> HTTP-Session: 1dc4ad0e-24f8-469f-ae53-a07169bbba4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2670 | 2024.08.08 23:01:32.358839 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2671 | 2024.08.08 23:01:32.358848 [ 3 ] {} <Trace> HTTP-Session: 1dc4ad0e-24f8-469f-ae53-a07169bbba4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2672 | 2024.08.08 23:01:32.359010 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_11_2} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2673 | 2024.08.08 23:01:32.359120 [ 3 ] {05d347c5-d964-494d-a885-190c31dd6fe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
2674 | 2024.08.08 23:01:32.359175 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
2675 | 2024.08.08 23:01:32.359230 [ 3 ] {05d347c5-d964-494d-a885-190c31dd6fe0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
2676 | 2024.08.08 23:01:32.359401 [ 3 ] {05d347c5-d964-494d-a885-190c31dd6fe0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2677 | 2024.08.08 23:01:32.359740 [ 3 ] {05d347c5-d964-494d-a885-190c31dd6fe0} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2678 | 2024.08.08 23:01:32.359777 [ 3 ] {05d347c5-d964-494d-a885-190c31dd6fe0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2679 | 2024.08.08 23:01:32.360140 [ 3 ] {05d347c5-d964-494d-a885-190c31dd6fe0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2680 | 2024.08.08 23:01:32.360477 [ 3 ] {05d347c5-d964-494d-a885-190c31dd6fe0} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2681 | 2024.08.08 23:01:32.360600 [ 3 ] {05d347c5-d964-494d-a885-190c31dd6fe0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001599 sec., 48155.09693558474 rows/sec., 2.97 MiB/sec. | ||
2682 | 2024.08.08 23:01:32.360890 [ 3 ] {05d347c5-d964-494d-a885-190c31dd6fe0} <Debug> DynamicQueryHandler: Done processing query | ||
2683 | 2024.08.08 23:01:32.360916 [ 3 ] {05d347c5-d964-494d-a885-190c31dd6fe0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
2684 | 2024.08.08 23:01:32.360932 [ 3 ] {} <Debug> HTTP-Session: 1dc4ad0e-24f8-469f-ae53-a07169bbba4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2685 | 2024.08.08 23:01:32.361095 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2686 | 2024.08.08 23:01:32.361144 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2687 | 2024.08.08 23:01:32.361163 [ 3 ] {} <Debug> HTTP-Session: da501813-02e8-462c-b4ac-ab20b4066ee0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2688 | 2024.08.08 23:01:32.361180 [ 3 ] {} <Debug> HTTP-Session: da501813-02e8-462c-b4ac-ab20b4066ee0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2689 | 2024.08.08 23:01:32.361194 [ 3 ] {} <Debug> HTTP-Session: da501813-02e8-462c-b4ac-ab20b4066ee0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2690 | 2024.08.08 23:01:32.361225 [ 3 ] {} <Trace> HTTP-Session: da501813-02e8-462c-b4ac-ab20b4066ee0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2691 | 2024.08.08 23:01:32.361405 [ 3 ] {c33da03c-df2e-4934-ab47-78abbc5aaf88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2692 | 2024.08.08 23:01:32.361453 [ 3 ] {c33da03c-df2e-4934-ab47-78abbc5aaf88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2693 | 2024.08.08 23:01:32.361616 [ 3 ] {c33da03c-df2e-4934-ab47-78abbc5aaf88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2694 | 2024.08.08 23:01:32.362092 [ 3 ] {c33da03c-df2e-4934-ab47-78abbc5aaf88} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2695 | 2024.08.08 23:01:32.362127 [ 3 ] {c33da03c-df2e-4934-ab47-78abbc5aaf88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2696 | 2024.08.08 23:01:32.362487 [ 3 ] {c33da03c-df2e-4934-ab47-78abbc5aaf88} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2697 | 2024.08.08 23:01:32.362827 [ 3 ] {c33da03c-df2e-4934-ab47-78abbc5aaf88} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2698 | 2024.08.08 23:01:32.362945 [ 76 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2699 | 2024.08.08 23:01:32.362952 [ 3 ] {c33da03c-df2e-4934-ab47-78abbc5aaf88} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001647 sec., 97146.32665452338 rows/sec., 6.77 MiB/sec. | ||
2700 | 2024.08.08 23:01:32.362984 [ 76 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2701 | 2024.08.08 23:01:32.363030 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2702 | 2024.08.08 23:01:32.363142 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
2703 | 2024.08.08 23:01:32.363155 [ 3 ] {c33da03c-df2e-4934-ab47-78abbc5aaf88} <Debug> DynamicQueryHandler: Done processing query | ||
2704 | 2024.08.08 23:01:32.363192 [ 3 ] {c33da03c-df2e-4934-ab47-78abbc5aaf88} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2705 | 2024.08.08 23:01:32.363218 [ 3 ] {} <Debug> HTTP-Session: da501813-02e8-462c-b4ac-ab20b4066ee0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2706 | 2024.08.08 23:01:32.363304 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2707 | 2024.08.08 23:01:32.363336 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 790 rows starting from the beginning of the part | ||
2708 | 2024.08.08 23:01:32.363369 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2709 | 2024.08.08 23:01:32.363522 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2710 | 2024.08.08 23:01:32.363527 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1858 rows starting from the beginning of the part | ||
2711 | 2024.08.08 23:01:32.363607 [ 3 ] {} <Debug> HTTP-Session: eb4fb7ac-a234-40a1-9435-4f5bdaa34392 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2712 | 2024.08.08 23:01:32.363655 [ 3 ] {} <Debug> HTTP-Session: eb4fb7ac-a234-40a1-9435-4f5bdaa34392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2713 | 2024.08.08 23:01:32.363752 [ 3 ] {} <Debug> HTTP-Session: eb4fb7ac-a234-40a1-9435-4f5bdaa34392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2714 | 2024.08.08 23:01:32.363894 [ 3 ] {} <Trace> HTTP-Session: eb4fb7ac-a234-40a1-9435-4f5bdaa34392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2715 | 2024.08.08 23:01:32.363919 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 96 rows starting from the beginning of the part | ||
2716 | 2024.08.08 23:01:32.364211 [ 3 ] {fdff1daf-2c52-4522-9dfc-7e16a00e8d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2717 | 2024.08.08 23:01:32.364229 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
2718 | 2024.08.08 23:01:32.364347 [ 3 ] {fdff1daf-2c52-4522-9dfc-7e16a00e8d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2719 | 2024.08.08 23:01:32.364566 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
2720 | 2024.08.08 23:01:32.364888 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
2721 | 2024.08.08 23:01:32.365361 [ 3 ] {fdff1daf-2c52-4522-9dfc-7e16a00e8d1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2722 | 2024.08.08 23:01:32.365818 [ 3 ] {fdff1daf-2c52-4522-9dfc-7e16a00e8d1c} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2723 | 2024.08.08 23:01:32.365859 [ 3 ] {fdff1daf-2c52-4522-9dfc-7e16a00e8d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2724 | 2024.08.08 23:01:32.366397 [ 3 ] {fdff1daf-2c52-4522-9dfc-7e16a00e8d1c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
2725 | 2024.08.08 23:01:32.367036 [ 3 ] {fdff1daf-2c52-4522-9dfc-7e16a00e8d1c} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2726 | 2024.08.08 23:01:32.367189 [ 3 ] {fdff1daf-2c52-4522-9dfc-7e16a00e8d1c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003141 sec., 7322.508755173511 rows/sec., 396.10 KiB/sec. | ||
2727 | 2024.08.08 23:01:32.367535 [ 3 ] {fdff1daf-2c52-4522-9dfc-7e16a00e8d1c} <Debug> DynamicQueryHandler: Done processing query | ||
2728 | 2024.08.08 23:01:32.367552 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3224 rows, containing 5 columns (5 merged, 0 gathered) in 0.004463152 sec., 722359.4446256816 rows/sec., 49.15 MiB/sec. | ||
2729 | 2024.08.08 23:01:32.367562 [ 3 ] {fdff1daf-2c52-4522-9dfc-7e16a00e8d1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2730 | 2024.08.08 23:01:32.367592 [ 3 ] {} <Debug> HTTP-Session: eb4fb7ac-a234-40a1-9435-4f5bdaa34392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2731 | 2024.08.08 23:01:32.367731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2732 | 2024.08.08 23:01:32.367787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2733 | 2024.08.08 23:01:32.367814 [ 3 ] {} <Debug> HTTP-Session: ed2910b6-029e-4478-9c7a-0b28a75b95e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2734 | 2024.08.08 23:01:32.367834 [ 3 ] {} <Debug> HTTP-Session: ed2910b6-029e-4478-9c7a-0b28a75b95e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2735 | 2024.08.08 23:01:32.367862 [ 3 ] {} <Debug> HTTP-Session: ed2910b6-029e-4478-9c7a-0b28a75b95e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2736 | 2024.08.08 23:01:32.367903 [ 3 ] {} <Trace> HTTP-Session: ed2910b6-029e-4478-9c7a-0b28a75b95e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2737 | 2024.08.08 23:01:32.367987 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2738 | 2024.08.08 23:01:32.368117 [ 3 ] {d182c77b-827c-48e1-8bea-07a4a57f59ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
2739 | 2024.08.08 23:01:32.368203 [ 3 ] {d182c77b-827c-48e1-8bea-07a4a57f59ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
2740 | 2024.08.08 23:01:32.368756 [ 3 ] {d182c77b-827c-48e1-8bea-07a4a57f59ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2741 | 2024.08.08 23:01:32.369108 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2742 | 2024.08.08 23:01:32.369555 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2743 | 2024.08.08 23:01:32.369569 [ 3 ] {d182c77b-827c-48e1-8bea-07a4a57f59ed} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2744 | 2024.08.08 23:01:32.369629 [ 3 ] {d182c77b-827c-48e1-8bea-07a4a57f59ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2745 | 2024.08.08 23:01:32.369729 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
2746 | 2024.08.08 23:01:32.370097 [ 3 ] {d182c77b-827c-48e1-8bea-07a4a57f59ed} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
2747 | 2024.08.08 23:01:32.370432 [ 3 ] {d182c77b-827c-48e1-8bea-07a4a57f59ed} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2748 | 2024.08.08 23:01:32.370552 [ 76 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
2749 | 2024.08.08 23:01:32.370559 [ 3 ] {d182c77b-827c-48e1-8bea-07a4a57f59ed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002545 sec., 23575.63850687623 rows/sec., 1.59 MiB/sec. | ||
2750 | 2024.08.08 23:01:32.370590 [ 76 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2751 | 2024.08.08 23:01:32.370631 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2752 | 2024.08.08 23:01:32.370740 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
2753 | 2024.08.08 23:01:32.370780 [ 3 ] {d182c77b-827c-48e1-8bea-07a4a57f59ed} <Debug> DynamicQueryHandler: Done processing query | ||
2754 | 2024.08.08 23:01:32.370810 [ 3 ] {d182c77b-827c-48e1-8bea-07a4a57f59ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2755 | 2024.08.08 23:01:32.370835 [ 3 ] {} <Debug> HTTP-Session: ed2910b6-029e-4478-9c7a-0b28a75b95e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2756 | 2024.08.08 23:01:32.370881 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
2757 | 2024.08.08 23:01:32.370909 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 292 rows starting from the beginning of the part | ||
2758 | 2024.08.08 23:01:32.370964 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 24 rows starting from the beginning of the part | ||
2759 | 2024.08.08 23:01:32.371182 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 36 rows starting from the beginning of the part | ||
2760 | 2024.08.08 23:01:32.371361 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
2761 | 2024.08.08 23:01:32.371540 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
2762 | 2024.08.08 23:01:32.371696 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
2763 | 2024.08.08 23:01:32.372777 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 532 rows, containing 4 columns (4 merged, 0 gathered) in 0.002077969 sec., 256019.21876601627 rows/sec., 17.25 MiB/sec. | ||
2764 | 2024.08.08 23:01:32.372973 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
2765 | 2024.08.08 23:01:32.373441 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2766 | 2024.08.08 23:01:32.373542 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_11_2} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
2767 | 2024.08.08 23:01:32.373636 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
2768 | 2024.08.08 23:01:37.331660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1248, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2769 | 2024.08.08 23:01:37.331781 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2770 | 2024.08.08 23:01:37.331809 [ 3 ] {} <Debug> HTTP-Session: b827f0c3-d047-46d6-9956-9cc9af8d30cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2771 | 2024.08.08 23:01:37.331833 [ 3 ] {} <Debug> HTTP-Session: b827f0c3-d047-46d6-9956-9cc9af8d30cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2772 | 2024.08.08 23:01:37.331847 [ 3 ] {} <Debug> HTTP-Session: b827f0c3-d047-46d6-9956-9cc9af8d30cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2773 | 2024.08.08 23:01:37.331894 [ 3 ] {} <Trace> HTTP-Session: b827f0c3-d047-46d6-9956-9cc9af8d30cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2774 | 2024.08.08 23:01:37.332130 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2775 | 2024.08.08 23:01:37.332512 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2776 | 2024.08.08 23:01:37.332562 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2777 | 2024.08.08 23:01:37.332910 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2778 | 2024.08.08 23:01:37.332991 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2779 | 2024.08.08 23:01:37.333158 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
2780 | 2024.08.08 23:01:37.333342 [ 260 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2781 | 2024.08.08 23:01:37.333394 [ 255 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2782 | 2024.08.08 23:01:37.333426 [ 257 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2783 | 2024.08.08 23:01:37.333394 [ 261 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2784 | 2024.08.08 23:01:37.333608 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2785 | 2024.08.08 23:01:37.333641 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2786 | 2024.08.08 23:01:37.333775 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2787 | 2024.08.08 23:01:37.333799 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2788 | 2024.08.08 23:01:37.333841 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2789 | 2024.08.08 23:01:37.333886 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2790 | 2024.08.08 23:01:37.333928 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2791 | 2024.08.08 23:01:37.333966 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2792 | 2024.08.08 23:01:37.336102 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Debug> executeQuery: Read 36 rows, 1.31 KiB in 0.004082 sec., 8819.20627143557 rows/sec., 320.10 KiB/sec. | ||
2793 | 2024.08.08 23:01:37.336572 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Debug> DynamicQueryHandler: Done processing query | ||
2794 | 2024.08.08 23:01:37.336605 [ 3 ] {a47a06d5-dc0e-42af-8dd7-d562d3f75b47} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2795 | 2024.08.08 23:01:37.336627 [ 3 ] {} <Debug> HTTP-Session: b827f0c3-d047-46d6-9956-9cc9af8d30cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2796 | 2024.08.08 23:01:37.338060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1290, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2797 | 2024.08.08 23:01:37.338114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2798 | 2024.08.08 23:01:37.338136 [ 3 ] {} <Debug> HTTP-Session: f7d288bd-5b24-4bc7-9258-faa503d1d472 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2799 | 2024.08.08 23:01:37.338154 [ 3 ] {} <Debug> HTTP-Session: f7d288bd-5b24-4bc7-9258-faa503d1d472 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2800 | 2024.08.08 23:01:37.338168 [ 3 ] {} <Debug> HTTP-Session: f7d288bd-5b24-4bc7-9258-faa503d1d472 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2801 | 2024.08.08 23:01:37.338203 [ 3 ] {} <Trace> HTTP-Session: f7d288bd-5b24-4bc7-9258-faa503d1d472 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2802 | 2024.08.08 23:01:37.338389 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2803 | 2024.08.08 23:01:37.338691 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2804 | 2024.08.08 23:01:37.338740 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2805 | 2024.08.08 23:01:37.339049 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2806 | 2024.08.08 23:01:37.339115 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2807 | 2024.08.08 23:01:37.339268 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
2808 | 2024.08.08 23:01:37.339444 [ 263 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2809 | 2024.08.08 23:01:37.339462 [ 252 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2810 | 2024.08.08 23:01:37.339487 [ 255 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2811 | 2024.08.08 23:01:37.339459 [ 261 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2812 | 2024.08.08 23:01:37.339628 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2813 | 2024.08.08 23:01:37.339658 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2814 | 2024.08.08 23:01:37.339782 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2815 | 2024.08.08 23:01:37.339808 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2816 | 2024.08.08 23:01:37.339849 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2817 | 2024.08.08 23:01:37.339892 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2818 | 2024.08.08 23:01:37.339932 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2819 | 2024.08.08 23:01:37.339970 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2820 | 2024.08.08 23:01:37.342125 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Debug> executeQuery: Read 36 rows, 1.31 KiB in 0.003831 sec., 9397.024275646045 rows/sec., 341.07 KiB/sec. | ||
2821 | 2024.08.08 23:01:37.342558 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Debug> DynamicQueryHandler: Done processing query | ||
2822 | 2024.08.08 23:01:37.342589 [ 3 ] {fe07f776-d69f-4990-acb7-914bc486c435} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2823 | 2024.08.08 23:01:37.342610 [ 3 ] {} <Debug> HTTP-Session: f7d288bd-5b24-4bc7-9258-faa503d1d472 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2824 | 2024.08.08 23:01:37.342950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1328, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2825 | 2024.08.08 23:01:37.342999 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2826 | 2024.08.08 23:01:37.343019 [ 3 ] {} <Debug> HTTP-Session: bc29b99b-cfad-4fc9-9ee7-9d5e56fd82f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2827 | 2024.08.08 23:01:37.343037 [ 3 ] {} <Debug> HTTP-Session: bc29b99b-cfad-4fc9-9ee7-9d5e56fd82f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2828 | 2024.08.08 23:01:37.343052 [ 3 ] {} <Debug> HTTP-Session: bc29b99b-cfad-4fc9-9ee7-9d5e56fd82f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2829 | 2024.08.08 23:01:37.343085 [ 3 ] {} <Trace> HTTP-Session: bc29b99b-cfad-4fc9-9ee7-9d5e56fd82f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2830 | 2024.08.08 23:01:37.343240 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2831 | 2024.08.08 23:01:37.343528 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2832 | 2024.08.08 23:01:37.343577 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2833 | 2024.08.08 23:01:37.343884 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2834 | 2024.08.08 23:01:37.343951 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2835 | 2024.08.08 23:01:37.344088 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
2836 | 2024.08.08 23:01:37.344257 [ 261 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2837 | 2024.08.08 23:01:37.344277 [ 255 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2838 | 2024.08.08 23:01:37.344300 [ 260 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2839 | 2024.08.08 23:01:37.344287 [ 262 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2840 | 2024.08.08 23:01:37.344462 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2841 | 2024.08.08 23:01:37.344491 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2842 | 2024.08.08 23:01:37.344613 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2843 | 2024.08.08 23:01:37.344638 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2844 | 2024.08.08 23:01:37.344679 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2845 | 2024.08.08 23:01:37.344724 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2846 | 2024.08.08 23:01:37.344764 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2847 | 2024.08.08 23:01:37.344802 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2848 | 2024.08.08 23:01:37.346963 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Debug> executeQuery: Read 36 rows, 1.31 KiB in 0.0038 sec., 9473.684210526315 rows/sec., 343.85 KiB/sec. | ||
2849 | 2024.08.08 23:01:37.347349 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Debug> DynamicQueryHandler: Done processing query | ||
2850 | 2024.08.08 23:01:37.347375 [ 3 ] {a94662b9-e8d2-4b0e-98de-e45a6dbd6617} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2851 | 2024.08.08 23:01:37.347391 [ 3 ] {} <Debug> HTTP-Session: bc29b99b-cfad-4fc9-9ee7-9d5e56fd82f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2852 | 2024.08.08 23:01:37.347592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2853 | 2024.08.08 23:01:37.347642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2854 | 2024.08.08 23:01:37.347663 [ 3 ] {} <Debug> HTTP-Session: f496fd79-5f53-4043-89d1-35e33b7adb90 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2855 | 2024.08.08 23:01:37.347680 [ 3 ] {} <Debug> HTTP-Session: f496fd79-5f53-4043-89d1-35e33b7adb90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2856 | 2024.08.08 23:01:37.347693 [ 3 ] {} <Debug> HTTP-Session: f496fd79-5f53-4043-89d1-35e33b7adb90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2857 | 2024.08.08 23:01:37.347726 [ 3 ] {} <Trace> HTTP-Session: f496fd79-5f53-4043-89d1-35e33b7adb90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2858 | 2024.08.08 23:01:37.347881 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
2859 | 2024.08.08 23:01:37.348172 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
2860 | 2024.08.08 23:01:37.348220 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
2861 | 2024.08.08 23:01:37.348529 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2862 | 2024.08.08 23:01:37.348595 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
2863 | 2024.08.08 23:01:37.348730 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
2864 | 2024.08.08 23:01:37.348903 [ 255 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
2865 | 2024.08.08 23:01:37.348904 [ 261 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
2866 | 2024.08.08 23:01:37.348941 [ 252 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
2867 | 2024.08.08 23:01:37.348918 [ 260 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
2868 | 2024.08.08 23:01:37.349075 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
2869 | 2024.08.08 23:01:37.349104 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
2870 | 2024.08.08 23:01:37.349224 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
2871 | 2024.08.08 23:01:37.349247 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 36 rows with 4 streams | ||
2872 | 2024.08.08 23:01:37.349285 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2873 | 2024.08.08 23:01:37.349328 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2874 | 2024.08.08 23:01:37.349366 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2875 | 2024.08.08 23:01:37.349402 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
2876 | 2024.08.08 23:01:37.351500 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Debug> executeQuery: Read 36 rows, 1.31 KiB in 0.003695 sec., 9742.895805142083 rows/sec., 353.62 KiB/sec. | ||
2877 | 2024.08.08 23:01:37.351886 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Debug> DynamicQueryHandler: Done processing query | ||
2878 | 2024.08.08 23:01:37.351913 [ 3 ] {d53c0f7f-7a6e-4560-b48d-5e79dacc0699} <Debug> MemoryTracker: Peak memory usage (for query): 3.14 MiB. | ||
2879 | 2024.08.08 23:01:37.351930 [ 3 ] {} <Debug> HTTP-Session: f496fd79-5f53-4043-89d1-35e33b7adb90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2880 | 2024.08.08 23:01:37.359438 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 947, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2881 | 2024.08.08 23:01:37.359496 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2882 | 2024.08.08 23:01:37.359520 [ 3 ] {} <Debug> HTTP-Session: f399428d-66ad-458a-8e97-610de8e86ab4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2883 | 2024.08.08 23:01:37.359542 [ 3 ] {} <Debug> HTTP-Session: f399428d-66ad-458a-8e97-610de8e86ab4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2884 | 2024.08.08 23:01:37.359559 [ 3 ] {} <Debug> HTTP-Session: f399428d-66ad-458a-8e97-610de8e86ab4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2885 | 2024.08.08 23:01:37.359597 [ 3 ] {} <Trace> HTTP-Session: f399428d-66ad-458a-8e97-610de8e86ab4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2886 | 2024.08.08 23:01:37.359731 [ 3 ] {2ff0a846-23d2-450e-947d-b4add2d8b112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
2887 | 2024.08.08 23:01:37.359787 [ 3 ] {2ff0a846-23d2-450e-947d-b4add2d8b112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
2888 | 2024.08.08 23:01:37.359977 [ 3 ] {2ff0a846-23d2-450e-947d-b4add2d8b112} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2889 | 2024.08.08 23:01:37.360306 [ 3 ] {2ff0a846-23d2-450e-947d-b4add2d8b112} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2890 | 2024.08.08 23:01:37.360342 [ 3 ] {2ff0a846-23d2-450e-947d-b4add2d8b112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2891 | 2024.08.08 23:01:37.360861 [ 3 ] {2ff0a846-23d2-450e-947d-b4add2d8b112} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2892 | 2024.08.08 23:01:37.361194 [ 3 ] {2ff0a846-23d2-450e-947d-b4add2d8b112} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2893 | 2024.08.08 23:01:37.361348 [ 3 ] {2ff0a846-23d2-450e-947d-b4add2d8b112} <Debug> executeQuery: Read 4 rows, 443.00 B in 0.001661 sec., 2408.187838651415 rows/sec., 260.46 KiB/sec. | ||
2894 | 2024.08.08 23:01:37.361670 [ 3 ] {2ff0a846-23d2-450e-947d-b4add2d8b112} <Debug> DynamicQueryHandler: Done processing query | ||
2895 | 2024.08.08 23:01:37.361697 [ 3 ] {2ff0a846-23d2-450e-947d-b4add2d8b112} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
2896 | 2024.08.08 23:01:37.361712 [ 3 ] {} <Debug> HTTP-Session: f399428d-66ad-458a-8e97-610de8e86ab4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2897 | 2024.08.08 23:01:37.361827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3064, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2898 | 2024.08.08 23:01:37.361877 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2899 | 2024.08.08 23:01:37.361897 [ 3 ] {} <Debug> HTTP-Session: 8be7bf83-5ce0-4722-97cc-35c480cb5d46 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2900 | 2024.08.08 23:01:37.361913 [ 3 ] {} <Debug> HTTP-Session: 8be7bf83-5ce0-4722-97cc-35c480cb5d46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2901 | 2024.08.08 23:01:37.361928 [ 3 ] {} <Debug> HTTP-Session: 8be7bf83-5ce0-4722-97cc-35c480cb5d46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2902 | 2024.08.08 23:01:37.361958 [ 3 ] {} <Trace> HTTP-Session: 8be7bf83-5ce0-4722-97cc-35c480cb5d46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2903 | 2024.08.08 23:01:37.362063 [ 3 ] {eb2b8998-05d5-4638-a709-fe8d6c75cb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
2904 | 2024.08.08 23:01:37.362108 [ 3 ] {eb2b8998-05d5-4638-a709-fe8d6c75cb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
2905 | 2024.08.08 23:01:37.362253 [ 3 ] {eb2b8998-05d5-4638-a709-fe8d6c75cb09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2906 | 2024.08.08 23:01:37.362546 [ 3 ] {eb2b8998-05d5-4638-a709-fe8d6c75cb09} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2907 | 2024.08.08 23:01:37.362582 [ 3 ] {eb2b8998-05d5-4638-a709-fe8d6c75cb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2908 | 2024.08.08 23:01:37.362894 [ 3 ] {eb2b8998-05d5-4638-a709-fe8d6c75cb09} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2909 | 2024.08.08 23:01:37.363220 [ 3 ] {eb2b8998-05d5-4638-a709-fe8d6c75cb09} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2910 | 2024.08.08 23:01:37.363351 [ 3 ] {eb2b8998-05d5-4638-a709-fe8d6c75cb09} <Debug> executeQuery: Read 21 rows, 1.70 KiB in 0.001318 sec., 15933.232169954477 rows/sec., 1.26 MiB/sec. | ||
2911 | 2024.08.08 23:01:37.363500 [ 3 ] {eb2b8998-05d5-4638-a709-fe8d6c75cb09} <Debug> DynamicQueryHandler: Done processing query | ||
2912 | 2024.08.08 23:01:37.363525 [ 3 ] {eb2b8998-05d5-4638-a709-fe8d6c75cb09} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
2913 | 2024.08.08 23:01:37.363541 [ 3 ] {} <Debug> HTTP-Session: 8be7bf83-5ce0-4722-97cc-35c480cb5d46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2914 | 2024.08.08 23:01:37.363678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 17305, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2915 | 2024.08.08 23:01:37.363724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2916 | 2024.08.08 23:01:37.363743 [ 3 ] {} <Debug> HTTP-Session: 6c75640e-9386-4301-8cd6-685891d7a322 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2917 | 2024.08.08 23:01:37.363760 [ 3 ] {} <Debug> HTTP-Session: 6c75640e-9386-4301-8cd6-685891d7a322 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2918 | 2024.08.08 23:01:37.363774 [ 3 ] {} <Debug> HTTP-Session: 6c75640e-9386-4301-8cd6-685891d7a322 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2919 | 2024.08.08 23:01:37.363805 [ 3 ] {} <Trace> HTTP-Session: 6c75640e-9386-4301-8cd6-685891d7a322 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2920 | 2024.08.08 23:01:37.363935 [ 3 ] {f05ead4a-2ae3-45d3-89c9-b36bd42cef11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
2921 | 2024.08.08 23:01:37.363978 [ 3 ] {f05ead4a-2ae3-45d3-89c9-b36bd42cef11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
2922 | 2024.08.08 23:01:37.364097 [ 3 ] {f05ead4a-2ae3-45d3-89c9-b36bd42cef11} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2923 | 2024.08.08 23:01:37.364450 [ 3 ] {f05ead4a-2ae3-45d3-89c9-b36bd42cef11} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2924 | 2024.08.08 23:01:37.364485 [ 3 ] {f05ead4a-2ae3-45d3-89c9-b36bd42cef11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2925 | 2024.08.08 23:01:37.364798 [ 3 ] {f05ead4a-2ae3-45d3-89c9-b36bd42cef11} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2926 | 2024.08.08 23:01:37.365116 [ 3 ] {f05ead4a-2ae3-45d3-89c9-b36bd42cef11} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2927 | 2024.08.08 23:01:37.365273 [ 3 ] {f05ead4a-2ae3-45d3-89c9-b36bd42cef11} <Debug> executeQuery: Read 119 rows, 10.05 KiB in 0.001385 sec., 85920.57761732853 rows/sec., 7.09 MiB/sec. | ||
2928 | 2024.08.08 23:01:37.365478 [ 3 ] {f05ead4a-2ae3-45d3-89c9-b36bd42cef11} <Debug> DynamicQueryHandler: Done processing query | ||
2929 | 2024.08.08 23:01:37.365503 [ 3 ] {f05ead4a-2ae3-45d3-89c9-b36bd42cef11} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
2930 | 2024.08.08 23:01:37.365518 [ 3 ] {} <Debug> HTTP-Session: 6c75640e-9386-4301-8cd6-685891d7a322 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2931 | 2024.08.08 23:01:37.365641 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 15646, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2932 | 2024.08.08 23:01:37.365690 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2933 | 2024.08.08 23:01:37.365708 [ 3 ] {} <Debug> HTTP-Session: caccb02f-49d5-4cf2-bbf0-8a8dbdf5f550 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2934 | 2024.08.08 23:01:37.365725 [ 3 ] {} <Debug> HTTP-Session: caccb02f-49d5-4cf2-bbf0-8a8dbdf5f550 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2935 | 2024.08.08 23:01:37.365738 [ 3 ] {} <Debug> HTTP-Session: caccb02f-49d5-4cf2-bbf0-8a8dbdf5f550 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2936 | 2024.08.08 23:01:37.365768 [ 3 ] {} <Trace> HTTP-Session: caccb02f-49d5-4cf2-bbf0-8a8dbdf5f550 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2937 | 2024.08.08 23:01:37.365896 [ 3 ] {12cbb72c-58c3-43d9-9f6d-646e9ac8d9b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
2938 | 2024.08.08 23:01:37.365938 [ 3 ] {12cbb72c-58c3-43d9-9f6d-646e9ac8d9b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
2939 | 2024.08.08 23:01:37.366063 [ 3 ] {12cbb72c-58c3-43d9-9f6d-646e9ac8d9b0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2940 | 2024.08.08 23:01:37.366394 [ 3 ] {12cbb72c-58c3-43d9-9f6d-646e9ac8d9b0} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2941 | 2024.08.08 23:01:37.366430 [ 3 ] {12cbb72c-58c3-43d9-9f6d-646e9ac8d9b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2942 | 2024.08.08 23:01:37.366738 [ 3 ] {12cbb72c-58c3-43d9-9f6d-646e9ac8d9b0} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2943 | 2024.08.08 23:01:37.367041 [ 3 ] {12cbb72c-58c3-43d9-9f6d-646e9ac8d9b0} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2944 | 2024.08.08 23:01:37.367187 [ 3 ] {12cbb72c-58c3-43d9-9f6d-646e9ac8d9b0} <Debug> executeQuery: Read 92 rows, 7.37 KiB in 0.001331 sec., 69120.96168294516 rows/sec., 5.41 MiB/sec. | ||
2945 | 2024.08.08 23:01:37.367338 [ 3 ] {12cbb72c-58c3-43d9-9f6d-646e9ac8d9b0} <Debug> DynamicQueryHandler: Done processing query | ||
2946 | 2024.08.08 23:01:37.367362 [ 3 ] {12cbb72c-58c3-43d9-9f6d-646e9ac8d9b0} <Debug> MemoryTracker: Peak memory usage (for query): 4.25 MiB. | ||
2947 | 2024.08.08 23:01:37.367379 [ 3 ] {} <Debug> HTTP-Session: caccb02f-49d5-4cf2-bbf0-8a8dbdf5f550 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2948 | 2024.08.08 23:01:37.367530 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2949 | 2024.08.08 23:01:37.367577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2950 | 2024.08.08 23:01:37.367596 [ 3 ] {} <Debug> HTTP-Session: 59391329-bec6-47b3-bcb8-7020426abfe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2951 | 2024.08.08 23:01:37.367612 [ 3 ] {} <Debug> HTTP-Session: 59391329-bec6-47b3-bcb8-7020426abfe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2952 | 2024.08.08 23:01:37.367625 [ 3 ] {} <Debug> HTTP-Session: 59391329-bec6-47b3-bcb8-7020426abfe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2953 | 2024.08.08 23:01:37.367656 [ 3 ] {} <Trace> HTTP-Session: 59391329-bec6-47b3-bcb8-7020426abfe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2954 | 2024.08.08 23:01:37.367798 [ 3 ] {d741ba66-7331-4bd9-93ec-9a47ffa64785} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
2955 | 2024.08.08 23:01:37.367844 [ 3 ] {d741ba66-7331-4bd9-93ec-9a47ffa64785} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
2956 | 2024.08.08 23:01:37.367986 [ 3 ] {d741ba66-7331-4bd9-93ec-9a47ffa64785} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2957 | 2024.08.08 23:01:37.368351 [ 3 ] {d741ba66-7331-4bd9-93ec-9a47ffa64785} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2958 | 2024.08.08 23:01:37.368386 [ 3 ] {d741ba66-7331-4bd9-93ec-9a47ffa64785} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2959 | 2024.08.08 23:01:37.368758 [ 3 ] {d741ba66-7331-4bd9-93ec-9a47ffa64785} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
2960 | 2024.08.08 23:01:37.369093 [ 3 ] {d741ba66-7331-4bd9-93ec-9a47ffa64785} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2961 | 2024.08.08 23:01:37.369246 [ 3 ] {d741ba66-7331-4bd9-93ec-9a47ffa64785} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001514 sec., 105680.31704095112 rows/sec., 7.36 MiB/sec. | ||
2962 | 2024.08.08 23:01:37.369415 [ 3 ] {d741ba66-7331-4bd9-93ec-9a47ffa64785} <Debug> DynamicQueryHandler: Done processing query | ||
2963 | 2024.08.08 23:01:37.369439 [ 3 ] {d741ba66-7331-4bd9-93ec-9a47ffa64785} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
2964 | 2024.08.08 23:01:37.369455 [ 3 ] {} <Debug> HTTP-Session: 59391329-bec6-47b3-bcb8-7020426abfe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2965 | 2024.08.08 23:01:37.369599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 33614, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2966 | 2024.08.08 23:01:37.369647 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2967 | 2024.08.08 23:01:37.369666 [ 3 ] {} <Debug> HTTP-Session: 9616dd48-aaf4-489c-bf6c-48a0c756059d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2968 | 2024.08.08 23:01:37.369682 [ 3 ] {} <Debug> HTTP-Session: 9616dd48-aaf4-489c-bf6c-48a0c756059d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2969 | 2024.08.08 23:01:37.369695 [ 3 ] {} <Debug> HTTP-Session: 9616dd48-aaf4-489c-bf6c-48a0c756059d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2970 | 2024.08.08 23:01:37.369726 [ 3 ] {} <Trace> HTTP-Session: 9616dd48-aaf4-489c-bf6c-48a0c756059d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2971 | 2024.08.08 23:01:37.370011 [ 3 ] {d0205fb6-6257-431c-a21a-517ec7662b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
2972 | 2024.08.08 23:01:37.370076 [ 3 ] {d0205fb6-6257-431c-a21a-517ec7662b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
2973 | 2024.08.08 23:01:37.370548 [ 3 ] {d0205fb6-6257-431c-a21a-517ec7662b17} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2974 | 2024.08.08 23:01:37.371261 [ 3 ] {d0205fb6-6257-431c-a21a-517ec7662b17} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2975 | 2024.08.08 23:01:37.371297 [ 3 ] {d0205fb6-6257-431c-a21a-517ec7662b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2976 | 2024.08.08 23:01:37.377280 [ 3 ] {d0205fb6-6257-431c-a21a-517ec7662b17} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
2977 | 2024.08.08 23:01:37.377746 [ 3 ] {d0205fb6-6257-431c-a21a-517ec7662b17} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2978 | 2024.08.08 23:01:37.377955 [ 3 ] {d0205fb6-6257-431c-a21a-517ec7662b17} <Debug> executeQuery: Read 21 rows, 38.53 KiB in 0.008145 sec., 2578.2688766114184 rows/sec., 4.62 MiB/sec. | ||
2979 | 2024.08.08 23:01:37.378322 [ 3 ] {d0205fb6-6257-431c-a21a-517ec7662b17} <Debug> DynamicQueryHandler: Done processing query | ||
2980 | 2024.08.08 23:01:37.378346 [ 3 ] {d0205fb6-6257-431c-a21a-517ec7662b17} <Debug> MemoryTracker: Peak memory usage (for query): 4.49 MiB. | ||
2981 | 2024.08.08 23:01:37.378362 [ 3 ] {} <Debug> HTTP-Session: 9616dd48-aaf4-489c-bf6c-48a0c756059d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2982 | 2024.08.08 23:01:37.378481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1977, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
2983 | 2024.08.08 23:01:37.378529 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
2984 | 2024.08.08 23:01:37.378548 [ 3 ] {} <Debug> HTTP-Session: 0662b206-0aca-4107-97bb-3cd638ea9dbe Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
2985 | 2024.08.08 23:01:37.378564 [ 3 ] {} <Debug> HTTP-Session: 0662b206-0aca-4107-97bb-3cd638ea9dbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
2986 | 2024.08.08 23:01:37.378577 [ 3 ] {} <Debug> HTTP-Session: 0662b206-0aca-4107-97bb-3cd638ea9dbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2987 | 2024.08.08 23:01:37.378608 [ 3 ] {} <Trace> HTTP-Session: 0662b206-0aca-4107-97bb-3cd638ea9dbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
2988 | 2024.08.08 23:01:37.378705 [ 3 ] {fd2963c5-1992-456b-bdcc-81fa2dcbdb38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
2989 | 2024.08.08 23:01:37.378750 [ 3 ] {fd2963c5-1992-456b-bdcc-81fa2dcbdb38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
2990 | 2024.08.08 23:01:37.378878 [ 3 ] {fd2963c5-1992-456b-bdcc-81fa2dcbdb38} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
2991 | 2024.08.08 23:01:37.379143 [ 3 ] {fd2963c5-1992-456b-bdcc-81fa2dcbdb38} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
2992 | 2024.08.08 23:01:37.379199 [ 3 ] {fd2963c5-1992-456b-bdcc-81fa2dcbdb38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
2993 | 2024.08.08 23:01:37.379553 [ 3 ] {fd2963c5-1992-456b-bdcc-81fa2dcbdb38} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
2994 | 2024.08.08 23:01:37.379874 [ 3 ] {fd2963c5-1992-456b-bdcc-81fa2dcbdb38} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
2995 | 2024.08.08 23:01:37.380031 [ 3 ] {fd2963c5-1992-456b-bdcc-81fa2dcbdb38} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001344 sec., 8928.57142857143 rows/sec., 672.84 KiB/sec. | ||
2996 | 2024.08.08 23:01:37.380237 [ 3 ] {fd2963c5-1992-456b-bdcc-81fa2dcbdb38} <Debug> DynamicQueryHandler: Done processing query | ||
2997 | 2024.08.08 23:01:37.380261 [ 3 ] {fd2963c5-1992-456b-bdcc-81fa2dcbdb38} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
2998 | 2024.08.08 23:01:37.380276 [ 3 ] {} <Debug> HTTP-Session: 0662b206-0aca-4107-97bb-3cd638ea9dbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
2999 | 2024.08.08 23:01:37.380394 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3000 | 2024.08.08 23:01:37.380442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3001 | 2024.08.08 23:01:37.380460 [ 3 ] {} <Debug> HTTP-Session: 3ae81931-be6c-4fd9-bca4-b70cebf7b135 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3002 | 2024.08.08 23:01:37.380499 [ 3 ] {} <Debug> HTTP-Session: 3ae81931-be6c-4fd9-bca4-b70cebf7b135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3003 | 2024.08.08 23:01:37.380514 [ 3 ] {} <Debug> HTTP-Session: 3ae81931-be6c-4fd9-bca4-b70cebf7b135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3004 | 2024.08.08 23:01:37.380544 [ 3 ] {} <Trace> HTTP-Session: 3ae81931-be6c-4fd9-bca4-b70cebf7b135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3005 | 2024.08.08 23:01:37.380659 [ 3 ] {2b5edaa6-006c-4734-a14c-3c2877878aab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3006 | 2024.08.08 23:01:37.380702 [ 3 ] {2b5edaa6-006c-4734-a14c-3c2877878aab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3007 | 2024.08.08 23:01:37.380829 [ 3 ] {2b5edaa6-006c-4734-a14c-3c2877878aab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3008 | 2024.08.08 23:01:37.381125 [ 3 ] {2b5edaa6-006c-4734-a14c-3c2877878aab} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3009 | 2024.08.08 23:01:37.381162 [ 3 ] {2b5edaa6-006c-4734-a14c-3c2877878aab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3010 | 2024.08.08 23:01:37.381512 [ 3 ] {2b5edaa6-006c-4734-a14c-3c2877878aab} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
3011 | 2024.08.08 23:01:37.381829 [ 3 ] {2b5edaa6-006c-4734-a14c-3c2877878aab} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3012 | 2024.08.08 23:01:37.381976 [ 3 ] {2b5edaa6-006c-4734-a14c-3c2877878aab} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001354 sec., 44313.14623338257 rows/sec., 2.99 MiB/sec. | ||
3013 | 2024.08.08 23:01:37.382258 [ 3 ] {2b5edaa6-006c-4734-a14c-3c2877878aab} <Debug> DynamicQueryHandler: Done processing query | ||
3014 | 2024.08.08 23:01:37.382282 [ 3 ] {2b5edaa6-006c-4734-a14c-3c2877878aab} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3015 | 2024.08.08 23:01:37.382299 [ 3 ] {} <Debug> HTTP-Session: 3ae81931-be6c-4fd9-bca4-b70cebf7b135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3016 | 2024.08.08 23:01:38.178373 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3017 | 2024.08.08 23:01:38.178436 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3018 | 2024.08.08 23:01:42.342726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3019 | 2024.08.08 23:01:42.342857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3020 | 2024.08.08 23:01:42.342886 [ 3 ] {} <Debug> HTTP-Session: 6ae53d76-ec4f-415e-ac8d-d5098e11f02c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3021 | 2024.08.08 23:01:42.342913 [ 3 ] {} <Debug> HTTP-Session: 6ae53d76-ec4f-415e-ac8d-d5098e11f02c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3022 | 2024.08.08 23:01:42.342931 [ 3 ] {} <Debug> HTTP-Session: 6ae53d76-ec4f-415e-ac8d-d5098e11f02c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3023 | 2024.08.08 23:01:42.342985 [ 3 ] {} <Trace> HTTP-Session: 6ae53d76-ec4f-415e-ac8d-d5098e11f02c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3024 | 2024.08.08 23:01:42.343159 [ 3 ] {34d374f1-9b2b-418a-a894-a6c1f586b804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3025 | 2024.08.08 23:01:42.343224 [ 3 ] {34d374f1-9b2b-418a-a894-a6c1f586b804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3026 | 2024.08.08 23:01:42.343407 [ 3 ] {34d374f1-9b2b-418a-a894-a6c1f586b804} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3027 | 2024.08.08 23:01:42.343858 [ 3 ] {34d374f1-9b2b-418a-a894-a6c1f586b804} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3028 | 2024.08.08 23:01:42.343902 [ 3 ] {34d374f1-9b2b-418a-a894-a6c1f586b804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3029 | 2024.08.08 23:01:42.344295 [ 3 ] {34d374f1-9b2b-418a-a894-a6c1f586b804} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3030 | 2024.08.08 23:01:42.344636 [ 3 ] {34d374f1-9b2b-418a-a894-a6c1f586b804} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3031 | 2024.08.08 23:01:42.344810 [ 3 ] {34d374f1-9b2b-418a-a894-a6c1f586b804} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001691 sec., 3548.1963335304554 rows/sec., 200.97 KiB/sec. | ||
3032 | 2024.08.08 23:01:42.344820 [ 66 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3033 | 2024.08.08 23:01:42.344911 [ 66 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3034 | 2024.08.08 23:01:42.344968 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3035 | 2024.08.08 23:01:42.345132 [ 3 ] {34d374f1-9b2b-418a-a894-a6c1f586b804} <Debug> DynamicQueryHandler: Done processing query | ||
3036 | 2024.08.08 23:01:42.345204 [ 3 ] {34d374f1-9b2b-418a-a894-a6c1f586b804} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3037 | 2024.08.08 23:01:42.345288 [ 3 ] {} <Debug> HTTP-Session: 6ae53d76-ec4f-415e-ac8d-d5098e11f02c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3038 | 2024.08.08 23:01:42.345333 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
3039 | 2024.08.08 23:01:42.345599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3040 | 2024.08.08 23:01:42.345620 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3041 | 2024.08.08 23:01:42.345676 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3042 | 2024.08.08 23:01:42.345693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3043 | 2024.08.08 23:01:42.345729 [ 3 ] {} <Debug> HTTP-Session: dbf1a62e-d94c-43aa-95ab-41a87aa42765 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3044 | 2024.08.08 23:01:42.345762 [ 3 ] {} <Debug> HTTP-Session: dbf1a62e-d94c-43aa-95ab-41a87aa42765 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3045 | 2024.08.08 23:01:42.345803 [ 3 ] {} <Debug> HTTP-Session: dbf1a62e-d94c-43aa-95ab-41a87aa42765 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3046 | 2024.08.08 23:01:42.345937 [ 3 ] {} <Trace> HTTP-Session: dbf1a62e-d94c-43aa-95ab-41a87aa42765 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3047 | 2024.08.08 23:01:42.345935 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3048 | 2024.08.08 23:01:42.346211 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3049 | 2024.08.08 23:01:42.346415 [ 3 ] {6d58fe10-a088-429b-bd3f-d3181b907395} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3050 | 2024.08.08 23:01:42.346516 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3051 | 2024.08.08 23:01:42.346590 [ 3 ] {6d58fe10-a088-429b-bd3f-d3181b907395} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3052 | 2024.08.08 23:01:42.346949 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 21 rows starting from the beginning of the part | ||
3053 | 2024.08.08 23:01:42.347329 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
3054 | 2024.08.08 23:01:42.347568 [ 3 ] {6d58fe10-a088-429b-bd3f-d3181b907395} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3055 | 2024.08.08 23:01:42.348535 [ 3 ] {6d58fe10-a088-429b-bd3f-d3181b907395} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3056 | 2024.08.08 23:01:42.348588 [ 3 ] {6d58fe10-a088-429b-bd3f-d3181b907395} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3057 | 2024.08.08 23:01:42.349519 [ 3 ] {6d58fe10-a088-429b-bd3f-d3181b907395} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3058 | 2024.08.08 23:01:42.350046 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 51 rows, containing 4 columns (4 merged, 0 gathered) in 0.004988289 sec., 10223.946527556844 rows/sec., 650.55 KiB/sec. | ||
3059 | 2024.08.08 23:01:42.350364 [ 3 ] {6d58fe10-a088-429b-bd3f-d3181b907395} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3060 | 2024.08.08 23:01:42.350371 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3061 | 2024.08.08 23:01:42.350666 [ 3 ] {6d58fe10-a088-429b-bd3f-d3181b907395} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.004507 sec., 35722.20989571777 rows/sec., 3.15 MiB/sec. | ||
3062 | 2024.08.08 23:01:42.351095 [ 3 ] {6d58fe10-a088-429b-bd3f-d3181b907395} <Debug> DynamicQueryHandler: Done processing query | ||
3063 | 2024.08.08 23:01:42.351138 [ 3 ] {6d58fe10-a088-429b-bd3f-d3181b907395} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3064 | 2024.08.08 23:01:42.351160 [ 3 ] {} <Debug> HTTP-Session: dbf1a62e-d94c-43aa-95ab-41a87aa42765 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3065 | 2024.08.08 23:01:42.351277 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3066 | 2024.08.08 23:01:42.351382 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_6_1} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3067 | 2024.08.08 23:01:42.351405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3068 | 2024.08.08 23:01:42.351512 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3069 | 2024.08.08 23:01:42.351538 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
3070 | 2024.08.08 23:01:42.351550 [ 3 ] {} <Debug> HTTP-Session: da41294d-818d-459c-ada5-ba569fb05102 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3071 | 2024.08.08 23:01:42.351591 [ 3 ] {} <Debug> HTTP-Session: da41294d-818d-459c-ada5-ba569fb05102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3072 | 2024.08.08 23:01:42.351606 [ 3 ] {} <Debug> HTTP-Session: da41294d-818d-459c-ada5-ba569fb05102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3073 | 2024.08.08 23:01:42.351640 [ 3 ] {} <Trace> HTTP-Session: da41294d-818d-459c-ada5-ba569fb05102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3074 | 2024.08.08 23:01:42.351967 [ 3 ] {e6b7e246-f2d3-4481-a7fc-661ec5df4051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3075 | 2024.08.08 23:01:42.352015 [ 3 ] {e6b7e246-f2d3-4481-a7fc-661ec5df4051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3076 | 2024.08.08 23:01:42.352166 [ 3 ] {e6b7e246-f2d3-4481-a7fc-661ec5df4051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3077 | 2024.08.08 23:01:42.352698 [ 3 ] {e6b7e246-f2d3-4481-a7fc-661ec5df4051} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3078 | 2024.08.08 23:01:42.352735 [ 3 ] {e6b7e246-f2d3-4481-a7fc-661ec5df4051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3079 | 2024.08.08 23:01:42.353080 [ 3 ] {e6b7e246-f2d3-4481-a7fc-661ec5df4051} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3080 | 2024.08.08 23:01:42.353385 [ 3 ] {e6b7e246-f2d3-4481-a7fc-661ec5df4051} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3081 | 2024.08.08 23:01:42.353541 [ 3 ] {e6b7e246-f2d3-4481-a7fc-661ec5df4051} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001795 sec., 212813.37047353762 rows/sec., 14.95 MiB/sec. | ||
3082 | 2024.08.08 23:01:42.353711 [ 3 ] {e6b7e246-f2d3-4481-a7fc-661ec5df4051} <Debug> DynamicQueryHandler: Done processing query | ||
3083 | 2024.08.08 23:01:42.353735 [ 3 ] {e6b7e246-f2d3-4481-a7fc-661ec5df4051} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3084 | 2024.08.08 23:01:42.353751 [ 3 ] {} <Debug> HTTP-Session: da41294d-818d-459c-ada5-ba569fb05102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3085 | 2024.08.08 23:01:42.353891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3086 | 2024.08.08 23:01:42.353941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3087 | 2024.08.08 23:01:42.353960 [ 3 ] {} <Debug> HTTP-Session: 3b00960c-136f-41fa-91ea-f8cad616c1cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3088 | 2024.08.08 23:01:42.353976 [ 3 ] {} <Debug> HTTP-Session: 3b00960c-136f-41fa-91ea-f8cad616c1cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3089 | 2024.08.08 23:01:42.353990 [ 3 ] {} <Debug> HTTP-Session: 3b00960c-136f-41fa-91ea-f8cad616c1cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3090 | 2024.08.08 23:01:42.354022 [ 3 ] {} <Trace> HTTP-Session: 3b00960c-136f-41fa-91ea-f8cad616c1cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3091 | 2024.08.08 23:01:42.354116 [ 3 ] {2ed1697f-b601-42cb-a51a-ed5cb270e18e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3092 | 2024.08.08 23:01:42.354162 [ 3 ] {2ed1697f-b601-42cb-a51a-ed5cb270e18e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3093 | 2024.08.08 23:01:42.354291 [ 3 ] {2ed1697f-b601-42cb-a51a-ed5cb270e18e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3094 | 2024.08.08 23:01:42.354557 [ 3 ] {2ed1697f-b601-42cb-a51a-ed5cb270e18e} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3095 | 2024.08.08 23:01:42.354593 [ 3 ] {2ed1697f-b601-42cb-a51a-ed5cb270e18e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3096 | 2024.08.08 23:01:42.354957 [ 3 ] {2ed1697f-b601-42cb-a51a-ed5cb270e18e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3097 | 2024.08.08 23:01:42.355279 [ 3 ] {2ed1697f-b601-42cb-a51a-ed5cb270e18e} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3098 | 2024.08.08 23:01:42.355441 [ 3 ] {2ed1697f-b601-42cb-a51a-ed5cb270e18e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001341 sec., 4474.27293064877 rows/sec., 192.25 KiB/sec. | ||
3099 | 2024.08.08 23:01:42.355604 [ 3 ] {2ed1697f-b601-42cb-a51a-ed5cb270e18e} <Debug> DynamicQueryHandler: Done processing query | ||
3100 | 2024.08.08 23:01:42.355629 [ 3 ] {2ed1697f-b601-42cb-a51a-ed5cb270e18e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3101 | 2024.08.08 23:01:42.355644 [ 3 ] {} <Debug> HTTP-Session: 3b00960c-136f-41fa-91ea-f8cad616c1cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3102 | 2024.08.08 23:01:42.355762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3103 | 2024.08.08 23:01:42.355809 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3104 | 2024.08.08 23:01:42.355828 [ 3 ] {} <Debug> HTTP-Session: 0e1ee109-55f7-4ef4-8d68-351cb3f6b351 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3105 | 2024.08.08 23:01:42.355848 [ 3 ] {} <Debug> HTTP-Session: 0e1ee109-55f7-4ef4-8d68-351cb3f6b351 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3106 | 2024.08.08 23:01:42.355861 [ 3 ] {} <Debug> HTTP-Session: 0e1ee109-55f7-4ef4-8d68-351cb3f6b351 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3107 | 2024.08.08 23:01:42.355892 [ 3 ] {} <Trace> HTTP-Session: 0e1ee109-55f7-4ef4-8d68-351cb3f6b351 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3108 | 2024.08.08 23:01:42.356011 [ 3 ] {f834d48e-e61f-4869-9420-e0034a74c8df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3109 | 2024.08.08 23:01:42.356057 [ 3 ] {f834d48e-e61f-4869-9420-e0034a74c8df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3110 | 2024.08.08 23:01:42.356202 [ 3 ] {f834d48e-e61f-4869-9420-e0034a74c8df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3111 | 2024.08.08 23:01:42.356505 [ 3 ] {f834d48e-e61f-4869-9420-e0034a74c8df} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3112 | 2024.08.08 23:01:42.356539 [ 3 ] {f834d48e-e61f-4869-9420-e0034a74c8df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3113 | 2024.08.08 23:01:42.356898 [ 3 ] {f834d48e-e61f-4869-9420-e0034a74c8df} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
3114 | 2024.08.08 23:01:42.357229 [ 3 ] {f834d48e-e61f-4869-9420-e0034a74c8df} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3115 | 2024.08.08 23:01:42.357388 [ 3 ] {f834d48e-e61f-4869-9420-e0034a74c8df} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001409 sec., 54648.68701206529 rows/sec., 3.37 MiB/sec. | ||
3116 | 2024.08.08 23:01:42.357603 [ 3 ] {f834d48e-e61f-4869-9420-e0034a74c8df} <Debug> DynamicQueryHandler: Done processing query | ||
3117 | 2024.08.08 23:01:42.357627 [ 3 ] {f834d48e-e61f-4869-9420-e0034a74c8df} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3118 | 2024.08.08 23:01:42.357642 [ 3 ] {} <Debug> HTTP-Session: 0e1ee109-55f7-4ef4-8d68-351cb3f6b351 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3119 | 2024.08.08 23:01:42.357849 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30627, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3120 | 2024.08.08 23:01:42.357899 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3121 | 2024.08.08 23:01:42.357917 [ 3 ] {} <Debug> HTTP-Session: 3197c3f2-bb68-4991-be9f-718a1b8d8b18 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3122 | 2024.08.08 23:01:42.357933 [ 3 ] {} <Debug> HTTP-Session: 3197c3f2-bb68-4991-be9f-718a1b8d8b18 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3123 | 2024.08.08 23:01:42.357947 [ 3 ] {} <Debug> HTTP-Session: 3197c3f2-bb68-4991-be9f-718a1b8d8b18 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3124 | 2024.08.08 23:01:42.357977 [ 3 ] {} <Trace> HTTP-Session: 3197c3f2-bb68-4991-be9f-718a1b8d8b18 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3125 | 2024.08.08 23:01:42.358145 [ 3 ] {cecc6877-cec2-4e9b-ae15-97b87da8da9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3126 | 2024.08.08 23:01:42.358190 [ 3 ] {cecc6877-cec2-4e9b-ae15-97b87da8da9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3127 | 2024.08.08 23:01:42.358327 [ 3 ] {cecc6877-cec2-4e9b-ae15-97b87da8da9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3128 | 2024.08.08 23:01:42.358703 [ 3 ] {cecc6877-cec2-4e9b-ae15-97b87da8da9c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3129 | 2024.08.08 23:01:42.358737 [ 3 ] {cecc6877-cec2-4e9b-ae15-97b87da8da9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3130 | 2024.08.08 23:01:42.359102 [ 3 ] {cecc6877-cec2-4e9b-ae15-97b87da8da9c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3131 | 2024.08.08 23:01:42.359431 [ 3 ] {cecc6877-cec2-4e9b-ae15-97b87da8da9c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3132 | 2024.08.08 23:01:42.359592 [ 3 ] {cecc6877-cec2-4e9b-ae15-97b87da8da9c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
3133 | 2024.08.08 23:01:42.359763 [ 3 ] {cecc6877-cec2-4e9b-ae15-97b87da8da9c} <Debug> DynamicQueryHandler: Done processing query | ||
3134 | 2024.08.08 23:01:42.359787 [ 3 ] {cecc6877-cec2-4e9b-ae15-97b87da8da9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3135 | 2024.08.08 23:01:42.359803 [ 3 ] {} <Debug> HTTP-Session: 3197c3f2-bb68-4991-be9f-718a1b8d8b18 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3136 | 2024.08.08 23:01:42.359920 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3137 | 2024.08.08 23:01:42.359969 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3138 | 2024.08.08 23:01:42.359989 [ 3 ] {} <Debug> HTTP-Session: da917d7e-8140-491f-82ce-a7367fdf3f19 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3139 | 2024.08.08 23:01:42.360005 [ 3 ] {} <Debug> HTTP-Session: da917d7e-8140-491f-82ce-a7367fdf3f19 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3140 | 2024.08.08 23:01:42.360018 [ 3 ] {} <Debug> HTTP-Session: da917d7e-8140-491f-82ce-a7367fdf3f19 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3141 | 2024.08.08 23:01:42.360049 [ 3 ] {} <Trace> HTTP-Session: da917d7e-8140-491f-82ce-a7367fdf3f19 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3142 | 2024.08.08 23:01:42.360158 [ 3 ] {8e69364e-4e2b-4701-a80f-0da5ce2b9f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3143 | 2024.08.08 23:01:42.360203 [ 3 ] {8e69364e-4e2b-4701-a80f-0da5ce2b9f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3144 | 2024.08.08 23:01:42.360327 [ 3 ] {8e69364e-4e2b-4701-a80f-0da5ce2b9f52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3145 | 2024.08.08 23:01:42.360589 [ 3 ] {8e69364e-4e2b-4701-a80f-0da5ce2b9f52} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3146 | 2024.08.08 23:01:42.360623 [ 3 ] {8e69364e-4e2b-4701-a80f-0da5ce2b9f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3147 | 2024.08.08 23:01:42.360969 [ 3 ] {8e69364e-4e2b-4701-a80f-0da5ce2b9f52} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3148 | 2024.08.08 23:01:42.361285 [ 3 ] {8e69364e-4e2b-4701-a80f-0da5ce2b9f52} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3149 | 2024.08.08 23:01:42.361436 [ 66 ] {} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3150 | 2024.08.08 23:01:42.361445 [ 3 ] {8e69364e-4e2b-4701-a80f-0da5ce2b9f52} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001302 sec., 17665.130568356373 rows/sec., 955.56 KiB/sec. | ||
3151 | 2024.08.08 23:01:42.361498 [ 66 ] {} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3152 | 2024.08.08 23:01:42.361565 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3153 | 2024.08.08 23:01:42.361805 [ 3 ] {8e69364e-4e2b-4701-a80f-0da5ce2b9f52} <Debug> DynamicQueryHandler: Done processing query | ||
3154 | 2024.08.08 23:01:42.361879 [ 3 ] {8e69364e-4e2b-4701-a80f-0da5ce2b9f52} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3155 | 2024.08.08 23:01:42.361896 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::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 | ||
3156 | 2024.08.08 23:01:42.361946 [ 3 ] {} <Debug> HTTP-Session: da917d7e-8140-491f-82ce-a7367fdf3f19 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3157 | 2024.08.08 23:01:42.362192 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3158 | 2024.08.08 23:01:42.362216 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3159 | 2024.08.08 23:01:42.362282 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 23 rows starting from the beginning of the part | ||
3160 | 2024.08.08 23:01:42.362293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3161 | 2024.08.08 23:01:42.362342 [ 3 ] {} <Debug> HTTP-Session: 2baee24c-82bc-4d83-a0b5-fa5654e6846d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3162 | 2024.08.08 23:01:42.362400 [ 3 ] {} <Debug> HTTP-Session: 2baee24c-82bc-4d83-a0b5-fa5654e6846d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3163 | 2024.08.08 23:01:42.362458 [ 3 ] {} <Debug> HTTP-Session: 2baee24c-82bc-4d83-a0b5-fa5654e6846d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3164 | 2024.08.08 23:01:42.362468 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 23 rows starting from the beginning of the part | ||
3165 | 2024.08.08 23:01:42.362584 [ 3 ] {} <Trace> HTTP-Session: 2baee24c-82bc-4d83-a0b5-fa5654e6846d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3166 | 2024.08.08 23:01:42.362840 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 23 rows starting from the beginning of the part | ||
3167 | 2024.08.08 23:01:42.363041 [ 3 ] {d0fabd15-443e-4795-9754-538c0fb49887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3168 | 2024.08.08 23:01:42.363146 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 23 rows starting from the beginning of the part | ||
3169 | 2024.08.08 23:01:42.363186 [ 3 ] {d0fabd15-443e-4795-9754-538c0fb49887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3170 | 2024.08.08 23:01:42.363427 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
3171 | 2024.08.08 23:01:42.363854 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 23 rows starting from the beginning of the part | ||
3172 | 2024.08.08 23:01:42.364295 [ 3 ] {d0fabd15-443e-4795-9754-538c0fb49887} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3173 | 2024.08.08 23:01:42.365037 [ 3 ] {d0fabd15-443e-4795-9754-538c0fb49887} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3174 | 2024.08.08 23:01:42.365103 [ 3 ] {d0fabd15-443e-4795-9754-538c0fb49887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3175 | 2024.08.08 23:01:42.366141 [ 3 ] {d0fabd15-443e-4795-9754-538c0fb49887} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
3176 | 2024.08.08 23:01:42.366478 [ 199 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 127 rows, containing 4 columns (4 merged, 0 gathered) in 0.004808517 sec., 26411.469482170905 rows/sec., 1.45 MiB/sec. | ||
3177 | 2024.08.08 23:01:42.366686 [ 199 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3178 | 2024.08.08 23:01:42.366851 [ 3 ] {d0fabd15-443e-4795-9754-538c0fb49887} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3179 | 2024.08.08 23:01:42.367230 [ 3 ] {d0fabd15-443e-4795-9754-538c0fb49887} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004386 sec., 13679.890560875512 rows/sec., 944.05 KiB/sec. | ||
3180 | 2024.08.08 23:01:42.367574 [ 3 ] {d0fabd15-443e-4795-9754-538c0fb49887} <Debug> DynamicQueryHandler: Done processing query | ||
3181 | 2024.08.08 23:01:42.367583 [ 199 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3182 | 2024.08.08 23:01:42.367617 [ 3 ] {d0fabd15-443e-4795-9754-538c0fb49887} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3183 | 2024.08.08 23:01:42.367665 [ 3 ] {} <Debug> HTTP-Session: 2baee24c-82bc-4d83-a0b5-fa5654e6846d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3184 | 2024.08.08 23:01:42.367746 [ 199 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_6_1} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3185 | 2024.08.08 23:01:42.367833 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
3186 | 2024.08.08 23:01:47.364172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1417, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3187 | 2024.08.08 23:01:47.364330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3188 | 2024.08.08 23:01:47.364359 [ 3 ] {} <Debug> HTTP-Session: 992058ab-a7ad-4cbb-ba82-8f5b1623625c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3189 | 2024.08.08 23:01:47.364386 [ 3 ] {} <Debug> HTTP-Session: 992058ab-a7ad-4cbb-ba82-8f5b1623625c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3190 | 2024.08.08 23:01:47.364404 [ 3 ] {} <Debug> HTTP-Session: 992058ab-a7ad-4cbb-ba82-8f5b1623625c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3191 | 2024.08.08 23:01:47.364458 [ 3 ] {} <Trace> HTTP-Session: 992058ab-a7ad-4cbb-ba82-8f5b1623625c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3192 | 2024.08.08 23:01:47.364733 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
3193 | 2024.08.08 23:01:47.365199 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
3194 | 2024.08.08 23:01:47.365273 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
3195 | 2024.08.08 23:01:47.365640 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3196 | 2024.08.08 23:01:47.365720 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
3197 | 2024.08.08 23:01:47.365890 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
3198 | 2024.08.08 23:01:47.366100 [ 263 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
3199 | 2024.08.08 23:01:47.366109 [ 257 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
3200 | 2024.08.08 23:01:47.366223 [ 260 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_5_5_0 with 1 steps | ||
3201 | 2024.08.08 23:01:47.366282 [ 255 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
3202 | 2024.08.08 23:01:47.366282 [ 261 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
3203 | 2024.08.08 23:01:47.366460 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Selected 5/5 parts by partition key, 5 parts by primary key, 5/5 marks by primary key, 5 marks to read from 5 ranges | ||
3204 | 2024.08.08 23:01:47.366496 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
3205 | 2024.08.08 23:01:47.366661 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
3206 | 2024.08.08 23:01:47.366685 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Reading approx. 40 rows with 5 streams | ||
3207 | 2024.08.08 23:01:47.366728 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3208 | 2024.08.08 23:01:47.366774 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3209 | 2024.08.08 23:01:47.366814 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3210 | 2024.08.08 23:01:47.366854 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3211 | 2024.08.08 23:01:47.366893 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
3212 | 2024.08.08 23:01:47.369619 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Debug> executeQuery: Read 40 rows, 1.49 KiB in 0.005015 sec., 7976.071784646061 rows/sec., 297.35 KiB/sec. | ||
3213 | 2024.08.08 23:01:47.370145 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Debug> DynamicQueryHandler: Done processing query | ||
3214 | 2024.08.08 23:01:47.370177 [ 3 ] {0130ce2c-3ae6-43bb-a2a2-0ee7fcb521e3} <Debug> MemoryTracker: Peak memory usage (for query): 3.17 MiB. | ||
3215 | 2024.08.08 23:01:47.370199 [ 3 ] {} <Debug> HTTP-Session: 992058ab-a7ad-4cbb-ba82-8f5b1623625c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3216 | 2024.08.08 23:01:47.375721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 452, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3217 | 2024.08.08 23:01:47.375783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3218 | 2024.08.08 23:01:47.375807 [ 3 ] {} <Debug> HTTP-Session: 2bd1b75b-9d6d-4f7d-9d76-4d26c75601e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3219 | 2024.08.08 23:01:47.375830 [ 3 ] {} <Debug> HTTP-Session: 2bd1b75b-9d6d-4f7d-9d76-4d26c75601e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3220 | 2024.08.08 23:01:47.375847 [ 3 ] {} <Debug> HTTP-Session: 2bd1b75b-9d6d-4f7d-9d76-4d26c75601e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3221 | 2024.08.08 23:01:47.375890 [ 3 ] {} <Trace> HTTP-Session: 2bd1b75b-9d6d-4f7d-9d76-4d26c75601e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3222 | 2024.08.08 23:01:47.376027 [ 3 ] {809ca04c-dbbe-4091-a1bc-cb3cba003b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
3223 | 2024.08.08 23:01:47.376086 [ 3 ] {809ca04c-dbbe-4091-a1bc-cb3cba003b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
3224 | 2024.08.08 23:01:47.376274 [ 3 ] {809ca04c-dbbe-4091-a1bc-cb3cba003b94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3225 | 2024.08.08 23:01:47.376633 [ 3 ] {809ca04c-dbbe-4091-a1bc-cb3cba003b94} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3226 | 2024.08.08 23:01:47.376673 [ 3 ] {809ca04c-dbbe-4091-a1bc-cb3cba003b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3227 | 2024.08.08 23:01:47.377161 [ 3 ] {809ca04c-dbbe-4091-a1bc-cb3cba003b94} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3228 | 2024.08.08 23:01:47.377494 [ 3 ] {809ca04c-dbbe-4091-a1bc-cb3cba003b94} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3229 | 2024.08.08 23:01:47.377649 [ 3 ] {809ca04c-dbbe-4091-a1bc-cb3cba003b94} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001662 sec., 601.6847172081829 rows/sec., 136.32 KiB/sec. | ||
3230 | 2024.08.08 23:01:47.377677 [ 62 ] {} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3231 | 2024.08.08 23:01:47.377771 [ 62 ] {} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3232 | 2024.08.08 23:01:47.377835 [ 62 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3233 | 2024.08.08 23:01:47.377942 [ 3 ] {809ca04c-dbbe-4091-a1bc-cb3cba003b94} <Debug> DynamicQueryHandler: Done processing query | ||
3234 | 2024.08.08 23:01:47.378004 [ 3 ] {809ca04c-dbbe-4091-a1bc-cb3cba003b94} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3235 | 2024.08.08 23:01:47.378057 [ 3 ] {} <Debug> HTTP-Session: 2bd1b75b-9d6d-4f7d-9d76-4d26c75601e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3236 | 2024.08.08 23:01:47.378104 [ 198 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::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 | ||
3237 | 2024.08.08 23:01:47.378221 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3238 | 2024.08.08 23:01:47.378357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3239 | 2024.08.08 23:01:47.378420 [ 3 ] {} <Debug> HTTP-Session: aa952a0d-882b-4ab2-a31d-4f6c043f3b73 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3240 | 2024.08.08 23:01:47.378479 [ 3 ] {} <Debug> HTTP-Session: aa952a0d-882b-4ab2-a31d-4f6c043f3b73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3241 | 2024.08.08 23:01:47.378522 [ 3 ] {} <Debug> HTTP-Session: aa952a0d-882b-4ab2-a31d-4f6c043f3b73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3242 | 2024.08.08 23:01:47.378608 [ 3 ] {} <Trace> HTTP-Session: aa952a0d-882b-4ab2-a31d-4f6c043f3b73 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3243 | 2024.08.08 23:01:47.378892 [ 3 ] {874e65d6-9f2b-44ee-a1bd-3c08bd50ae2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3244 | 2024.08.08 23:01:47.378910 [ 198 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3245 | 2024.08.08 23:01:47.378973 [ 3 ] {874e65d6-9f2b-44ee-a1bd-3c08bd50ae2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3246 | 2024.08.08 23:01:47.378996 [ 198 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
3247 | 2024.08.08 23:01:47.379371 [ 198 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
3248 | 2024.08.08 23:01:47.379678 [ 198 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 12 rows starting from the beginning of the part | ||
3249 | 2024.08.08 23:01:47.379694 [ 3 ] {874e65d6-9f2b-44ee-a1bd-3c08bd50ae2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3250 | 2024.08.08 23:01:47.379931 [ 198 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3251 | 2024.08.08 23:01:47.380135 [ 198 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 4 rows starting from the beginning of the part | ||
3252 | 2024.08.08 23:01:47.380430 [ 198 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
3253 | 2024.08.08 23:01:47.380927 [ 3 ] {874e65d6-9f2b-44ee-a1bd-3c08bd50ae2b} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3254 | 2024.08.08 23:01:47.381027 [ 3 ] {874e65d6-9f2b-44ee-a1bd-3c08bd50ae2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3255 | 2024.08.08 23:01:47.381801 [ 3 ] {874e65d6-9f2b-44ee-a1bd-3c08bd50ae2b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3256 | 2024.08.08 23:01:47.382984 [ 3 ] {874e65d6-9f2b-44ee-a1bd-3c08bd50ae2b} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3257 | 2024.08.08 23:01:47.383489 [ 3 ] {874e65d6-9f2b-44ee-a1bd-3c08bd50ae2b} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.004676 sec., 7057.313943541489 rows/sec., 572.03 KiB/sec. | ||
3258 | 2024.08.08 23:01:47.384113 [ 3 ] {874e65d6-9f2b-44ee-a1bd-3c08bd50ae2b} <Debug> DynamicQueryHandler: Done processing query | ||
3259 | 2024.08.08 23:01:47.384187 [ 3 ] {874e65d6-9f2b-44ee-a1bd-3c08bd50ae2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3260 | 2024.08.08 23:01:47.384233 [ 3 ] {} <Debug> HTTP-Session: aa952a0d-882b-4ab2-a31d-4f6c043f3b73 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3261 | 2024.08.08 23:01:47.384458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3262 | 2024.08.08 23:01:47.384606 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3263 | 2024.08.08 23:01:47.384672 [ 3 ] {} <Debug> HTTP-Session: 7144287a-9b84-4c15-af22-049a9636be88 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3264 | 2024.08.08 23:01:47.384732 [ 3 ] {} <Debug> HTTP-Session: 7144287a-9b84-4c15-af22-049a9636be88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3265 | 2024.08.08 23:01:47.384793 [ 3 ] {} <Debug> HTTP-Session: 7144287a-9b84-4c15-af22-049a9636be88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3266 | 2024.08.08 23:01:47.384953 [ 3 ] {} <Trace> HTTP-Session: 7144287a-9b84-4c15-af22-049a9636be88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3267 | 2024.08.08 23:01:47.385238 [ 3 ] {bbc3d0cf-f988-4e78-b86a-94908af059bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3268 | 2024.08.08 23:01:47.385373 [ 3 ] {bbc3d0cf-f988-4e78-b86a-94908af059bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3269 | 2024.08.08 23:01:47.386338 [ 3 ] {bbc3d0cf-f988-4e78-b86a-94908af059bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3270 | 2024.08.08 23:01:47.387555 [ 3 ] {bbc3d0cf-f988-4e78-b86a-94908af059bf} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3271 | 2024.08.08 23:01:47.387624 [ 3 ] {bbc3d0cf-f988-4e78-b86a-94908af059bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3272 | 2024.08.08 23:01:47.388873 [ 3 ] {bbc3d0cf-f988-4e78-b86a-94908af059bf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3273 | 2024.08.08 23:01:47.389024 [ 195 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.011064374 sec., 3705.586958647638 rows/sec., 554.20 KiB/sec. | ||
3274 | 2024.08.08 23:01:47.389342 [ 195 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3275 | 2024.08.08 23:01:47.389558 [ 3 ] {bbc3d0cf-f988-4e78-b86a-94908af059bf} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3276 | 2024.08.08 23:01:47.389992 [ 3 ] {bbc3d0cf-f988-4e78-b86a-94908af059bf} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004833 sec., 1241.4649286157667 rows/sec., 101.23 KiB/sec. | ||
3277 | 2024.08.08 23:01:47.390429 [ 3 ] {bbc3d0cf-f988-4e78-b86a-94908af059bf} <Debug> DynamicQueryHandler: Done processing query | ||
3278 | 2024.08.08 23:01:47.390482 [ 3 ] {bbc3d0cf-f988-4e78-b86a-94908af059bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3279 | 2024.08.08 23:01:47.390561 [ 3 ] {} <Debug> HTTP-Session: 7144287a-9b84-4c15-af22-049a9636be88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3280 | 2024.08.08 23:01:47.390864 [ 195 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3281 | 2024.08.08 23:01:47.390938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 188074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3282 | 2024.08.08 23:01:47.391043 [ 195 ] {a3aa5eb5-d734-4b21-88b6-aea8f585cd04::all_1_6_1} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3283 | 2024.08.08 23:01:47.391053 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3284 | 2024.08.08 23:01:47.391093 [ 3 ] {} <Debug> HTTP-Session: 93da995b-9e53-4b1d-b4cd-4ee0c53f3244 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3285 | 2024.08.08 23:01:47.391137 [ 3 ] {} <Debug> HTTP-Session: 93da995b-9e53-4b1d-b4cd-4ee0c53f3244 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3286 | 2024.08.08 23:01:47.391183 [ 3 ] {} <Debug> HTTP-Session: 93da995b-9e53-4b1d-b4cd-4ee0c53f3244 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3287 | 2024.08.08 23:01:47.391223 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
3288 | 2024.08.08 23:01:47.391245 [ 3 ] {} <Trace> HTTP-Session: 93da995b-9e53-4b1d-b4cd-4ee0c53f3244 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3289 | 2024.08.08 23:01:47.391861 [ 3 ] {bcf143bf-7082-405c-906e-b9648ffedc7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3290 | 2024.08.08 23:01:47.391912 [ 3 ] {bcf143bf-7082-405c-906e-b9648ffedc7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3291 | 2024.08.08 23:01:47.392066 [ 3 ] {bcf143bf-7082-405c-906e-b9648ffedc7c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3292 | 2024.08.08 23:01:47.393339 [ 3 ] {bcf143bf-7082-405c-906e-b9648ffedc7c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3293 | 2024.08.08 23:01:47.393377 [ 3 ] {bcf143bf-7082-405c-906e-b9648ffedc7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3294 | 2024.08.08 23:01:47.393787 [ 3 ] {bcf143bf-7082-405c-906e-b9648ffedc7c} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3295 | 2024.08.08 23:01:47.394130 [ 3 ] {bcf143bf-7082-405c-906e-b9648ffedc7c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3296 | 2024.08.08 23:01:47.394295 [ 3 ] {bcf143bf-7082-405c-906e-b9648ffedc7c} <Debug> executeQuery: Read 1298 rows, 109.64 KiB in 0.002747 sec., 472515.471423371 rows/sec., 38.98 MiB/sec. | ||
3297 | 2024.08.08 23:01:47.394666 [ 3 ] {bcf143bf-7082-405c-906e-b9648ffedc7c} <Debug> DynamicQueryHandler: Done processing query | ||
3298 | 2024.08.08 23:01:47.394695 [ 3 ] {bcf143bf-7082-405c-906e-b9648ffedc7c} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
3299 | 2024.08.08 23:01:47.394711 [ 3 ] {} <Debug> HTTP-Session: 93da995b-9e53-4b1d-b4cd-4ee0c53f3244 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3300 | 2024.08.08 23:01:47.394952 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3301 | 2024.08.08 23:01:47.395000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3302 | 2024.08.08 23:01:47.395019 [ 3 ] {} <Debug> HTTP-Session: fd10adab-f7fa-4a5a-9bcc-54914116f75e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3303 | 2024.08.08 23:01:47.395035 [ 3 ] {} <Debug> HTTP-Session: fd10adab-f7fa-4a5a-9bcc-54914116f75e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3304 | 2024.08.08 23:01:47.395048 [ 3 ] {} <Debug> HTTP-Session: fd10adab-f7fa-4a5a-9bcc-54914116f75e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3305 | 2024.08.08 23:01:47.395079 [ 3 ] {} <Trace> HTTP-Session: fd10adab-f7fa-4a5a-9bcc-54914116f75e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3306 | 2024.08.08 23:01:47.395177 [ 3 ] {bdfd1ab9-ad06-4bcc-ab7f-462c1da46dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3307 | 2024.08.08 23:01:47.395221 [ 3 ] {bdfd1ab9-ad06-4bcc-ab7f-462c1da46dfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3308 | 2024.08.08 23:01:47.395370 [ 3 ] {bdfd1ab9-ad06-4bcc-ab7f-462c1da46dfb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3309 | 2024.08.08 23:01:47.395753 [ 3 ] {bdfd1ab9-ad06-4bcc-ab7f-462c1da46dfb} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3310 | 2024.08.08 23:01:47.395786 [ 3 ] {bdfd1ab9-ad06-4bcc-ab7f-462c1da46dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3311 | 2024.08.08 23:01:47.396082 [ 3 ] {bdfd1ab9-ad06-4bcc-ab7f-462c1da46dfb} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
3312 | 2024.08.08 23:01:47.396392 [ 3 ] {bdfd1ab9-ad06-4bcc-ab7f-462c1da46dfb} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3313 | 2024.08.08 23:01:47.396547 [ 3 ] {bdfd1ab9-ad06-4bcc-ab7f-462c1da46dfb} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001392 sec., 4310.3448275862065 rows/sec., 300.97 KiB/sec. | ||
3314 | 2024.08.08 23:01:47.396801 [ 3 ] {bdfd1ab9-ad06-4bcc-ab7f-462c1da46dfb} <Debug> DynamicQueryHandler: Done processing query | ||
3315 | 2024.08.08 23:01:47.396826 [ 3 ] {bdfd1ab9-ad06-4bcc-ab7f-462c1da46dfb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3316 | 2024.08.08 23:01:47.396842 [ 3 ] {} <Debug> HTTP-Session: fd10adab-f7fa-4a5a-9bcc-54914116f75e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3317 | 2024.08.08 23:01:47.396978 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3318 | 2024.08.08 23:01:47.397026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3319 | 2024.08.08 23:01:47.397046 [ 3 ] {} <Debug> HTTP-Session: b3c9fdc0-bf75-460e-9739-2d7429ebec44 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3320 | 2024.08.08 23:01:47.397062 [ 3 ] {} <Debug> HTTP-Session: b3c9fdc0-bf75-460e-9739-2d7429ebec44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3321 | 2024.08.08 23:01:47.397075 [ 3 ] {} <Debug> HTTP-Session: b3c9fdc0-bf75-460e-9739-2d7429ebec44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3322 | 2024.08.08 23:01:47.397106 [ 3 ] {} <Trace> HTTP-Session: b3c9fdc0-bf75-460e-9739-2d7429ebec44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3323 | 2024.08.08 23:01:47.397326 [ 3 ] {69633eae-c68b-4e8a-a3fe-b84425c44790} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
3324 | 2024.08.08 23:01:47.397368 [ 3 ] {69633eae-c68b-4e8a-a3fe-b84425c44790} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
3325 | 2024.08.08 23:01:47.397509 [ 3 ] {69633eae-c68b-4e8a-a3fe-b84425c44790} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3326 | 2024.08.08 23:01:47.398002 [ 3 ] {69633eae-c68b-4e8a-a3fe-b84425c44790} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3327 | 2024.08.08 23:01:47.398041 [ 3 ] {69633eae-c68b-4e8a-a3fe-b84425c44790} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3328 | 2024.08.08 23:01:47.398362 [ 3 ] {69633eae-c68b-4e8a-a3fe-b84425c44790} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3329 | 2024.08.08 23:01:47.398669 [ 3 ] {69633eae-c68b-4e8a-a3fe-b84425c44790} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3330 | 2024.08.08 23:01:47.398832 [ 3 ] {69633eae-c68b-4e8a-a3fe-b84425c44790} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001641 sec., 138939.6709323583 rows/sec., 9.41 MiB/sec. | ||
3331 | 2024.08.08 23:01:47.399092 [ 3 ] {69633eae-c68b-4e8a-a3fe-b84425c44790} <Debug> DynamicQueryHandler: Done processing query | ||
3332 | 2024.08.08 23:01:47.399116 [ 3 ] {69633eae-c68b-4e8a-a3fe-b84425c44790} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
3333 | 2024.08.08 23:01:47.399131 [ 3 ] {} <Debug> HTTP-Session: b3c9fdc0-bf75-460e-9739-2d7429ebec44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3334 | 2024.08.08 23:01:47.399386 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 94665, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3335 | 2024.08.08 23:01:47.399435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3336 | 2024.08.08 23:01:47.399454 [ 3 ] {} <Debug> HTTP-Session: 6c55007d-ad93-4ee5-aa29-e77894dcd554 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3337 | 2024.08.08 23:01:47.399470 [ 3 ] {} <Debug> HTTP-Session: 6c55007d-ad93-4ee5-aa29-e77894dcd554 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3338 | 2024.08.08 23:01:47.399483 [ 3 ] {} <Debug> HTTP-Session: 6c55007d-ad93-4ee5-aa29-e77894dcd554 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3339 | 2024.08.08 23:01:47.399514 [ 3 ] {} <Trace> HTTP-Session: 6c55007d-ad93-4ee5-aa29-e77894dcd554 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3340 | 2024.08.08 23:01:47.399823 [ 3 ] {32d96c04-8426-4c76-be41-a700c177143a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3341 | 2024.08.08 23:01:47.399866 [ 3 ] {32d96c04-8426-4c76-be41-a700c177143a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3342 | 2024.08.08 23:01:47.400012 [ 3 ] {32d96c04-8426-4c76-be41-a700c177143a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3343 | 2024.08.08 23:01:47.400749 [ 3 ] {32d96c04-8426-4c76-be41-a700c177143a} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3344 | 2024.08.08 23:01:47.400786 [ 3 ] {32d96c04-8426-4c76-be41-a700c177143a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3345 | 2024.08.08 23:01:47.401139 [ 3 ] {32d96c04-8426-4c76-be41-a700c177143a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3346 | 2024.08.08 23:01:47.401460 [ 3 ] {32d96c04-8426-4c76-be41-a700c177143a} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3347 | 2024.08.08 23:01:47.401622 [ 3 ] {32d96c04-8426-4c76-be41-a700c177143a} <Debug> executeQuery: Read 572 rows, 43.59 KiB in 0.001988 sec., 287726.35814889334 rows/sec., 21.41 MiB/sec. | ||
3348 | 2024.08.08 23:01:47.401790 [ 3 ] {32d96c04-8426-4c76-be41-a700c177143a} <Debug> DynamicQueryHandler: Done processing query | ||
3349 | 2024.08.08 23:01:47.401814 [ 3 ] {32d96c04-8426-4c76-be41-a700c177143a} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
3350 | 2024.08.08 23:01:47.401830 [ 3 ] {} <Debug> HTTP-Session: 6c55007d-ad93-4ee5-aa29-e77894dcd554 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3351 | 2024.08.08 23:01:47.402088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160546, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3352 | 2024.08.08 23:01:47.402136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3353 | 2024.08.08 23:01:47.402154 [ 3 ] {} <Debug> HTTP-Session: 17ab52aa-a125-47d6-845d-69f0bf279872 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3354 | 2024.08.08 23:01:47.402170 [ 3 ] {} <Debug> HTTP-Session: 17ab52aa-a125-47d6-845d-69f0bf279872 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3355 | 2024.08.08 23:01:47.402184 [ 3 ] {} <Debug> HTTP-Session: 17ab52aa-a125-47d6-845d-69f0bf279872 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3356 | 2024.08.08 23:01:47.402214 [ 3 ] {} <Trace> HTTP-Session: 17ab52aa-a125-47d6-845d-69f0bf279872 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3357 | 2024.08.08 23:01:47.402643 [ 3 ] {9220a173-2175-444f-910d-7dde52cdfaf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3358 | 2024.08.08 23:01:47.402689 [ 3 ] {9220a173-2175-444f-910d-7dde52cdfaf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3359 | 2024.08.08 23:01:47.402836 [ 3 ] {9220a173-2175-444f-910d-7dde52cdfaf1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3360 | 2024.08.08 23:01:47.403675 [ 3 ] {9220a173-2175-444f-910d-7dde52cdfaf1} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3361 | 2024.08.08 23:01:47.403711 [ 3 ] {9220a173-2175-444f-910d-7dde52cdfaf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3362 | 2024.08.08 23:01:47.404163 [ 3 ] {9220a173-2175-444f-910d-7dde52cdfaf1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3363 | 2024.08.08 23:01:47.404518 [ 3 ] {9220a173-2175-444f-910d-7dde52cdfaf1} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3364 | 2024.08.08 23:01:47.404684 [ 3 ] {9220a173-2175-444f-910d-7dde52cdfaf1} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002307 sec., 367143.4763762462 rows/sec., 24.71 MiB/sec. | ||
3365 | 2024.08.08 23:01:47.404988 [ 3 ] {9220a173-2175-444f-910d-7dde52cdfaf1} <Debug> DynamicQueryHandler: Done processing query | ||
3366 | 2024.08.08 23:01:47.405011 [ 3 ] {9220a173-2175-444f-910d-7dde52cdfaf1} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
3367 | 2024.08.08 23:01:47.405027 [ 3 ] {} <Debug> HTTP-Session: 17ab52aa-a125-47d6-845d-69f0bf279872 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3368 | 2024.08.08 23:01:47.405231 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52776, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3369 | 2024.08.08 23:01:47.405279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3370 | 2024.08.08 23:01:47.405298 [ 3 ] {} <Debug> HTTP-Session: 30436e43-4553-4657-a6bc-a5a0d0875a5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3371 | 2024.08.08 23:01:47.405314 [ 3 ] {} <Debug> HTTP-Session: 30436e43-4553-4657-a6bc-a5a0d0875a5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3372 | 2024.08.08 23:01:47.405327 [ 3 ] {} <Debug> HTTP-Session: 30436e43-4553-4657-a6bc-a5a0d0875a5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3373 | 2024.08.08 23:01:47.405357 [ 3 ] {} <Trace> HTTP-Session: 30436e43-4553-4657-a6bc-a5a0d0875a5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3374 | 2024.08.08 23:01:47.405877 [ 3 ] {8a2a96e3-9f39-43e3-9aba-16bb129284a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3375 | 2024.08.08 23:01:47.405949 [ 3 ] {8a2a96e3-9f39-43e3-9aba-16bb129284a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3376 | 2024.08.08 23:01:47.406381 [ 3 ] {8a2a96e3-9f39-43e3-9aba-16bb129284a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3377 | 2024.08.08 23:01:47.407083 [ 3 ] {8a2a96e3-9f39-43e3-9aba-16bb129284a6} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3378 | 2024.08.08 23:01:47.407119 [ 3 ] {8a2a96e3-9f39-43e3-9aba-16bb129284a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3379 | 2024.08.08 23:01:47.407740 [ 3 ] {8a2a96e3-9f39-43e3-9aba-16bb129284a6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3380 | 2024.08.08 23:01:47.408141 [ 3 ] {8a2a96e3-9f39-43e3-9aba-16bb129284a6} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3381 | 2024.08.08 23:01:47.408275 [ 3 ] {8a2a96e3-9f39-43e3-9aba-16bb129284a6} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002837 sec., 11632.00563976031 rows/sec., 20.84 MiB/sec. | ||
3382 | 2024.08.08 23:01:47.408498 [ 3 ] {8a2a96e3-9f39-43e3-9aba-16bb129284a6} <Debug> DynamicQueryHandler: Done processing query | ||
3383 | 2024.08.08 23:01:47.408521 [ 3 ] {8a2a96e3-9f39-43e3-9aba-16bb129284a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3384 | 2024.08.08 23:01:47.408537 [ 3 ] {} <Debug> HTTP-Session: 30436e43-4553-4657-a6bc-a5a0d0875a5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3385 | 2024.08.08 23:01:47.408661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 2407, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3386 | 2024.08.08 23:01:47.408709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3387 | 2024.08.08 23:01:47.408727 [ 3 ] {} <Debug> HTTP-Session: ddc41dde-da5e-4de8-a152-989152b83691 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3388 | 2024.08.08 23:01:47.408743 [ 3 ] {} <Debug> HTTP-Session: ddc41dde-da5e-4de8-a152-989152b83691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3389 | 2024.08.08 23:01:47.408756 [ 3 ] {} <Debug> HTTP-Session: ddc41dde-da5e-4de8-a152-989152b83691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3390 | 2024.08.08 23:01:47.408786 [ 3 ] {} <Trace> HTTP-Session: ddc41dde-da5e-4de8-a152-989152b83691 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3391 | 2024.08.08 23:01:47.408884 [ 3 ] {526acb24-e2ff-4f17-aba9-d366b51350a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3392 | 2024.08.08 23:01:47.408928 [ 3 ] {526acb24-e2ff-4f17-aba9-d366b51350a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3393 | 2024.08.08 23:01:47.409051 [ 3 ] {526acb24-e2ff-4f17-aba9-d366b51350a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3394 | 2024.08.08 23:01:47.409359 [ 3 ] {526acb24-e2ff-4f17-aba9-d366b51350a0} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3395 | 2024.08.08 23:01:47.409393 [ 3 ] {526acb24-e2ff-4f17-aba9-d366b51350a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3396 | 2024.08.08 23:01:47.409752 [ 3 ] {526acb24-e2ff-4f17-aba9-d366b51350a0} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3397 | 2024.08.08 23:01:47.410145 [ 3 ] {526acb24-e2ff-4f17-aba9-d366b51350a0} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3398 | 2024.08.08 23:01:47.410272 [ 3 ] {526acb24-e2ff-4f17-aba9-d366b51350a0} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001414 sec., 10608.20367751061 rows/sec., 769.37 KiB/sec. | ||
3399 | 2024.08.08 23:01:47.410572 [ 3 ] {526acb24-e2ff-4f17-aba9-d366b51350a0} <Debug> DynamicQueryHandler: Done processing query | ||
3400 | 2024.08.08 23:01:47.410598 [ 3 ] {526acb24-e2ff-4f17-aba9-d366b51350a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3401 | 2024.08.08 23:01:47.410614 [ 3 ] {} <Debug> HTTP-Session: ddc41dde-da5e-4de8-a152-989152b83691 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3402 | 2024.08.08 23:01:47.410734 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3403 | 2024.08.08 23:01:47.410783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3404 | 2024.08.08 23:01:47.410802 [ 3 ] {} <Debug> HTTP-Session: 2ad64ee8-3a1d-4dac-905c-53fdb3ddbf0f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3405 | 2024.08.08 23:01:47.410819 [ 3 ] {} <Debug> HTTP-Session: 2ad64ee8-3a1d-4dac-905c-53fdb3ddbf0f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3406 | 2024.08.08 23:01:47.410832 [ 3 ] {} <Debug> HTTP-Session: 2ad64ee8-3a1d-4dac-905c-53fdb3ddbf0f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3407 | 2024.08.08 23:01:47.410863 [ 3 ] {} <Trace> HTTP-Session: 2ad64ee8-3a1d-4dac-905c-53fdb3ddbf0f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3408 | 2024.08.08 23:01:47.410977 [ 3 ] {0bc2b3b4-13f5-4c40-8051-6553e9288ae3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3409 | 2024.08.08 23:01:47.411023 [ 3 ] {0bc2b3b4-13f5-4c40-8051-6553e9288ae3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3410 | 2024.08.08 23:01:47.411164 [ 3 ] {0bc2b3b4-13f5-4c40-8051-6553e9288ae3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3411 | 2024.08.08 23:01:47.411482 [ 3 ] {0bc2b3b4-13f5-4c40-8051-6553e9288ae3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3412 | 2024.08.08 23:01:47.411517 [ 3 ] {0bc2b3b4-13f5-4c40-8051-6553e9288ae3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3413 | 2024.08.08 23:01:47.411880 [ 3 ] {0bc2b3b4-13f5-4c40-8051-6553e9288ae3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
3414 | 2024.08.08 23:01:47.412210 [ 3 ] {0bc2b3b4-13f5-4c40-8051-6553e9288ae3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3415 | 2024.08.08 23:01:47.412336 [ 3 ] {0bc2b3b4-13f5-4c40-8051-6553e9288ae3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
3416 | 2024.08.08 23:01:47.412498 [ 3 ] {0bc2b3b4-13f5-4c40-8051-6553e9288ae3} <Debug> DynamicQueryHandler: Done processing query | ||
3417 | 2024.08.08 23:01:47.412522 [ 3 ] {0bc2b3b4-13f5-4c40-8051-6553e9288ae3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3418 | 2024.08.08 23:01:47.412538 [ 3 ] {} <Debug> HTTP-Session: 2ad64ee8-3a1d-4dac-905c-53fdb3ddbf0f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3419 | 2024.08.08 23:01:52.342989 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3420 | 2024.08.08 23:01:52.343115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3421 | 2024.08.08 23:01:52.343141 [ 3 ] {} <Debug> HTTP-Session: ed988e59-a277-4fc3-95aa-c184f8779824 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3422 | 2024.08.08 23:01:52.343164 [ 3 ] {} <Debug> HTTP-Session: ed988e59-a277-4fc3-95aa-c184f8779824 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3423 | 2024.08.08 23:01:52.343179 [ 3 ] {} <Debug> HTTP-Session: ed988e59-a277-4fc3-95aa-c184f8779824 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3424 | 2024.08.08 23:01:52.343228 [ 3 ] {} <Trace> HTTP-Session: ed988e59-a277-4fc3-95aa-c184f8779824 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3425 | 2024.08.08 23:01:52.343406 [ 3 ] {c4ebcd2b-d907-4b1e-ba63-bcb73f416595} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3426 | 2024.08.08 23:01:52.343472 [ 3 ] {c4ebcd2b-d907-4b1e-ba63-bcb73f416595} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3427 | 2024.08.08 23:01:52.343656 [ 3 ] {c4ebcd2b-d907-4b1e-ba63-bcb73f416595} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3428 | 2024.08.08 23:01:52.344093 [ 3 ] {c4ebcd2b-d907-4b1e-ba63-bcb73f416595} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3429 | 2024.08.08 23:01:52.344140 [ 3 ] {c4ebcd2b-d907-4b1e-ba63-bcb73f416595} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3430 | 2024.08.08 23:01:52.344501 [ 3 ] {c4ebcd2b-d907-4b1e-ba63-bcb73f416595} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3431 | 2024.08.08 23:01:52.344837 [ 3 ] {c4ebcd2b-d907-4b1e-ba63-bcb73f416595} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3432 | 2024.08.08 23:01:52.345009 [ 3 ] {c4ebcd2b-d907-4b1e-ba63-bcb73f416595} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001647 sec., 3642.9872495446266 rows/sec., 206.34 KiB/sec. | ||
3433 | 2024.08.08 23:01:52.345222 [ 3 ] {c4ebcd2b-d907-4b1e-ba63-bcb73f416595} <Debug> DynamicQueryHandler: Done processing query | ||
3434 | 2024.08.08 23:01:52.345248 [ 3 ] {c4ebcd2b-d907-4b1e-ba63-bcb73f416595} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3435 | 2024.08.08 23:01:52.345266 [ 3 ] {} <Debug> HTTP-Session: ed988e59-a277-4fc3-95aa-c184f8779824 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3436 | 2024.08.08 23:01:52.345399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3437 | 2024.08.08 23:01:52.345455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3438 | 2024.08.08 23:01:52.345476 [ 3 ] {} <Debug> HTTP-Session: 474e5278-d07e-46a2-9320-e5c623061ede Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3439 | 2024.08.08 23:01:52.345496 [ 3 ] {} <Debug> HTTP-Session: 474e5278-d07e-46a2-9320-e5c623061ede Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3440 | 2024.08.08 23:01:52.345511 [ 3 ] {} <Debug> HTTP-Session: 474e5278-d07e-46a2-9320-e5c623061ede Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3441 | 2024.08.08 23:01:52.345546 [ 3 ] {} <Trace> HTTP-Session: 474e5278-d07e-46a2-9320-e5c623061ede Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3442 | 2024.08.08 23:01:52.345651 [ 3 ] {02f4df75-7580-4f30-a6d1-611536a21357} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
3443 | 2024.08.08 23:01:52.345698 [ 3 ] {02f4df75-7580-4f30-a6d1-611536a21357} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
3444 | 2024.08.08 23:01:52.345832 [ 3 ] {02f4df75-7580-4f30-a6d1-611536a21357} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3445 | 2024.08.08 23:01:52.346157 [ 3 ] {02f4df75-7580-4f30-a6d1-611536a21357} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3446 | 2024.08.08 23:01:52.346195 [ 3 ] {02f4df75-7580-4f30-a6d1-611536a21357} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3447 | 2024.08.08 23:01:52.346496 [ 3 ] {02f4df75-7580-4f30-a6d1-611536a21357} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3448 | 2024.08.08 23:01:52.346797 [ 3 ] {02f4df75-7580-4f30-a6d1-611536a21357} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3449 | 2024.08.08 23:01:52.346948 [ 3 ] {02f4df75-7580-4f30-a6d1-611536a21357} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001326 sec., 3016.5912518853697 rows/sec., 245.98 KiB/sec. | ||
3450 | 2024.08.08 23:01:52.347118 [ 3 ] {02f4df75-7580-4f30-a6d1-611536a21357} <Debug> DynamicQueryHandler: Done processing query | ||
3451 | 2024.08.08 23:01:52.347143 [ 3 ] {02f4df75-7580-4f30-a6d1-611536a21357} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3452 | 2024.08.08 23:01:52.347159 [ 3 ] {} <Debug> HTTP-Session: 474e5278-d07e-46a2-9320-e5c623061ede Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3453 | 2024.08.08 23:01:52.347303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3454 | 2024.08.08 23:01:52.347353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3455 | 2024.08.08 23:01:52.347373 [ 3 ] {} <Debug> HTTP-Session: c6f53235-011f-4f9c-9d07-f009830d5efe Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3456 | 2024.08.08 23:01:52.347391 [ 3 ] {} <Debug> HTTP-Session: c6f53235-011f-4f9c-9d07-f009830d5efe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3457 | 2024.08.08 23:01:52.347405 [ 3 ] {} <Debug> HTTP-Session: c6f53235-011f-4f9c-9d07-f009830d5efe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3458 | 2024.08.08 23:01:52.347439 [ 3 ] {} <Trace> HTTP-Session: c6f53235-011f-4f9c-9d07-f009830d5efe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3459 | 2024.08.08 23:01:52.347594 [ 3 ] {c24f9ccd-7c9f-4f5c-a37b-e49cd7fe53ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3460 | 2024.08.08 23:01:52.347638 [ 3 ] {c24f9ccd-7c9f-4f5c-a37b-e49cd7fe53ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3461 | 2024.08.08 23:01:52.347766 [ 3 ] {c24f9ccd-7c9f-4f5c-a37b-e49cd7fe53ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3462 | 2024.08.08 23:01:52.348175 [ 3 ] {c24f9ccd-7c9f-4f5c-a37b-e49cd7fe53ff} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3463 | 2024.08.08 23:01:52.348212 [ 3 ] {c24f9ccd-7c9f-4f5c-a37b-e49cd7fe53ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3464 | 2024.08.08 23:01:52.348531 [ 3 ] {c24f9ccd-7c9f-4f5c-a37b-e49cd7fe53ff} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3465 | 2024.08.08 23:01:52.348852 [ 3 ] {c24f9ccd-7c9f-4f5c-a37b-e49cd7fe53ff} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3466 | 2024.08.08 23:01:52.349008 [ 3 ] {c24f9ccd-7c9f-4f5c-a37b-e49cd7fe53ff} <Debug> executeQuery: Read 163 rows, 14.68 KiB in 0.001481 sec., 110060.76975016881 rows/sec., 9.68 MiB/sec. | ||
3467 | 2024.08.08 23:01:52.349173 [ 3 ] {c24f9ccd-7c9f-4f5c-a37b-e49cd7fe53ff} <Debug> DynamicQueryHandler: Done processing query | ||
3468 | 2024.08.08 23:01:52.349198 [ 3 ] {c24f9ccd-7c9f-4f5c-a37b-e49cd7fe53ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3469 | 2024.08.08 23:01:52.349214 [ 3 ] {} <Debug> HTTP-Session: c6f53235-011f-4f9c-9d07-f009830d5efe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3470 | 2024.08.08 23:01:52.349342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3471 | 2024.08.08 23:01:52.349393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3472 | 2024.08.08 23:01:52.349413 [ 3 ] {} <Debug> HTTP-Session: 023000d2-71d1-4721-ad3e-81d8a1b6318f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3473 | 2024.08.08 23:01:52.349430 [ 3 ] {} <Debug> HTTP-Session: 023000d2-71d1-4721-ad3e-81d8a1b6318f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3474 | 2024.08.08 23:01:52.349444 [ 3 ] {} <Debug> HTTP-Session: 023000d2-71d1-4721-ad3e-81d8a1b6318f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3475 | 2024.08.08 23:01:52.349476 [ 3 ] {} <Trace> HTTP-Session: 023000d2-71d1-4721-ad3e-81d8a1b6318f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3476 | 2024.08.08 23:01:52.349572 [ 3 ] {88eb680d-79d1-43a6-8ce4-a1b322452774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
3477 | 2024.08.08 23:01:52.349614 [ 3 ] {88eb680d-79d1-43a6-8ce4-a1b322452774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
3478 | 2024.08.08 23:01:52.349739 [ 3 ] {88eb680d-79d1-43a6-8ce4-a1b322452774} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3479 | 2024.08.08 23:01:52.350040 [ 3 ] {88eb680d-79d1-43a6-8ce4-a1b322452774} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3480 | 2024.08.08 23:01:52.350076 [ 3 ] {88eb680d-79d1-43a6-8ce4-a1b322452774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3481 | 2024.08.08 23:01:52.350369 [ 3 ] {88eb680d-79d1-43a6-8ce4-a1b322452774} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
3482 | 2024.08.08 23:01:52.350673 [ 3 ] {88eb680d-79d1-43a6-8ce4-a1b322452774} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3483 | 2024.08.08 23:01:52.350796 [ 3 ] {88eb680d-79d1-43a6-8ce4-a1b322452774} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001244 sec., 3215.434083601286 rows/sec., 224.52 KiB/sec. | ||
3484 | 2024.08.08 23:01:52.351054 [ 3 ] {88eb680d-79d1-43a6-8ce4-a1b322452774} <Debug> DynamicQueryHandler: Done processing query | ||
3485 | 2024.08.08 23:01:52.351080 [ 3 ] {88eb680d-79d1-43a6-8ce4-a1b322452774} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3486 | 2024.08.08 23:01:52.351096 [ 3 ] {} <Debug> HTTP-Session: 023000d2-71d1-4721-ad3e-81d8a1b6318f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3487 | 2024.08.08 23:01:52.351251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 62293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3488 | 2024.08.08 23:01:52.351301 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3489 | 2024.08.08 23:01:52.351321 [ 3 ] {} <Debug> HTTP-Session: b0aad4f6-c35d-4158-ae5a-51e2b87949a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3490 | 2024.08.08 23:01:52.351337 [ 3 ] {} <Debug> HTTP-Session: b0aad4f6-c35d-4158-ae5a-51e2b87949a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3491 | 2024.08.08 23:01:52.351351 [ 3 ] {} <Debug> HTTP-Session: b0aad4f6-c35d-4158-ae5a-51e2b87949a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3492 | 2024.08.08 23:01:52.351382 [ 3 ] {} <Trace> HTTP-Session: b0aad4f6-c35d-4158-ae5a-51e2b87949a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3493 | 2024.08.08 23:01:52.351584 [ 3 ] {be6c68ba-b81b-4355-a82a-d2c0f33e80a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3494 | 2024.08.08 23:01:52.351628 [ 3 ] {be6c68ba-b81b-4355-a82a-d2c0f33e80a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3495 | 2024.08.08 23:01:52.351770 [ 3 ] {be6c68ba-b81b-4355-a82a-d2c0f33e80a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3496 | 2024.08.08 23:01:52.352307 [ 3 ] {be6c68ba-b81b-4355-a82a-d2c0f33e80a1} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3497 | 2024.08.08 23:01:52.352345 [ 3 ] {be6c68ba-b81b-4355-a82a-d2c0f33e80a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3498 | 2024.08.08 23:01:52.352663 [ 3 ] {be6c68ba-b81b-4355-a82a-d2c0f33e80a1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3499 | 2024.08.08 23:01:52.352975 [ 3 ] {be6c68ba-b81b-4355-a82a-d2c0f33e80a1} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3500 | 2024.08.08 23:01:52.353125 [ 3 ] {be6c68ba-b81b-4355-a82a-d2c0f33e80a1} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.00164 sec., 235365.8536585366 rows/sec., 16.55 MiB/sec. | ||
3501 | 2024.08.08 23:01:52.353291 [ 3 ] {be6c68ba-b81b-4355-a82a-d2c0f33e80a1} <Debug> DynamicQueryHandler: Done processing query | ||
3502 | 2024.08.08 23:01:52.353316 [ 3 ] {be6c68ba-b81b-4355-a82a-d2c0f33e80a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3503 | 2024.08.08 23:01:52.353332 [ 3 ] {} <Debug> HTTP-Session: b0aad4f6-c35d-4158-ae5a-51e2b87949a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3504 | 2024.08.08 23:01:52.353466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3505 | 2024.08.08 23:01:52.353515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3506 | 2024.08.08 23:01:52.353535 [ 3 ] {} <Debug> HTTP-Session: b46d95b3-a3eb-4f5a-8b0d-725d1fa4c8f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3507 | 2024.08.08 23:01:52.353551 [ 3 ] {} <Debug> HTTP-Session: b46d95b3-a3eb-4f5a-8b0d-725d1fa4c8f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3508 | 2024.08.08 23:01:52.353565 [ 3 ] {} <Debug> HTTP-Session: b46d95b3-a3eb-4f5a-8b0d-725d1fa4c8f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3509 | 2024.08.08 23:01:52.353596 [ 3 ] {} <Trace> HTTP-Session: b46d95b3-a3eb-4f5a-8b0d-725d1fa4c8f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3510 | 2024.08.08 23:01:52.353692 [ 3 ] {197e4ef0-c052-448b-a3bd-1bac6d74483a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3511 | 2024.08.08 23:01:52.353738 [ 3 ] {197e4ef0-c052-448b-a3bd-1bac6d74483a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3512 | 2024.08.08 23:01:52.353869 [ 3 ] {197e4ef0-c052-448b-a3bd-1bac6d74483a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3513 | 2024.08.08 23:01:52.354198 [ 3 ] {197e4ef0-c052-448b-a3bd-1bac6d74483a} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3514 | 2024.08.08 23:01:52.354234 [ 3 ] {197e4ef0-c052-448b-a3bd-1bac6d74483a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3515 | 2024.08.08 23:01:52.354585 [ 3 ] {197e4ef0-c052-448b-a3bd-1bac6d74483a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3516 | 2024.08.08 23:01:52.354909 [ 3 ] {197e4ef0-c052-448b-a3bd-1bac6d74483a} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3517 | 2024.08.08 23:01:52.355067 [ 3 ] {197e4ef0-c052-448b-a3bd-1bac6d74483a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 185.61 KiB/sec. | ||
3518 | 2024.08.08 23:01:52.355076 [ 53 ] {} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3519 | 2024.08.08 23:01:52.355176 [ 53 ] {} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3520 | 2024.08.08 23:01:52.355218 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3521 | 2024.08.08 23:01:52.355325 [ 3 ] {197e4ef0-c052-448b-a3bd-1bac6d74483a} <Debug> DynamicQueryHandler: Done processing query | ||
3522 | 2024.08.08 23:01:52.355402 [ 3 ] {197e4ef0-c052-448b-a3bd-1bac6d74483a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3523 | 2024.08.08 23:01:52.355487 [ 3 ] {} <Debug> HTTP-Session: b46d95b3-a3eb-4f5a-8b0d-725d1fa4c8f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3524 | 2024.08.08 23:01:52.355657 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::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 | ||
3525 | 2024.08.08 23:01:52.355697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3526 | 2024.08.08 23:01:52.355788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3527 | 2024.08.08 23:01:52.355843 [ 3 ] {} <Debug> HTTP-Session: c9641a99-b749-49ed-b66f-f72f2fa66adb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3528 | 2024.08.08 23:01:52.355887 [ 3 ] {} <Debug> HTTP-Session: c9641a99-b749-49ed-b66f-f72f2fa66adb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3529 | 2024.08.08 23:01:52.355930 [ 3 ] {} <Debug> HTTP-Session: c9641a99-b749-49ed-b66f-f72f2fa66adb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3530 | 2024.08.08 23:01:52.356009 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3531 | 2024.08.08 23:01:52.356019 [ 3 ] {} <Trace> HTTP-Session: c9641a99-b749-49ed-b66f-f72f2fa66adb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3532 | 2024.08.08 23:01:52.356077 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
3533 | 2024.08.08 23:01:52.356347 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
3534 | 2024.08.08 23:01:52.356371 [ 3 ] {be157e2b-d074-4a25-a635-3d21a707c8f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3535 | 2024.08.08 23:01:52.356580 [ 3 ] {be157e2b-d074-4a25-a635-3d21a707c8f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3536 | 2024.08.08 23:01:52.356627 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
3537 | 2024.08.08 23:01:52.357037 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
3538 | 2024.08.08 23:01:52.357320 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
3539 | 2024.08.08 23:01:52.357738 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
3540 | 2024.08.08 23:01:52.357824 [ 3 ] {be157e2b-d074-4a25-a635-3d21a707c8f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3541 | 2024.08.08 23:01:52.358821 [ 3 ] {be157e2b-d074-4a25-a635-3d21a707c8f3} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3542 | 2024.08.08 23:01:52.358874 [ 3 ] {be157e2b-d074-4a25-a635-3d21a707c8f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3543 | 2024.08.08 23:01:52.359977 [ 3 ] {be157e2b-d074-4a25-a635-3d21a707c8f3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
3544 | 2024.08.08 23:01:52.360399 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.005086801 sec., 7077.13944382727 rows/sec., 304.10 KiB/sec. | ||
3545 | 2024.08.08 23:01:52.360666 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3546 | 2024.08.08 23:01:52.360912 [ 3 ] {be157e2b-d074-4a25-a635-3d21a707c8f3} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3547 | 2024.08.08 23:01:52.361305 [ 53 ] {} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
3548 | 2024.08.08 23:01:52.361383 [ 3 ] {be157e2b-d074-4a25-a635-3d21a707c8f3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005197 sec., 14816.240138541465 rows/sec., 934.28 KiB/sec. | ||
3549 | 2024.08.08 23:01:52.361399 [ 53 ] {} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3550 | 2024.08.08 23:01:52.361501 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3551 | 2024.08.08 23:01:52.362002 [ 3 ] {be157e2b-d074-4a25-a635-3d21a707c8f3} <Debug> DynamicQueryHandler: Done processing query | ||
3552 | 2024.08.08 23:01:52.362003 [ 195 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::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 | ||
3553 | 2024.08.08 23:01:52.362090 [ 3 ] {be157e2b-d074-4a25-a635-3d21a707c8f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3554 | 2024.08.08 23:01:52.362177 [ 3 ] {} <Debug> HTTP-Session: c9641a99-b749-49ed-b66f-f72f2fa66adb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3555 | 2024.08.08 23:01:52.362271 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3556 | 2024.08.08 23:01:52.362471 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31017, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3557 | 2024.08.08 23:01:52.362620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3558 | 2024.08.08 23:01:52.362630 [ 195 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3559 | 2024.08.08 23:01:52.362623 [ 198 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_6_1} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3560 | 2024.08.08 23:01:52.362654 [ 3 ] {} <Debug> HTTP-Session: fc2f7155-523d-492d-b1d7-6d854ac489c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3561 | 2024.08.08 23:01:52.362709 [ 3 ] {} <Debug> HTTP-Session: fc2f7155-523d-492d-b1d7-6d854ac489c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3562 | 2024.08.08 23:01:52.362714 [ 195 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 77 rows starting from the beginning of the part | ||
3563 | 2024.08.08 23:01:52.362774 [ 3 ] {} <Debug> HTTP-Session: fc2f7155-523d-492d-b1d7-6d854ac489c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3564 | 2024.08.08 23:01:52.362873 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3565 | 2024.08.08 23:01:52.362911 [ 3 ] {} <Trace> HTTP-Session: fc2f7155-523d-492d-b1d7-6d854ac489c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3566 | 2024.08.08 23:01:52.363137 [ 195 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 77 rows starting from the beginning of the part | ||
3567 | 2024.08.08 23:01:52.363353 [ 195 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 77 rows starting from the beginning of the part | ||
3568 | 2024.08.08 23:01:52.363445 [ 3 ] {64202d6f-069a-4b9c-a548-11a99bfeb283} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3569 | 2024.08.08 23:01:52.363619 [ 195 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 77 rows starting from the beginning of the part | ||
3570 | 2024.08.08 23:01:52.363637 [ 3 ] {64202d6f-069a-4b9c-a548-11a99bfeb283} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3571 | 2024.08.08 23:01:52.364039 [ 195 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 77 rows starting from the beginning of the part | ||
3572 | 2024.08.08 23:01:52.364401 [ 195 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 77 rows starting from the beginning of the part | ||
3573 | 2024.08.08 23:01:52.365098 [ 3 ] {64202d6f-069a-4b9c-a548-11a99bfeb283} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3574 | 2024.08.08 23:01:52.365845 [ 3 ] {64202d6f-069a-4b9c-a548-11a99bfeb283} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3575 | 2024.08.08 23:01:52.365916 [ 3 ] {64202d6f-069a-4b9c-a548-11a99bfeb283} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3576 | 2024.08.08 23:01:52.366967 [ 3 ] {64202d6f-069a-4b9c-a548-11a99bfeb283} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3577 | 2024.08.08 23:01:52.367235 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 462 rows, containing 5 columns (5 merged, 0 gathered) in 0.005561157 sec., 83076.2375527251 rows/sec., 5.12 MiB/sec. | ||
3578 | 2024.08.08 23:01:52.367422 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
3579 | 2024.08.08 23:01:52.367530 [ 3 ] {64202d6f-069a-4b9c-a548-11a99bfeb283} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3580 | 2024.08.08 23:01:52.367794 [ 3 ] {64202d6f-069a-4b9c-a548-11a99bfeb283} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004589 sec., 35301.80867291349 rows/sec., 2.46 MiB/sec. | ||
3581 | 2024.08.08 23:01:52.368059 [ 3 ] {64202d6f-069a-4b9c-a548-11a99bfeb283} <Debug> DynamicQueryHandler: Done processing query | ||
3582 | 2024.08.08 23:01:52.368088 [ 3 ] {64202d6f-069a-4b9c-a548-11a99bfeb283} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3583 | 2024.08.08 23:01:52.368116 [ 3 ] {} <Debug> HTTP-Session: fc2f7155-523d-492d-b1d7-6d854ac489c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3584 | 2024.08.08 23:01:52.368141 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3585 | 2024.08.08 23:01:52.368217 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_6_1} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
3586 | 2024.08.08 23:01:52.368240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3587 | 2024.08.08 23:01:52.368305 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3588 | 2024.08.08 23:01:52.368312 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
3589 | 2024.08.08 23:01:52.368331 [ 3 ] {} <Debug> HTTP-Session: 58b59ebe-7ee5-4543-9251-db4d2cd46f0d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3590 | 2024.08.08 23:01:52.368354 [ 3 ] {} <Debug> HTTP-Session: 58b59ebe-7ee5-4543-9251-db4d2cd46f0d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3591 | 2024.08.08 23:01:52.368368 [ 3 ] {} <Debug> HTTP-Session: 58b59ebe-7ee5-4543-9251-db4d2cd46f0d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3592 | 2024.08.08 23:01:52.368399 [ 3 ] {} <Trace> HTTP-Session: 58b59ebe-7ee5-4543-9251-db4d2cd46f0d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3593 | 2024.08.08 23:01:52.368501 [ 3 ] {f8f6312e-bb1d-477d-b568-961afb23772d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3594 | 2024.08.08 23:01:52.368546 [ 3 ] {f8f6312e-bb1d-477d-b568-961afb23772d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3595 | 2024.08.08 23:01:52.368676 [ 3 ] {f8f6312e-bb1d-477d-b568-961afb23772d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3596 | 2024.08.08 23:01:52.368967 [ 3 ] {f8f6312e-bb1d-477d-b568-961afb23772d} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3597 | 2024.08.08 23:01:52.369002 [ 3 ] {f8f6312e-bb1d-477d-b568-961afb23772d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3598 | 2024.08.08 23:01:52.369360 [ 3 ] {f8f6312e-bb1d-477d-b568-961afb23772d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
3599 | 2024.08.08 23:01:52.369680 [ 3 ] {f8f6312e-bb1d-477d-b568-961afb23772d} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3600 | 2024.08.08 23:01:52.369841 [ 3 ] {f8f6312e-bb1d-477d-b568-961afb23772d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001362 sec., 16886.930983847284 rows/sec., 913.47 KiB/sec. | ||
3601 | 2024.08.08 23:01:52.370104 [ 3 ] {f8f6312e-bb1d-477d-b568-961afb23772d} <Debug> DynamicQueryHandler: Done processing query | ||
3602 | 2024.08.08 23:01:52.370129 [ 3 ] {f8f6312e-bb1d-477d-b568-961afb23772d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3603 | 2024.08.08 23:01:52.370146 [ 3 ] {} <Debug> HTTP-Session: 58b59ebe-7ee5-4543-9251-db4d2cd46f0d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3604 | 2024.08.08 23:01:52.370259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3605 | 2024.08.08 23:01:52.370308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3606 | 2024.08.08 23:01:52.370327 [ 3 ] {} <Debug> HTTP-Session: 7efdb32f-6f9a-448d-8f5a-44dd52c76484 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3607 | 2024.08.08 23:01:52.370343 [ 3 ] {} <Debug> HTTP-Session: 7efdb32f-6f9a-448d-8f5a-44dd52c76484 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3608 | 2024.08.08 23:01:52.370357 [ 3 ] {} <Debug> HTTP-Session: 7efdb32f-6f9a-448d-8f5a-44dd52c76484 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3609 | 2024.08.08 23:01:52.370387 [ 3 ] {} <Trace> HTTP-Session: 7efdb32f-6f9a-448d-8f5a-44dd52c76484 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3610 | 2024.08.08 23:01:52.370505 [ 3 ] {6b29593c-dd0f-46a7-a77d-67421d20d868} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3611 | 2024.08.08 23:01:52.370550 [ 3 ] {6b29593c-dd0f-46a7-a77d-67421d20d868} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3612 | 2024.08.08 23:01:52.370693 [ 3 ] {6b29593c-dd0f-46a7-a77d-67421d20d868} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3613 | 2024.08.08 23:01:52.370999 [ 3 ] {6b29593c-dd0f-46a7-a77d-67421d20d868} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3614 | 2024.08.08 23:01:52.371034 [ 3 ] {6b29593c-dd0f-46a7-a77d-67421d20d868} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3615 | 2024.08.08 23:01:52.371383 [ 3 ] {6b29593c-dd0f-46a7-a77d-67421d20d868} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
3616 | 2024.08.08 23:01:52.371705 [ 3 ] {6b29593c-dd0f-46a7-a77d-67421d20d868} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3617 | 2024.08.08 23:01:52.371868 [ 3 ] {6b29593c-dd0f-46a7-a77d-67421d20d868} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
3618 | 2024.08.08 23:01:52.372104 [ 3 ] {6b29593c-dd0f-46a7-a77d-67421d20d868} <Debug> DynamicQueryHandler: Done processing query | ||
3619 | 2024.08.08 23:01:52.372132 [ 3 ] {6b29593c-dd0f-46a7-a77d-67421d20d868} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3620 | 2024.08.08 23:01:52.372152 [ 3 ] {} <Debug> HTTP-Session: 7efdb32f-6f9a-448d-8f5a-44dd52c76484 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3621 | 2024.08.08 23:01:53.178686 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
3622 | 2024.08.08 23:01:53.178734 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
3623 | 2024.08.08 23:01:57.339976 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3624 | 2024.08.08 23:01:57.340107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3625 | 2024.08.08 23:01:57.340137 [ 3 ] {} <Debug> HTTP-Session: d15a5aaa-8ad9-46be-a482-07f943990f9c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3626 | 2024.08.08 23:01:57.340165 [ 3 ] {} <Debug> HTTP-Session: d15a5aaa-8ad9-46be-a482-07f943990f9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3627 | 2024.08.08 23:01:57.340183 [ 3 ] {} <Debug> HTTP-Session: d15a5aaa-8ad9-46be-a482-07f943990f9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3628 | 2024.08.08 23:01:57.340237 [ 3 ] {} <Trace> HTTP-Session: d15a5aaa-8ad9-46be-a482-07f943990f9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3629 | 2024.08.08 23:01:57.340441 [ 3 ] {9d41e8f2-adf5-4519-9dd0-bc487ef494a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3630 | 2024.08.08 23:01:57.340512 [ 3 ] {9d41e8f2-adf5-4519-9dd0-bc487ef494a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3631 | 2024.08.08 23:01:57.340696 [ 3 ] {9d41e8f2-adf5-4519-9dd0-bc487ef494a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3632 | 2024.08.08 23:01:57.341145 [ 3 ] {9d41e8f2-adf5-4519-9dd0-bc487ef494a9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3633 | 2024.08.08 23:01:57.341188 [ 3 ] {9d41e8f2-adf5-4519-9dd0-bc487ef494a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3634 | 2024.08.08 23:01:57.341556 [ 3 ] {9d41e8f2-adf5-4519-9dd0-bc487ef494a9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3635 | 2024.08.08 23:01:57.341899 [ 3 ] {9d41e8f2-adf5-4519-9dd0-bc487ef494a9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3636 | 2024.08.08 23:01:57.342069 [ 3 ] {9d41e8f2-adf5-4519-9dd0-bc487ef494a9} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001689 sec., 19538.188277087032 rows/sec., 1.55 MiB/sec. | ||
3637 | 2024.08.08 23:01:57.342415 [ 3 ] {9d41e8f2-adf5-4519-9dd0-bc487ef494a9} <Debug> DynamicQueryHandler: Done processing query | ||
3638 | 2024.08.08 23:01:57.342443 [ 3 ] {9d41e8f2-adf5-4519-9dd0-bc487ef494a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3639 | 2024.08.08 23:01:57.342461 [ 3 ] {} <Debug> HTTP-Session: d15a5aaa-8ad9-46be-a482-07f943990f9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3640 | 2024.08.08 23:01:57.342660 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3641 | 2024.08.08 23:01:57.342719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3642 | 2024.08.08 23:01:57.342739 [ 3 ] {} <Debug> HTTP-Session: 1e805b74-f566-4ea3-9723-37175d4b6696 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3643 | 2024.08.08 23:01:57.342758 [ 3 ] {} <Debug> HTTP-Session: 1e805b74-f566-4ea3-9723-37175d4b6696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3644 | 2024.08.08 23:01:57.342773 [ 3 ] {} <Debug> HTTP-Session: 1e805b74-f566-4ea3-9723-37175d4b6696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3645 | 2024.08.08 23:01:57.342808 [ 3 ] {} <Trace> HTTP-Session: 1e805b74-f566-4ea3-9723-37175d4b6696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3646 | 2024.08.08 23:01:57.342961 [ 3 ] {15f191dd-ff05-4ebe-9fc8-0a34c8faad56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3647 | 2024.08.08 23:01:57.343008 [ 3 ] {15f191dd-ff05-4ebe-9fc8-0a34c8faad56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3648 | 2024.08.08 23:01:57.343160 [ 3 ] {15f191dd-ff05-4ebe-9fc8-0a34c8faad56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3649 | 2024.08.08 23:01:57.343594 [ 3 ] {15f191dd-ff05-4ebe-9fc8-0a34c8faad56} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3650 | 2024.08.08 23:01:57.343632 [ 3 ] {15f191dd-ff05-4ebe-9fc8-0a34c8faad56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3651 | 2024.08.08 23:01:57.343960 [ 3 ] {15f191dd-ff05-4ebe-9fc8-0a34c8faad56} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3652 | 2024.08.08 23:01:57.344270 [ 3 ] {15f191dd-ff05-4ebe-9fc8-0a34c8faad56} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3653 | 2024.08.08 23:01:57.344437 [ 3 ] {15f191dd-ff05-4ebe-9fc8-0a34c8faad56} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001531 sec., 101241.01894186805 rows/sec., 8.48 MiB/sec. | ||
3654 | 2024.08.08 23:01:57.344437 [ 49 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3655 | 2024.08.08 23:01:57.344548 [ 49 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3656 | 2024.08.08 23:01:57.344600 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3657 | 2024.08.08 23:01:57.344676 [ 3 ] {15f191dd-ff05-4ebe-9fc8-0a34c8faad56} <Debug> DynamicQueryHandler: Done processing query | ||
3658 | 2024.08.08 23:01:57.344744 [ 3 ] {15f191dd-ff05-4ebe-9fc8-0a34c8faad56} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3659 | 2024.08.08 23:01:57.344794 [ 3 ] {} <Debug> HTTP-Session: 1e805b74-f566-4ea3-9723-37175d4b6696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3660 | 2024.08.08 23:01:57.344817 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
3661 | 2024.08.08 23:01:57.345003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3662 | 2024.08.08 23:01:57.345075 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3663 | 2024.08.08 23:01:57.345107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3664 | 2024.08.08 23:01:57.345140 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1301 rows starting from the beginning of the part | ||
3665 | 2024.08.08 23:01:57.345148 [ 3 ] {} <Debug> HTTP-Session: cd37101e-dec7-4f87-ae48-f32ac7f72e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3666 | 2024.08.08 23:01:57.345198 [ 3 ] {} <Debug> HTTP-Session: cd37101e-dec7-4f87-ae48-f32ac7f72e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3667 | 2024.08.08 23:01:57.345212 [ 3 ] {} <Debug> HTTP-Session: cd37101e-dec7-4f87-ae48-f32ac7f72e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3668 | 2024.08.08 23:01:57.345303 [ 3 ] {} <Trace> HTTP-Session: cd37101e-dec7-4f87-ae48-f32ac7f72e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3669 | 2024.08.08 23:01:57.345432 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 119 rows starting from the beginning of the part | ||
3670 | 2024.08.08 23:01:57.345658 [ 3 ] {bdc58728-6f49-45ca-9450-b0369e6598d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3671 | 2024.08.08 23:01:57.345797 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 161 rows starting from the beginning of the part | ||
3672 | 2024.08.08 23:01:57.345813 [ 3 ] {bdc58728-6f49-45ca-9450-b0369e6598d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3673 | 2024.08.08 23:01:57.346087 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1298 rows starting from the beginning of the part | ||
3674 | 2024.08.08 23:01:57.346416 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 163 rows starting from the beginning of the part | ||
3675 | 2024.08.08 23:01:57.346898 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 155 rows starting from the beginning of the part | ||
3676 | 2024.08.08 23:01:57.346915 [ 3 ] {bdc58728-6f49-45ca-9450-b0369e6598d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3677 | 2024.08.08 23:01:57.347968 [ 3 ] {bdc58728-6f49-45ca-9450-b0369e6598d5} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3678 | 2024.08.08 23:01:57.348037 [ 3 ] {bdc58728-6f49-45ca-9450-b0369e6598d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3679 | 2024.08.08 23:01:57.348771 [ 3 ] {bdc58728-6f49-45ca-9450-b0369e6598d5} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3680 | 2024.08.08 23:01:57.349538 [ 3 ] {bdc58728-6f49-45ca-9450-b0369e6598d5} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3681 | 2024.08.08 23:01:57.349705 [ 3 ] {bdc58728-6f49-45ca-9450-b0369e6598d5} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.004191 sec., 23144.834168456215 rows/sec., 1.81 MiB/sec. | ||
3682 | 2024.08.08 23:01:57.349707 [ 48 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3683 | 2024.08.08 23:01:57.349823 [ 48 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3684 | 2024.08.08 23:01:57.349904 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3685 | 2024.08.08 23:01:57.350151 [ 3 ] {bdc58728-6f49-45ca-9450-b0369e6598d5} <Debug> DynamicQueryHandler: Done processing query | ||
3686 | 2024.08.08 23:01:57.350256 [ 3 ] {bdc58728-6f49-45ca-9450-b0369e6598d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3687 | 2024.08.08 23:01:57.350352 [ 3 ] {} <Debug> HTTP-Session: cd37101e-dec7-4f87-ae48-f32ac7f72e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3688 | 2024.08.08 23:01:57.350425 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
3689 | 2024.08.08 23:01:57.350626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3690 | 2024.08.08 23:01:57.350675 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3197 rows, containing 4 columns (4 merged, 0 gathered) in 0.005979444 sec., 534665.0959520651 rows/sec., 44.56 MiB/sec. | ||
3691 | 2024.08.08 23:01:57.350754 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3692 | 2024.08.08 23:01:57.350821 [ 3 ] {} <Debug> HTTP-Session: 08a53263-2cca-4666-955f-c295b1346812 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3693 | 2024.08.08 23:01:57.350828 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3694 | 2024.08.08 23:01:57.350845 [ 3 ] {} <Debug> HTTP-Session: 08a53263-2cca-4666-955f-c295b1346812 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3695 | 2024.08.08 23:01:57.350867 [ 3 ] {} <Debug> HTTP-Session: 08a53263-2cca-4666-955f-c295b1346812 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3696 | 2024.08.08 23:01:57.350867 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 838 rows starting from the beginning of the part | ||
3697 | 2024.08.08 23:01:57.350918 [ 3 ] {} <Trace> HTTP-Session: 08a53263-2cca-4666-955f-c295b1346812 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3698 | 2024.08.08 23:01:57.351163 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 92 rows starting from the beginning of the part | ||
3699 | 2024.08.08 23:01:57.351175 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3700 | 2024.08.08 23:01:57.351444 [ 3 ] {3d496821-3667-4ce6-9aa9-4284798181ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3701 | 2024.08.08 23:01:57.351703 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 382 rows starting from the beginning of the part | ||
3702 | 2024.08.08 23:01:57.351743 [ 3 ] {3d496821-3667-4ce6-9aa9-4284798181ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3703 | 2024.08.08 23:01:57.352625 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 572 rows starting from the beginning of the part | ||
3704 | 2024.08.08 23:01:57.353093 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 386 rows starting from the beginning of the part | ||
3705 | 2024.08.08 23:01:57.353482 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 97 rows starting from the beginning of the part | ||
3706 | 2024.08.08 23:01:57.354036 [ 3 ] {3d496821-3667-4ce6-9aa9-4284798181ff} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3707 | 2024.08.08 23:01:57.354722 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3708 | 2024.08.08 23:01:57.355123 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_16_3} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3709 | 2024.08.08 23:01:57.355424 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
3710 | 2024.08.08 23:01:57.355552 [ 3 ] {3d496821-3667-4ce6-9aa9-4284798181ff} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3711 | 2024.08.08 23:01:57.355599 [ 3 ] {3d496821-3667-4ce6-9aa9-4284798181ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3712 | 2024.08.08 23:01:57.356188 [ 3 ] {3d496821-3667-4ce6-9aa9-4284798181ff} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3713 | 2024.08.08 23:01:57.356635 [ 191 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2367 rows, containing 4 columns (4 merged, 0 gathered) in 0.006575862 sec., 359952.80922866083 rows/sec., 26.10 MiB/sec. | ||
3714 | 2024.08.08 23:01:57.356683 [ 3 ] {3d496821-3667-4ce6-9aa9-4284798181ff} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3715 | 2024.08.08 23:01:57.356882 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3716 | 2024.08.08 23:01:57.356924 [ 3 ] {3d496821-3667-4ce6-9aa9-4284798181ff} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005793 sec., 27619.54082513378 rows/sec., 1.92 MiB/sec. | ||
3717 | 2024.08.08 23:01:57.356962 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3718 | 2024.08.08 23:01:57.357054 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3719 | 2024.08.08 23:01:57.357065 [ 191 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3720 | 2024.08.08 23:01:57.357473 [ 3 ] {3d496821-3667-4ce6-9aa9-4284798181ff} <Debug> DynamicQueryHandler: Done processing query | ||
3721 | 2024.08.08 23:01:57.357482 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
3722 | 2024.08.08 23:01:57.357505 [ 3 ] {3d496821-3667-4ce6-9aa9-4284798181ff} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3723 | 2024.08.08 23:01:57.357555 [ 3 ] {} <Debug> HTTP-Session: 08a53263-2cca-4666-955f-c295b1346812 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3724 | 2024.08.08 23:01:57.357822 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52792, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3725 | 2024.08.08 23:01:57.358014 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3726 | 2024.08.08 23:01:57.358130 [ 3 ] {} <Debug> HTTP-Session: f7c7b219-c7b5-402a-84bd-d9e0f37718f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3727 | 2024.08.08 23:01:57.358173 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3728 | 2024.08.08 23:01:57.358190 [ 3 ] {} <Debug> HTTP-Session: f7c7b219-c7b5-402a-84bd-d9e0f37718f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3729 | 2024.08.08 23:01:57.358261 [ 3 ] {} <Debug> HTTP-Session: f7c7b219-c7b5-402a-84bd-d9e0f37718f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3730 | 2024.08.08 23:01:57.358282 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3224 rows starting from the beginning of the part | ||
3731 | 2024.08.08 23:01:57.358401 [ 3 ] {} <Trace> HTTP-Session: f7c7b219-c7b5-402a-84bd-d9e0f37718f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3732 | 2024.08.08 23:01:57.358731 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
3733 | 2024.08.08 23:01:57.358943 [ 191 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3734 | 2024.08.08 23:01:57.359070 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
3735 | 2024.08.08 23:01:57.359270 [ 191 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_16_3} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3736 | 2024.08.08 23:01:57.359425 [ 3 ] {6d7bc1d4-545e-497b-a0a7-8736da7850b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
3737 | 2024.08.08 23:01:57.359440 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 847 rows starting from the beginning of the part | ||
3738 | 2024.08.08 23:01:57.359669 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
3739 | 2024.08.08 23:01:57.359913 [ 3 ] {6d7bc1d4-545e-497b-a0a7-8736da7850b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
3740 | 2024.08.08 23:01:57.359934 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 162 rows starting from the beginning of the part | ||
3741 | 2024.08.08 23:01:57.360274 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
3742 | 2024.08.08 23:01:57.361396 [ 3 ] {6d7bc1d4-545e-497b-a0a7-8736da7850b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3743 | 2024.08.08 23:01:57.362504 [ 3 ] {6d7bc1d4-545e-497b-a0a7-8736da7850b3} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3744 | 2024.08.08 23:01:57.362541 [ 3 ] {6d7bc1d4-545e-497b-a0a7-8736da7850b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3745 | 2024.08.08 23:01:57.365450 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4713 rows, containing 5 columns (5 merged, 0 gathered) in 0.008212344 sec., 573892.179869718 rows/sec., 39.10 MiB/sec. | ||
3746 | 2024.08.08 23:01:57.365471 [ 3 ] {6d7bc1d4-545e-497b-a0a7-8736da7850b3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
3747 | 2024.08.08 23:01:57.365865 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3748 | 2024.08.08 23:01:57.366181 [ 3 ] {6d7bc1d4-545e-497b-a0a7-8736da7850b3} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3749 | 2024.08.08 23:01:57.366663 [ 3 ] {6d7bc1d4-545e-497b-a0a7-8736da7850b3} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007952 sec., 4149.89939637827 rows/sec., 7.44 MiB/sec. | ||
3750 | 2024.08.08 23:01:57.366974 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3751 | 2024.08.08 23:01:57.367169 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3752 | 2024.08.08 23:01:57.367203 [ 3 ] {6d7bc1d4-545e-497b-a0a7-8736da7850b3} <Debug> DynamicQueryHandler: Done processing query | ||
3753 | 2024.08.08 23:01:57.367286 [ 3 ] {6d7bc1d4-545e-497b-a0a7-8736da7850b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
3754 | 2024.08.08 23:01:57.367337 [ 3 ] {} <Debug> HTTP-Session: f7c7b219-c7b5-402a-84bd-d9e0f37718f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3755 | 2024.08.08 23:01:57.367339 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.00 MiB. | ||
3756 | 2024.08.08 23:01:57.367510 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3757 | 2024.08.08 23:01:57.367566 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3758 | 2024.08.08 23:01:57.367585 [ 3 ] {} <Debug> HTTP-Session: 27112927-9da2-439c-90d1-c33e98db4287 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3759 | 2024.08.08 23:01:57.367602 [ 3 ] {} <Debug> HTTP-Session: 27112927-9da2-439c-90d1-c33e98db4287 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3760 | 2024.08.08 23:01:57.367616 [ 3 ] {} <Debug> HTTP-Session: 27112927-9da2-439c-90d1-c33e98db4287 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3761 | 2024.08.08 23:01:57.367649 [ 3 ] {} <Trace> HTTP-Session: 27112927-9da2-439c-90d1-c33e98db4287 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3762 | 2024.08.08 23:01:57.367776 [ 3 ] {b7558408-a2e2-4535-acef-b24a03414cb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3763 | 2024.08.08 23:01:57.367822 [ 3 ] {b7558408-a2e2-4535-acef-b24a03414cb7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3764 | 2024.08.08 23:01:57.367968 [ 3 ] {b7558408-a2e2-4535-acef-b24a03414cb7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3765 | 2024.08.08 23:01:57.368304 [ 3 ] {b7558408-a2e2-4535-acef-b24a03414cb7} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3766 | 2024.08.08 23:01:57.368339 [ 3 ] {b7558408-a2e2-4535-acef-b24a03414cb7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3767 | 2024.08.08 23:01:57.368705 [ 3 ] {b7558408-a2e2-4535-acef-b24a03414cb7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
3768 | 2024.08.08 23:01:57.369041 [ 3 ] {b7558408-a2e2-4535-acef-b24a03414cb7} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3769 | 2024.08.08 23:01:57.369163 [ 3 ] {b7558408-a2e2-4535-acef-b24a03414cb7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00143 sec., 41958.041958041955 rows/sec., 2.83 MiB/sec. | ||
3770 | 2024.08.08 23:01:57.369165 [ 48 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
3771 | 2024.08.08 23:01:57.369217 [ 48 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3772 | 2024.08.08 23:01:57.369250 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.34 GiB. | ||
3773 | 2024.08.08 23:01:57.369401 [ 3 ] {b7558408-a2e2-4535-acef-b24a03414cb7} <Debug> DynamicQueryHandler: Done processing query | ||
3774 | 2024.08.08 23:01:57.369475 [ 3 ] {b7558408-a2e2-4535-acef-b24a03414cb7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3775 | 2024.08.08 23:01:57.369527 [ 3 ] {} <Debug> HTTP-Session: 27112927-9da2-439c-90d1-c33e98db4287 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3776 | 2024.08.08 23:01:57.369555 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
3777 | 2024.08.08 23:01:57.369853 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3778 | 2024.08.08 23:01:57.369893 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 532 rows starting from the beginning of the part | ||
3779 | 2024.08.08 23:01:57.370008 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
3780 | 2024.08.08 23:01:57.370121 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
3781 | 2024.08.08 23:01:57.370320 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
3782 | 2024.08.08 23:01:57.370418 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
3783 | 2024.08.08 23:01:57.370499 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
3784 | 2024.08.08 23:01:57.371661 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 832 rows, containing 4 columns (4 merged, 0 gathered) in 0.002341603 sec., 355312.1515474656 rows/sec., 23.94 MiB/sec. | ||
3785 | 2024.08.08 23:01:57.371866 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
3786 | 2024.08.08 23:01:57.372301 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3787 | 2024.08.08 23:01:57.372391 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_16_3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
3788 | 2024.08.08 23:01:57.372489 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
3789 | 2024.08.08 23:02:02.342409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3790 | 2024.08.08 23:02:02.342542 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3791 | 2024.08.08 23:02:02.342568 [ 3 ] {} <Debug> HTTP-Session: e91062bb-1957-4585-a516-c27969ef6d5f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3792 | 2024.08.08 23:02:02.342593 [ 3 ] {} <Debug> HTTP-Session: e91062bb-1957-4585-a516-c27969ef6d5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3793 | 2024.08.08 23:02:02.342607 [ 3 ] {} <Debug> HTTP-Session: e91062bb-1957-4585-a516-c27969ef6d5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3794 | 2024.08.08 23:02:02.342661 [ 3 ] {} <Trace> HTTP-Session: e91062bb-1957-4585-a516-c27969ef6d5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3795 | 2024.08.08 23:02:02.342860 [ 3 ] {f3a69f62-29a7-4f32-8ba0-75811c7264e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3796 | 2024.08.08 23:02:02.342934 [ 3 ] {f3a69f62-29a7-4f32-8ba0-75811c7264e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3797 | 2024.08.08 23:02:02.343147 [ 3 ] {f3a69f62-29a7-4f32-8ba0-75811c7264e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3798 | 2024.08.08 23:02:02.343602 [ 3 ] {f3a69f62-29a7-4f32-8ba0-75811c7264e5} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3799 | 2024.08.08 23:02:02.343649 [ 3 ] {f3a69f62-29a7-4f32-8ba0-75811c7264e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3800 | 2024.08.08 23:02:02.344030 [ 3 ] {f3a69f62-29a7-4f32-8ba0-75811c7264e5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
3801 | 2024.08.08 23:02:02.344373 [ 3 ] {f3a69f62-29a7-4f32-8ba0-75811c7264e5} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3802 | 2024.08.08 23:02:02.344522 [ 3 ] {f3a69f62-29a7-4f32-8ba0-75811c7264e5} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.00172 sec., 3488.3720930232557 rows/sec., 197.58 KiB/sec. | ||
3803 | 2024.08.08 23:02:02.344750 [ 3 ] {f3a69f62-29a7-4f32-8ba0-75811c7264e5} <Debug> DynamicQueryHandler: Done processing query | ||
3804 | 2024.08.08 23:02:02.344776 [ 3 ] {f3a69f62-29a7-4f32-8ba0-75811c7264e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
3805 | 2024.08.08 23:02:02.344792 [ 3 ] {} <Debug> HTTP-Session: e91062bb-1957-4585-a516-c27969ef6d5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3806 | 2024.08.08 23:02:02.344967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3807 | 2024.08.08 23:02:02.345017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3808 | 2024.08.08 23:02:02.345036 [ 3 ] {} <Debug> HTTP-Session: df41e110-25d0-4522-b69e-e0f93b44c102 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3809 | 2024.08.08 23:02:02.345052 [ 3 ] {} <Debug> HTTP-Session: df41e110-25d0-4522-b69e-e0f93b44c102 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3810 | 2024.08.08 23:02:02.345066 [ 3 ] {} <Debug> HTTP-Session: df41e110-25d0-4522-b69e-e0f93b44c102 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3811 | 2024.08.08 23:02:02.345097 [ 3 ] {} <Trace> HTTP-Session: df41e110-25d0-4522-b69e-e0f93b44c102 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3812 | 2024.08.08 23:02:02.345233 [ 3 ] {e5ac4676-dc18-4d99-ada2-931ce4e56c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3813 | 2024.08.08 23:02:02.345277 [ 3 ] {e5ac4676-dc18-4d99-ada2-931ce4e56c6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3814 | 2024.08.08 23:02:02.345408 [ 3 ] {e5ac4676-dc18-4d99-ada2-931ce4e56c6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3815 | 2024.08.08 23:02:02.345796 [ 3 ] {e5ac4676-dc18-4d99-ada2-931ce4e56c6c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3816 | 2024.08.08 23:02:02.345833 [ 3 ] {e5ac4676-dc18-4d99-ada2-931ce4e56c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3817 | 2024.08.08 23:02:02.346155 [ 3 ] {e5ac4676-dc18-4d99-ada2-931ce4e56c6c} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3818 | 2024.08.08 23:02:02.346474 [ 3 ] {e5ac4676-dc18-4d99-ada2-931ce4e56c6c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3819 | 2024.08.08 23:02:02.346636 [ 3 ] {e5ac4676-dc18-4d99-ada2-931ce4e56c6c} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001463 sec., 110047.84688995214 rows/sec., 9.70 MiB/sec. | ||
3820 | 2024.08.08 23:02:02.346802 [ 3 ] {e5ac4676-dc18-4d99-ada2-931ce4e56c6c} <Debug> DynamicQueryHandler: Done processing query | ||
3821 | 2024.08.08 23:02:02.346828 [ 3 ] {e5ac4676-dc18-4d99-ada2-931ce4e56c6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
3822 | 2024.08.08 23:02:02.346844 [ 3 ] {} <Debug> HTTP-Session: df41e110-25d0-4522-b69e-e0f93b44c102 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3823 | 2024.08.08 23:02:02.347030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3824 | 2024.08.08 23:02:02.347078 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3825 | 2024.08.08 23:02:02.347099 [ 3 ] {} <Debug> HTTP-Session: 5bc20b0c-5962-4b47-9f2f-2f52067ec91a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3826 | 2024.08.08 23:02:02.347116 [ 3 ] {} <Debug> HTTP-Session: 5bc20b0c-5962-4b47-9f2f-2f52067ec91a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3827 | 2024.08.08 23:02:02.347130 [ 3 ] {} <Debug> HTTP-Session: 5bc20b0c-5962-4b47-9f2f-2f52067ec91a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3828 | 2024.08.08 23:02:02.347160 [ 3 ] {} <Trace> HTTP-Session: 5bc20b0c-5962-4b47-9f2f-2f52067ec91a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3829 | 2024.08.08 23:02:02.347364 [ 3 ] {410f823e-5e63-44a4-8d39-1cde772cef61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3830 | 2024.08.08 23:02:02.347407 [ 3 ] {410f823e-5e63-44a4-8d39-1cde772cef61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3831 | 2024.08.08 23:02:02.347535 [ 3 ] {410f823e-5e63-44a4-8d39-1cde772cef61} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3832 | 2024.08.08 23:02:02.348063 [ 3 ] {410f823e-5e63-44a4-8d39-1cde772cef61} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3833 | 2024.08.08 23:02:02.348101 [ 3 ] {410f823e-5e63-44a4-8d39-1cde772cef61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3834 | 2024.08.08 23:02:02.348424 [ 3 ] {410f823e-5e63-44a4-8d39-1cde772cef61} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3835 | 2024.08.08 23:02:02.348745 [ 3 ] {410f823e-5e63-44a4-8d39-1cde772cef61} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3836 | 2024.08.08 23:02:02.348896 [ 3 ] {410f823e-5e63-44a4-8d39-1cde772cef61} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001641 sec., 232784.8872638635 rows/sec., 16.35 MiB/sec. | ||
3837 | 2024.08.08 23:02:02.349061 [ 3 ] {410f823e-5e63-44a4-8d39-1cde772cef61} <Debug> DynamicQueryHandler: Done processing query | ||
3838 | 2024.08.08 23:02:02.349087 [ 3 ] {410f823e-5e63-44a4-8d39-1cde772cef61} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
3839 | 2024.08.08 23:02:02.349103 [ 3 ] {} <Debug> HTTP-Session: 5bc20b0c-5962-4b47-9f2f-2f52067ec91a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3840 | 2024.08.08 23:02:02.349230 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3841 | 2024.08.08 23:02:02.349280 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3842 | 2024.08.08 23:02:02.349299 [ 3 ] {} <Debug> HTTP-Session: dbf6529d-a727-4629-a27e-2e190fbb2117 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3843 | 2024.08.08 23:02:02.349316 [ 3 ] {} <Debug> HTTP-Session: dbf6529d-a727-4629-a27e-2e190fbb2117 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3844 | 2024.08.08 23:02:02.349329 [ 3 ] {} <Debug> HTTP-Session: dbf6529d-a727-4629-a27e-2e190fbb2117 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3845 | 2024.08.08 23:02:02.349360 [ 3 ] {} <Trace> HTTP-Session: dbf6529d-a727-4629-a27e-2e190fbb2117 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3846 | 2024.08.08 23:02:02.349455 [ 3 ] {4422f3fb-c109-4567-99d9-7784b78a5d0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
3847 | 2024.08.08 23:02:02.349501 [ 3 ] {4422f3fb-c109-4567-99d9-7784b78a5d0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
3848 | 2024.08.08 23:02:02.349631 [ 3 ] {4422f3fb-c109-4567-99d9-7784b78a5d0b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3849 | 2024.08.08 23:02:02.349893 [ 3 ] {4422f3fb-c109-4567-99d9-7784b78a5d0b} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3850 | 2024.08.08 23:02:02.349931 [ 3 ] {4422f3fb-c109-4567-99d9-7784b78a5d0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3851 | 2024.08.08 23:02:02.350444 [ 3 ] {4422f3fb-c109-4567-99d9-7784b78a5d0b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3852 | 2024.08.08 23:02:02.350821 [ 3 ] {4422f3fb-c109-4567-99d9-7784b78a5d0b} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3853 | 2024.08.08 23:02:02.350971 [ 3 ] {4422f3fb-c109-4567-99d9-7784b78a5d0b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 167.63 KiB/sec. | ||
3854 | 2024.08.08 23:02:02.351156 [ 3 ] {4422f3fb-c109-4567-99d9-7784b78a5d0b} <Debug> DynamicQueryHandler: Done processing query | ||
3855 | 2024.08.08 23:02:02.351201 [ 3 ] {4422f3fb-c109-4567-99d9-7784b78a5d0b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3856 | 2024.08.08 23:02:02.351223 [ 3 ] {} <Debug> HTTP-Session: dbf6529d-a727-4629-a27e-2e190fbb2117 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3857 | 2024.08.08 23:02:02.351377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3858 | 2024.08.08 23:02:02.351445 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3859 | 2024.08.08 23:02:02.351471 [ 3 ] {} <Debug> HTTP-Session: 54376df4-f0bd-419a-89f4-f92c170b6fb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3860 | 2024.08.08 23:02:02.351492 [ 3 ] {} <Debug> HTTP-Session: 54376df4-f0bd-419a-89f4-f92c170b6fb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3861 | 2024.08.08 23:02:02.351509 [ 3 ] {} <Debug> HTTP-Session: 54376df4-f0bd-419a-89f4-f92c170b6fb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3862 | 2024.08.08 23:02:02.351549 [ 3 ] {} <Trace> HTTP-Session: 54376df4-f0bd-419a-89f4-f92c170b6fb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3863 | 2024.08.08 23:02:02.351706 [ 3 ] {fe8a6147-e43c-4f5c-8905-b1a433ed0870} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
3864 | 2024.08.08 23:02:02.351755 [ 3 ] {fe8a6147-e43c-4f5c-8905-b1a433ed0870} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
3865 | 2024.08.08 23:02:02.351903 [ 3 ] {fe8a6147-e43c-4f5c-8905-b1a433ed0870} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3866 | 2024.08.08 23:02:02.352213 [ 3 ] {fe8a6147-e43c-4f5c-8905-b1a433ed0870} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3867 | 2024.08.08 23:02:02.352250 [ 3 ] {fe8a6147-e43c-4f5c-8905-b1a433ed0870} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3868 | 2024.08.08 23:02:02.352625 [ 3 ] {fe8a6147-e43c-4f5c-8905-b1a433ed0870} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
3869 | 2024.08.08 23:02:02.352968 [ 3 ] {fe8a6147-e43c-4f5c-8905-b1a433ed0870} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3870 | 2024.08.08 23:02:02.353127 [ 3 ] {fe8a6147-e43c-4f5c-8905-b1a433ed0870} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00148 sec., 52027.02702702703 rows/sec., 3.20 MiB/sec. | ||
3871 | 2024.08.08 23:02:02.353435 [ 3 ] {fe8a6147-e43c-4f5c-8905-b1a433ed0870} <Debug> DynamicQueryHandler: Done processing query | ||
3872 | 2024.08.08 23:02:02.353461 [ 3 ] {fe8a6147-e43c-4f5c-8905-b1a433ed0870} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
3873 | 2024.08.08 23:02:02.353479 [ 3 ] {} <Debug> HTTP-Session: 54376df4-f0bd-419a-89f4-f92c170b6fb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3874 | 2024.08.08 23:02:02.353631 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30637, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3875 | 2024.08.08 23:02:02.353682 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3876 | 2024.08.08 23:02:02.353703 [ 3 ] {} <Debug> HTTP-Session: f9d814a9-2363-4dcb-9243-dc4875844c88 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3877 | 2024.08.08 23:02:02.353719 [ 3 ] {} <Debug> HTTP-Session: f9d814a9-2363-4dcb-9243-dc4875844c88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3878 | 2024.08.08 23:02:02.353734 [ 3 ] {} <Debug> HTTP-Session: f9d814a9-2363-4dcb-9243-dc4875844c88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3879 | 2024.08.08 23:02:02.353765 [ 3 ] {} <Trace> HTTP-Session: f9d814a9-2363-4dcb-9243-dc4875844c88 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3880 | 2024.08.08 23:02:02.353921 [ 3 ] {5f50db10-70c6-422e-b94e-6259f8047f5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3881 | 2024.08.08 23:02:02.353974 [ 3 ] {5f50db10-70c6-422e-b94e-6259f8047f5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
3882 | 2024.08.08 23:02:02.354143 [ 3 ] {5f50db10-70c6-422e-b94e-6259f8047f5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3883 | 2024.08.08 23:02:02.354612 [ 3 ] {5f50db10-70c6-422e-b94e-6259f8047f5b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3884 | 2024.08.08 23:02:02.354650 [ 3 ] {5f50db10-70c6-422e-b94e-6259f8047f5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3885 | 2024.08.08 23:02:02.355033 [ 3 ] {5f50db10-70c6-422e-b94e-6259f8047f5b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3886 | 2024.08.08 23:02:02.355367 [ 3 ] {5f50db10-70c6-422e-b94e-6259f8047f5b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3887 | 2024.08.08 23:02:02.355521 [ 3 ] {5f50db10-70c6-422e-b94e-6259f8047f5b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001676 sec., 95465.3937947494 rows/sec., 6.65 MiB/sec. | ||
3888 | 2024.08.08 23:02:02.355693 [ 3 ] {5f50db10-70c6-422e-b94e-6259f8047f5b} <Debug> DynamicQueryHandler: Done processing query | ||
3889 | 2024.08.08 23:02:02.355718 [ 3 ] {5f50db10-70c6-422e-b94e-6259f8047f5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
3890 | 2024.08.08 23:02:02.355735 [ 3 ] {} <Debug> HTTP-Session: f9d814a9-2363-4dcb-9243-dc4875844c88 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3891 | 2024.08.08 23:02:02.355857 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3892 | 2024.08.08 23:02:02.355906 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3893 | 2024.08.08 23:02:02.355927 [ 3 ] {} <Debug> HTTP-Session: 44b374b1-1053-407a-bd50-76ca072c819d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3894 | 2024.08.08 23:02:02.355944 [ 3 ] {} <Debug> HTTP-Session: 44b374b1-1053-407a-bd50-76ca072c819d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3895 | 2024.08.08 23:02:02.355959 [ 3 ] {} <Debug> HTTP-Session: 44b374b1-1053-407a-bd50-76ca072c819d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3896 | 2024.08.08 23:02:02.355989 [ 3 ] {} <Trace> HTTP-Session: 44b374b1-1053-407a-bd50-76ca072c819d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3897 | 2024.08.08 23:02:02.356090 [ 3 ] {47367fc7-25ac-42d5-a920-da55abde1ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
3898 | 2024.08.08 23:02:02.356135 [ 3 ] {47367fc7-25ac-42d5-a920-da55abde1ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
3899 | 2024.08.08 23:02:02.356265 [ 3 ] {47367fc7-25ac-42d5-a920-da55abde1ca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3900 | 2024.08.08 23:02:02.356568 [ 3 ] {47367fc7-25ac-42d5-a920-da55abde1ca0} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3901 | 2024.08.08 23:02:02.356604 [ 3 ] {47367fc7-25ac-42d5-a920-da55abde1ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3902 | 2024.08.08 23:02:02.356969 [ 3 ] {47367fc7-25ac-42d5-a920-da55abde1ca0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
3903 | 2024.08.08 23:02:02.357291 [ 3 ] {47367fc7-25ac-42d5-a920-da55abde1ca0} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3904 | 2024.08.08 23:02:02.357449 [ 3 ] {47367fc7-25ac-42d5-a920-da55abde1ca0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001381 sec., 16654.598117306297 rows/sec., 900.90 KiB/sec. | ||
3905 | 2024.08.08 23:02:02.357740 [ 3 ] {47367fc7-25ac-42d5-a920-da55abde1ca0} <Debug> DynamicQueryHandler: Done processing query | ||
3906 | 2024.08.08 23:02:02.357766 [ 3 ] {47367fc7-25ac-42d5-a920-da55abde1ca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
3907 | 2024.08.08 23:02:02.357782 [ 3 ] {} <Debug> HTTP-Session: 44b374b1-1053-407a-bd50-76ca072c819d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3908 | 2024.08.08 23:02:02.357891 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3909 | 2024.08.08 23:02:02.357940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3910 | 2024.08.08 23:02:02.357961 [ 3 ] {} <Debug> HTTP-Session: 52de8362-27c0-47f8-a8d3-b3af4619dd81 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3911 | 2024.08.08 23:02:02.357978 [ 3 ] {} <Debug> HTTP-Session: 52de8362-27c0-47f8-a8d3-b3af4619dd81 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3912 | 2024.08.08 23:02:02.357994 [ 3 ] {} <Debug> HTTP-Session: 52de8362-27c0-47f8-a8d3-b3af4619dd81 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3913 | 2024.08.08 23:02:02.358024 [ 3 ] {} <Trace> HTTP-Session: 52de8362-27c0-47f8-a8d3-b3af4619dd81 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3914 | 2024.08.08 23:02:02.358151 [ 3 ] {2f1b7dfe-45ce-4ae3-88b8-dd7eb0d29eed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
3915 | 2024.08.08 23:02:02.358198 [ 3 ] {2f1b7dfe-45ce-4ae3-88b8-dd7eb0d29eed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
3916 | 2024.08.08 23:02:02.358356 [ 3 ] {2f1b7dfe-45ce-4ae3-88b8-dd7eb0d29eed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3917 | 2024.08.08 23:02:02.358668 [ 3 ] {2f1b7dfe-45ce-4ae3-88b8-dd7eb0d29eed} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3918 | 2024.08.08 23:02:02.358705 [ 3 ] {2f1b7dfe-45ce-4ae3-88b8-dd7eb0d29eed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3919 | 2024.08.08 23:02:02.359072 [ 3 ] {2f1b7dfe-45ce-4ae3-88b8-dd7eb0d29eed} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
3920 | 2024.08.08 23:02:02.359400 [ 3 ] {2f1b7dfe-45ce-4ae3-88b8-dd7eb0d29eed} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3921 | 2024.08.08 23:02:02.359533 [ 3 ] {2f1b7dfe-45ce-4ae3-88b8-dd7eb0d29eed} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001427 sec., 42046.25087596356 rows/sec., 2.83 MiB/sec. | ||
3922 | 2024.08.08 23:02:02.359836 [ 3 ] {2f1b7dfe-45ce-4ae3-88b8-dd7eb0d29eed} <Debug> DynamicQueryHandler: Done processing query | ||
3923 | 2024.08.08 23:02:02.359863 [ 3 ] {2f1b7dfe-45ce-4ae3-88b8-dd7eb0d29eed} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3924 | 2024.08.08 23:02:02.359879 [ 3 ] {} <Debug> HTTP-Session: 52de8362-27c0-47f8-a8d3-b3af4619dd81 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3925 | 2024.08.08 23:02:07.339415 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3926 | 2024.08.08 23:02:07.339549 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3927 | 2024.08.08 23:02:07.339579 [ 3 ] {} <Debug> HTTP-Session: fedb66c9-b789-4476-b4bb-cd4a53f3a382 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3928 | 2024.08.08 23:02:07.339607 [ 3 ] {} <Debug> HTTP-Session: fedb66c9-b789-4476-b4bb-cd4a53f3a382 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3929 | 2024.08.08 23:02:07.339625 [ 3 ] {} <Debug> HTTP-Session: fedb66c9-b789-4476-b4bb-cd4a53f3a382 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3930 | 2024.08.08 23:02:07.339679 [ 3 ] {} <Trace> HTTP-Session: fedb66c9-b789-4476-b4bb-cd4a53f3a382 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3931 | 2024.08.08 23:02:07.339873 [ 3 ] {3e8b6f1a-f688-4e69-b5ab-865b9a14277c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
3932 | 2024.08.08 23:02:07.339939 [ 3 ] {3e8b6f1a-f688-4e69-b5ab-865b9a14277c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
3933 | 2024.08.08 23:02:07.340128 [ 3 ] {3e8b6f1a-f688-4e69-b5ab-865b9a14277c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3934 | 2024.08.08 23:02:07.340583 [ 3 ] {3e8b6f1a-f688-4e69-b5ab-865b9a14277c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3935 | 2024.08.08 23:02:07.340626 [ 3 ] {3e8b6f1a-f688-4e69-b5ab-865b9a14277c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3936 | 2024.08.08 23:02:07.340994 [ 3 ] {3e8b6f1a-f688-4e69-b5ab-865b9a14277c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
3937 | 2024.08.08 23:02:07.341326 [ 3 ] {3e8b6f1a-f688-4e69-b5ab-865b9a14277c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3938 | 2024.08.08 23:02:07.341480 [ 3 ] {3e8b6f1a-f688-4e69-b5ab-865b9a14277c} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001663 sec., 19843.65604329525 rows/sec., 1.57 MiB/sec. | ||
3939 | 2024.08.08 23:02:07.341509 [ 45 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
3940 | 2024.08.08 23:02:07.341609 [ 45 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3941 | 2024.08.08 23:02:07.341655 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3942 | 2024.08.08 23:02:07.341792 [ 3 ] {3e8b6f1a-f688-4e69-b5ab-865b9a14277c} <Debug> DynamicQueryHandler: Done processing query | ||
3943 | 2024.08.08 23:02:07.341863 [ 3 ] {3e8b6f1a-f688-4e69-b5ab-865b9a14277c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
3944 | 2024.08.08 23:02:07.341901 [ 3 ] {} <Debug> HTTP-Session: fedb66c9-b789-4476-b4bb-cd4a53f3a382 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3945 | 2024.08.08 23:02:07.341934 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
3946 | 2024.08.08 23:02:07.342130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3947 | 2024.08.08 23:02:07.342251 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3948 | 2024.08.08 23:02:07.342268 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
3949 | 2024.08.08 23:02:07.342291 [ 3 ] {} <Debug> HTTP-Session: 098730eb-62f6-4fbb-8b58-6c4f8eab3ba0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3950 | 2024.08.08 23:02:07.342342 [ 3 ] {} <Debug> HTTP-Session: 098730eb-62f6-4fbb-8b58-6c4f8eab3ba0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3951 | 2024.08.08 23:02:07.342360 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 27 rows starting from the beginning of the part | ||
3952 | 2024.08.08 23:02:07.342376 [ 3 ] {} <Debug> HTTP-Session: 098730eb-62f6-4fbb-8b58-6c4f8eab3ba0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3953 | 2024.08.08 23:02:07.342431 [ 3 ] {} <Trace> HTTP-Session: 098730eb-62f6-4fbb-8b58-6c4f8eab3ba0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3954 | 2024.08.08 23:02:07.342602 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part | ||
3955 | 2024.08.08 23:02:07.342861 [ 3 ] {44609134-4652-45e5-9f82-1a3e83f309cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
3956 | 2024.08.08 23:02:07.342973 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
3957 | 2024.08.08 23:02:07.343027 [ 3 ] {44609134-4652-45e5-9f82-1a3e83f309cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
3958 | 2024.08.08 23:02:07.343415 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
3959 | 2024.08.08 23:02:07.343727 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
3960 | 2024.08.08 23:02:07.343863 [ 3 ] {44609134-4652-45e5-9f82-1a3e83f309cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3961 | 2024.08.08 23:02:07.344058 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
3962 | 2024.08.08 23:02:07.344994 [ 3 ] {44609134-4652-45e5-9f82-1a3e83f309cb} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3963 | 2024.08.08 23:02:07.345075 [ 3 ] {44609134-4652-45e5-9f82-1a3e83f309cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3964 | 2024.08.08 23:02:07.346008 [ 3 ] {44609134-4652-45e5-9f82-1a3e83f309cb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3965 | 2024.08.08 23:02:07.346789 [ 196 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 138 rows, containing 4 columns (4 merged, 0 gathered) in 0.00503327 sec., 27417.563532256365 rows/sec., 2.07 MiB/sec. | ||
3966 | 2024.08.08 23:02:07.346942 [ 3 ] {44609134-4652-45e5-9f82-1a3e83f309cb} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3967 | 2024.08.08 23:02:07.346961 [ 196 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
3968 | 2024.08.08 23:02:07.347172 [ 3 ] {44609134-4652-45e5-9f82-1a3e83f309cb} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.004537 sec., 34163.544192197485 rows/sec., 2.86 MiB/sec. | ||
3969 | 2024.08.08 23:02:07.347873 [ 3 ] {44609134-4652-45e5-9f82-1a3e83f309cb} <Debug> DynamicQueryHandler: Done processing query | ||
3970 | 2024.08.08 23:02:07.347972 [ 3 ] {44609134-4652-45e5-9f82-1a3e83f309cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
3971 | 2024.08.08 23:02:07.348049 [ 3 ] {} <Debug> HTTP-Session: 098730eb-62f6-4fbb-8b58-6c4f8eab3ba0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3972 | 2024.08.08 23:02:07.348316 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3973 | 2024.08.08 23:02:07.348380 [ 196 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3974 | 2024.08.08 23:02:07.348382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3975 | 2024.08.08 23:02:07.348425 [ 3 ] {} <Debug> HTTP-Session: 5343b66e-26bc-4bb0-bac0-395e27c5d0a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3976 | 2024.08.08 23:02:07.348449 [ 3 ] {} <Debug> HTTP-Session: 5343b66e-26bc-4bb0-bac0-395e27c5d0a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3977 | 2024.08.08 23:02:07.348464 [ 3 ] {} <Debug> HTTP-Session: 5343b66e-26bc-4bb0-bac0-395e27c5d0a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3978 | 2024.08.08 23:02:07.348482 [ 196 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_11_2} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
3979 | 2024.08.08 23:02:07.348504 [ 3 ] {} <Trace> HTTP-Session: 5343b66e-26bc-4bb0-bac0-395e27c5d0a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3980 | 2024.08.08 23:02:07.348581 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
3981 | 2024.08.08 23:02:07.348669 [ 3 ] {d45fce6e-faaf-43f8-855d-5042b1f2ddb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
3982 | 2024.08.08 23:02:07.348716 [ 3 ] {d45fce6e-faaf-43f8-855d-5042b1f2ddb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
3983 | 2024.08.08 23:02:07.348858 [ 3 ] {d45fce6e-faaf-43f8-855d-5042b1f2ddb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
3984 | 2024.08.08 23:02:07.349224 [ 3 ] {d45fce6e-faaf-43f8-855d-5042b1f2ddb6} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
3985 | 2024.08.08 23:02:07.349262 [ 3 ] {d45fce6e-faaf-43f8-855d-5042b1f2ddb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
3986 | 2024.08.08 23:02:07.349589 [ 3 ] {d45fce6e-faaf-43f8-855d-5042b1f2ddb6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
3987 | 2024.08.08 23:02:07.349900 [ 3 ] {d45fce6e-faaf-43f8-855d-5042b1f2ddb6} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
3988 | 2024.08.08 23:02:07.350092 [ 3 ] {d45fce6e-faaf-43f8-855d-5042b1f2ddb6} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001482 sec., 65452.09176788124 rows/sec., 5.11 MiB/sec. | ||
3989 | 2024.08.08 23:02:07.350289 [ 3 ] {d45fce6e-faaf-43f8-855d-5042b1f2ddb6} <Debug> DynamicQueryHandler: Done processing query | ||
3990 | 2024.08.08 23:02:07.350321 [ 3 ] {d45fce6e-faaf-43f8-855d-5042b1f2ddb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
3991 | 2024.08.08 23:02:07.350344 [ 3 ] {} <Debug> HTTP-Session: 5343b66e-26bc-4bb0-bac0-395e27c5d0a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3992 | 2024.08.08 23:02:07.350523 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30655, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
3993 | 2024.08.08 23:02:07.350577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
3994 | 2024.08.08 23:02:07.350597 [ 3 ] {} <Debug> HTTP-Session: 63ba5037-9440-4088-84f7-6e7f704d4113 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
3995 | 2024.08.08 23:02:07.350613 [ 3 ] {} <Debug> HTTP-Session: 63ba5037-9440-4088-84f7-6e7f704d4113 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
3996 | 2024.08.08 23:02:07.350627 [ 3 ] {} <Debug> HTTP-Session: 63ba5037-9440-4088-84f7-6e7f704d4113 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
3997 | 2024.08.08 23:02:07.350659 [ 3 ] {} <Trace> HTTP-Session: 63ba5037-9440-4088-84f7-6e7f704d4113 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
3998 | 2024.08.08 23:02:07.350809 [ 3 ] {60471ea9-9e2e-4a68-bae2-2826ddb59315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
3999 | 2024.08.08 23:02:07.350857 [ 3 ] {60471ea9-9e2e-4a68-bae2-2826ddb59315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4000 | 2024.08.08 23:02:07.351008 [ 3 ] {60471ea9-9e2e-4a68-bae2-2826ddb59315} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4001 | 2024.08.08 23:02:07.351397 [ 3 ] {60471ea9-9e2e-4a68-bae2-2826ddb59315} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4002 | 2024.08.08 23:02:07.351431 [ 3 ] {60471ea9-9e2e-4a68-bae2-2826ddb59315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4003 | 2024.08.08 23:02:07.351818 [ 3 ] {60471ea9-9e2e-4a68-bae2-2826ddb59315} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4004 | 2024.08.08 23:02:07.352162 [ 3 ] {60471ea9-9e2e-4a68-bae2-2826ddb59315} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4005 | 2024.08.08 23:02:07.352327 [ 3 ] {60471ea9-9e2e-4a68-bae2-2826ddb59315} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00158 sec., 101265.82278481012 rows/sec., 7.05 MiB/sec. | ||
4006 | 2024.08.08 23:02:07.352659 [ 3 ] {60471ea9-9e2e-4a68-bae2-2826ddb59315} <Debug> DynamicQueryHandler: Done processing query | ||
4007 | 2024.08.08 23:02:07.352684 [ 3 ] {60471ea9-9e2e-4a68-bae2-2826ddb59315} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4008 | 2024.08.08 23:02:07.352700 [ 3 ] {} <Debug> HTTP-Session: 63ba5037-9440-4088-84f7-6e7f704d4113 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4009 | 2024.08.08 23:02:07.352902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52837, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4010 | 2024.08.08 23:02:07.352953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4011 | 2024.08.08 23:02:07.352972 [ 3 ] {} <Debug> HTTP-Session: c0e9babe-6aa6-43bd-82bf-6837d15badbe Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4012 | 2024.08.08 23:02:07.352988 [ 3 ] {} <Debug> HTTP-Session: c0e9babe-6aa6-43bd-82bf-6837d15badbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4013 | 2024.08.08 23:02:07.353003 [ 3 ] {} <Debug> HTTP-Session: c0e9babe-6aa6-43bd-82bf-6837d15badbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4014 | 2024.08.08 23:02:07.353033 [ 3 ] {} <Trace> HTTP-Session: c0e9babe-6aa6-43bd-82bf-6837d15badbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4015 | 2024.08.08 23:02:07.353407 [ 3 ] {06d1eb26-94e0-410c-b816-09ee0ddf2bdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4016 | 2024.08.08 23:02:07.353482 [ 3 ] {06d1eb26-94e0-410c-b816-09ee0ddf2bdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4017 | 2024.08.08 23:02:07.353915 [ 3 ] {06d1eb26-94e0-410c-b816-09ee0ddf2bdc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4018 | 2024.08.08 23:02:07.354645 [ 3 ] {06d1eb26-94e0-410c-b816-09ee0ddf2bdc} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4019 | 2024.08.08 23:02:07.354682 [ 3 ] {06d1eb26-94e0-410c-b816-09ee0ddf2bdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4020 | 2024.08.08 23:02:07.355308 [ 3 ] {06d1eb26-94e0-410c-b816-09ee0ddf2bdc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4021 | 2024.08.08 23:02:07.355724 [ 3 ] {06d1eb26-94e0-410c-b816-09ee0ddf2bdc} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4022 | 2024.08.08 23:02:07.355910 [ 3 ] {06d1eb26-94e0-410c-b816-09ee0ddf2bdc} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002781 sec., 11866.235167206041 rows/sec., 21.26 MiB/sec. | ||
4023 | 2024.08.08 23:02:07.356140 [ 3 ] {06d1eb26-94e0-410c-b816-09ee0ddf2bdc} <Debug> DynamicQueryHandler: Done processing query | ||
4024 | 2024.08.08 23:02:07.356164 [ 3 ] {06d1eb26-94e0-410c-b816-09ee0ddf2bdc} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4025 | 2024.08.08 23:02:07.356181 [ 3 ] {} <Debug> HTTP-Session: c0e9babe-6aa6-43bd-82bf-6837d15badbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4026 | 2024.08.08 23:02:07.356303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4027 | 2024.08.08 23:02:07.356352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4028 | 2024.08.08 23:02:07.356371 [ 3 ] {} <Debug> HTTP-Session: 3fc0ffa6-3847-47bb-aed0-5e008ac75e71 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4029 | 2024.08.08 23:02:07.356388 [ 3 ] {} <Debug> HTTP-Session: 3fc0ffa6-3847-47bb-aed0-5e008ac75e71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4030 | 2024.08.08 23:02:07.356402 [ 3 ] {} <Debug> HTTP-Session: 3fc0ffa6-3847-47bb-aed0-5e008ac75e71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4031 | 2024.08.08 23:02:07.356432 [ 3 ] {} <Trace> HTTP-Session: 3fc0ffa6-3847-47bb-aed0-5e008ac75e71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4032 | 2024.08.08 23:02:07.356547 [ 3 ] {d61e0e55-8612-4956-b53e-a23e5b00542b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4033 | 2024.08.08 23:02:07.356592 [ 3 ] {d61e0e55-8612-4956-b53e-a23e5b00542b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4034 | 2024.08.08 23:02:07.356718 [ 3 ] {d61e0e55-8612-4956-b53e-a23e5b00542b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4035 | 2024.08.08 23:02:07.357034 [ 3 ] {d61e0e55-8612-4956-b53e-a23e5b00542b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4036 | 2024.08.08 23:02:07.357070 [ 3 ] {d61e0e55-8612-4956-b53e-a23e5b00542b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4037 | 2024.08.08 23:02:07.357434 [ 3 ] {d61e0e55-8612-4956-b53e-a23e5b00542b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4038 | 2024.08.08 23:02:07.357754 [ 3 ] {d61e0e55-8612-4956-b53e-a23e5b00542b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4039 | 2024.08.08 23:02:07.357919 [ 3 ] {d61e0e55-8612-4956-b53e-a23e5b00542b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
4040 | 2024.08.08 23:02:07.358233 [ 3 ] {d61e0e55-8612-4956-b53e-a23e5b00542b} <Debug> DynamicQueryHandler: Done processing query | ||
4041 | 2024.08.08 23:02:07.358258 [ 3 ] {d61e0e55-8612-4956-b53e-a23e5b00542b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4042 | 2024.08.08 23:02:07.358273 [ 3 ] {} <Debug> HTTP-Session: 3fc0ffa6-3847-47bb-aed0-5e008ac75e71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4043 | 2024.08.08 23:02:08.178786 [ 59 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4044 | 2024.08.08 23:02:08.178839 [ 59 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4045 | 2024.08.08 23:02:12.342762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4046 | 2024.08.08 23:02:12.342901 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4047 | 2024.08.08 23:02:12.342930 [ 3 ] {} <Debug> HTTP-Session: 91057eb8-8e9b-4036-b0de-e632a7cf315b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4048 | 2024.08.08 23:02:12.342958 [ 3 ] {} <Debug> HTTP-Session: 91057eb8-8e9b-4036-b0de-e632a7cf315b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4049 | 2024.08.08 23:02:12.342976 [ 3 ] {} <Debug> HTTP-Session: 91057eb8-8e9b-4036-b0de-e632a7cf315b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4050 | 2024.08.08 23:02:12.343032 [ 3 ] {} <Trace> HTTP-Session: 91057eb8-8e9b-4036-b0de-e632a7cf315b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4051 | 2024.08.08 23:02:12.343233 [ 3 ] {82f61484-fcf6-4451-8386-64955042c48f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4052 | 2024.08.08 23:02:12.343308 [ 3 ] {82f61484-fcf6-4451-8386-64955042c48f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4053 | 2024.08.08 23:02:12.343521 [ 3 ] {82f61484-fcf6-4451-8386-64955042c48f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4054 | 2024.08.08 23:02:12.343981 [ 3 ] {82f61484-fcf6-4451-8386-64955042c48f} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4055 | 2024.08.08 23:02:12.344029 [ 3 ] {82f61484-fcf6-4451-8386-64955042c48f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4056 | 2024.08.08 23:02:12.344395 [ 3 ] {82f61484-fcf6-4451-8386-64955042c48f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4057 | 2024.08.08 23:02:12.344729 [ 3 ] {82f61484-fcf6-4451-8386-64955042c48f} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4058 | 2024.08.08 23:02:12.344902 [ 3 ] {82f61484-fcf6-4451-8386-64955042c48f} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001726 sec., 3476.2456546929316 rows/sec., 196.90 KiB/sec. | ||
4059 | 2024.08.08 23:02:12.345117 [ 3 ] {82f61484-fcf6-4451-8386-64955042c48f} <Debug> DynamicQueryHandler: Done processing query | ||
4060 | 2024.08.08 23:02:12.345144 [ 3 ] {82f61484-fcf6-4451-8386-64955042c48f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4061 | 2024.08.08 23:02:12.345160 [ 3 ] {} <Debug> HTTP-Session: 91057eb8-8e9b-4036-b0de-e632a7cf315b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4062 | 2024.08.08 23:02:12.345309 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4063 | 2024.08.08 23:02:12.345367 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4064 | 2024.08.08 23:02:12.345387 [ 3 ] {} <Debug> HTTP-Session: 0cce3ea8-ef0a-4534-ba26-fbb53a9ba661 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4065 | 2024.08.08 23:02:12.345406 [ 3 ] {} <Debug> HTTP-Session: 0cce3ea8-ef0a-4534-ba26-fbb53a9ba661 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4066 | 2024.08.08 23:02:12.345420 [ 3 ] {} <Debug> HTTP-Session: 0cce3ea8-ef0a-4534-ba26-fbb53a9ba661 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4067 | 2024.08.08 23:02:12.345455 [ 3 ] {} <Trace> HTTP-Session: 0cce3ea8-ef0a-4534-ba26-fbb53a9ba661 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4068 | 2024.08.08 23:02:12.345603 [ 3 ] {c487aa68-76d7-469c-92ae-58b7c214e3f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4069 | 2024.08.08 23:02:12.345650 [ 3 ] {c487aa68-76d7-469c-92ae-58b7c214e3f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4070 | 2024.08.08 23:02:12.345784 [ 3 ] {c487aa68-76d7-469c-92ae-58b7c214e3f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4071 | 2024.08.08 23:02:12.346204 [ 3 ] {c487aa68-76d7-469c-92ae-58b7c214e3f0} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4072 | 2024.08.08 23:02:12.346242 [ 3 ] {c487aa68-76d7-469c-92ae-58b7c214e3f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4073 | 2024.08.08 23:02:12.346560 [ 3 ] {c487aa68-76d7-469c-92ae-58b7c214e3f0} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4074 | 2024.08.08 23:02:12.346874 [ 3 ] {c487aa68-76d7-469c-92ae-58b7c214e3f0} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4075 | 2024.08.08 23:02:12.347009 [ 3 ] {c487aa68-76d7-469c-92ae-58b7c214e3f0} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001463 sec., 110047.84688995214 rows/sec., 9.70 MiB/sec. | ||
4076 | 2024.08.08 23:02:12.347181 [ 3 ] {c487aa68-76d7-469c-92ae-58b7c214e3f0} <Debug> DynamicQueryHandler: Done processing query | ||
4077 | 2024.08.08 23:02:12.347205 [ 3 ] {c487aa68-76d7-469c-92ae-58b7c214e3f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4078 | 2024.08.08 23:02:12.347221 [ 3 ] {} <Debug> HTTP-Session: 0cce3ea8-ef0a-4534-ba26-fbb53a9ba661 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4079 | 2024.08.08 23:02:12.347396 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4080 | 2024.08.08 23:02:12.347449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4081 | 2024.08.08 23:02:12.347467 [ 3 ] {} <Debug> HTTP-Session: 9c5ec4e0-c086-4f9e-be3a-4be3b4601964 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4082 | 2024.08.08 23:02:12.347484 [ 3 ] {} <Debug> HTTP-Session: 9c5ec4e0-c086-4f9e-be3a-4be3b4601964 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4083 | 2024.08.08 23:02:12.347498 [ 3 ] {} <Debug> HTTP-Session: 9c5ec4e0-c086-4f9e-be3a-4be3b4601964 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4084 | 2024.08.08 23:02:12.347530 [ 3 ] {} <Trace> HTTP-Session: 9c5ec4e0-c086-4f9e-be3a-4be3b4601964 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4085 | 2024.08.08 23:02:12.347740 [ 3 ] {8a226721-23bd-4cfd-880f-6688318915d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4086 | 2024.08.08 23:02:12.347785 [ 3 ] {8a226721-23bd-4cfd-880f-6688318915d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4087 | 2024.08.08 23:02:12.347912 [ 3 ] {8a226721-23bd-4cfd-880f-6688318915d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4088 | 2024.08.08 23:02:12.348445 [ 3 ] {8a226721-23bd-4cfd-880f-6688318915d4} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4089 | 2024.08.08 23:02:12.348481 [ 3 ] {8a226721-23bd-4cfd-880f-6688318915d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4090 | 2024.08.08 23:02:12.348800 [ 3 ] {8a226721-23bd-4cfd-880f-6688318915d4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4091 | 2024.08.08 23:02:12.349108 [ 3 ] {8a226721-23bd-4cfd-880f-6688318915d4} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4092 | 2024.08.08 23:02:12.349259 [ 3 ] {8a226721-23bd-4cfd-880f-6688318915d4} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001629 sec., 234499.69306322897 rows/sec., 16.47 MiB/sec. | ||
4093 | 2024.08.08 23:02:12.349423 [ 3 ] {8a226721-23bd-4cfd-880f-6688318915d4} <Debug> DynamicQueryHandler: Done processing query | ||
4094 | 2024.08.08 23:02:12.349448 [ 3 ] {8a226721-23bd-4cfd-880f-6688318915d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4095 | 2024.08.08 23:02:12.349463 [ 3 ] {} <Debug> HTTP-Session: 9c5ec4e0-c086-4f9e-be3a-4be3b4601964 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4096 | 2024.08.08 23:02:12.349591 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4097 | 2024.08.08 23:02:12.349640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4098 | 2024.08.08 23:02:12.349659 [ 3 ] {} <Debug> HTTP-Session: b2325a31-36a2-43da-ac94-81d16612595d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4099 | 2024.08.08 23:02:12.349676 [ 3 ] {} <Debug> HTTP-Session: b2325a31-36a2-43da-ac94-81d16612595d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4100 | 2024.08.08 23:02:12.349689 [ 3 ] {} <Debug> HTTP-Session: b2325a31-36a2-43da-ac94-81d16612595d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4101 | 2024.08.08 23:02:12.349720 [ 3 ] {} <Trace> HTTP-Session: b2325a31-36a2-43da-ac94-81d16612595d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4102 | 2024.08.08 23:02:12.349814 [ 3 ] {cf9f9c03-228d-4822-8190-641f6edb20d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4103 | 2024.08.08 23:02:12.349860 [ 3 ] {cf9f9c03-228d-4822-8190-641f6edb20d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4104 | 2024.08.08 23:02:12.349988 [ 3 ] {cf9f9c03-228d-4822-8190-641f6edb20d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4105 | 2024.08.08 23:02:12.350255 [ 3 ] {cf9f9c03-228d-4822-8190-641f6edb20d1} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4106 | 2024.08.08 23:02:12.350291 [ 3 ] {cf9f9c03-228d-4822-8190-641f6edb20d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4107 | 2024.08.08 23:02:12.350642 [ 3 ] {cf9f9c03-228d-4822-8190-641f6edb20d1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4108 | 2024.08.08 23:02:12.350963 [ 3 ] {cf9f9c03-228d-4822-8190-641f6edb20d1} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4109 | 2024.08.08 23:02:12.351113 [ 3 ] {cf9f9c03-228d-4822-8190-641f6edb20d1} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 196.80 KiB/sec. | ||
4110 | 2024.08.08 23:02:12.351273 [ 3 ] {cf9f9c03-228d-4822-8190-641f6edb20d1} <Debug> DynamicQueryHandler: Done processing query | ||
4111 | 2024.08.08 23:02:12.351296 [ 3 ] {cf9f9c03-228d-4822-8190-641f6edb20d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4112 | 2024.08.08 23:02:12.351311 [ 3 ] {} <Debug> HTTP-Session: b2325a31-36a2-43da-ac94-81d16612595d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4113 | 2024.08.08 23:02:12.351426 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4114 | 2024.08.08 23:02:12.351474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4115 | 2024.08.08 23:02:12.351493 [ 3 ] {} <Debug> HTTP-Session: 7eb27861-ed82-447d-a19d-6cef69bb1693 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4116 | 2024.08.08 23:02:12.351509 [ 3 ] {} <Debug> HTTP-Session: 7eb27861-ed82-447d-a19d-6cef69bb1693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4117 | 2024.08.08 23:02:12.351523 [ 3 ] {} <Debug> HTTP-Session: 7eb27861-ed82-447d-a19d-6cef69bb1693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4118 | 2024.08.08 23:02:12.351553 [ 3 ] {} <Trace> HTTP-Session: 7eb27861-ed82-447d-a19d-6cef69bb1693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4119 | 2024.08.08 23:02:12.351686 [ 3 ] {4d89ce56-593a-479d-b324-0e414d9c850c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4120 | 2024.08.08 23:02:12.351732 [ 3 ] {4d89ce56-593a-479d-b324-0e414d9c850c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4121 | 2024.08.08 23:02:12.351873 [ 3 ] {4d89ce56-593a-479d-b324-0e414d9c850c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4122 | 2024.08.08 23:02:12.352210 [ 3 ] {4d89ce56-593a-479d-b324-0e414d9c850c} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4123 | 2024.08.08 23:02:12.352246 [ 3 ] {4d89ce56-593a-479d-b324-0e414d9c850c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4124 | 2024.08.08 23:02:12.352603 [ 3 ] {4d89ce56-593a-479d-b324-0e414d9c850c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
4125 | 2024.08.08 23:02:12.352951 [ 3 ] {4d89ce56-593a-479d-b324-0e414d9c850c} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4126 | 2024.08.08 23:02:12.353110 [ 3 ] {4d89ce56-593a-479d-b324-0e414d9c850c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001476 sec., 52168.0216802168 rows/sec., 3.21 MiB/sec. | ||
4127 | 2024.08.08 23:02:12.353275 [ 3 ] {4d89ce56-593a-479d-b324-0e414d9c850c} <Debug> DynamicQueryHandler: Done processing query | ||
4128 | 2024.08.08 23:02:12.353298 [ 3 ] {4d89ce56-593a-479d-b324-0e414d9c850c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4129 | 2024.08.08 23:02:12.353314 [ 3 ] {} <Debug> HTTP-Session: 7eb27861-ed82-447d-a19d-6cef69bb1693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4130 | 2024.08.08 23:02:12.353456 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4131 | 2024.08.08 23:02:12.353505 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4132 | 2024.08.08 23:02:12.353524 [ 3 ] {} <Debug> HTTP-Session: 269436e3-2cad-4564-8ebc-aa62ec5d323f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4133 | 2024.08.08 23:02:12.353540 [ 3 ] {} <Debug> HTTP-Session: 269436e3-2cad-4564-8ebc-aa62ec5d323f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4134 | 2024.08.08 23:02:12.353554 [ 3 ] {} <Debug> HTTP-Session: 269436e3-2cad-4564-8ebc-aa62ec5d323f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4135 | 2024.08.08 23:02:12.353585 [ 3 ] {} <Trace> HTTP-Session: 269436e3-2cad-4564-8ebc-aa62ec5d323f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4136 | 2024.08.08 23:02:12.353765 [ 3 ] {a167cb0b-539d-47ca-a60b-c2aa9c071bc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4137 | 2024.08.08 23:02:12.353810 [ 3 ] {a167cb0b-539d-47ca-a60b-c2aa9c071bc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4138 | 2024.08.08 23:02:12.353949 [ 3 ] {a167cb0b-539d-47ca-a60b-c2aa9c071bc6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4139 | 2024.08.08 23:02:12.354320 [ 3 ] {a167cb0b-539d-47ca-a60b-c2aa9c071bc6} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4140 | 2024.08.08 23:02:12.354356 [ 3 ] {a167cb0b-539d-47ca-a60b-c2aa9c071bc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4141 | 2024.08.08 23:02:12.354727 [ 3 ] {a167cb0b-539d-47ca-a60b-c2aa9c071bc6} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4142 | 2024.08.08 23:02:12.355066 [ 3 ] {a167cb0b-539d-47ca-a60b-c2aa9c071bc6} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4143 | 2024.08.08 23:02:12.355220 [ 3 ] {a167cb0b-539d-47ca-a60b-c2aa9c071bc6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001553 sec., 103026.400515132 rows/sec., 7.18 MiB/sec. | ||
4144 | 2024.08.08 23:02:12.355384 [ 3 ] {a167cb0b-539d-47ca-a60b-c2aa9c071bc6} <Debug> DynamicQueryHandler: Done processing query | ||
4145 | 2024.08.08 23:02:12.355409 [ 3 ] {a167cb0b-539d-47ca-a60b-c2aa9c071bc6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4146 | 2024.08.08 23:02:12.355424 [ 3 ] {} <Debug> HTTP-Session: 269436e3-2cad-4564-8ebc-aa62ec5d323f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4147 | 2024.08.08 23:02:12.355527 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4148 | 2024.08.08 23:02:12.355575 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4149 | 2024.08.08 23:02:12.355593 [ 3 ] {} <Debug> HTTP-Session: 8b9f0c59-2d4a-4b32-a7ef-2ec3f7442060 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4150 | 2024.08.08 23:02:12.355610 [ 3 ] {} <Debug> HTTP-Session: 8b9f0c59-2d4a-4b32-a7ef-2ec3f7442060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4151 | 2024.08.08 23:02:12.355623 [ 3 ] {} <Debug> HTTP-Session: 8b9f0c59-2d4a-4b32-a7ef-2ec3f7442060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4152 | 2024.08.08 23:02:12.355653 [ 3 ] {} <Trace> HTTP-Session: 8b9f0c59-2d4a-4b32-a7ef-2ec3f7442060 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4153 | 2024.08.08 23:02:12.355752 [ 3 ] {e8749a55-5400-480e-bc30-803500d5c2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4154 | 2024.08.08 23:02:12.355796 [ 3 ] {e8749a55-5400-480e-bc30-803500d5c2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4155 | 2024.08.08 23:02:12.355917 [ 3 ] {e8749a55-5400-480e-bc30-803500d5c2c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4156 | 2024.08.08 23:02:12.356189 [ 3 ] {e8749a55-5400-480e-bc30-803500d5c2c7} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4157 | 2024.08.08 23:02:12.356224 [ 3 ] {e8749a55-5400-480e-bc30-803500d5c2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4158 | 2024.08.08 23:02:12.356569 [ 3 ] {e8749a55-5400-480e-bc30-803500d5c2c7} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4159 | 2024.08.08 23:02:12.356882 [ 3 ] {e8749a55-5400-480e-bc30-803500d5c2c7} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4160 | 2024.08.08 23:02:12.357008 [ 3 ] {e8749a55-5400-480e-bc30-803500d5c2c7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001284 sec., 17912.772585669783 rows/sec., 968.96 KiB/sec. | ||
4161 | 2024.08.08 23:02:12.357219 [ 3 ] {e8749a55-5400-480e-bc30-803500d5c2c7} <Debug> DynamicQueryHandler: Done processing query | ||
4162 | 2024.08.08 23:02:12.357243 [ 3 ] {e8749a55-5400-480e-bc30-803500d5c2c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4163 | 2024.08.08 23:02:12.357258 [ 3 ] {} <Debug> HTTP-Session: 8b9f0c59-2d4a-4b32-a7ef-2ec3f7442060 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4164 | 2024.08.08 23:02:12.357368 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4165 | 2024.08.08 23:02:12.357416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4166 | 2024.08.08 23:02:12.357434 [ 3 ] {} <Debug> HTTP-Session: 5c4d721e-2e53-48b0-81cd-45e463004b29 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4167 | 2024.08.08 23:02:12.357451 [ 3 ] {} <Debug> HTTP-Session: 5c4d721e-2e53-48b0-81cd-45e463004b29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4168 | 2024.08.08 23:02:12.357464 [ 3 ] {} <Debug> HTTP-Session: 5c4d721e-2e53-48b0-81cd-45e463004b29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4169 | 2024.08.08 23:02:12.357495 [ 3 ] {} <Trace> HTTP-Session: 5c4d721e-2e53-48b0-81cd-45e463004b29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4170 | 2024.08.08 23:02:12.357616 [ 3 ] {1bdc52ad-c813-4328-83e3-8eb6ebed0c1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4171 | 2024.08.08 23:02:12.357662 [ 3 ] {1bdc52ad-c813-4328-83e3-8eb6ebed0c1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4172 | 2024.08.08 23:02:12.357800 [ 3 ] {1bdc52ad-c813-4328-83e3-8eb6ebed0c1a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4173 | 2024.08.08 23:02:12.358124 [ 3 ] {1bdc52ad-c813-4328-83e3-8eb6ebed0c1a} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4174 | 2024.08.08 23:02:12.358160 [ 3 ] {1bdc52ad-c813-4328-83e3-8eb6ebed0c1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4175 | 2024.08.08 23:02:12.358516 [ 3 ] {1bdc52ad-c813-4328-83e3-8eb6ebed0c1a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
4176 | 2024.08.08 23:02:12.358834 [ 3 ] {1bdc52ad-c813-4328-83e3-8eb6ebed0c1a} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4177 | 2024.08.08 23:02:12.358963 [ 3 ] {1bdc52ad-c813-4328-83e3-8eb6ebed0c1a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
4178 | 2024.08.08 23:02:12.359144 [ 3 ] {1bdc52ad-c813-4328-83e3-8eb6ebed0c1a} <Debug> DynamicQueryHandler: Done processing query | ||
4179 | 2024.08.08 23:02:12.359168 [ 3 ] {1bdc52ad-c813-4328-83e3-8eb6ebed0c1a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4180 | 2024.08.08 23:02:12.359184 [ 3 ] {} <Debug> HTTP-Session: 5c4d721e-2e53-48b0-81cd-45e463004b29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4181 | 2024.08.08 23:02:17.370729 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4182 | 2024.08.08 23:02:17.370864 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4183 | 2024.08.08 23:02:17.370893 [ 3 ] {} <Debug> HTTP-Session: 229eaf2b-f3bd-48dd-a2d4-2ea8fbc5da69 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4184 | 2024.08.08 23:02:17.370921 [ 3 ] {} <Debug> HTTP-Session: 229eaf2b-f3bd-48dd-a2d4-2ea8fbc5da69 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4185 | 2024.08.08 23:02:17.370938 [ 3 ] {} <Debug> HTTP-Session: 229eaf2b-f3bd-48dd-a2d4-2ea8fbc5da69 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4186 | 2024.08.08 23:02:17.370994 [ 3 ] {} <Trace> HTTP-Session: 229eaf2b-f3bd-48dd-a2d4-2ea8fbc5da69 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4187 | 2024.08.08 23:02:17.371183 [ 3 ] {75444139-0ddd-4a99-aa12-d021df0ec709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4188 | 2024.08.08 23:02:17.371245 [ 3 ] {75444139-0ddd-4a99-aa12-d021df0ec709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4189 | 2024.08.08 23:02:17.371425 [ 3 ] {75444139-0ddd-4a99-aa12-d021df0ec709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4190 | 2024.08.08 23:02:17.371860 [ 3 ] {75444139-0ddd-4a99-aa12-d021df0ec709} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4191 | 2024.08.08 23:02:17.371899 [ 3 ] {75444139-0ddd-4a99-aa12-d021df0ec709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4192 | 2024.08.08 23:02:17.372260 [ 3 ] {75444139-0ddd-4a99-aa12-d021df0ec709} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
4193 | 2024.08.08 23:02:17.372595 [ 3 ] {75444139-0ddd-4a99-aa12-d021df0ec709} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4194 | 2024.08.08 23:02:17.372735 [ 3 ] {75444139-0ddd-4a99-aa12-d021df0ec709} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001611 sec., 20484.17132216015 rows/sec., 1.62 MiB/sec. | ||
4195 | 2024.08.08 23:02:17.372921 [ 3 ] {75444139-0ddd-4a99-aa12-d021df0ec709} <Debug> DynamicQueryHandler: Done processing query | ||
4196 | 2024.08.08 23:02:17.372947 [ 3 ] {75444139-0ddd-4a99-aa12-d021df0ec709} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4197 | 2024.08.08 23:02:17.372962 [ 3 ] {} <Debug> HTTP-Session: 229eaf2b-f3bd-48dd-a2d4-2ea8fbc5da69 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4198 | 2024.08.08 23:02:17.373244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 187673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4199 | 2024.08.08 23:02:17.373294 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4200 | 2024.08.08 23:02:17.373313 [ 3 ] {} <Debug> HTTP-Session: 70bc283c-0178-41fb-9e03-daa18bb67b4b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4201 | 2024.08.08 23:02:17.373329 [ 3 ] {} <Debug> HTTP-Session: 70bc283c-0178-41fb-9e03-daa18bb67b4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4202 | 2024.08.08 23:02:17.373342 [ 3 ] {} <Debug> HTTP-Session: 70bc283c-0178-41fb-9e03-daa18bb67b4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4203 | 2024.08.08 23:02:17.373373 [ 3 ] {} <Trace> HTTP-Session: 70bc283c-0178-41fb-9e03-daa18bb67b4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4204 | 2024.08.08 23:02:17.373979 [ 3 ] {b9beb0cf-7e88-45d8-ae40-c1cace5f6c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4205 | 2024.08.08 23:02:17.374026 [ 3 ] {b9beb0cf-7e88-45d8-ae40-c1cace5f6c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4206 | 2024.08.08 23:02:17.374148 [ 3 ] {b9beb0cf-7e88-45d8-ae40-c1cace5f6c4e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4207 | 2024.08.08 23:02:17.375344 [ 3 ] {b9beb0cf-7e88-45d8-ae40-c1cace5f6c4e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4208 | 2024.08.08 23:02:17.375380 [ 3 ] {b9beb0cf-7e88-45d8-ae40-c1cace5f6c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4209 | 2024.08.08 23:02:17.375749 [ 3 ] {b9beb0cf-7e88-45d8-ae40-c1cace5f6c4e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4210 | 2024.08.08 23:02:17.376057 [ 3 ] {b9beb0cf-7e88-45d8-ae40-c1cace5f6c4e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4211 | 2024.08.08 23:02:17.376180 [ 3 ] {b9beb0cf-7e88-45d8-ae40-c1cace5f6c4e} <Debug> executeQuery: Read 1295 rows, 109.42 KiB in 0.002674 sec., 484293.19371727743 rows/sec., 39.96 MiB/sec. | ||
4212 | 2024.08.08 23:02:17.376339 [ 3 ] {b9beb0cf-7e88-45d8-ae40-c1cace5f6c4e} <Debug> DynamicQueryHandler: Done processing query | ||
4213 | 2024.08.08 23:02:17.376363 [ 3 ] {b9beb0cf-7e88-45d8-ae40-c1cace5f6c4e} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
4214 | 2024.08.08 23:02:17.376379 [ 3 ] {} <Debug> HTTP-Session: 70bc283c-0178-41fb-9e03-daa18bb67b4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4215 | 2024.08.08 23:02:17.376908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4216 | 2024.08.08 23:02:17.376956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4217 | 2024.08.08 23:02:17.376976 [ 3 ] {} <Debug> HTTP-Session: 6cac5638-ba82-40d9-9d3f-ef4457dbf2ff Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4218 | 2024.08.08 23:02:17.376993 [ 3 ] {} <Debug> HTTP-Session: 6cac5638-ba82-40d9-9d3f-ef4457dbf2ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4219 | 2024.08.08 23:02:17.377007 [ 3 ] {} <Debug> HTTP-Session: 6cac5638-ba82-40d9-9d3f-ef4457dbf2ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4220 | 2024.08.08 23:02:17.377037 [ 3 ] {} <Trace> HTTP-Session: 6cac5638-ba82-40d9-9d3f-ef4457dbf2ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4221 | 2024.08.08 23:02:17.377230 [ 3 ] {3e0745b2-6fd1-4c8e-99fa-49aa38be7968} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
4222 | 2024.08.08 23:02:17.377272 [ 3 ] {3e0745b2-6fd1-4c8e-99fa-49aa38be7968} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
4223 | 2024.08.08 23:02:17.377394 [ 3 ] {3e0745b2-6fd1-4c8e-99fa-49aa38be7968} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4224 | 2024.08.08 23:02:17.377783 [ 3 ] {3e0745b2-6fd1-4c8e-99fa-49aa38be7968} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4225 | 2024.08.08 23:02:17.377819 [ 3 ] {3e0745b2-6fd1-4c8e-99fa-49aa38be7968} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4226 | 2024.08.08 23:02:17.378149 [ 3 ] {3e0745b2-6fd1-4c8e-99fa-49aa38be7968} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4227 | 2024.08.08 23:02:17.378449 [ 3 ] {3e0745b2-6fd1-4c8e-99fa-49aa38be7968} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4228 | 2024.08.08 23:02:17.378572 [ 3 ] {3e0745b2-6fd1-4c8e-99fa-49aa38be7968} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001461 sec., 156057.49486652977 rows/sec., 10.57 MiB/sec. | ||
4229 | 2024.08.08 23:02:17.378827 [ 3 ] {3e0745b2-6fd1-4c8e-99fa-49aa38be7968} <Debug> DynamicQueryHandler: Done processing query | ||
4230 | 2024.08.08 23:02:17.378851 [ 3 ] {3e0745b2-6fd1-4c8e-99fa-49aa38be7968} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
4231 | 2024.08.08 23:02:17.378866 [ 3 ] {} <Debug> HTTP-Session: 6cac5638-ba82-40d9-9d3f-ef4457dbf2ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4232 | 2024.08.08 23:02:17.379069 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 91420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4233 | 2024.08.08 23:02:17.379117 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4234 | 2024.08.08 23:02:17.379135 [ 3 ] {} <Debug> HTTP-Session: e5cfa341-3735-4bad-a18c-f0afe505d5e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4235 | 2024.08.08 23:02:17.379152 [ 3 ] {} <Debug> HTTP-Session: e5cfa341-3735-4bad-a18c-f0afe505d5e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4236 | 2024.08.08 23:02:17.379165 [ 3 ] {} <Debug> HTTP-Session: e5cfa341-3735-4bad-a18c-f0afe505d5e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4237 | 2024.08.08 23:02:17.379195 [ 3 ] {} <Trace> HTTP-Session: e5cfa341-3735-4bad-a18c-f0afe505d5e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4238 | 2024.08.08 23:02:17.379556 [ 3 ] {3ee96d4e-ed7a-4f17-b53d-7fbe2bc1b211} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4239 | 2024.08.08 23:02:17.379599 [ 3 ] {3ee96d4e-ed7a-4f17-b53d-7fbe2bc1b211} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4240 | 2024.08.08 23:02:17.379736 [ 3 ] {3ee96d4e-ed7a-4f17-b53d-7fbe2bc1b211} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4241 | 2024.08.08 23:02:17.380342 [ 3 ] {3ee96d4e-ed7a-4f17-b53d-7fbe2bc1b211} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4242 | 2024.08.08 23:02:17.380377 [ 3 ] {3ee96d4e-ed7a-4f17-b53d-7fbe2bc1b211} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4243 | 2024.08.08 23:02:17.380704 [ 3 ] {3ee96d4e-ed7a-4f17-b53d-7fbe2bc1b211} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4244 | 2024.08.08 23:02:17.381008 [ 3 ] {3ee96d4e-ed7a-4f17-b53d-7fbe2bc1b211} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4245 | 2024.08.08 23:02:17.381134 [ 3 ] {3ee96d4e-ed7a-4f17-b53d-7fbe2bc1b211} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.00184 sec., 300543.47826086957 rows/sec., 22.32 MiB/sec. | ||
4246 | 2024.08.08 23:02:17.381334 [ 3 ] {3ee96d4e-ed7a-4f17-b53d-7fbe2bc1b211} <Debug> DynamicQueryHandler: Done processing query | ||
4247 | 2024.08.08 23:02:17.381358 [ 3 ] {3ee96d4e-ed7a-4f17-b53d-7fbe2bc1b211} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
4248 | 2024.08.08 23:02:17.381374 [ 3 ] {} <Debug> HTTP-Session: e5cfa341-3735-4bad-a18c-f0afe505d5e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4249 | 2024.08.08 23:02:17.381810 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160177, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4250 | 2024.08.08 23:02:17.381858 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4251 | 2024.08.08 23:02:17.381877 [ 3 ] {} <Debug> HTTP-Session: 8bfbfe28-6b62-4448-ab1e-599f6b58d629 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4252 | 2024.08.08 23:02:17.381893 [ 3 ] {} <Debug> HTTP-Session: 8bfbfe28-6b62-4448-ab1e-599f6b58d629 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4253 | 2024.08.08 23:02:17.381906 [ 3 ] {} <Debug> HTTP-Session: 8bfbfe28-6b62-4448-ab1e-599f6b58d629 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4254 | 2024.08.08 23:02:17.381936 [ 3 ] {} <Trace> HTTP-Session: 8bfbfe28-6b62-4448-ab1e-599f6b58d629 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4255 | 2024.08.08 23:02:17.382305 [ 3 ] {f7102ab2-71cf-40f4-96cd-6e0dd31e93c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4256 | 2024.08.08 23:02:17.382353 [ 3 ] {f7102ab2-71cf-40f4-96cd-6e0dd31e93c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4257 | 2024.08.08 23:02:17.382492 [ 3 ] {f7102ab2-71cf-40f4-96cd-6e0dd31e93c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4258 | 2024.08.08 23:02:17.383240 [ 3 ] {f7102ab2-71cf-40f4-96cd-6e0dd31e93c2} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4259 | 2024.08.08 23:02:17.383275 [ 3 ] {f7102ab2-71cf-40f4-96cd-6e0dd31e93c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4260 | 2024.08.08 23:02:17.383699 [ 3 ] {f7102ab2-71cf-40f4-96cd-6e0dd31e93c2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4261 | 2024.08.08 23:02:17.384034 [ 3 ] {f7102ab2-71cf-40f4-96cd-6e0dd31e93c2} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4262 | 2024.08.08 23:02:17.384162 [ 3 ] {f7102ab2-71cf-40f4-96cd-6e0dd31e93c2} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002085 sec., 404796.16306954436 rows/sec., 27.24 MiB/sec. | ||
4263 | 2024.08.08 23:02:17.384491 [ 3 ] {f7102ab2-71cf-40f4-96cd-6e0dd31e93c2} <Debug> DynamicQueryHandler: Done processing query | ||
4264 | 2024.08.08 23:02:17.384515 [ 3 ] {f7102ab2-71cf-40f4-96cd-6e0dd31e93c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
4265 | 2024.08.08 23:02:17.384531 [ 3 ] {} <Debug> HTTP-Session: 8bfbfe28-6b62-4448-ab1e-599f6b58d629 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4266 | 2024.08.08 23:02:17.384715 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52879, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4267 | 2024.08.08 23:02:17.384764 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4268 | 2024.08.08 23:02:17.384783 [ 3 ] {} <Debug> HTTP-Session: 9e643386-ffac-40da-bcb2-9cf65fa2e4c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4269 | 2024.08.08 23:02:17.384799 [ 3 ] {} <Debug> HTTP-Session: 9e643386-ffac-40da-bcb2-9cf65fa2e4c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4270 | 2024.08.08 23:02:17.384813 [ 3 ] {} <Debug> HTTP-Session: 9e643386-ffac-40da-bcb2-9cf65fa2e4c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4271 | 2024.08.08 23:02:17.384843 [ 3 ] {} <Trace> HTTP-Session: 9e643386-ffac-40da-bcb2-9cf65fa2e4c9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4272 | 2024.08.08 23:02:17.385358 [ 3 ] {f5f0a1af-3a78-4b08-91ee-c6dae695b3c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4273 | 2024.08.08 23:02:17.385432 [ 3 ] {f5f0a1af-3a78-4b08-91ee-c6dae695b3c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4274 | 2024.08.08 23:02:17.385838 [ 3 ] {f5f0a1af-3a78-4b08-91ee-c6dae695b3c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4275 | 2024.08.08 23:02:17.386896 [ 3 ] {f5f0a1af-3a78-4b08-91ee-c6dae695b3c8} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4276 | 2024.08.08 23:02:17.386931 [ 3 ] {f5f0a1af-3a78-4b08-91ee-c6dae695b3c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4277 | 2024.08.08 23:02:17.387530 [ 3 ] {f5f0a1af-3a78-4b08-91ee-c6dae695b3c8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
4278 | 2024.08.08 23:02:17.387928 [ 3 ] {f5f0a1af-3a78-4b08-91ee-c6dae695b3c8} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4279 | 2024.08.08 23:02:17.388085 [ 3 ] {f5f0a1af-3a78-4b08-91ee-c6dae695b3c8} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003149 sec., 10479.517307081613 rows/sec., 18.78 MiB/sec. | ||
4280 | 2024.08.08 23:02:17.388514 [ 3 ] {f5f0a1af-3a78-4b08-91ee-c6dae695b3c8} <Debug> DynamicQueryHandler: Done processing query | ||
4281 | 2024.08.08 23:02:17.388539 [ 3 ] {f5f0a1af-3a78-4b08-91ee-c6dae695b3c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4282 | 2024.08.08 23:02:17.388554 [ 3 ] {} <Debug> HTTP-Session: 9e643386-ffac-40da-bcb2-9cf65fa2e4c9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4283 | 2024.08.08 23:02:17.388692 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4284 | 2024.08.08 23:02:17.388740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4285 | 2024.08.08 23:02:17.388759 [ 3 ] {} <Debug> HTTP-Session: 4104d526-3e27-4c30-9a2c-ee9472e10c97 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4286 | 2024.08.08 23:02:17.388775 [ 3 ] {} <Debug> HTTP-Session: 4104d526-3e27-4c30-9a2c-ee9472e10c97 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4287 | 2024.08.08 23:02:17.388788 [ 3 ] {} <Debug> HTTP-Session: 4104d526-3e27-4c30-9a2c-ee9472e10c97 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4288 | 2024.08.08 23:02:17.388818 [ 3 ] {} <Trace> HTTP-Session: 4104d526-3e27-4c30-9a2c-ee9472e10c97 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4289 | 2024.08.08 23:02:17.388932 [ 3 ] {44a096d9-206e-40b8-b9df-66691963261a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4290 | 2024.08.08 23:02:17.388975 [ 3 ] {44a096d9-206e-40b8-b9df-66691963261a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4291 | 2024.08.08 23:02:17.389102 [ 3 ] {44a096d9-206e-40b8-b9df-66691963261a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4292 | 2024.08.08 23:02:17.389385 [ 3 ] {44a096d9-206e-40b8-b9df-66691963261a} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4293 | 2024.08.08 23:02:17.389419 [ 3 ] {44a096d9-206e-40b8-b9df-66691963261a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4294 | 2024.08.08 23:02:17.389750 [ 3 ] {44a096d9-206e-40b8-b9df-66691963261a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
4295 | 2024.08.08 23:02:17.390124 [ 3 ] {44a096d9-206e-40b8-b9df-66691963261a} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4296 | 2024.08.08 23:02:17.390252 [ 3 ] {44a096d9-206e-40b8-b9df-66691963261a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
4297 | 2024.08.08 23:02:17.390576 [ 3 ] {44a096d9-206e-40b8-b9df-66691963261a} <Debug> DynamicQueryHandler: Done processing query | ||
4298 | 2024.08.08 23:02:17.390601 [ 3 ] {44a096d9-206e-40b8-b9df-66691963261a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4299 | 2024.08.08 23:02:17.390617 [ 3 ] {} <Debug> HTTP-Session: 4104d526-3e27-4c30-9a2c-ee9472e10c97 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4300 | 2024.08.08 23:02:22.342160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4301 | 2024.08.08 23:02:22.342321 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4302 | 2024.08.08 23:02:22.342364 [ 3 ] {} <Debug> HTTP-Session: 779cf1fb-ba7d-4993-b03e-9b2334df0ee7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4303 | 2024.08.08 23:02:22.342400 [ 3 ] {} <Debug> HTTP-Session: 779cf1fb-ba7d-4993-b03e-9b2334df0ee7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4304 | 2024.08.08 23:02:22.342426 [ 3 ] {} <Debug> HTTP-Session: 779cf1fb-ba7d-4993-b03e-9b2334df0ee7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4305 | 2024.08.08 23:02:22.342495 [ 3 ] {} <Trace> HTTP-Session: 779cf1fb-ba7d-4993-b03e-9b2334df0ee7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4306 | 2024.08.08 23:02:22.342692 [ 3 ] {57df270a-ed8b-44d2-aef2-55fe64ccab34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4307 | 2024.08.08 23:02:22.342760 [ 3 ] {57df270a-ed8b-44d2-aef2-55fe64ccab34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4308 | 2024.08.08 23:02:22.342951 [ 3 ] {57df270a-ed8b-44d2-aef2-55fe64ccab34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4309 | 2024.08.08 23:02:22.343378 [ 3 ] {57df270a-ed8b-44d2-aef2-55fe64ccab34} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4310 | 2024.08.08 23:02:22.343429 [ 3 ] {57df270a-ed8b-44d2-aef2-55fe64ccab34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4311 | 2024.08.08 23:02:22.343806 [ 3 ] {57df270a-ed8b-44d2-aef2-55fe64ccab34} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
4312 | 2024.08.08 23:02:22.344168 [ 3 ] {57df270a-ed8b-44d2-aef2-55fe64ccab34} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4313 | 2024.08.08 23:02:22.344339 [ 3 ] {57df270a-ed8b-44d2-aef2-55fe64ccab34} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001698 sec., 3533.568904593639 rows/sec., 200.14 KiB/sec. | ||
4314 | 2024.08.08 23:02:22.344548 [ 3 ] {57df270a-ed8b-44d2-aef2-55fe64ccab34} <Debug> DynamicQueryHandler: Done processing query | ||
4315 | 2024.08.08 23:02:22.344574 [ 3 ] {57df270a-ed8b-44d2-aef2-55fe64ccab34} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4316 | 2024.08.08 23:02:22.344590 [ 3 ] {} <Debug> HTTP-Session: 779cf1fb-ba7d-4993-b03e-9b2334df0ee7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4317 | 2024.08.08 23:02:22.344750 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4318 | 2024.08.08 23:02:22.344805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4319 | 2024.08.08 23:02:22.344824 [ 3 ] {} <Debug> HTTP-Session: dc5ec3ec-6bbd-4248-bd97-f0879b3aa5d3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4320 | 2024.08.08 23:02:22.344842 [ 3 ] {} <Debug> HTTP-Session: dc5ec3ec-6bbd-4248-bd97-f0879b3aa5d3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4321 | 2024.08.08 23:02:22.344856 [ 3 ] {} <Debug> HTTP-Session: dc5ec3ec-6bbd-4248-bd97-f0879b3aa5d3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4322 | 2024.08.08 23:02:22.344892 [ 3 ] {} <Trace> HTTP-Session: dc5ec3ec-6bbd-4248-bd97-f0879b3aa5d3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4323 | 2024.08.08 23:02:22.345039 [ 3 ] {f532d5c3-15ba-4054-a6e6-1b83d02b0730} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4324 | 2024.08.08 23:02:22.345086 [ 3 ] {f532d5c3-15ba-4054-a6e6-1b83d02b0730} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4325 | 2024.08.08 23:02:22.345213 [ 3 ] {f532d5c3-15ba-4054-a6e6-1b83d02b0730} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4326 | 2024.08.08 23:02:22.345643 [ 3 ] {f532d5c3-15ba-4054-a6e6-1b83d02b0730} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4327 | 2024.08.08 23:02:22.345680 [ 3 ] {f532d5c3-15ba-4054-a6e6-1b83d02b0730} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4328 | 2024.08.08 23:02:22.345996 [ 3 ] {f532d5c3-15ba-4054-a6e6-1b83d02b0730} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4329 | 2024.08.08 23:02:22.346304 [ 3 ] {f532d5c3-15ba-4054-a6e6-1b83d02b0730} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4330 | 2024.08.08 23:02:22.346470 [ 33 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4331 | 2024.08.08 23:02:22.346482 [ 3 ] {f532d5c3-15ba-4054-a6e6-1b83d02b0730} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.0015 sec., 107333.33333333333 rows/sec., 9.46 MiB/sec. | ||
4332 | 2024.08.08 23:02:22.346550 [ 33 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4333 | 2024.08.08 23:02:22.346612 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4334 | 2024.08.08 23:02:22.346826 [ 3 ] {f532d5c3-15ba-4054-a6e6-1b83d02b0730} <Debug> DynamicQueryHandler: Done processing query | ||
4335 | 2024.08.08 23:02:22.346835 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
4336 | 2024.08.08 23:02:22.346863 [ 3 ] {f532d5c3-15ba-4054-a6e6-1b83d02b0730} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4337 | 2024.08.08 23:02:22.346914 [ 3 ] {} <Debug> HTTP-Session: dc5ec3ec-6bbd-4248-bd97-f0879b3aa5d3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4338 | 2024.08.08 23:02:22.347059 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4339 | 2024.08.08 23:02:22.347116 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1405 rows starting from the beginning of the part | ||
4340 | 2024.08.08 23:02:22.347129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4341 | 2024.08.08 23:02:22.347269 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4342 | 2024.08.08 23:02:22.347337 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 161 rows starting from the beginning of the part | ||
4343 | 2024.08.08 23:02:22.347364 [ 3 ] {} <Debug> HTTP-Session: 03e3e8bb-9fa6-49ee-9708-e61e42a872cd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4344 | 2024.08.08 23:02:22.347445 [ 3 ] {} <Debug> HTTP-Session: 03e3e8bb-9fa6-49ee-9708-e61e42a872cd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4345 | 2024.08.08 23:02:22.347521 [ 3 ] {} <Debug> HTTP-Session: 03e3e8bb-9fa6-49ee-9708-e61e42a872cd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4346 | 2024.08.08 23:02:22.347642 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 155 rows starting from the beginning of the part | ||
4347 | 2024.08.08 23:02:22.347681 [ 3 ] {} <Trace> HTTP-Session: 03e3e8bb-9fa6-49ee-9708-e61e42a872cd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4348 | 2024.08.08 23:02:22.347845 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 161 rows starting from the beginning of the part | ||
4349 | 2024.08.08 23:02:22.348029 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1295 rows starting from the beginning of the part | ||
4350 | 2024.08.08 23:02:22.348199 [ 3 ] {07f9e321-1c52-493c-81e1-f623db46639c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4351 | 2024.08.08 23:02:22.348230 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 161 rows starting from the beginning of the part | ||
4352 | 2024.08.08 23:02:22.348318 [ 3 ] {07f9e321-1c52-493c-81e1-f623db46639c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4353 | 2024.08.08 23:02:22.348976 [ 3 ] {07f9e321-1c52-493c-81e1-f623db46639c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4354 | 2024.08.08 23:02:22.350117 [ 3 ] {07f9e321-1c52-493c-81e1-f623db46639c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4355 | 2024.08.08 23:02:22.350187 [ 3 ] {07f9e321-1c52-493c-81e1-f623db46639c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4356 | 2024.08.08 23:02:22.350998 [ 3 ] {07f9e321-1c52-493c-81e1-f623db46639c} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4357 | 2024.08.08 23:02:22.351741 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 4 columns (4 merged, 0 gathered) in 0.00500483 sec., 666955.7207737325 rows/sec., 55.85 MiB/sec. | ||
4358 | 2024.08.08 23:02:22.351760 [ 3 ] {07f9e321-1c52-493c-81e1-f623db46639c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4359 | 2024.08.08 23:02:22.352024 [ 33 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4360 | 2024.08.08 23:02:22.352065 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4361 | 2024.08.08 23:02:22.352044 [ 3 ] {07f9e321-1c52-493c-81e1-f623db46639c} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.004068 sec., 93903.63815142577 rows/sec., 6.60 MiB/sec. | ||
4362 | 2024.08.08 23:02:22.352102 [ 33 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4363 | 2024.08.08 23:02:22.352213 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4364 | 2024.08.08 23:02:22.352661 [ 3 ] {07f9e321-1c52-493c-81e1-f623db46639c} <Debug> DynamicQueryHandler: Done processing query | ||
4365 | 2024.08.08 23:02:22.352770 [ 3 ] {07f9e321-1c52-493c-81e1-f623db46639c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4366 | 2024.08.08 23:02:22.352860 [ 3 ] {} <Debug> HTTP-Session: 03e3e8bb-9fa6-49ee-9708-e61e42a872cd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4367 | 2024.08.08 23:02:22.353027 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
4368 | 2024.08.08 23:02:22.353110 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4369 | 2024.08.08 23:02:22.353224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4370 | 2024.08.08 23:02:22.353292 [ 3 ] {} <Debug> HTTP-Session: 65d2a606-7b68-4463-80b8-a674871e725b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4371 | 2024.08.08 23:02:22.353345 [ 3 ] {} <Debug> HTTP-Session: 65d2a606-7b68-4463-80b8-a674871e725b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4372 | 2024.08.08 23:02:22.353378 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4373 | 2024.08.08 23:02:22.353393 [ 3 ] {} <Debug> HTTP-Session: 65d2a606-7b68-4463-80b8-a674871e725b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4374 | 2024.08.08 23:02:22.353460 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 899 rows starting from the beginning of the part | ||
4375 | 2024.08.08 23:02:22.353488 [ 3 ] {} <Trace> HTTP-Session: 65d2a606-7b68-4463-80b8-a674871e725b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4376 | 2024.08.08 23:02:22.353466 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4377 | 2024.08.08 23:02:22.353873 [ 3 ] {9efa407c-88f9-4543-881d-6f815e2eb06c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4378 | 2024.08.08 23:02:22.353902 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 382 rows starting from the beginning of the part | ||
4379 | 2024.08.08 23:02:22.354003 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_21_4} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4380 | 2024.08.08 23:02:22.354059 [ 3 ] {9efa407c-88f9-4543-881d-6f815e2eb06c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4381 | 2024.08.08 23:02:22.354386 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 97 rows starting from the beginning of the part | ||
4382 | 2024.08.08 23:02:22.354442 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
4383 | 2024.08.08 23:02:22.354736 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 382 rows starting from the beginning of the part | ||
4384 | 2024.08.08 23:02:22.355026 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 553 rows starting from the beginning of the part | ||
4385 | 2024.08.08 23:02:22.355385 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 382 rows starting from the beginning of the part | ||
4386 | 2024.08.08 23:02:22.355467 [ 3 ] {9efa407c-88f9-4543-881d-6f815e2eb06c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4387 | 2024.08.08 23:02:22.356303 [ 3 ] {9efa407c-88f9-4543-881d-6f815e2eb06c} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4388 | 2024.08.08 23:02:22.356346 [ 3 ] {9efa407c-88f9-4543-881d-6f815e2eb06c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4389 | 2024.08.08 23:02:22.356897 [ 3 ] {9efa407c-88f9-4543-881d-6f815e2eb06c} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4390 | 2024.08.08 23:02:22.357346 [ 3 ] {9efa407c-88f9-4543-881d-6f815e2eb06c} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4391 | 2024.08.08 23:02:22.357537 [ 3 ] {9efa407c-88f9-4543-881d-6f815e2eb06c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003876 sec., 1547.9876160990711 rows/sec., 66.52 KiB/sec. | ||
4392 | 2024.08.08 23:02:22.357963 [ 3 ] {9efa407c-88f9-4543-881d-6f815e2eb06c} <Debug> DynamicQueryHandler: Done processing query | ||
4393 | 2024.08.08 23:02:22.358006 [ 3 ] {9efa407c-88f9-4543-881d-6f815e2eb06c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4394 | 2024.08.08 23:02:22.358032 [ 3 ] {} <Debug> HTTP-Session: 65d2a606-7b68-4463-80b8-a674871e725b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4395 | 2024.08.08 23:02:22.358043 [ 186 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2695 rows, containing 4 columns (4 merged, 0 gathered) in 0.005547517 sec., 485802.92768818914 rows/sec., 35.01 MiB/sec. | ||
4396 | 2024.08.08 23:02:22.358194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4397 | 2024.08.08 23:02:22.358288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4398 | 2024.08.08 23:02:22.358318 [ 186 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4399 | 2024.08.08 23:02:22.358327 [ 3 ] {} <Debug> HTTP-Session: 9f63e67b-d37e-43fb-8838-17dbfa0d1ccf Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4400 | 2024.08.08 23:02:22.358389 [ 3 ] {} <Debug> HTTP-Session: 9f63e67b-d37e-43fb-8838-17dbfa0d1ccf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4401 | 2024.08.08 23:02:22.358441 [ 3 ] {} <Debug> HTTP-Session: 9f63e67b-d37e-43fb-8838-17dbfa0d1ccf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4402 | 2024.08.08 23:02:22.358492 [ 3 ] {} <Trace> HTTP-Session: 9f63e67b-d37e-43fb-8838-17dbfa0d1ccf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4403 | 2024.08.08 23:02:22.358838 [ 3 ] {37d55ca0-461f-4e5c-b1b6-077b07b1edd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4404 | 2024.08.08 23:02:22.358945 [ 3 ] {37d55ca0-461f-4e5c-b1b6-077b07b1edd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4405 | 2024.08.08 23:02:22.359244 [ 186 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4406 | 2024.08.08 23:02:22.359326 [ 3 ] {37d55ca0-461f-4e5c-b1b6-077b07b1edd3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4407 | 2024.08.08 23:02:22.359439 [ 186 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_21_4} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4408 | 2024.08.08 23:02:22.359589 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
4409 | 2024.08.08 23:02:22.359794 [ 3 ] {37d55ca0-461f-4e5c-b1b6-077b07b1edd3} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4410 | 2024.08.08 23:02:22.359836 [ 3 ] {37d55ca0-461f-4e5c-b1b6-077b07b1edd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4411 | 2024.08.08 23:02:22.360211 [ 3 ] {37d55ca0-461f-4e5c-b1b6-077b07b1edd3} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
4412 | 2024.08.08 23:02:22.360563 [ 3 ] {37d55ca0-461f-4e5c-b1b6-077b07b1edd3} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4413 | 2024.08.08 23:02:22.360715 [ 3 ] {37d55ca0-461f-4e5c-b1b6-077b07b1edd3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00209 sec., 36842.1052631579 rows/sec., 2.27 MiB/sec. | ||
4414 | 2024.08.08 23:02:22.361056 [ 3 ] {37d55ca0-461f-4e5c-b1b6-077b07b1edd3} <Debug> DynamicQueryHandler: Done processing query | ||
4415 | 2024.08.08 23:02:22.361081 [ 3 ] {37d55ca0-461f-4e5c-b1b6-077b07b1edd3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4416 | 2024.08.08 23:02:22.361097 [ 3 ] {} <Debug> HTTP-Session: 9f63e67b-d37e-43fb-8838-17dbfa0d1ccf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4417 | 2024.08.08 23:02:22.361260 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4418 | 2024.08.08 23:02:22.361310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4419 | 2024.08.08 23:02:22.361328 [ 3 ] {} <Debug> HTTP-Session: ca657ec3-8d90-4357-8d35-d8aae17ff9c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4420 | 2024.08.08 23:02:22.361344 [ 3 ] {} <Debug> HTTP-Session: ca657ec3-8d90-4357-8d35-d8aae17ff9c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4421 | 2024.08.08 23:02:22.361359 [ 3 ] {} <Debug> HTTP-Session: ca657ec3-8d90-4357-8d35-d8aae17ff9c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4422 | 2024.08.08 23:02:22.361390 [ 3 ] {} <Trace> HTTP-Session: ca657ec3-8d90-4357-8d35-d8aae17ff9c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4423 | 2024.08.08 23:02:22.361536 [ 3 ] {3115b3eb-6c90-4f76-9319-1f7e0efab43e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4424 | 2024.08.08 23:02:22.361583 [ 3 ] {3115b3eb-6c90-4f76-9319-1f7e0efab43e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4425 | 2024.08.08 23:02:22.361745 [ 3 ] {3115b3eb-6c90-4f76-9319-1f7e0efab43e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4426 | 2024.08.08 23:02:22.362119 [ 3 ] {3115b3eb-6c90-4f76-9319-1f7e0efab43e} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4427 | 2024.08.08 23:02:22.362154 [ 3 ] {3115b3eb-6c90-4f76-9319-1f7e0efab43e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4428 | 2024.08.08 23:02:22.362524 [ 3 ] {3115b3eb-6c90-4f76-9319-1f7e0efab43e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4429 | 2024.08.08 23:02:22.362863 [ 3 ] {3115b3eb-6c90-4f76-9319-1f7e0efab43e} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4430 | 2024.08.08 23:02:22.363012 [ 3 ] {3115b3eb-6c90-4f76-9319-1f7e0efab43e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001533 sec., 104370.51532941943 rows/sec., 7.27 MiB/sec. | ||
4431 | 2024.08.08 23:02:22.363022 [ 33 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4432 | 2024.08.08 23:02:22.363102 [ 33 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4433 | 2024.08.08 23:02:22.363148 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4434 | 2024.08.08 23:02:22.363307 [ 3 ] {3115b3eb-6c90-4f76-9319-1f7e0efab43e} <Debug> DynamicQueryHandler: Done processing query | ||
4435 | 2024.08.08 23:02:22.363328 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
4436 | 2024.08.08 23:02:22.363352 [ 3 ] {3115b3eb-6c90-4f76-9319-1f7e0efab43e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4437 | 2024.08.08 23:02:22.363412 [ 3 ] {} <Debug> HTTP-Session: ca657ec3-8d90-4357-8d35-d8aae17ff9c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4438 | 2024.08.08 23:02:22.363575 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4439 | 2024.08.08 23:02:22.363592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4440 | 2024.08.08 23:02:22.363634 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4713 rows starting from the beginning of the part | ||
4441 | 2024.08.08 23:02:22.363691 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4442 | 2024.08.08 23:02:22.363808 [ 3 ] {} <Debug> HTTP-Session: 7c9bac36-296c-4cbc-8023-32d0ed64bee6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4443 | 2024.08.08 23:02:22.363898 [ 3 ] {} <Debug> HTTP-Session: 7c9bac36-296c-4cbc-8023-32d0ed64bee6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4444 | 2024.08.08 23:02:22.363909 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 160 rows starting from the beginning of the part | ||
4445 | 2024.08.08 23:02:22.363958 [ 3 ] {} <Debug> HTTP-Session: 7c9bac36-296c-4cbc-8023-32d0ed64bee6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4446 | 2024.08.08 23:02:22.364112 [ 3 ] {} <Trace> HTTP-Session: 7c9bac36-296c-4cbc-8023-32d0ed64bee6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4447 | 2024.08.08 23:02:22.364237 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 160 rows starting from the beginning of the part | ||
4448 | 2024.08.08 23:02:22.364455 [ 3 ] {16b9e4d5-cdd4-4bfb-8df6-979d1d8707d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4449 | 2024.08.08 23:02:22.364546 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 160 rows starting from the beginning of the part | ||
4450 | 2024.08.08 23:02:22.364613 [ 3 ] {16b9e4d5-cdd4-4bfb-8df6-979d1d8707d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4451 | 2024.08.08 23:02:22.364977 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 844 rows starting from the beginning of the part | ||
4452 | 2024.08.08 23:02:22.365356 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 160 rows starting from the beginning of the part | ||
4453 | 2024.08.08 23:02:22.365629 [ 3 ] {16b9e4d5-cdd4-4bfb-8df6-979d1d8707d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4454 | 2024.08.08 23:02:22.366529 [ 3 ] {16b9e4d5-cdd4-4bfb-8df6-979d1d8707d4} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4455 | 2024.08.08 23:02:22.366601 [ 3 ] {16b9e4d5-cdd4-4bfb-8df6-979d1d8707d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4456 | 2024.08.08 23:02:22.367427 [ 3 ] {16b9e4d5-cdd4-4bfb-8df6-979d1d8707d4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
4457 | 2024.08.08 23:02:22.368573 [ 3 ] {16b9e4d5-cdd4-4bfb-8df6-979d1d8707d4} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4458 | 2024.08.08 23:02:22.368758 [ 33 ] {} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
4459 | 2024.08.08 23:02:22.368776 [ 3 ] {16b9e4d5-cdd4-4bfb-8df6-979d1d8707d4} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004457 sec., 5160.421808391295 rows/sec., 279.14 KiB/sec. | ||
4460 | 2024.08.08 23:02:22.368854 [ 33 ] {} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4461 | 2024.08.08 23:02:22.368928 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4462 | 2024.08.08 23:02:22.369174 [ 3 ] {16b9e4d5-cdd4-4bfb-8df6-979d1d8707d4} <Debug> DynamicQueryHandler: Done processing query | ||
4463 | 2024.08.08 23:02:22.369274 [ 3 ] {16b9e4d5-cdd4-4bfb-8df6-979d1d8707d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4464 | 2024.08.08 23:02:22.369312 [ 3 ] {} <Debug> HTTP-Session: 7c9bac36-296c-4cbc-8023-32d0ed64bee6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4465 | 2024.08.08 23:02:22.369332 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::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 | ||
4466 | 2024.08.08 23:02:22.369466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4467 | 2024.08.08 23:02:22.369515 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4468 | 2024.08.08 23:02:22.369528 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4469 | 2024.08.08 23:02:22.369558 [ 3 ] {} <Debug> HTTP-Session: 027e2728-362f-4430-acac-81fb8efcbfab Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4470 | 2024.08.08 23:02:22.369561 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 127 rows starting from the beginning of the part | ||
4471 | 2024.08.08 23:02:22.369577 [ 3 ] {} <Debug> HTTP-Session: 027e2728-362f-4430-acac-81fb8efcbfab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4472 | 2024.08.08 23:02:22.369606 [ 3 ] {} <Debug> HTTP-Session: 027e2728-362f-4430-acac-81fb8efcbfab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4473 | 2024.08.08 23:02:22.369800 [ 3 ] {} <Trace> HTTP-Session: 027e2728-362f-4430-acac-81fb8efcbfab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4474 | 2024.08.08 23:02:22.369951 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 15 rows starting from the beginning of the part | ||
4475 | 2024.08.08 23:02:22.370314 [ 3 ] {c1d61a3f-ca24-4f6e-9da9-d430fbac6dc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4476 | 2024.08.08 23:02:22.370389 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 23 rows starting from the beginning of the part | ||
4477 | 2024.08.08 23:02:22.370445 [ 3 ] {c1d61a3f-ca24-4f6e-9da9-d430fbac6dc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4478 | 2024.08.08 23:02:22.370669 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 23 rows starting from the beginning of the part | ||
4479 | 2024.08.08 23:02:22.371165 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 23 rows starting from the beginning of the part | ||
4480 | 2024.08.08 23:02:22.371642 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 23 rows starting from the beginning of the part | ||
4481 | 2024.08.08 23:02:22.371827 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6197 rows, containing 5 columns (5 merged, 0 gathered) in 0.008520028 sec., 727345.0275046044 rows/sec., 49.59 MiB/sec. | ||
4482 | 2024.08.08 23:02:22.372374 [ 3 ] {c1d61a3f-ca24-4f6e-9da9-d430fbac6dc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4483 | 2024.08.08 23:02:22.372750 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4484 | 2024.08.08 23:02:22.373368 [ 3 ] {c1d61a3f-ca24-4f6e-9da9-d430fbac6dc3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4485 | 2024.08.08 23:02:22.373436 [ 3 ] {c1d61a3f-ca24-4f6e-9da9-d430fbac6dc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4486 | 2024.08.08 23:02:22.374957 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4487 | 2024.08.08 23:02:22.375147 [ 3 ] {c1d61a3f-ca24-4f6e-9da9-d430fbac6dc3} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
4488 | 2024.08.08 23:02:22.375334 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4489 | 2024.08.08 23:02:22.375725 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.37 MiB. | ||
4490 | 2024.08.08 23:02:22.376048 [ 190 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 4 columns (4 merged, 0 gathered) in 0.006990567 sec., 33473.67960281334 rows/sec., 1.84 MiB/sec. | ||
4491 | 2024.08.08 23:02:22.376319 [ 190 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
4492 | 2024.08.08 23:02:22.376330 [ 3 ] {c1d61a3f-ca24-4f6e-9da9-d430fbac6dc3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4493 | 2024.08.08 23:02:22.376692 [ 33 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
4494 | 2024.08.08 23:02:22.376729 [ 3 ] {c1d61a3f-ca24-4f6e-9da9-d430fbac6dc3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006642 sec., 9033.423667570009 rows/sec., 623.40 KiB/sec. | ||
4495 | 2024.08.08 23:02:22.376790 [ 33 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4496 | 2024.08.08 23:02:22.376935 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4497 | 2024.08.08 23:02:22.377412 [ 3 ] {c1d61a3f-ca24-4f6e-9da9-d430fbac6dc3} <Debug> DynamicQueryHandler: Done processing query | ||
4498 | 2024.08.08 23:02:22.377513 [ 3 ] {c1d61a3f-ca24-4f6e-9da9-d430fbac6dc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4499 | 2024.08.08 23:02:22.377604 [ 3 ] {} <Debug> HTTP-Session: 027e2728-362f-4430-acac-81fb8efcbfab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4500 | 2024.08.08 23:02:22.377874 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
4501 | 2024.08.08 23:02:22.378015 [ 190 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4502 | 2024.08.08 23:02:22.378222 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4503 | 2024.08.08 23:02:22.378249 [ 190 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_11_2} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
4504 | 2024.08.08 23:02:22.378274 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 832 rows starting from the beginning of the part | ||
4505 | 2024.08.08 23:02:22.378518 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
4506 | 2024.08.08 23:02:22.378573 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 60 rows starting from the beginning of the part | ||
4507 | 2024.08.08 23:02:22.378712 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
4508 | 2024.08.08 23:02:22.378906 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 60 rows starting from the beginning of the part | ||
4509 | 2024.08.08 23:02:22.379084 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
4510 | 2024.08.08 23:02:22.379243 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 60 rows starting from the beginning of the part | ||
4511 | 2024.08.08 23:02:22.380529 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1132 rows, containing 4 columns (4 merged, 0 gathered) in 0.003322836 sec., 340672.8469295505 rows/sec., 22.96 MiB/sec. | ||
4512 | 2024.08.08 23:02:22.380758 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
4513 | 2024.08.08 23:02:22.381175 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4514 | 2024.08.08 23:02:22.381250 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_21_4} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
4515 | 2024.08.08 23:02:22.381333 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
4516 | 2024.08.08 23:02:23.178878 [ 32 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4517 | 2024.08.08 23:02:23.178932 [ 32 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4518 | 2024.08.08 23:02:24.001786 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001318019 sec. | ||
4519 | 2024.08.08 23:02:27.339723 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4520 | 2024.08.08 23:02:27.339842 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4521 | 2024.08.08 23:02:27.339866 [ 3 ] {} <Debug> HTTP-Session: b110370f-dc5f-44ff-9948-8bca306bdd33 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4522 | 2024.08.08 23:02:27.339889 [ 3 ] {} <Debug> HTTP-Session: b110370f-dc5f-44ff-9948-8bca306bdd33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4523 | 2024.08.08 23:02:27.339904 [ 3 ] {} <Debug> HTTP-Session: b110370f-dc5f-44ff-9948-8bca306bdd33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4524 | 2024.08.08 23:02:27.339955 [ 3 ] {} <Trace> HTTP-Session: b110370f-dc5f-44ff-9948-8bca306bdd33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4525 | 2024.08.08 23:02:27.340140 [ 3 ] {20a92122-0a56-4e79-8a69-97089915d5d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4526 | 2024.08.08 23:02:27.340203 [ 3 ] {20a92122-0a56-4e79-8a69-97089915d5d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4527 | 2024.08.08 23:02:27.340391 [ 3 ] {20a92122-0a56-4e79-8a69-97089915d5d0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4528 | 2024.08.08 23:02:27.340839 [ 3 ] {20a92122-0a56-4e79-8a69-97089915d5d0} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4529 | 2024.08.08 23:02:27.340879 [ 3 ] {20a92122-0a56-4e79-8a69-97089915d5d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4530 | 2024.08.08 23:02:27.341241 [ 3 ] {20a92122-0a56-4e79-8a69-97089915d5d0} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
4531 | 2024.08.08 23:02:27.341573 [ 3 ] {20a92122-0a56-4e79-8a69-97089915d5d0} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4532 | 2024.08.08 23:02:27.341736 [ 3 ] {20a92122-0a56-4e79-8a69-97089915d5d0} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001649 sec., 20012.128562765312 rows/sec., 1.58 MiB/sec. | ||
4533 | 2024.08.08 23:02:27.342035 [ 3 ] {20a92122-0a56-4e79-8a69-97089915d5d0} <Debug> DynamicQueryHandler: Done processing query | ||
4534 | 2024.08.08 23:02:27.342062 [ 3 ] {20a92122-0a56-4e79-8a69-97089915d5d0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4535 | 2024.08.08 23:02:27.342079 [ 3 ] {} <Debug> HTTP-Session: b110370f-dc5f-44ff-9948-8bca306bdd33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4536 | 2024.08.08 23:02:27.342235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4537 | 2024.08.08 23:02:27.342285 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4538 | 2024.08.08 23:02:27.342304 [ 3 ] {} <Debug> HTTP-Session: 144a00df-544a-45a6-ada6-9a30bd8663b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4539 | 2024.08.08 23:02:27.342320 [ 3 ] {} <Debug> HTTP-Session: 144a00df-544a-45a6-ada6-9a30bd8663b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4540 | 2024.08.08 23:02:27.342334 [ 3 ] {} <Debug> HTTP-Session: 144a00df-544a-45a6-ada6-9a30bd8663b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4541 | 2024.08.08 23:02:27.342365 [ 3 ] {} <Trace> HTTP-Session: 144a00df-544a-45a6-ada6-9a30bd8663b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4542 | 2024.08.08 23:02:27.342458 [ 3 ] {e7b91d36-6942-4637-8755-3911af5109d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4543 | 2024.08.08 23:02:27.342499 [ 3 ] {e7b91d36-6942-4637-8755-3911af5109d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4544 | 2024.08.08 23:02:27.342644 [ 3 ] {e7b91d36-6942-4637-8755-3911af5109d2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4545 | 2024.08.08 23:02:27.342928 [ 3 ] {e7b91d36-6942-4637-8755-3911af5109d2} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4546 | 2024.08.08 23:02:27.342963 [ 3 ] {e7b91d36-6942-4637-8755-3911af5109d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4547 | 2024.08.08 23:02:27.343259 [ 3 ] {e7b91d36-6942-4637-8755-3911af5109d2} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4548 | 2024.08.08 23:02:27.343563 [ 3 ] {e7b91d36-6942-4637-8755-3911af5109d2} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4549 | 2024.08.08 23:02:27.343704 [ 3 ] {e7b91d36-6942-4637-8755-3911af5109d2} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.00127 sec., 1574.803149606299 rows/sec., 128.41 KiB/sec. | ||
4550 | 2024.08.08 23:02:27.343853 [ 3 ] {e7b91d36-6942-4637-8755-3911af5109d2} <Debug> DynamicQueryHandler: Done processing query | ||
4551 | 2024.08.08 23:02:27.343877 [ 3 ] {e7b91d36-6942-4637-8755-3911af5109d2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4552 | 2024.08.08 23:02:27.343892 [ 3 ] {} <Debug> HTTP-Session: 144a00df-544a-45a6-ada6-9a30bd8663b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4553 | 2024.08.08 23:02:27.344046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4554 | 2024.08.08 23:02:27.344094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4555 | 2024.08.08 23:02:27.344112 [ 3 ] {} <Debug> HTTP-Session: 133434fe-8c83-4361-89ad-4d7482fa931f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4556 | 2024.08.08 23:02:27.344128 [ 3 ] {} <Debug> HTTP-Session: 133434fe-8c83-4361-89ad-4d7482fa931f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4557 | 2024.08.08 23:02:27.344141 [ 3 ] {} <Debug> HTTP-Session: 133434fe-8c83-4361-89ad-4d7482fa931f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4558 | 2024.08.08 23:02:27.344172 [ 3 ] {} <Trace> HTTP-Session: 133434fe-8c83-4361-89ad-4d7482fa931f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4559 | 2024.08.08 23:02:27.344307 [ 3 ] {0ab95d77-f539-4259-967f-540c4cb803ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4560 | 2024.08.08 23:02:27.344348 [ 3 ] {0ab95d77-f539-4259-967f-540c4cb803ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4561 | 2024.08.08 23:02:27.344470 [ 3 ] {0ab95d77-f539-4259-967f-540c4cb803ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4562 | 2024.08.08 23:02:27.344860 [ 3 ] {0ab95d77-f539-4259-967f-540c4cb803ee} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4563 | 2024.08.08 23:02:27.344896 [ 3 ] {0ab95d77-f539-4259-967f-540c4cb803ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4564 | 2024.08.08 23:02:27.345220 [ 3 ] {0ab95d77-f539-4259-967f-540c4cb803ee} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4565 | 2024.08.08 23:02:27.345524 [ 3 ] {0ab95d77-f539-4259-967f-540c4cb803ee} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4566 | 2024.08.08 23:02:27.345670 [ 3 ] {0ab95d77-f539-4259-967f-540c4cb803ee} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001422 sec., 109704.64135021096 rows/sec., 9.18 MiB/sec. | ||
4567 | 2024.08.08 23:02:27.345969 [ 3 ] {0ab95d77-f539-4259-967f-540c4cb803ee} <Debug> DynamicQueryHandler: Done processing query | ||
4568 | 2024.08.08 23:02:27.345995 [ 3 ] {0ab95d77-f539-4259-967f-540c4cb803ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4569 | 2024.08.08 23:02:27.346011 [ 3 ] {} <Debug> HTTP-Session: 133434fe-8c83-4361-89ad-4d7482fa931f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4570 | 2024.08.08 23:02:27.346135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4571 | 2024.08.08 23:02:27.346184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4572 | 2024.08.08 23:02:27.346203 [ 3 ] {} <Debug> HTTP-Session: 8f371e43-d4fa-44db-b96f-aef46d186b60 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4573 | 2024.08.08 23:02:27.346219 [ 3 ] {} <Debug> HTTP-Session: 8f371e43-d4fa-44db-b96f-aef46d186b60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4574 | 2024.08.08 23:02:27.346232 [ 3 ] {} <Debug> HTTP-Session: 8f371e43-d4fa-44db-b96f-aef46d186b60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4575 | 2024.08.08 23:02:27.346263 [ 3 ] {} <Trace> HTTP-Session: 8f371e43-d4fa-44db-b96f-aef46d186b60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4576 | 2024.08.08 23:02:27.346356 [ 3 ] {ac2ab3ef-d81b-43dc-b094-b758acb29018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4577 | 2024.08.08 23:02:27.346400 [ 3 ] {ac2ab3ef-d81b-43dc-b094-b758acb29018} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4578 | 2024.08.08 23:02:27.346543 [ 3 ] {ac2ab3ef-d81b-43dc-b094-b758acb29018} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4579 | 2024.08.08 23:02:27.346799 [ 3 ] {ac2ab3ef-d81b-43dc-b094-b758acb29018} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4580 | 2024.08.08 23:02:27.346834 [ 3 ] {ac2ab3ef-d81b-43dc-b094-b758acb29018} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4581 | 2024.08.08 23:02:27.347135 [ 3 ] {ac2ab3ef-d81b-43dc-b094-b758acb29018} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
4582 | 2024.08.08 23:02:27.347439 [ 3 ] {ac2ab3ef-d81b-43dc-b094-b758acb29018} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4583 | 2024.08.08 23:02:27.347597 [ 3 ] {ac2ab3ef-d81b-43dc-b094-b758acb29018} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001258 sec., 1589.825119236884 rows/sec., 111.01 KiB/sec. | ||
4584 | 2024.08.08 23:02:27.347889 [ 3 ] {ac2ab3ef-d81b-43dc-b094-b758acb29018} <Debug> DynamicQueryHandler: Done processing query | ||
4585 | 2024.08.08 23:02:27.347912 [ 3 ] {ac2ab3ef-d81b-43dc-b094-b758acb29018} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4586 | 2024.08.08 23:02:27.347928 [ 3 ] {} <Debug> HTTP-Session: 8f371e43-d4fa-44db-b96f-aef46d186b60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4587 | 2024.08.08 23:02:27.348060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4588 | 2024.08.08 23:02:27.348106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4589 | 2024.08.08 23:02:27.348125 [ 3 ] {} <Debug> HTTP-Session: 942e4fd1-7763-4385-ac45-4ca4d88cbb31 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4590 | 2024.08.08 23:02:27.348141 [ 3 ] {} <Debug> HTTP-Session: 942e4fd1-7763-4385-ac45-4ca4d88cbb31 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4591 | 2024.08.08 23:02:27.348155 [ 3 ] {} <Debug> HTTP-Session: 942e4fd1-7763-4385-ac45-4ca4d88cbb31 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4592 | 2024.08.08 23:02:27.348185 [ 3 ] {} <Trace> HTTP-Session: 942e4fd1-7763-4385-ac45-4ca4d88cbb31 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4593 | 2024.08.08 23:02:27.348305 [ 3 ] {afa8fb22-c785-4d9a-b201-31daf2abccb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4594 | 2024.08.08 23:02:27.348348 [ 3 ] {afa8fb22-c785-4d9a-b201-31daf2abccb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4595 | 2024.08.08 23:02:27.348491 [ 3 ] {afa8fb22-c785-4d9a-b201-31daf2abccb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4596 | 2024.08.08 23:02:27.348834 [ 3 ] {afa8fb22-c785-4d9a-b201-31daf2abccb6} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4597 | 2024.08.08 23:02:27.348869 [ 3 ] {afa8fb22-c785-4d9a-b201-31daf2abccb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4598 | 2024.08.08 23:02:27.349179 [ 3 ] {afa8fb22-c785-4d9a-b201-31daf2abccb6} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4599 | 2024.08.08 23:02:27.349480 [ 3 ] {afa8fb22-c785-4d9a-b201-31daf2abccb6} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4600 | 2024.08.08 23:02:27.349635 [ 3 ] {afa8fb22-c785-4d9a-b201-31daf2abccb6} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001371 sec., 72210.06564551422 rows/sec., 5.64 MiB/sec. | ||
4601 | 2024.08.08 23:02:27.349946 [ 3 ] {afa8fb22-c785-4d9a-b201-31daf2abccb6} <Debug> DynamicQueryHandler: Done processing query | ||
4602 | 2024.08.08 23:02:27.349970 [ 3 ] {afa8fb22-c785-4d9a-b201-31daf2abccb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4603 | 2024.08.08 23:02:27.349986 [ 3 ] {} <Debug> HTTP-Session: 942e4fd1-7763-4385-ac45-4ca4d88cbb31 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4604 | 2024.08.08 23:02:27.350147 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30861, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4605 | 2024.08.08 23:02:27.350196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4606 | 2024.08.08 23:02:27.350215 [ 3 ] {} <Debug> HTTP-Session: d192dcdd-fa24-4094-9470-85a8fe84a37e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4607 | 2024.08.08 23:02:27.350232 [ 3 ] {} <Debug> HTTP-Session: d192dcdd-fa24-4094-9470-85a8fe84a37e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4608 | 2024.08.08 23:02:27.350245 [ 3 ] {} <Debug> HTTP-Session: d192dcdd-fa24-4094-9470-85a8fe84a37e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4609 | 2024.08.08 23:02:27.350275 [ 3 ] {} <Trace> HTTP-Session: d192dcdd-fa24-4094-9470-85a8fe84a37e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4610 | 2024.08.08 23:02:27.350414 [ 3 ] {9b9be1a5-70d7-49c3-95a1-7cc259c33c31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4611 | 2024.08.08 23:02:27.350460 [ 3 ] {9b9be1a5-70d7-49c3-95a1-7cc259c33c31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4612 | 2024.08.08 23:02:27.350621 [ 3 ] {9b9be1a5-70d7-49c3-95a1-7cc259c33c31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4613 | 2024.08.08 23:02:27.350975 [ 3 ] {9b9be1a5-70d7-49c3-95a1-7cc259c33c31} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4614 | 2024.08.08 23:02:27.351010 [ 3 ] {9b9be1a5-70d7-49c3-95a1-7cc259c33c31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4615 | 2024.08.08 23:02:27.351404 [ 3 ] {9b9be1a5-70d7-49c3-95a1-7cc259c33c31} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4616 | 2024.08.08 23:02:27.351739 [ 3 ] {9b9be1a5-70d7-49c3-95a1-7cc259c33c31} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4617 | 2024.08.08 23:02:27.351893 [ 3 ] {9b9be1a5-70d7-49c3-95a1-7cc259c33c31} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001536 sec., 104817.70833333333 rows/sec., 7.30 MiB/sec. | ||
4618 | 2024.08.08 23:02:27.352052 [ 3 ] {9b9be1a5-70d7-49c3-95a1-7cc259c33c31} <Debug> DynamicQueryHandler: Done processing query | ||
4619 | 2024.08.08 23:02:27.352076 [ 3 ] {9b9be1a5-70d7-49c3-95a1-7cc259c33c31} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4620 | 2024.08.08 23:02:27.352092 [ 3 ] {} <Debug> HTTP-Session: d192dcdd-fa24-4094-9470-85a8fe84a37e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4621 | 2024.08.08 23:02:27.352247 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52866, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4622 | 2024.08.08 23:02:27.352295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4623 | 2024.08.08 23:02:27.352313 [ 3 ] {} <Debug> HTTP-Session: 02b69f5c-974e-4e1d-8eda-df72ec3da49f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4624 | 2024.08.08 23:02:27.352330 [ 3 ] {} <Debug> HTTP-Session: 02b69f5c-974e-4e1d-8eda-df72ec3da49f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4625 | 2024.08.08 23:02:27.352344 [ 3 ] {} <Debug> HTTP-Session: 02b69f5c-974e-4e1d-8eda-df72ec3da49f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4626 | 2024.08.08 23:02:27.352374 [ 3 ] {} <Trace> HTTP-Session: 02b69f5c-974e-4e1d-8eda-df72ec3da49f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4627 | 2024.08.08 23:02:27.352943 [ 3 ] {cadf517c-8c3a-403b-a80f-efbe2b73b931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4628 | 2024.08.08 23:02:27.353005 [ 3 ] {cadf517c-8c3a-403b-a80f-efbe2b73b931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4629 | 2024.08.08 23:02:27.353404 [ 3 ] {cadf517c-8c3a-403b-a80f-efbe2b73b931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4630 | 2024.08.08 23:02:27.354140 [ 3 ] {cadf517c-8c3a-403b-a80f-efbe2b73b931} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4631 | 2024.08.08 23:02:27.354176 [ 3 ] {cadf517c-8c3a-403b-a80f-efbe2b73b931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4632 | 2024.08.08 23:02:27.354772 [ 3 ] {cadf517c-8c3a-403b-a80f-efbe2b73b931} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
4633 | 2024.08.08 23:02:27.355173 [ 3 ] {cadf517c-8c3a-403b-a80f-efbe2b73b931} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4634 | 2024.08.08 23:02:27.355327 [ 3 ] {cadf517c-8c3a-403b-a80f-efbe2b73b931} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.00287 sec., 11498.257839721255 rows/sec., 20.60 MiB/sec. | ||
4635 | 2024.08.08 23:02:27.355352 [ 26 ] {} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
4636 | 2024.08.08 23:02:27.355462 [ 26 ] {} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4637 | 2024.08.08 23:02:27.355522 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4638 | 2024.08.08 23:02:27.355747 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::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 | ||
4639 | 2024.08.08 23:02:27.355794 [ 3 ] {cadf517c-8c3a-403b-a80f-efbe2b73b931} <Debug> DynamicQueryHandler: Done processing query | ||
4640 | 2024.08.08 23:02:27.355839 [ 3 ] {cadf517c-8c3a-403b-a80f-efbe2b73b931} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4641 | 2024.08.08 23:02:27.355894 [ 3 ] {} <Debug> HTTP-Session: 02b69f5c-974e-4e1d-8eda-df72ec3da49f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4642 | 2024.08.08 23:02:27.356111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4643 | 2024.08.08 23:02:27.356229 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4644 | 2024.08.08 23:02:27.356299 [ 3 ] {} <Debug> HTTP-Session: 50e42c66-0c02-4ae9-9b45-5f5962e6e60e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4645 | 2024.08.08 23:02:27.356354 [ 3 ] {} <Debug> HTTP-Session: 50e42c66-0c02-4ae9-9b45-5f5962e6e60e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4646 | 2024.08.08 23:02:27.356392 [ 3 ] {} <Debug> HTTP-Session: 50e42c66-0c02-4ae9-9b45-5f5962e6e60e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4647 | 2024.08.08 23:02:27.356475 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4648 | 2024.08.08 23:02:27.356486 [ 3 ] {} <Trace> HTTP-Session: 50e42c66-0c02-4ae9-9b45-5f5962e6e60e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4649 | 2024.08.08 23:02:27.356606 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 21 rows starting from the beginning of the part | ||
4650 | 2024.08.08 23:02:27.356769 [ 3 ] {70966641-82d7-477f-a4ab-331756a0794f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4651 | 2024.08.08 23:02:27.356933 [ 3 ] {70966641-82d7-477f-a4ab-331756a0794f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4652 | 2024.08.08 23:02:27.357355 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 33 rows starting from the beginning of the part | ||
4653 | 2024.08.08 23:02:27.357892 [ 3 ] {70966641-82d7-477f-a4ab-331756a0794f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4654 | 2024.08.08 23:02:27.358209 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 33 rows starting from the beginning of the part | ||
4655 | 2024.08.08 23:02:27.358789 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 33 rows starting from the beginning of the part | ||
4656 | 2024.08.08 23:02:27.359112 [ 3 ] {70966641-82d7-477f-a4ab-331756a0794f} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4657 | 2024.08.08 23:02:27.359206 [ 3 ] {70966641-82d7-477f-a4ab-331756a0794f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4658 | 2024.08.08 23:02:27.359569 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part | ||
4659 | 2024.08.08 23:02:27.360194 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 33 rows starting from the beginning of the part | ||
4660 | 2024.08.08 23:02:27.360581 [ 3 ] {70966641-82d7-477f-a4ab-331756a0794f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
4661 | 2024.08.08 23:02:27.361588 [ 3 ] {70966641-82d7-477f-a4ab-331756a0794f} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4662 | 2024.08.08 23:02:27.361992 [ 3 ] {70966641-82d7-477f-a4ab-331756a0794f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005319 sec., 11280.315848843768 rows/sec., 778.46 KiB/sec. | ||
4663 | 2024.08.08 23:02:27.362548 [ 3 ] {70966641-82d7-477f-a4ab-331756a0794f} <Debug> DynamicQueryHandler: Done processing query | ||
4664 | 2024.08.08 23:02:27.362610 [ 3 ] {70966641-82d7-477f-a4ab-331756a0794f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4665 | 2024.08.08 23:02:27.362657 [ 3 ] {} <Debug> HTTP-Session: 50e42c66-0c02-4ae9-9b45-5f5962e6e60e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4666 | 2024.08.08 23:02:27.364844 [ 199 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 19 columns (19 merged, 0 gathered) in 0.009219699 sec., 20174.194406997452 rows/sec., 36.15 MiB/sec. | ||
4667 | 2024.08.08 23:02:27.365320 [ 199 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
4668 | 2024.08.08 23:02:27.365950 [ 199 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4669 | 2024.08.08 23:02:27.366036 [ 199 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_6_1} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
4670 | 2024.08.08 23:02:27.366188 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.19 MiB. | ||
4671 | 2024.08.08 23:02:32.342564 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4672 | 2024.08.08 23:02:32.342683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4673 | 2024.08.08 23:02:32.342707 [ 3 ] {} <Debug> HTTP-Session: cfebde81-105b-45e2-b6dd-4b39da2343cf Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4674 | 2024.08.08 23:02:32.342731 [ 3 ] {} <Debug> HTTP-Session: cfebde81-105b-45e2-b6dd-4b39da2343cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4675 | 2024.08.08 23:02:32.342745 [ 3 ] {} <Debug> HTTP-Session: cfebde81-105b-45e2-b6dd-4b39da2343cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4676 | 2024.08.08 23:02:32.342793 [ 3 ] {} <Trace> HTTP-Session: cfebde81-105b-45e2-b6dd-4b39da2343cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4677 | 2024.08.08 23:02:32.342966 [ 3 ] {96e93349-67de-4d8a-99ce-1d82ad457e9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4678 | 2024.08.08 23:02:32.343031 [ 3 ] {96e93349-67de-4d8a-99ce-1d82ad457e9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4679 | 2024.08.08 23:02:32.343218 [ 3 ] {96e93349-67de-4d8a-99ce-1d82ad457e9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4680 | 2024.08.08 23:02:32.343638 [ 3 ] {96e93349-67de-4d8a-99ce-1d82ad457e9e} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4681 | 2024.08.08 23:02:32.343683 [ 3 ] {96e93349-67de-4d8a-99ce-1d82ad457e9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4682 | 2024.08.08 23:02:32.344067 [ 3 ] {96e93349-67de-4d8a-99ce-1d82ad457e9e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
4683 | 2024.08.08 23:02:32.344411 [ 3 ] {96e93349-67de-4d8a-99ce-1d82ad457e9e} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4684 | 2024.08.08 23:02:32.344580 [ 3 ] {96e93349-67de-4d8a-99ce-1d82ad457e9e} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.00166 sec., 3614.457831325301 rows/sec., 204.73 KiB/sec. | ||
4685 | 2024.08.08 23:02:32.344593 [ 90 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
4686 | 2024.08.08 23:02:32.344684 [ 90 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4687 | 2024.08.08 23:02:32.344738 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4688 | 2024.08.08 23:02:32.344882 [ 3 ] {96e93349-67de-4d8a-99ce-1d82ad457e9e} <Debug> DynamicQueryHandler: Done processing query | ||
4689 | 2024.08.08 23:02:32.344919 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
4690 | 2024.08.08 23:02:32.344928 [ 3 ] {96e93349-67de-4d8a-99ce-1d82ad457e9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4691 | 2024.08.08 23:02:32.345005 [ 3 ] {} <Debug> HTTP-Session: cfebde81-105b-45e2-b6dd-4b39da2343cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4692 | 2024.08.08 23:02:32.345126 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
4693 | 2024.08.08 23:02:32.345166 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 39 rows starting from the beginning of the part | ||
4694 | 2024.08.08 23:02:32.345275 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4695 | 2024.08.08 23:02:32.345354 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
4696 | 2024.08.08 23:02:32.345452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4697 | 2024.08.08 23:02:32.345529 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part | ||
4698 | 2024.08.08 23:02:32.345538 [ 3 ] {} <Debug> HTTP-Session: 87823021-3101-41fc-a32b-54bcecf4861d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4699 | 2024.08.08 23:02:32.345622 [ 3 ] {} <Debug> HTTP-Session: 87823021-3101-41fc-a32b-54bcecf4861d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4700 | 2024.08.08 23:02:32.345683 [ 3 ] {} <Debug> HTTP-Session: 87823021-3101-41fc-a32b-54bcecf4861d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4701 | 2024.08.08 23:02:32.345850 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
4702 | 2024.08.08 23:02:32.345880 [ 3 ] {} <Trace> HTTP-Session: 87823021-3101-41fc-a32b-54bcecf4861d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4703 | 2024.08.08 23:02:32.346094 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part | ||
4704 | 2024.08.08 23:02:32.346396 [ 3 ] {6d687fda-49da-4227-9e84-872e223abb5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4705 | 2024.08.08 23:02:32.346503 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
4706 | 2024.08.08 23:02:32.346573 [ 3 ] {6d687fda-49da-4227-9e84-872e223abb5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4707 | 2024.08.08 23:02:32.347198 [ 3 ] {6d687fda-49da-4227-9e84-872e223abb5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4708 | 2024.08.08 23:02:32.348270 [ 3 ] {6d687fda-49da-4227-9e84-872e223abb5d} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4709 | 2024.08.08 23:02:32.348343 [ 3 ] {6d687fda-49da-4227-9e84-872e223abb5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4710 | 2024.08.08 23:02:32.349115 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.00427935 sec., 28742.68288408286 rows/sec., 2.12 MiB/sec. | ||
4711 | 2024.08.08 23:02:32.349204 [ 3 ] {6d687fda-49da-4227-9e84-872e223abb5d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4712 | 2024.08.08 23:02:32.349369 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
4713 | 2024.08.08 23:02:32.350008 [ 3 ] {6d687fda-49da-4227-9e84-872e223abb5d} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4714 | 2024.08.08 23:02:32.350332 [ 3 ] {6d687fda-49da-4227-9e84-872e223abb5d} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.004182 sec., 38498.32615973218 rows/sec., 3.39 MiB/sec. | ||
4715 | 2024.08.08 23:02:32.350447 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4716 | 2024.08.08 23:02:32.350639 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_16_3} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
4717 | 2024.08.08 23:02:32.350671 [ 3 ] {6d687fda-49da-4227-9e84-872e223abb5d} <Debug> DynamicQueryHandler: Done processing query | ||
4718 | 2024.08.08 23:02:32.350746 [ 3 ] {6d687fda-49da-4227-9e84-872e223abb5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4719 | 2024.08.08 23:02:32.350786 [ 3 ] {} <Debug> HTTP-Session: 87823021-3101-41fc-a32b-54bcecf4861d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4720 | 2024.08.08 23:02:32.350793 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
4721 | 2024.08.08 23:02:32.350997 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4722 | 2024.08.08 23:02:32.351058 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4723 | 2024.08.08 23:02:32.351077 [ 3 ] {} <Debug> HTTP-Session: ed5bab70-4a9f-4f7d-9c3c-a014fd575252 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4724 | 2024.08.08 23:02:32.351099 [ 3 ] {} <Debug> HTTP-Session: ed5bab70-4a9f-4f7d-9c3c-a014fd575252 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4725 | 2024.08.08 23:02:32.351116 [ 3 ] {} <Debug> HTTP-Session: ed5bab70-4a9f-4f7d-9c3c-a014fd575252 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4726 | 2024.08.08 23:02:32.351157 [ 3 ] {} <Trace> HTTP-Session: ed5bab70-4a9f-4f7d-9c3c-a014fd575252 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4727 | 2024.08.08 23:02:32.351411 [ 3 ] {c465f38f-40e4-41da-86f4-89fcdc1c87da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4728 | 2024.08.08 23:02:32.351464 [ 3 ] {c465f38f-40e4-41da-86f4-89fcdc1c87da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4729 | 2024.08.08 23:02:32.351638 [ 3 ] {c465f38f-40e4-41da-86f4-89fcdc1c87da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4730 | 2024.08.08 23:02:32.352203 [ 3 ] {c465f38f-40e4-41da-86f4-89fcdc1c87da} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4731 | 2024.08.08 23:02:32.352242 [ 3 ] {c465f38f-40e4-41da-86f4-89fcdc1c87da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4732 | 2024.08.08 23:02:32.352577 [ 3 ] {c465f38f-40e4-41da-86f4-89fcdc1c87da} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4733 | 2024.08.08 23:02:32.352899 [ 3 ] {c465f38f-40e4-41da-86f4-89fcdc1c87da} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4734 | 2024.08.08 23:02:32.353058 [ 3 ] {c465f38f-40e4-41da-86f4-89fcdc1c87da} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001772 sec., 215575.62076749437 rows/sec., 15.14 MiB/sec. | ||
4735 | 2024.08.08 23:02:32.353404 [ 3 ] {c465f38f-40e4-41da-86f4-89fcdc1c87da} <Debug> DynamicQueryHandler: Done processing query | ||
4736 | 2024.08.08 23:02:32.353432 [ 3 ] {c465f38f-40e4-41da-86f4-89fcdc1c87da} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
4737 | 2024.08.08 23:02:32.353448 [ 3 ] {} <Debug> HTTP-Session: ed5bab70-4a9f-4f7d-9c3c-a014fd575252 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4738 | 2024.08.08 23:02:32.353655 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4739 | 2024.08.08 23:02:32.353707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4740 | 2024.08.08 23:02:32.353726 [ 3 ] {} <Debug> HTTP-Session: c53c48df-9302-4579-b933-6c913228ec20 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4741 | 2024.08.08 23:02:32.353742 [ 3 ] {} <Debug> HTTP-Session: c53c48df-9302-4579-b933-6c913228ec20 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4742 | 2024.08.08 23:02:32.353755 [ 3 ] {} <Debug> HTTP-Session: c53c48df-9302-4579-b933-6c913228ec20 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4743 | 2024.08.08 23:02:32.353788 [ 3 ] {} <Trace> HTTP-Session: c53c48df-9302-4579-b933-6c913228ec20 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4744 | 2024.08.08 23:02:32.353890 [ 3 ] {70af97d6-b530-4977-b3a7-319f33720cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
4745 | 2024.08.08 23:02:32.353938 [ 3 ] {70af97d6-b530-4977-b3a7-319f33720cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
4746 | 2024.08.08 23:02:32.354089 [ 3 ] {70af97d6-b530-4977-b3a7-319f33720cdb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4747 | 2024.08.08 23:02:32.354360 [ 3 ] {70af97d6-b530-4977-b3a7-319f33720cdb} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4748 | 2024.08.08 23:02:32.354396 [ 3 ] {70af97d6-b530-4977-b3a7-319f33720cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4749 | 2024.08.08 23:02:32.354762 [ 3 ] {70af97d6-b530-4977-b3a7-319f33720cdb} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4750 | 2024.08.08 23:02:32.355095 [ 3 ] {70af97d6-b530-4977-b3a7-319f33720cdb} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4751 | 2024.08.08 23:02:32.355246 [ 3 ] {70af97d6-b530-4977-b3a7-319f33720cdb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001376 sec., 4360.46511627907 rows/sec., 187.36 KiB/sec. | ||
4752 | 2024.08.08 23:02:32.355416 [ 3 ] {70af97d6-b530-4977-b3a7-319f33720cdb} <Debug> DynamicQueryHandler: Done processing query | ||
4753 | 2024.08.08 23:02:32.355440 [ 3 ] {70af97d6-b530-4977-b3a7-319f33720cdb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4754 | 2024.08.08 23:02:32.355456 [ 3 ] {} <Debug> HTTP-Session: c53c48df-9302-4579-b933-6c913228ec20 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4755 | 2024.08.08 23:02:32.355584 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4756 | 2024.08.08 23:02:32.355634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4757 | 2024.08.08 23:02:32.355653 [ 3 ] {} <Debug> HTTP-Session: 46a9ff1f-afcb-4c37-b0d1-473caf77621b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4758 | 2024.08.08 23:02:32.355668 [ 3 ] {} <Debug> HTTP-Session: 46a9ff1f-afcb-4c37-b0d1-473caf77621b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4759 | 2024.08.08 23:02:32.355683 [ 3 ] {} <Debug> HTTP-Session: 46a9ff1f-afcb-4c37-b0d1-473caf77621b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4760 | 2024.08.08 23:02:32.355714 [ 3 ] {} <Trace> HTTP-Session: 46a9ff1f-afcb-4c37-b0d1-473caf77621b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4761 | 2024.08.08 23:02:32.355853 [ 3 ] {723c4f76-be8c-4c6b-ae34-5a9e968510f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
4762 | 2024.08.08 23:02:32.355899 [ 3 ] {723c4f76-be8c-4c6b-ae34-5a9e968510f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
4763 | 2024.08.08 23:02:32.356039 [ 3 ] {723c4f76-be8c-4c6b-ae34-5a9e968510f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4764 | 2024.08.08 23:02:32.356364 [ 3 ] {723c4f76-be8c-4c6b-ae34-5a9e968510f6} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4765 | 2024.08.08 23:02:32.356401 [ 3 ] {723c4f76-be8c-4c6b-ae34-5a9e968510f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4766 | 2024.08.08 23:02:32.356764 [ 3 ] {723c4f76-be8c-4c6b-ae34-5a9e968510f6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
4767 | 2024.08.08 23:02:32.357112 [ 3 ] {723c4f76-be8c-4c6b-ae34-5a9e968510f6} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4768 | 2024.08.08 23:02:32.357275 [ 3 ] {723c4f76-be8c-4c6b-ae34-5a9e968510f6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001477 sec., 52132.70142180095 rows/sec., 3.21 MiB/sec. | ||
4769 | 2024.08.08 23:02:32.357610 [ 3 ] {723c4f76-be8c-4c6b-ae34-5a9e968510f6} <Debug> DynamicQueryHandler: Done processing query | ||
4770 | 2024.08.08 23:02:32.357635 [ 3 ] {723c4f76-be8c-4c6b-ae34-5a9e968510f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
4771 | 2024.08.08 23:02:32.357651 [ 3 ] {} <Debug> HTTP-Session: 46a9ff1f-afcb-4c37-b0d1-473caf77621b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4772 | 2024.08.08 23:02:32.357845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4773 | 2024.08.08 23:02:32.357896 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4774 | 2024.08.08 23:02:32.357915 [ 3 ] {} <Debug> HTTP-Session: 13214d36-66ae-466d-8f43-5ec5d3753ca0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4775 | 2024.08.08 23:02:32.357931 [ 3 ] {} <Debug> HTTP-Session: 13214d36-66ae-466d-8f43-5ec5d3753ca0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4776 | 2024.08.08 23:02:32.357944 [ 3 ] {} <Debug> HTTP-Session: 13214d36-66ae-466d-8f43-5ec5d3753ca0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4777 | 2024.08.08 23:02:32.357975 [ 3 ] {} <Trace> HTTP-Session: 13214d36-66ae-466d-8f43-5ec5d3753ca0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4778 | 2024.08.08 23:02:32.358135 [ 3 ] {a54128c4-e424-4303-96db-a864cddf5a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4779 | 2024.08.08 23:02:32.358182 [ 3 ] {a54128c4-e424-4303-96db-a864cddf5a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4780 | 2024.08.08 23:02:32.358348 [ 3 ] {a54128c4-e424-4303-96db-a864cddf5a5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4781 | 2024.08.08 23:02:32.358742 [ 3 ] {a54128c4-e424-4303-96db-a864cddf5a5a} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4782 | 2024.08.08 23:02:32.358779 [ 3 ] {a54128c4-e424-4303-96db-a864cddf5a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4783 | 2024.08.08 23:02:32.359145 [ 3 ] {a54128c4-e424-4303-96db-a864cddf5a5a} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4784 | 2024.08.08 23:02:32.359493 [ 3 ] {a54128c4-e424-4303-96db-a864cddf5a5a} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4785 | 2024.08.08 23:02:32.359657 [ 3 ] {a54128c4-e424-4303-96db-a864cddf5a5a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
4786 | 2024.08.08 23:02:32.359827 [ 3 ] {a54128c4-e424-4303-96db-a864cddf5a5a} <Debug> DynamicQueryHandler: Done processing query | ||
4787 | 2024.08.08 23:02:32.359852 [ 3 ] {a54128c4-e424-4303-96db-a864cddf5a5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4788 | 2024.08.08 23:02:32.359868 [ 3 ] {} <Debug> HTTP-Session: 13214d36-66ae-466d-8f43-5ec5d3753ca0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4789 | 2024.08.08 23:02:32.359984 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4790 | 2024.08.08 23:02:32.360032 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4791 | 2024.08.08 23:02:32.360051 [ 3 ] {} <Debug> HTTP-Session: ee44b6a0-4cae-4917-9845-b33865f2f2d5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4792 | 2024.08.08 23:02:32.360068 [ 3 ] {} <Debug> HTTP-Session: ee44b6a0-4cae-4917-9845-b33865f2f2d5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4793 | 2024.08.08 23:02:32.360081 [ 3 ] {} <Debug> HTTP-Session: ee44b6a0-4cae-4917-9845-b33865f2f2d5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4794 | 2024.08.08 23:02:32.360112 [ 3 ] {} <Trace> HTTP-Session: ee44b6a0-4cae-4917-9845-b33865f2f2d5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4795 | 2024.08.08 23:02:32.360211 [ 3 ] {5467d96a-6b56-4762-b13c-43197e4398f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
4796 | 2024.08.08 23:02:32.360255 [ 3 ] {5467d96a-6b56-4762-b13c-43197e4398f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
4797 | 2024.08.08 23:02:32.360380 [ 3 ] {5467d96a-6b56-4762-b13c-43197e4398f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4798 | 2024.08.08 23:02:32.360660 [ 3 ] {5467d96a-6b56-4762-b13c-43197e4398f3} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4799 | 2024.08.08 23:02:32.360696 [ 3 ] {5467d96a-6b56-4762-b13c-43197e4398f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4800 | 2024.08.08 23:02:32.361041 [ 3 ] {5467d96a-6b56-4762-b13c-43197e4398f3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
4801 | 2024.08.08 23:02:32.361362 [ 3 ] {5467d96a-6b56-4762-b13c-43197e4398f3} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4802 | 2024.08.08 23:02:32.361513 [ 3 ] {5467d96a-6b56-4762-b13c-43197e4398f3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00133 sec., 17293.233082706767 rows/sec., 935.44 KiB/sec. | ||
4803 | 2024.08.08 23:02:32.361675 [ 3 ] {5467d96a-6b56-4762-b13c-43197e4398f3} <Debug> DynamicQueryHandler: Done processing query | ||
4804 | 2024.08.08 23:02:32.361699 [ 3 ] {5467d96a-6b56-4762-b13c-43197e4398f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
4805 | 2024.08.08 23:02:32.361715 [ 3 ] {} <Debug> HTTP-Session: ee44b6a0-4cae-4917-9845-b33865f2f2d5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4806 | 2024.08.08 23:02:32.361848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4807 | 2024.08.08 23:02:32.361895 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4808 | 2024.08.08 23:02:32.361914 [ 3 ] {} <Debug> HTTP-Session: c266d3a4-b0c8-4736-9d27-f66cc7f2a4d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4809 | 2024.08.08 23:02:32.361930 [ 3 ] {} <Debug> HTTP-Session: c266d3a4-b0c8-4736-9d27-f66cc7f2a4d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4810 | 2024.08.08 23:02:32.361944 [ 3 ] {} <Debug> HTTP-Session: c266d3a4-b0c8-4736-9d27-f66cc7f2a4d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4811 | 2024.08.08 23:02:32.361974 [ 3 ] {} <Trace> HTTP-Session: c266d3a4-b0c8-4736-9d27-f66cc7f2a4d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4812 | 2024.08.08 23:02:32.362109 [ 3 ] {da580a9b-b687-4fd8-a6be-ed734837e2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4813 | 2024.08.08 23:02:32.362153 [ 3 ] {da580a9b-b687-4fd8-a6be-ed734837e2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4814 | 2024.08.08 23:02:32.362280 [ 3 ] {da580a9b-b687-4fd8-a6be-ed734837e2a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4815 | 2024.08.08 23:02:32.362577 [ 3 ] {da580a9b-b687-4fd8-a6be-ed734837e2a6} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4816 | 2024.08.08 23:02:32.362613 [ 3 ] {da580a9b-b687-4fd8-a6be-ed734837e2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4817 | 2024.08.08 23:02:32.362962 [ 3 ] {da580a9b-b687-4fd8-a6be-ed734837e2a6} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
4818 | 2024.08.08 23:02:32.363287 [ 3 ] {da580a9b-b687-4fd8-a6be-ed734837e2a6} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4819 | 2024.08.08 23:02:32.363446 [ 3 ] {da580a9b-b687-4fd8-a6be-ed734837e2a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001395 sec., 43010.75268817204 rows/sec., 2.90 MiB/sec. | ||
4820 | 2024.08.08 23:02:32.363781 [ 3 ] {da580a9b-b687-4fd8-a6be-ed734837e2a6} <Debug> DynamicQueryHandler: Done processing query | ||
4821 | 2024.08.08 23:02:32.363806 [ 3 ] {da580a9b-b687-4fd8-a6be-ed734837e2a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4822 | 2024.08.08 23:02:32.363822 [ 3 ] {} <Debug> HTTP-Session: c266d3a4-b0c8-4736-9d27-f66cc7f2a4d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4823 | 2024.08.08 23:02:37.340160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4824 | 2024.08.08 23:02:37.340295 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4825 | 2024.08.08 23:02:37.340324 [ 3 ] {} <Debug> HTTP-Session: 328bc016-b0fb-4d08-9853-6696c9ad67f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4826 | 2024.08.08 23:02:37.340350 [ 3 ] {} <Debug> HTTP-Session: 328bc016-b0fb-4d08-9853-6696c9ad67f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4827 | 2024.08.08 23:02:37.340369 [ 3 ] {} <Debug> HTTP-Session: 328bc016-b0fb-4d08-9853-6696c9ad67f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4828 | 2024.08.08 23:02:37.340425 [ 3 ] {} <Trace> HTTP-Session: 328bc016-b0fb-4d08-9853-6696c9ad67f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4829 | 2024.08.08 23:02:37.340627 [ 3 ] {65cb4218-e07d-447c-8986-17a57a1a3eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4830 | 2024.08.08 23:02:37.340691 [ 3 ] {65cb4218-e07d-447c-8986-17a57a1a3eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4831 | 2024.08.08 23:02:37.340876 [ 3 ] {65cb4218-e07d-447c-8986-17a57a1a3eb1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4832 | 2024.08.08 23:02:37.341320 [ 3 ] {65cb4218-e07d-447c-8986-17a57a1a3eb1} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4833 | 2024.08.08 23:02:37.341359 [ 3 ] {65cb4218-e07d-447c-8986-17a57a1a3eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4834 | 2024.08.08 23:02:37.341720 [ 3 ] {65cb4218-e07d-447c-8986-17a57a1a3eb1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
4835 | 2024.08.08 23:02:37.342052 [ 3 ] {65cb4218-e07d-447c-8986-17a57a1a3eb1} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4836 | 2024.08.08 23:02:37.342198 [ 3 ] {65cb4218-e07d-447c-8986-17a57a1a3eb1} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001635 sec., 20183.48623853211 rows/sec., 1.60 MiB/sec. | ||
4837 | 2024.08.08 23:02:37.342525 [ 3 ] {65cb4218-e07d-447c-8986-17a57a1a3eb1} <Debug> DynamicQueryHandler: Done processing query | ||
4838 | 2024.08.08 23:02:37.342552 [ 3 ] {65cb4218-e07d-447c-8986-17a57a1a3eb1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4839 | 2024.08.08 23:02:37.342568 [ 3 ] {} <Debug> HTTP-Session: 328bc016-b0fb-4d08-9853-6696c9ad67f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4840 | 2024.08.08 23:02:37.342737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4841 | 2024.08.08 23:02:37.342795 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4842 | 2024.08.08 23:02:37.342815 [ 3 ] {} <Debug> HTTP-Session: 23fffb3b-9d5b-45a7-a6b9-744036878142 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4843 | 2024.08.08 23:02:37.342832 [ 3 ] {} <Debug> HTTP-Session: 23fffb3b-9d5b-45a7-a6b9-744036878142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4844 | 2024.08.08 23:02:37.342846 [ 3 ] {} <Debug> HTTP-Session: 23fffb3b-9d5b-45a7-a6b9-744036878142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4845 | 2024.08.08 23:02:37.342880 [ 3 ] {} <Trace> HTTP-Session: 23fffb3b-9d5b-45a7-a6b9-744036878142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4846 | 2024.08.08 23:02:37.342984 [ 3 ] {bebe8b51-0aaa-49c3-98fc-be88844c1005} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
4847 | 2024.08.08 23:02:37.343031 [ 3 ] {bebe8b51-0aaa-49c3-98fc-be88844c1005} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
4848 | 2024.08.08 23:02:37.343183 [ 3 ] {bebe8b51-0aaa-49c3-98fc-be88844c1005} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4849 | 2024.08.08 23:02:37.343469 [ 3 ] {bebe8b51-0aaa-49c3-98fc-be88844c1005} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4850 | 2024.08.08 23:02:37.343505 [ 3 ] {bebe8b51-0aaa-49c3-98fc-be88844c1005} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4851 | 2024.08.08 23:02:37.343798 [ 3 ] {bebe8b51-0aaa-49c3-98fc-be88844c1005} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4852 | 2024.08.08 23:02:37.344107 [ 3 ] {bebe8b51-0aaa-49c3-98fc-be88844c1005} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4853 | 2024.08.08 23:02:37.344236 [ 3 ] {bebe8b51-0aaa-49c3-98fc-be88844c1005} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001282 sec., 3120.1248049921996 rows/sec., 254.42 KiB/sec. | ||
4854 | 2024.08.08 23:02:37.344398 [ 3 ] {bebe8b51-0aaa-49c3-98fc-be88844c1005} <Debug> DynamicQueryHandler: Done processing query | ||
4855 | 2024.08.08 23:02:37.344422 [ 3 ] {bebe8b51-0aaa-49c3-98fc-be88844c1005} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4856 | 2024.08.08 23:02:37.344437 [ 3 ] {} <Debug> HTTP-Session: 23fffb3b-9d5b-45a7-a6b9-744036878142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4857 | 2024.08.08 23:02:37.344609 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 23016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4858 | 2024.08.08 23:02:37.344659 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4859 | 2024.08.08 23:02:37.344678 [ 3 ] {} <Debug> HTTP-Session: 2e0b4e6b-f3ee-4dab-8585-43a8816781b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4860 | 2024.08.08 23:02:37.344694 [ 3 ] {} <Debug> HTTP-Session: 2e0b4e6b-f3ee-4dab-8585-43a8816781b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4861 | 2024.08.08 23:02:37.344707 [ 3 ] {} <Debug> HTTP-Session: 2e0b4e6b-f3ee-4dab-8585-43a8816781b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4862 | 2024.08.08 23:02:37.344738 [ 3 ] {} <Trace> HTTP-Session: 2e0b4e6b-f3ee-4dab-8585-43a8816781b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4863 | 2024.08.08 23:02:37.344871 [ 3 ] {5700324b-7672-41f2-8284-7a7dcec5b2ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4864 | 2024.08.08 23:02:37.344913 [ 3 ] {5700324b-7672-41f2-8284-7a7dcec5b2ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4865 | 2024.08.08 23:02:37.345035 [ 3 ] {5700324b-7672-41f2-8284-7a7dcec5b2ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4866 | 2024.08.08 23:02:37.345408 [ 3 ] {5700324b-7672-41f2-8284-7a7dcec5b2ac} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4867 | 2024.08.08 23:02:37.345443 [ 3 ] {5700324b-7672-41f2-8284-7a7dcec5b2ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4868 | 2024.08.08 23:02:37.345760 [ 3 ] {5700324b-7672-41f2-8284-7a7dcec5b2ac} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4869 | 2024.08.08 23:02:37.346055 [ 3 ] {5700324b-7672-41f2-8284-7a7dcec5b2ac} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4870 | 2024.08.08 23:02:37.346182 [ 3 ] {5700324b-7672-41f2-8284-7a7dcec5b2ac} <Debug> executeQuery: Read 157 rows, 13.45 KiB in 0.00137 sec., 114598.5401459854 rows/sec., 9.58 MiB/sec. | ||
4871 | 2024.08.08 23:02:37.346469 [ 3 ] {5700324b-7672-41f2-8284-7a7dcec5b2ac} <Debug> DynamicQueryHandler: Done processing query | ||
4872 | 2024.08.08 23:02:37.346508 [ 3 ] {5700324b-7672-41f2-8284-7a7dcec5b2ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
4873 | 2024.08.08 23:02:37.346523 [ 3 ] {} <Debug> HTTP-Session: 2e0b4e6b-f3ee-4dab-8585-43a8816781b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4874 | 2024.08.08 23:02:37.346645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4875 | 2024.08.08 23:02:37.346694 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4876 | 2024.08.08 23:02:37.346712 [ 3 ] {} <Debug> HTTP-Session: 6c4490d5-2ebb-4d8f-8e55-f2a4dc57bf96 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4877 | 2024.08.08 23:02:37.346729 [ 3 ] {} <Debug> HTTP-Session: 6c4490d5-2ebb-4d8f-8e55-f2a4dc57bf96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4878 | 2024.08.08 23:02:37.346742 [ 3 ] {} <Debug> HTTP-Session: 6c4490d5-2ebb-4d8f-8e55-f2a4dc57bf96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4879 | 2024.08.08 23:02:37.346774 [ 3 ] {} <Trace> HTTP-Session: 6c4490d5-2ebb-4d8f-8e55-f2a4dc57bf96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4880 | 2024.08.08 23:02:37.346870 [ 3 ] {5b60a9a0-d8cc-4a7a-a88f-835ac253cb09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
4881 | 2024.08.08 23:02:37.346913 [ 3 ] {5b60a9a0-d8cc-4a7a-a88f-835ac253cb09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
4882 | 2024.08.08 23:02:37.347055 [ 3 ] {5b60a9a0-d8cc-4a7a-a88f-835ac253cb09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4883 | 2024.08.08 23:02:37.347322 [ 3 ] {5b60a9a0-d8cc-4a7a-a88f-835ac253cb09} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4884 | 2024.08.08 23:02:37.347357 [ 3 ] {5b60a9a0-d8cc-4a7a-a88f-835ac253cb09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4885 | 2024.08.08 23:02:37.347643 [ 3 ] {5b60a9a0-d8cc-4a7a-a88f-835ac253cb09} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
4886 | 2024.08.08 23:02:37.347943 [ 3 ] {5b60a9a0-d8cc-4a7a-a88f-835ac253cb09} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4887 | 2024.08.08 23:02:37.348065 [ 3 ] {5b60a9a0-d8cc-4a7a-a88f-835ac253cb09} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.00122 sec., 3278.688524590164 rows/sec., 228.93 KiB/sec. | ||
4888 | 2024.08.08 23:02:37.348220 [ 3 ] {5b60a9a0-d8cc-4a7a-a88f-835ac253cb09} <Debug> DynamicQueryHandler: Done processing query | ||
4889 | 2024.08.08 23:02:37.348243 [ 3 ] {5b60a9a0-d8cc-4a7a-a88f-835ac253cb09} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4890 | 2024.08.08 23:02:37.348258 [ 3 ] {} <Debug> HTTP-Session: 6c4490d5-2ebb-4d8f-8e55-f2a4dc57bf96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4891 | 2024.08.08 23:02:37.348384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4892 | 2024.08.08 23:02:37.348432 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4893 | 2024.08.08 23:02:37.348451 [ 3 ] {} <Debug> HTTP-Session: f440d843-d746-4883-b637-20210449a697 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4894 | 2024.08.08 23:02:37.348466 [ 3 ] {} <Debug> HTTP-Session: f440d843-d746-4883-b637-20210449a697 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4895 | 2024.08.08 23:02:37.348479 [ 3 ] {} <Debug> HTTP-Session: f440d843-d746-4883-b637-20210449a697 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4896 | 2024.08.08 23:02:37.348510 [ 3 ] {} <Trace> HTTP-Session: f440d843-d746-4883-b637-20210449a697 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4897 | 2024.08.08 23:02:37.348629 [ 3 ] {0ee09391-76d4-4e9f-ad48-a4d8f48231cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
4898 | 2024.08.08 23:02:37.348670 [ 3 ] {0ee09391-76d4-4e9f-ad48-a4d8f48231cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
4899 | 2024.08.08 23:02:37.348792 [ 3 ] {0ee09391-76d4-4e9f-ad48-a4d8f48231cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4900 | 2024.08.08 23:02:37.349128 [ 3 ] {0ee09391-76d4-4e9f-ad48-a4d8f48231cf} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4901 | 2024.08.08 23:02:37.349163 [ 3 ] {0ee09391-76d4-4e9f-ad48-a4d8f48231cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4902 | 2024.08.08 23:02:37.349460 [ 3 ] {0ee09391-76d4-4e9f-ad48-a4d8f48231cf} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4903 | 2024.08.08 23:02:37.349752 [ 3 ] {0ee09391-76d4-4e9f-ad48-a4d8f48231cf} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4904 | 2024.08.08 23:02:37.349880 [ 3 ] {0ee09391-76d4-4e9f-ad48-a4d8f48231cf} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.001296 sec., 77932.09876543209 rows/sec., 6.09 MiB/sec. | ||
4905 | 2024.08.08 23:02:37.350034 [ 3 ] {0ee09391-76d4-4e9f-ad48-a4d8f48231cf} <Debug> DynamicQueryHandler: Done processing query | ||
4906 | 2024.08.08 23:02:37.350057 [ 3 ] {0ee09391-76d4-4e9f-ad48-a4d8f48231cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
4907 | 2024.08.08 23:02:37.350072 [ 3 ] {} <Debug> HTTP-Session: f440d843-d746-4883-b637-20210449a697 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4908 | 2024.08.08 23:02:37.350220 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31051, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4909 | 2024.08.08 23:02:37.350267 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4910 | 2024.08.08 23:02:37.350287 [ 3 ] {} <Debug> HTTP-Session: 36b15677-15b0-4a0b-b13a-cca22bcd09d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4911 | 2024.08.08 23:02:37.350303 [ 3 ] {} <Debug> HTTP-Session: 36b15677-15b0-4a0b-b13a-cca22bcd09d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4912 | 2024.08.08 23:02:37.350317 [ 3 ] {} <Debug> HTTP-Session: 36b15677-15b0-4a0b-b13a-cca22bcd09d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4913 | 2024.08.08 23:02:37.350347 [ 3 ] {} <Trace> HTTP-Session: 36b15677-15b0-4a0b-b13a-cca22bcd09d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4914 | 2024.08.08 23:02:37.350486 [ 3 ] {e28f3c39-fe6a-4b8e-b3b7-47ec1e53bfb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
4915 | 2024.08.08 23:02:37.350531 [ 3 ] {e28f3c39-fe6a-4b8e-b3b7-47ec1e53bfb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
4916 | 2024.08.08 23:02:37.350670 [ 3 ] {e28f3c39-fe6a-4b8e-b3b7-47ec1e53bfb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4917 | 2024.08.08 23:02:37.351035 [ 3 ] {e28f3c39-fe6a-4b8e-b3b7-47ec1e53bfb4} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4918 | 2024.08.08 23:02:37.351069 [ 3 ] {e28f3c39-fe6a-4b8e-b3b7-47ec1e53bfb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4919 | 2024.08.08 23:02:37.351464 [ 3 ] {e28f3c39-fe6a-4b8e-b3b7-47ec1e53bfb4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4920 | 2024.08.08 23:02:37.351799 [ 3 ] {e28f3c39-fe6a-4b8e-b3b7-47ec1e53bfb4} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4921 | 2024.08.08 23:02:37.351924 [ 3 ] {e28f3c39-fe6a-4b8e-b3b7-47ec1e53bfb4} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001503 sec., 107784.43113772455 rows/sec., 7.51 MiB/sec. | ||
4922 | 2024.08.08 23:02:37.352085 [ 3 ] {e28f3c39-fe6a-4b8e-b3b7-47ec1e53bfb4} <Debug> DynamicQueryHandler: Done processing query | ||
4923 | 2024.08.08 23:02:37.352109 [ 3 ] {e28f3c39-fe6a-4b8e-b3b7-47ec1e53bfb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
4924 | 2024.08.08 23:02:37.352124 [ 3 ] {} <Debug> HTTP-Session: 36b15677-15b0-4a0b-b13a-cca22bcd09d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4925 | 2024.08.08 23:02:37.352315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52870, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4926 | 2024.08.08 23:02:37.352363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4927 | 2024.08.08 23:02:37.352381 [ 3 ] {} <Debug> HTTP-Session: 6d65e768-88b5-405f-80c4-f3780a17685e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4928 | 2024.08.08 23:02:37.352397 [ 3 ] {} <Debug> HTTP-Session: 6d65e768-88b5-405f-80c4-f3780a17685e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4929 | 2024.08.08 23:02:37.352410 [ 3 ] {} <Debug> HTTP-Session: 6d65e768-88b5-405f-80c4-f3780a17685e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4930 | 2024.08.08 23:02:37.352440 [ 3 ] {} <Trace> HTTP-Session: 6d65e768-88b5-405f-80c4-f3780a17685e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4931 | 2024.08.08 23:02:37.353026 [ 3 ] {37dcd9bc-f286-4f84-9bb6-a060343f19bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
4932 | 2024.08.08 23:02:37.353091 [ 3 ] {37dcd9bc-f286-4f84-9bb6-a060343f19bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
4933 | 2024.08.08 23:02:37.353484 [ 3 ] {37dcd9bc-f286-4f84-9bb6-a060343f19bf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4934 | 2024.08.08 23:02:37.354221 [ 3 ] {37dcd9bc-f286-4f84-9bb6-a060343f19bf} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4935 | 2024.08.08 23:02:37.354257 [ 3 ] {37dcd9bc-f286-4f84-9bb6-a060343f19bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4936 | 2024.08.08 23:02:37.354925 [ 3 ] {37dcd9bc-f286-4f84-9bb6-a060343f19bf} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
4937 | 2024.08.08 23:02:37.355329 [ 3 ] {37dcd9bc-f286-4f84-9bb6-a060343f19bf} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4938 | 2024.08.08 23:02:37.355507 [ 3 ] {37dcd9bc-f286-4f84-9bb6-a060343f19bf} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002977 sec., 11084.984884111522 rows/sec., 19.86 MiB/sec. | ||
4939 | 2024.08.08 23:02:37.355731 [ 3 ] {37dcd9bc-f286-4f84-9bb6-a060343f19bf} <Debug> DynamicQueryHandler: Done processing query | ||
4940 | 2024.08.08 23:02:37.355755 [ 3 ] {37dcd9bc-f286-4f84-9bb6-a060343f19bf} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
4941 | 2024.08.08 23:02:37.355771 [ 3 ] {} <Debug> HTTP-Session: 6d65e768-88b5-405f-80c4-f3780a17685e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4942 | 2024.08.08 23:02:37.355885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4943 | 2024.08.08 23:02:37.355933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4944 | 2024.08.08 23:02:37.355952 [ 3 ] {} <Debug> HTTP-Session: 452f7f23-15b4-401b-a616-248bb45edc7a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4945 | 2024.08.08 23:02:37.355967 [ 3 ] {} <Debug> HTTP-Session: 452f7f23-15b4-401b-a616-248bb45edc7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4946 | 2024.08.08 23:02:37.355981 [ 3 ] {} <Debug> HTTP-Session: 452f7f23-15b4-401b-a616-248bb45edc7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4947 | 2024.08.08 23:02:37.356011 [ 3 ] {} <Trace> HTTP-Session: 452f7f23-15b4-401b-a616-248bb45edc7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4948 | 2024.08.08 23:02:37.356145 [ 3 ] {4bda6bb6-d42c-4641-90a8-0b2b07639007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
4949 | 2024.08.08 23:02:37.356190 [ 3 ] {4bda6bb6-d42c-4641-90a8-0b2b07639007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
4950 | 2024.08.08 23:02:37.356315 [ 3 ] {4bda6bb6-d42c-4641-90a8-0b2b07639007} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4951 | 2024.08.08 23:02:37.356608 [ 3 ] {4bda6bb6-d42c-4641-90a8-0b2b07639007} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4952 | 2024.08.08 23:02:37.356644 [ 3 ] {4bda6bb6-d42c-4641-90a8-0b2b07639007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.33 GiB. | ||
4953 | 2024.08.08 23:02:37.356992 [ 3 ] {4bda6bb6-d42c-4641-90a8-0b2b07639007} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
4954 | 2024.08.08 23:02:37.357332 [ 3 ] {4bda6bb6-d42c-4641-90a8-0b2b07639007} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4955 | 2024.08.08 23:02:37.357494 [ 3 ] {4bda6bb6-d42c-4641-90a8-0b2b07639007} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001403 sec., 42765.50249465431 rows/sec., 2.88 MiB/sec. | ||
4956 | 2024.08.08 23:02:37.357809 [ 3 ] {4bda6bb6-d42c-4641-90a8-0b2b07639007} <Debug> DynamicQueryHandler: Done processing query | ||
4957 | 2024.08.08 23:02:37.357833 [ 3 ] {4bda6bb6-d42c-4641-90a8-0b2b07639007} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
4958 | 2024.08.08 23:02:37.357849 [ 3 ] {} <Debug> HTTP-Session: 452f7f23-15b4-401b-a616-248bb45edc7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4959 | 2024.08.08 23:02:38.178974 [ 125 ] {} <Debug> DNSResolver: Updating DNS cache | ||
4960 | 2024.08.08 23:02:38.179025 [ 125 ] {} <Debug> DNSResolver: Updated DNS cache | ||
4961 | 2024.08.08 23:02:42.342462 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4962 | 2024.08.08 23:02:42.342650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4963 | 2024.08.08 23:02:42.342696 [ 3 ] {} <Debug> HTTP-Session: f305bfa3-b62e-4286-a741-7e602282cbec Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4964 | 2024.08.08 23:02:42.342735 [ 3 ] {} <Debug> HTTP-Session: f305bfa3-b62e-4286-a741-7e602282cbec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4965 | 2024.08.08 23:02:42.342762 [ 3 ] {} <Debug> HTTP-Session: f305bfa3-b62e-4286-a741-7e602282cbec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4966 | 2024.08.08 23:02:42.342827 [ 3 ] {} <Trace> HTTP-Session: f305bfa3-b62e-4286-a741-7e602282cbec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4967 | 2024.08.08 23:02:42.343008 [ 3 ] {a85b22e1-3cc1-4592-8c8a-ec5b0aed6f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
4968 | 2024.08.08 23:02:42.343073 [ 3 ] {a85b22e1-3cc1-4592-8c8a-ec5b0aed6f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
4969 | 2024.08.08 23:02:42.343261 [ 3 ] {a85b22e1-3cc1-4592-8c8a-ec5b0aed6f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4970 | 2024.08.08 23:02:42.343750 [ 3 ] {a85b22e1-3cc1-4592-8c8a-ec5b0aed6f7a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4971 | 2024.08.08 23:02:42.343797 [ 3 ] {a85b22e1-3cc1-4592-8c8a-ec5b0aed6f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4972 | 2024.08.08 23:02:42.344166 [ 3 ] {a85b22e1-3cc1-4592-8c8a-ec5b0aed6f7a} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
4973 | 2024.08.08 23:02:42.344503 [ 3 ] {a85b22e1-3cc1-4592-8c8a-ec5b0aed6f7a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4974 | 2024.08.08 23:02:42.344675 [ 3 ] {a85b22e1-3cc1-4592-8c8a-ec5b0aed6f7a} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001716 sec., 3496.5034965034965 rows/sec., 198.04 KiB/sec. | ||
4975 | 2024.08.08 23:02:42.344990 [ 3 ] {a85b22e1-3cc1-4592-8c8a-ec5b0aed6f7a} <Debug> DynamicQueryHandler: Done processing query | ||
4976 | 2024.08.08 23:02:42.345018 [ 3 ] {a85b22e1-3cc1-4592-8c8a-ec5b0aed6f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
4977 | 2024.08.08 23:02:42.345034 [ 3 ] {} <Debug> HTTP-Session: f305bfa3-b62e-4286-a741-7e602282cbec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4978 | 2024.08.08 23:02:42.345237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4979 | 2024.08.08 23:02:42.345298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4980 | 2024.08.08 23:02:42.345317 [ 3 ] {} <Debug> HTTP-Session: f69741d4-03c4-42be-aab0-8c31bdb29213 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4981 | 2024.08.08 23:02:42.345337 [ 3 ] {} <Debug> HTTP-Session: f69741d4-03c4-42be-aab0-8c31bdb29213 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4982 | 2024.08.08 23:02:42.345352 [ 3 ] {} <Debug> HTTP-Session: f69741d4-03c4-42be-aab0-8c31bdb29213 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4983 | 2024.08.08 23:02:42.345387 [ 3 ] {} <Trace> HTTP-Session: f69741d4-03c4-42be-aab0-8c31bdb29213 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
4984 | 2024.08.08 23:02:42.345608 [ 3 ] {61d4f558-2c86-4d39-8e22-c07ac2003fd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
4985 | 2024.08.08 23:02:42.345656 [ 3 ] {61d4f558-2c86-4d39-8e22-c07ac2003fd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
4986 | 2024.08.08 23:02:42.345803 [ 3 ] {61d4f558-2c86-4d39-8e22-c07ac2003fd2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
4987 | 2024.08.08 23:02:42.346239 [ 3 ] {61d4f558-2c86-4d39-8e22-c07ac2003fd2} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
4988 | 2024.08.08 23:02:42.346277 [ 3 ] {61d4f558-2c86-4d39-8e22-c07ac2003fd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
4989 | 2024.08.08 23:02:42.346602 [ 3 ] {61d4f558-2c86-4d39-8e22-c07ac2003fd2} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
4990 | 2024.08.08 23:02:42.346911 [ 3 ] {61d4f558-2c86-4d39-8e22-c07ac2003fd2} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
4991 | 2024.08.08 23:02:42.347076 [ 3 ] {61d4f558-2c86-4d39-8e22-c07ac2003fd2} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001595 sec., 100940.43887147335 rows/sec., 8.90 MiB/sec. | ||
4992 | 2024.08.08 23:02:42.347252 [ 3 ] {61d4f558-2c86-4d39-8e22-c07ac2003fd2} <Debug> DynamicQueryHandler: Done processing query | ||
4993 | 2024.08.08 23:02:42.347276 [ 3 ] {61d4f558-2c86-4d39-8e22-c07ac2003fd2} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
4994 | 2024.08.08 23:02:42.347292 [ 3 ] {} <Debug> HTTP-Session: f69741d4-03c4-42be-aab0-8c31bdb29213 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
4995 | 2024.08.08 23:02:42.347506 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
4996 | 2024.08.08 23:02:42.347556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
4997 | 2024.08.08 23:02:42.347576 [ 3 ] {} <Debug> HTTP-Session: 6d5a8d13-e85f-4cdd-a92a-3ac2940b8ad4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
4998 | 2024.08.08 23:02:42.347593 [ 3 ] {} <Debug> HTTP-Session: 6d5a8d13-e85f-4cdd-a92a-3ac2940b8ad4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
4999 | 2024.08.08 23:02:42.347607 [ 3 ] {} <Debug> HTTP-Session: 6d5a8d13-e85f-4cdd-a92a-3ac2940b8ad4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5000 | 2024.08.08 23:02:42.347639 [ 3 ] {} <Trace> HTTP-Session: 6d5a8d13-e85f-4cdd-a92a-3ac2940b8ad4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5001 | 2024.08.08 23:02:42.347902 [ 3 ] {0d91391b-90bc-46d5-af74-0dc5186291c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5002 | 2024.08.08 23:02:42.347947 [ 3 ] {0d91391b-90bc-46d5-af74-0dc5186291c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5003 | 2024.08.08 23:02:42.348077 [ 3 ] {0d91391b-90bc-46d5-af74-0dc5186291c7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5004 | 2024.08.08 23:02:42.348609 [ 3 ] {0d91391b-90bc-46d5-af74-0dc5186291c7} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5005 | 2024.08.08 23:02:42.348646 [ 3 ] {0d91391b-90bc-46d5-af74-0dc5186291c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5006 | 2024.08.08 23:02:42.348978 [ 3 ] {0d91391b-90bc-46d5-af74-0dc5186291c7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5007 | 2024.08.08 23:02:42.349306 [ 3 ] {0d91391b-90bc-46d5-af74-0dc5186291c7} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5008 | 2024.08.08 23:02:42.349469 [ 3 ] {0d91391b-90bc-46d5-af74-0dc5186291c7} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001727 sec., 221192.81991893458 rows/sec., 15.54 MiB/sec. | ||
5009 | 2024.08.08 23:02:42.349755 [ 3 ] {0d91391b-90bc-46d5-af74-0dc5186291c7} <Debug> DynamicQueryHandler: Done processing query | ||
5010 | 2024.08.08 23:02:42.349790 [ 3 ] {0d91391b-90bc-46d5-af74-0dc5186291c7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5011 | 2024.08.08 23:02:42.349807 [ 3 ] {} <Debug> HTTP-Session: 6d5a8d13-e85f-4cdd-a92a-3ac2940b8ad4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5012 | 2024.08.08 23:02:42.349943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5013 | 2024.08.08 23:02:42.349992 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5014 | 2024.08.08 23:02:42.350012 [ 3 ] {} <Debug> HTTP-Session: a58ed254-5dbb-4b68-9bd2-1a2119c0bdd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5015 | 2024.08.08 23:02:42.350029 [ 3 ] {} <Debug> HTTP-Session: a58ed254-5dbb-4b68-9bd2-1a2119c0bdd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5016 | 2024.08.08 23:02:42.350042 [ 3 ] {} <Debug> HTTP-Session: a58ed254-5dbb-4b68-9bd2-1a2119c0bdd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5017 | 2024.08.08 23:02:42.350074 [ 3 ] {} <Trace> HTTP-Session: a58ed254-5dbb-4b68-9bd2-1a2119c0bdd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5018 | 2024.08.08 23:02:42.350173 [ 3 ] {09a173ca-0f6a-45b5-963d-b5cccb82a364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5019 | 2024.08.08 23:02:42.350221 [ 3 ] {09a173ca-0f6a-45b5-963d-b5cccb82a364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5020 | 2024.08.08 23:02:42.350368 [ 3 ] {09a173ca-0f6a-45b5-963d-b5cccb82a364} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5021 | 2024.08.08 23:02:42.350638 [ 3 ] {09a173ca-0f6a-45b5-963d-b5cccb82a364} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5022 | 2024.08.08 23:02:42.350674 [ 3 ] {09a173ca-0f6a-45b5-963d-b5cccb82a364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5023 | 2024.08.08 23:02:42.351028 [ 3 ] {09a173ca-0f6a-45b5-963d-b5cccb82a364} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5024 | 2024.08.08 23:02:42.351358 [ 3 ] {09a173ca-0f6a-45b5-963d-b5cccb82a364} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5025 | 2024.08.08 23:02:42.351506 [ 131 ] {} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5026 | 2024.08.08 23:02:42.351517 [ 3 ] {09a173ca-0f6a-45b5-963d-b5cccb82a364} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 189.15 KiB/sec. | ||
5027 | 2024.08.08 23:02:42.351585 [ 131 ] {} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5028 | 2024.08.08 23:02:42.351639 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5029 | 2024.08.08 23:02:42.351829 [ 3 ] {09a173ca-0f6a-45b5-963d-b5cccb82a364} <Debug> DynamicQueryHandler: Done processing query | ||
5030 | 2024.08.08 23:02:42.351836 [ 187 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::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 | ||
5031 | 2024.08.08 23:02:42.351866 [ 3 ] {09a173ca-0f6a-45b5-963d-b5cccb82a364} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5032 | 2024.08.08 23:02:42.351906 [ 3 ] {} <Debug> HTTP-Session: a58ed254-5dbb-4b68-9bd2-1a2119c0bdd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5033 | 2024.08.08 23:02:42.352084 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5034 | 2024.08.08 23:02:42.352104 [ 187 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5035 | 2024.08.08 23:02:42.352181 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5036 | 2024.08.08 23:02:42.352187 [ 187 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
5037 | 2024.08.08 23:02:42.352222 [ 3 ] {} <Debug> HTTP-Session: 7202dca8-af4e-48f6-9d70-4ba5b469dd3f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5038 | 2024.08.08 23:02:42.352259 [ 3 ] {} <Debug> HTTP-Session: 7202dca8-af4e-48f6-9d70-4ba5b469dd3f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5039 | 2024.08.08 23:02:42.352303 [ 3 ] {} <Debug> HTTP-Session: 7202dca8-af4e-48f6-9d70-4ba5b469dd3f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5040 | 2024.08.08 23:02:42.352446 [ 187 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
5041 | 2024.08.08 23:02:42.352446 [ 3 ] {} <Trace> HTTP-Session: 7202dca8-af4e-48f6-9d70-4ba5b469dd3f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5042 | 2024.08.08 23:02:42.352590 [ 187 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
5043 | 2024.08.08 23:02:42.352939 [ 187 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
5044 | 2024.08.08 23:02:42.352973 [ 3 ] {3c073e2d-b261-4e61-add0-37383288305c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5045 | 2024.08.08 23:02:42.353322 [ 3 ] {3c073e2d-b261-4e61-add0-37383288305c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5046 | 2024.08.08 23:02:42.353343 [ 187 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
5047 | 2024.08.08 23:02:42.353660 [ 187 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
5048 | 2024.08.08 23:02:42.354479 [ 3 ] {3c073e2d-b261-4e61-add0-37383288305c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5049 | 2024.08.08 23:02:42.355238 [ 3 ] {3c073e2d-b261-4e61-add0-37383288305c} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5050 | 2024.08.08 23:02:42.355296 [ 3 ] {3c073e2d-b261-4e61-add0-37383288305c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5051 | 2024.08.08 23:02:42.356396 [ 3 ] {3c073e2d-b261-4e61-add0-37383288305c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
5052 | 2024.08.08 23:02:42.356421 [ 187 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004679715 sec., 14103.42296486004 rows/sec., 606.01 KiB/sec. | ||
5053 | 2024.08.08 23:02:42.356648 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5054 | 2024.08.08 23:02:42.357138 [ 3 ] {3c073e2d-b261-4e61-add0-37383288305c} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5055 | 2024.08.08 23:02:42.357467 [ 131 ] {} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
5056 | 2024.08.08 23:02:42.357518 [ 3 ] {3c073e2d-b261-4e61-add0-37383288305c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004856 sec., 15856.672158154859 rows/sec., 999.89 KiB/sec. | ||
5057 | 2024.08.08 23:02:42.357553 [ 131 ] {} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5058 | 2024.08.08 23:02:42.357645 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5059 | 2024.08.08 23:02:42.357873 [ 194 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5060 | 2024.08.08 23:02:42.358007 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::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 | ||
5061 | 2024.08.08 23:02:42.358081 [ 3 ] {3c073e2d-b261-4e61-add0-37383288305c} <Debug> DynamicQueryHandler: Done processing query | ||
5062 | 2024.08.08 23:02:42.358167 [ 3 ] {3c073e2d-b261-4e61-add0-37383288305c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5063 | 2024.08.08 23:02:42.358229 [ 3 ] {} <Debug> HTTP-Session: 7202dca8-af4e-48f6-9d70-4ba5b469dd3f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5064 | 2024.08.08 23:02:42.358451 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5065 | 2024.08.08 23:02:42.358478 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5066 | 2024.08.08 23:02:42.358503 [ 194 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_11_2} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5067 | 2024.08.08 23:02:42.358579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5068 | 2024.08.08 23:02:42.358583 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 462 rows starting from the beginning of the part | ||
5069 | 2024.08.08 23:02:42.358617 [ 3 ] {} <Debug> HTTP-Session: 74601ee7-7b43-4b7f-8ad8-9195a7add8d9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5070 | 2024.08.08 23:02:42.358684 [ 3 ] {} <Debug> HTTP-Session: 74601ee7-7b43-4b7f-8ad8-9195a7add8d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5071 | 2024.08.08 23:02:42.358784 [ 3 ] {} <Debug> HTTP-Session: 74601ee7-7b43-4b7f-8ad8-9195a7add8d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5072 | 2024.08.08 23:02:42.358981 [ 3 ] {} <Trace> HTTP-Session: 74601ee7-7b43-4b7f-8ad8-9195a7add8d9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5073 | 2024.08.08 23:02:42.359018 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 77 rows starting from the beginning of the part | ||
5074 | 2024.08.08 23:02:42.359247 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5075 | 2024.08.08 23:02:42.359465 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 77 rows starting from the beginning of the part | ||
5076 | 2024.08.08 23:02:42.359513 [ 3 ] {da5cbb47-b6e0-47b9-9950-bc1a290dd750} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5077 | 2024.08.08 23:02:42.359684 [ 3 ] {da5cbb47-b6e0-47b9-9950-bc1a290dd750} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5078 | 2024.08.08 23:02:42.359746 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 77 rows starting from the beginning of the part | ||
5079 | 2024.08.08 23:02:42.360107 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 77 rows starting from the beginning of the part | ||
5080 | 2024.08.08 23:02:42.360512 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 77 rows starting from the beginning of the part | ||
5081 | 2024.08.08 23:02:42.360957 [ 3 ] {da5cbb47-b6e0-47b9-9950-bc1a290dd750} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5082 | 2024.08.08 23:02:42.361526 [ 3 ] {da5cbb47-b6e0-47b9-9950-bc1a290dd750} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5083 | 2024.08.08 23:02:42.361573 [ 3 ] {da5cbb47-b6e0-47b9-9950-bc1a290dd750} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5084 | 2024.08.08 23:02:42.362281 [ 3 ] {da5cbb47-b6e0-47b9-9950-bc1a290dd750} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5085 | 2024.08.08 23:02:42.362488 [ 194 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 847 rows, containing 5 columns (5 merged, 0 gathered) in 0.004643785 sec., 182394.31842774805 rows/sec., 11.23 MiB/sec. | ||
5086 | 2024.08.08 23:02:42.362821 [ 194 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
5087 | 2024.08.08 23:02:42.362999 [ 3 ] {da5cbb47-b6e0-47b9-9950-bc1a290dd750} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5088 | 2024.08.08 23:02:42.363320 [ 3 ] {da5cbb47-b6e0-47b9-9950-bc1a290dd750} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004033 sec., 39672.700223158936 rows/sec., 2.76 MiB/sec. | ||
5089 | 2024.08.08 23:02:42.364058 [ 3 ] {da5cbb47-b6e0-47b9-9950-bc1a290dd750} <Debug> DynamicQueryHandler: Done processing query | ||
5090 | 2024.08.08 23:02:42.364139 [ 3 ] {da5cbb47-b6e0-47b9-9950-bc1a290dd750} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5091 | 2024.08.08 23:02:42.364202 [ 3 ] {} <Debug> HTTP-Session: 74601ee7-7b43-4b7f-8ad8-9195a7add8d9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5092 | 2024.08.08 23:02:42.364407 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5093 | 2024.08.08 23:02:42.364463 [ 194 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5094 | 2024.08.08 23:02:42.364498 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5095 | 2024.08.08 23:02:42.364553 [ 3 ] {} <Debug> HTTP-Session: af7f1bec-853d-49d8-b478-d46b21c895c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5096 | 2024.08.08 23:02:42.364592 [ 3 ] {} <Debug> HTTP-Session: af7f1bec-853d-49d8-b478-d46b21c895c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5097 | 2024.08.08 23:02:42.364639 [ 194 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_11_2} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
5098 | 2024.08.08 23:02:42.364648 [ 3 ] {} <Debug> HTTP-Session: af7f1bec-853d-49d8-b478-d46b21c895c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5099 | 2024.08.08 23:02:42.364739 [ 3 ] {} <Trace> HTTP-Session: af7f1bec-853d-49d8-b478-d46b21c895c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5100 | 2024.08.08 23:02:42.364805 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
5101 | 2024.08.08 23:02:42.364905 [ 3 ] {dde1d556-e6bd-4504-8d72-ecb2b9ce2f83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5102 | 2024.08.08 23:02:42.364956 [ 3 ] {dde1d556-e6bd-4504-8d72-ecb2b9ce2f83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5103 | 2024.08.08 23:02:42.365109 [ 3 ] {dde1d556-e6bd-4504-8d72-ecb2b9ce2f83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5104 | 2024.08.08 23:02:42.365388 [ 3 ] {dde1d556-e6bd-4504-8d72-ecb2b9ce2f83} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5105 | 2024.08.08 23:02:42.365423 [ 3 ] {dde1d556-e6bd-4504-8d72-ecb2b9ce2f83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5106 | 2024.08.08 23:02:42.365779 [ 3 ] {dde1d556-e6bd-4504-8d72-ecb2b9ce2f83} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5107 | 2024.08.08 23:02:42.366107 [ 3 ] {dde1d556-e6bd-4504-8d72-ecb2b9ce2f83} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5108 | 2024.08.08 23:02:42.366270 [ 3 ] {dde1d556-e6bd-4504-8d72-ecb2b9ce2f83} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001392 sec., 16522.988505747126 rows/sec., 893.78 KiB/sec. | ||
5109 | 2024.08.08 23:02:42.366577 [ 3 ] {dde1d556-e6bd-4504-8d72-ecb2b9ce2f83} <Debug> DynamicQueryHandler: Done processing query | ||
5110 | 2024.08.08 23:02:42.366602 [ 3 ] {dde1d556-e6bd-4504-8d72-ecb2b9ce2f83} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5111 | 2024.08.08 23:02:42.366618 [ 3 ] {} <Debug> HTTP-Session: af7f1bec-853d-49d8-b478-d46b21c895c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5112 | 2024.08.08 23:02:42.366737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5113 | 2024.08.08 23:02:42.366786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5114 | 2024.08.08 23:02:42.366806 [ 3 ] {} <Debug> HTTP-Session: 6ffc91be-69f9-457c-bb87-45b2988e50e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5115 | 2024.08.08 23:02:42.366822 [ 3 ] {} <Debug> HTTP-Session: 6ffc91be-69f9-457c-bb87-45b2988e50e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5116 | 2024.08.08 23:02:42.366836 [ 3 ] {} <Debug> HTTP-Session: 6ffc91be-69f9-457c-bb87-45b2988e50e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5117 | 2024.08.08 23:02:42.366868 [ 3 ] {} <Trace> HTTP-Session: 6ffc91be-69f9-457c-bb87-45b2988e50e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5118 | 2024.08.08 23:02:42.366987 [ 3 ] {853e9c79-d61c-4919-8f92-92c3044746b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5119 | 2024.08.08 23:02:42.367033 [ 3 ] {853e9c79-d61c-4919-8f92-92c3044746b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5120 | 2024.08.08 23:02:42.367180 [ 3 ] {853e9c79-d61c-4919-8f92-92c3044746b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5121 | 2024.08.08 23:02:42.367477 [ 3 ] {853e9c79-d61c-4919-8f92-92c3044746b9} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5122 | 2024.08.08 23:02:42.367513 [ 3 ] {853e9c79-d61c-4919-8f92-92c3044746b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5123 | 2024.08.08 23:02:42.367872 [ 3 ] {853e9c79-d61c-4919-8f92-92c3044746b9} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
5124 | 2024.08.08 23:02:42.368202 [ 3 ] {853e9c79-d61c-4919-8f92-92c3044746b9} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5125 | 2024.08.08 23:02:42.368375 [ 3 ] {853e9c79-d61c-4919-8f92-92c3044746b9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001423 sec., 42164.441321152495 rows/sec., 2.84 MiB/sec. | ||
5126 | 2024.08.08 23:02:42.368536 [ 3 ] {853e9c79-d61c-4919-8f92-92c3044746b9} <Debug> DynamicQueryHandler: Done processing query | ||
5127 | 2024.08.08 23:02:42.368560 [ 3 ] {853e9c79-d61c-4919-8f92-92c3044746b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5128 | 2024.08.08 23:02:42.368575 [ 3 ] {} <Debug> HTTP-Session: 6ffc91be-69f9-457c-bb87-45b2988e50e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5129 | 2024.08.08 23:02:47.369774 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5130 | 2024.08.08 23:02:47.369903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5131 | 2024.08.08 23:02:47.369932 [ 3 ] {} <Debug> HTTP-Session: 0aa3ca69-f8cd-4b22-9fc8-66a99ab35c45 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5132 | 2024.08.08 23:02:47.369959 [ 3 ] {} <Debug> HTTP-Session: 0aa3ca69-f8cd-4b22-9fc8-66a99ab35c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5133 | 2024.08.08 23:02:47.369976 [ 3 ] {} <Debug> HTTP-Session: 0aa3ca69-f8cd-4b22-9fc8-66a99ab35c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5134 | 2024.08.08 23:02:47.370030 [ 3 ] {} <Trace> HTTP-Session: 0aa3ca69-f8cd-4b22-9fc8-66a99ab35c45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5135 | 2024.08.08 23:02:47.370231 [ 3 ] {d6b896c1-b8db-4bd4-9d2b-0f6d8d262980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5136 | 2024.08.08 23:02:47.370303 [ 3 ] {d6b896c1-b8db-4bd4-9d2b-0f6d8d262980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5137 | 2024.08.08 23:02:47.370512 [ 3 ] {d6b896c1-b8db-4bd4-9d2b-0f6d8d262980} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5138 | 2024.08.08 23:02:47.370993 [ 3 ] {d6b896c1-b8db-4bd4-9d2b-0f6d8d262980} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5139 | 2024.08.08 23:02:47.371036 [ 3 ] {d6b896c1-b8db-4bd4-9d2b-0f6d8d262980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5140 | 2024.08.08 23:02:47.371414 [ 3 ] {d6b896c1-b8db-4bd4-9d2b-0f6d8d262980} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
5141 | 2024.08.08 23:02:47.371756 [ 3 ] {d6b896c1-b8db-4bd4-9d2b-0f6d8d262980} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5142 | 2024.08.08 23:02:47.371894 [ 3 ] {d6b896c1-b8db-4bd4-9d2b-0f6d8d262980} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.00173 sec., 19075.14450867052 rows/sec., 1.51 MiB/sec. | ||
5143 | 2024.08.08 23:02:47.372206 [ 3 ] {d6b896c1-b8db-4bd4-9d2b-0f6d8d262980} <Debug> DynamicQueryHandler: Done processing query | ||
5144 | 2024.08.08 23:02:47.372234 [ 3 ] {d6b896c1-b8db-4bd4-9d2b-0f6d8d262980} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5145 | 2024.08.08 23:02:47.372251 [ 3 ] {} <Debug> HTTP-Session: 0aa3ca69-f8cd-4b22-9fc8-66a99ab35c45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5146 | 2024.08.08 23:02:47.372377 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5147 | 2024.08.08 23:02:47.372430 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5148 | 2024.08.08 23:02:47.372451 [ 3 ] {} <Debug> HTTP-Session: 560f7f5c-8379-43a6-b751-9abcc8de6a17 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5149 | 2024.08.08 23:02:47.372469 [ 3 ] {} <Debug> HTTP-Session: 560f7f5c-8379-43a6-b751-9abcc8de6a17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5150 | 2024.08.08 23:02:47.372483 [ 3 ] {} <Debug> HTTP-Session: 560f7f5c-8379-43a6-b751-9abcc8de6a17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5151 | 2024.08.08 23:02:47.372518 [ 3 ] {} <Trace> HTTP-Session: 560f7f5c-8379-43a6-b751-9abcc8de6a17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5152 | 2024.08.08 23:02:47.372622 [ 3 ] {a7612d48-21c3-488c-851a-a0ebe8ae2122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5153 | 2024.08.08 23:02:47.372667 [ 3 ] {a7612d48-21c3-488c-851a-a0ebe8ae2122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5154 | 2024.08.08 23:02:47.372817 [ 3 ] {a7612d48-21c3-488c-851a-a0ebe8ae2122} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5155 | 2024.08.08 23:02:47.373134 [ 3 ] {a7612d48-21c3-488c-851a-a0ebe8ae2122} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5156 | 2024.08.08 23:02:47.373170 [ 3 ] {a7612d48-21c3-488c-851a-a0ebe8ae2122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5157 | 2024.08.08 23:02:47.373466 [ 3 ] {a7612d48-21c3-488c-851a-a0ebe8ae2122} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5158 | 2024.08.08 23:02:47.373775 [ 3 ] {a7612d48-21c3-488c-851a-a0ebe8ae2122} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5159 | 2024.08.08 23:02:47.373906 [ 3 ] {a7612d48-21c3-488c-851a-a0ebe8ae2122} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001313 sec., 4569.68773800457 rows/sec., 372.63 KiB/sec. | ||
5160 | 2024.08.08 23:02:47.374107 [ 3 ] {a7612d48-21c3-488c-851a-a0ebe8ae2122} <Debug> DynamicQueryHandler: Done processing query | ||
5161 | 2024.08.08 23:02:47.374132 [ 3 ] {a7612d48-21c3-488c-851a-a0ebe8ae2122} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5162 | 2024.08.08 23:02:47.374147 [ 3 ] {} <Debug> HTTP-Session: 560f7f5c-8379-43a6-b751-9abcc8de6a17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5163 | 2024.08.08 23:02:47.374371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 188074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5164 | 2024.08.08 23:02:47.374423 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5165 | 2024.08.08 23:02:47.374442 [ 3 ] {} <Debug> HTTP-Session: 31c48264-9e82-4ce5-9f46-8675ae4d7947 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5166 | 2024.08.08 23:02:47.374459 [ 3 ] {} <Debug> HTTP-Session: 31c48264-9e82-4ce5-9f46-8675ae4d7947 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5167 | 2024.08.08 23:02:47.374473 [ 3 ] {} <Debug> HTTP-Session: 31c48264-9e82-4ce5-9f46-8675ae4d7947 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5168 | 2024.08.08 23:02:47.374505 [ 3 ] {} <Trace> HTTP-Session: 31c48264-9e82-4ce5-9f46-8675ae4d7947 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5169 | 2024.08.08 23:02:47.375083 [ 3 ] {573f2e00-6e79-4e46-8c08-55a8ea0ebce9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5170 | 2024.08.08 23:02:47.375131 [ 3 ] {573f2e00-6e79-4e46-8c08-55a8ea0ebce9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5171 | 2024.08.08 23:02:47.375256 [ 3 ] {573f2e00-6e79-4e46-8c08-55a8ea0ebce9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5172 | 2024.08.08 23:02:47.376446 [ 3 ] {573f2e00-6e79-4e46-8c08-55a8ea0ebce9} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5173 | 2024.08.08 23:02:47.376481 [ 3 ] {573f2e00-6e79-4e46-8c08-55a8ea0ebce9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5174 | 2024.08.08 23:02:47.376945 [ 3 ] {573f2e00-6e79-4e46-8c08-55a8ea0ebce9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5175 | 2024.08.08 23:02:47.377257 [ 3 ] {573f2e00-6e79-4e46-8c08-55a8ea0ebce9} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5176 | 2024.08.08 23:02:47.377379 [ 148 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5177 | 2024.08.08 23:02:47.377384 [ 3 ] {573f2e00-6e79-4e46-8c08-55a8ea0ebce9} <Debug> executeQuery: Read 1298 rows, 109.64 KiB in 0.002637 sec., 492226.01441031473 rows/sec., 40.60 MiB/sec. | ||
5178 | 2024.08.08 23:02:47.377423 [ 148 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5179 | 2024.08.08 23:02:47.377465 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5180 | 2024.08.08 23:02:47.377626 [ 3 ] {573f2e00-6e79-4e46-8c08-55a8ea0ebce9} <Debug> DynamicQueryHandler: Done processing query | ||
5181 | 2024.08.08 23:02:47.377688 [ 3 ] {573f2e00-6e79-4e46-8c08-55a8ea0ebce9} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
5182 | 2024.08.08 23:02:47.377785 [ 3 ] {} <Debug> HTTP-Session: 31c48264-9e82-4ce5-9f46-8675ae4d7947 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5183 | 2024.08.08 23:02:47.377798 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
5184 | 2024.08.08 23:02:47.378096 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5185 | 2024.08.08 23:02:47.378182 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5186 | 2024.08.08 23:02:47.378185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5187 | 2024.08.08 23:02:47.378215 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1405 rows starting from the beginning of the part | ||
5188 | 2024.08.08 23:02:47.378221 [ 3 ] {} <Debug> HTTP-Session: 581d107a-c5ae-4516-9bd8-1657c39872d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5189 | 2024.08.08 23:02:47.378245 [ 3 ] {} <Debug> HTTP-Session: 581d107a-c5ae-4516-9bd8-1657c39872d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5190 | 2024.08.08 23:02:47.378263 [ 3 ] {} <Debug> HTTP-Session: 581d107a-c5ae-4516-9bd8-1657c39872d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5191 | 2024.08.08 23:02:47.378329 [ 3 ] {} <Trace> HTTP-Session: 581d107a-c5ae-4516-9bd8-1657c39872d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5192 | 2024.08.08 23:02:47.378385 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 156 rows starting from the beginning of the part | ||
5193 | 2024.08.08 23:02:47.378691 [ 3 ] {1819e43c-95b8-4cf4-9d08-8c4645fcf3a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5194 | 2024.08.08 23:02:47.378723 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 161 rows starting from the beginning of the part | ||
5195 | 2024.08.08 23:02:47.378843 [ 3 ] {1819e43c-95b8-4cf4-9d08-8c4645fcf3a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5196 | 2024.08.08 23:02:47.379068 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 157 rows starting from the beginning of the part | ||
5197 | 2024.08.08 23:02:47.379480 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 161 rows starting from the beginning of the part | ||
5198 | 2024.08.08 23:02:47.379892 [ 196 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1298 rows starting from the beginning of the part | ||
5199 | 2024.08.08 23:02:47.380308 [ 3 ] {1819e43c-95b8-4cf4-9d08-8c4645fcf3a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5200 | 2024.08.08 23:02:47.380785 [ 3 ] {1819e43c-95b8-4cf4-9d08-8c4645fcf3a3} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5201 | 2024.08.08 23:02:47.380822 [ 3 ] {1819e43c-95b8-4cf4-9d08-8c4645fcf3a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5202 | 2024.08.08 23:02:47.381302 [ 3 ] {1819e43c-95b8-4cf4-9d08-8c4645fcf3a3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
5203 | 2024.08.08 23:02:47.381767 [ 3 ] {1819e43c-95b8-4cf4-9d08-8c4645fcf3a3} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5204 | 2024.08.08 23:02:47.381909 [ 3 ] {1819e43c-95b8-4cf4-9d08-8c4645fcf3a3} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.003377 sec., 1776.7249037607344 rows/sec., 124.06 KiB/sec. | ||
5205 | 2024.08.08 23:02:47.382077 [ 3 ] {1819e43c-95b8-4cf4-9d08-8c4645fcf3a3} <Debug> DynamicQueryHandler: Done processing query | ||
5206 | 2024.08.08 23:02:47.382101 [ 3 ] {1819e43c-95b8-4cf4-9d08-8c4645fcf3a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5207 | 2024.08.08 23:02:47.382129 [ 3 ] {} <Debug> HTTP-Session: 581d107a-c5ae-4516-9bd8-1657c39872d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5208 | 2024.08.08 23:02:47.382333 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 4 columns (4 merged, 0 gathered) in 0.004790346 sec., 696818.142155076 rows/sec., 58.19 MiB/sec. | ||
5209 | 2024.08.08 23:02:47.382354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5210 | 2024.08.08 23:02:47.382424 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5211 | 2024.08.08 23:02:47.382445 [ 3 ] {} <Debug> HTTP-Session: a83f549c-8aed-4b33-90c3-8ec47b128c35 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5212 | 2024.08.08 23:02:47.382462 [ 3 ] {} <Debug> HTTP-Session: a83f549c-8aed-4b33-90c3-8ec47b128c35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5213 | 2024.08.08 23:02:47.382476 [ 3 ] {} <Debug> HTTP-Session: a83f549c-8aed-4b33-90c3-8ec47b128c35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5214 | 2024.08.08 23:02:47.382508 [ 3 ] {} <Trace> HTTP-Session: a83f549c-8aed-4b33-90c3-8ec47b128c35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5215 | 2024.08.08 23:02:47.382600 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5216 | 2024.08.08 23:02:47.382673 [ 3 ] {5bdc64c9-bb2f-477d-9e3a-f7328b416751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
5217 | 2024.08.08 23:02:47.382723 [ 3 ] {5bdc64c9-bb2f-477d-9e3a-f7328b416751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
5218 | 2024.08.08 23:02:47.383084 [ 3 ] {5bdc64c9-bb2f-477d-9e3a-f7328b416751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5219 | 2024.08.08 23:02:47.383286 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5220 | 2024.08.08 23:02:47.383385 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_26_5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5221 | 2024.08.08 23:02:47.383492 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
5222 | 2024.08.08 23:02:47.383626 [ 3 ] {5bdc64c9-bb2f-477d-9e3a-f7328b416751} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5223 | 2024.08.08 23:02:47.383662 [ 3 ] {5bdc64c9-bb2f-477d-9e3a-f7328b416751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5224 | 2024.08.08 23:02:47.383984 [ 3 ] {5bdc64c9-bb2f-477d-9e3a-f7328b416751} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
5225 | 2024.08.08 23:02:47.384295 [ 3 ] {5bdc64c9-bb2f-477d-9e3a-f7328b416751} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5226 | 2024.08.08 23:02:47.384419 [ 3 ] {5bdc64c9-bb2f-477d-9e3a-f7328b416751} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001826 sec., 124863.08871851041 rows/sec., 8.45 MiB/sec. | ||
5227 | 2024.08.08 23:02:47.384582 [ 3 ] {5bdc64c9-bb2f-477d-9e3a-f7328b416751} <Debug> DynamicQueryHandler: Done processing query | ||
5228 | 2024.08.08 23:02:47.384606 [ 3 ] {5bdc64c9-bb2f-477d-9e3a-f7328b416751} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
5229 | 2024.08.08 23:02:47.384621 [ 3 ] {} <Debug> HTTP-Session: a83f549c-8aed-4b33-90c3-8ec47b128c35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5230 | 2024.08.08 23:02:47.384819 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 92447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5231 | 2024.08.08 23:02:47.384866 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5232 | 2024.08.08 23:02:47.384885 [ 3 ] {} <Debug> HTTP-Session: 66e31d3e-483c-4dc9-94d6-6fdb72d0c466 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5233 | 2024.08.08 23:02:47.384901 [ 3 ] {} <Debug> HTTP-Session: 66e31d3e-483c-4dc9-94d6-6fdb72d0c466 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5234 | 2024.08.08 23:02:47.384914 [ 3 ] {} <Debug> HTTP-Session: 66e31d3e-483c-4dc9-94d6-6fdb72d0c466 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5235 | 2024.08.08 23:02:47.384944 [ 3 ] {} <Trace> HTTP-Session: 66e31d3e-483c-4dc9-94d6-6fdb72d0c466 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5236 | 2024.08.08 23:02:47.385279 [ 3 ] {ba96a241-960a-43f3-89bf-44627091bfd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5237 | 2024.08.08 23:02:47.385321 [ 3 ] {ba96a241-960a-43f3-89bf-44627091bfd0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5238 | 2024.08.08 23:02:47.385441 [ 3 ] {ba96a241-960a-43f3-89bf-44627091bfd0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5239 | 2024.08.08 23:02:47.386100 [ 3 ] {ba96a241-960a-43f3-89bf-44627091bfd0} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5240 | 2024.08.08 23:02:47.386135 [ 3 ] {ba96a241-960a-43f3-89bf-44627091bfd0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5241 | 2024.08.08 23:02:47.386460 [ 3 ] {ba96a241-960a-43f3-89bf-44627091bfd0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5242 | 2024.08.08 23:02:47.386768 [ 3 ] {ba96a241-960a-43f3-89bf-44627091bfd0} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5243 | 2024.08.08 23:02:47.386889 [ 148 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5244 | 2024.08.08 23:02:47.386894 [ 3 ] {ba96a241-960a-43f3-89bf-44627091bfd0} <Debug> executeQuery: Read 559 rows, 42.54 KiB in 0.001855 sec., 301347.7088948787 rows/sec., 22.39 MiB/sec. | ||
5245 | 2024.08.08 23:02:47.386926 [ 148 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5246 | 2024.08.08 23:02:47.386965 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5247 | 2024.08.08 23:02:47.387082 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
5248 | 2024.08.08 23:02:47.387095 [ 3 ] {ba96a241-960a-43f3-89bf-44627091bfd0} <Debug> DynamicQueryHandler: Done processing query | ||
5249 | 2024.08.08 23:02:47.387124 [ 3 ] {ba96a241-960a-43f3-89bf-44627091bfd0} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
5250 | 2024.08.08 23:02:47.387144 [ 3 ] {} <Debug> HTTP-Session: 66e31d3e-483c-4dc9-94d6-6fdb72d0c466 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5251 | 2024.08.08 23:02:47.387212 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5252 | 2024.08.08 23:02:47.387243 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 899 rows starting from the beginning of the part | ||
5253 | 2024.08.08 23:02:47.387340 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 99 rows starting from the beginning of the part | ||
5254 | 2024.08.08 23:02:47.387550 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 382 rows starting from the beginning of the part | ||
5255 | 2024.08.08 23:02:47.387630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160807, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5256 | 2024.08.08 23:02:47.387805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5257 | 2024.08.08 23:02:47.387897 [ 3 ] {} <Debug> HTTP-Session: fa645307-346e-44d0-8baf-dd45678e3a78 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5258 | 2024.08.08 23:02:47.387910 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 101 rows starting from the beginning of the part | ||
5259 | 2024.08.08 23:02:47.387955 [ 3 ] {} <Debug> HTTP-Session: fa645307-346e-44d0-8baf-dd45678e3a78 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5260 | 2024.08.08 23:02:47.387995 [ 3 ] {} <Debug> HTTP-Session: fa645307-346e-44d0-8baf-dd45678e3a78 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5261 | 2024.08.08 23:02:47.388117 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 382 rows starting from the beginning of the part | ||
5262 | 2024.08.08 23:02:47.388122 [ 3 ] {} <Trace> HTTP-Session: fa645307-346e-44d0-8baf-dd45678e3a78 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5263 | 2024.08.08 23:02:47.388389 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 559 rows starting from the beginning of the part | ||
5264 | 2024.08.08 23:02:47.388760 [ 3 ] {442bda85-edc6-4032-9b3f-ff33c7a3798d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5265 | 2024.08.08 23:02:47.388829 [ 3 ] {442bda85-edc6-4032-9b3f-ff33c7a3798d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5266 | 2024.08.08 23:02:47.389126 [ 3 ] {442bda85-edc6-4032-9b3f-ff33c7a3798d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5267 | 2024.08.08 23:02:47.390252 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 4 columns (4 merged, 0 gathered) in 0.003214445 sec., 753473.7722997284 rows/sec., 54.73 MiB/sec. | ||
5268 | 2024.08.08 23:02:47.390269 [ 3 ] {442bda85-edc6-4032-9b3f-ff33c7a3798d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5269 | 2024.08.08 23:02:47.390332 [ 3 ] {442bda85-edc6-4032-9b3f-ff33c7a3798d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5270 | 2024.08.08 23:02:47.390560 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5271 | 2024.08.08 23:02:47.391440 [ 3 ] {442bda85-edc6-4032-9b3f-ff33c7a3798d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5272 | 2024.08.08 23:02:47.391663 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5273 | 2024.08.08 23:02:47.391934 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_26_5} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5274 | 2024.08.08 23:02:47.392103 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
5275 | 2024.08.08 23:02:47.392200 [ 3 ] {442bda85-edc6-4032-9b3f-ff33c7a3798d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5276 | 2024.08.08 23:02:47.392330 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5277 | 2024.08.08 23:02:47.392339 [ 3 ] {442bda85-edc6-4032-9b3f-ff33c7a3798d} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.003916 sec., 216292.13483146066 rows/sec., 14.56 MiB/sec. | ||
5278 | 2024.08.08 23:02:47.392358 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5279 | 2024.08.08 23:02:47.392392 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5280 | 2024.08.08 23:02:47.392725 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
5281 | 2024.08.08 23:02:47.392786 [ 3 ] {442bda85-edc6-4032-9b3f-ff33c7a3798d} <Debug> DynamicQueryHandler: Done processing query | ||
5282 | 2024.08.08 23:02:47.392891 [ 3 ] {442bda85-edc6-4032-9b3f-ff33c7a3798d} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
5283 | 2024.08.08 23:02:47.392988 [ 3 ] {} <Debug> HTTP-Session: fa645307-346e-44d0-8baf-dd45678e3a78 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5284 | 2024.08.08 23:02:47.393104 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5285 | 2024.08.08 23:02:47.393149 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6197 rows starting from the beginning of the part | ||
5286 | 2024.08.08 23:02:47.393255 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 161 rows starting from the beginning of the part | ||
5287 | 2024.08.08 23:02:47.393349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5288 | 2024.08.08 23:02:47.393520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5289 | 2024.08.08 23:02:47.393534 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
5290 | 2024.08.08 23:02:47.393596 [ 3 ] {} <Debug> HTTP-Session: e589cae1-f10f-469f-ba2a-eb40615f8651 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5291 | 2024.08.08 23:02:47.393659 [ 3 ] {} <Debug> HTTP-Session: e589cae1-f10f-469f-ba2a-eb40615f8651 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5292 | 2024.08.08 23:02:47.393768 [ 3 ] {} <Debug> HTTP-Session: e589cae1-f10f-469f-ba2a-eb40615f8651 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5293 | 2024.08.08 23:02:47.393823 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 162 rows starting from the beginning of the part | ||
5294 | 2024.08.08 23:02:47.393901 [ 3 ] {} <Trace> HTTP-Session: e589cae1-f10f-469f-ba2a-eb40615f8651 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5295 | 2024.08.08 23:02:47.394071 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
5296 | 2024.08.08 23:02:47.394273 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 847 rows starting from the beginning of the part | ||
5297 | 2024.08.08 23:02:47.394577 [ 3 ] {da5c6793-b77b-487d-a5d0-6ca42a728607} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5298 | 2024.08.08 23:02:47.394739 [ 3 ] {da5c6793-b77b-487d-a5d0-6ca42a728607} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5299 | 2024.08.08 23:02:47.395543 [ 3 ] {da5c6793-b77b-487d-a5d0-6ca42a728607} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5300 | 2024.08.08 23:02:47.397126 [ 3 ] {da5c6793-b77b-487d-a5d0-6ca42a728607} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5301 | 2024.08.08 23:02:47.397260 [ 3 ] {da5c6793-b77b-487d-a5d0-6ca42a728607} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5302 | 2024.08.08 23:02:47.398139 [ 3 ] {da5c6793-b77b-487d-a5d0-6ca42a728607} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
5303 | 2024.08.08 23:02:47.398829 [ 3 ] {da5c6793-b77b-487d-a5d0-6ca42a728607} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5304 | 2024.08.08 23:02:47.398833 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7687 rows, containing 5 columns (5 merged, 0 gathered) in 0.006316199 sec., 1217029.4191174153 rows/sec., 83.00 MiB/sec. | ||
5305 | 2024.08.08 23:02:47.399024 [ 3 ] {da5c6793-b77b-487d-a5d0-6ca42a728607} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.004846 sec., 6809.739991745771 rows/sec., 12.20 MiB/sec. | ||
5306 | 2024.08.08 23:02:47.399293 [ 3 ] {da5c6793-b77b-487d-a5d0-6ca42a728607} <Debug> DynamicQueryHandler: Done processing query | ||
5307 | 2024.08.08 23:02:47.399320 [ 3 ] {da5c6793-b77b-487d-a5d0-6ca42a728607} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5308 | 2024.08.08 23:02:47.399337 [ 3 ] {} <Debug> HTTP-Session: e589cae1-f10f-469f-ba2a-eb40615f8651 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5309 | 2024.08.08 23:02:47.399500 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5310 | 2024.08.08 23:02:47.399504 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5311 | 2024.08.08 23:02:47.399634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5312 | 2024.08.08 23:02:47.399689 [ 3 ] {} <Debug> HTTP-Session: 68e7e2e7-f879-4fac-af00-54222c722048 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5313 | 2024.08.08 23:02:47.399706 [ 3 ] {} <Debug> HTTP-Session: 68e7e2e7-f879-4fac-af00-54222c722048 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5314 | 2024.08.08 23:02:47.399721 [ 3 ] {} <Debug> HTTP-Session: 68e7e2e7-f879-4fac-af00-54222c722048 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5315 | 2024.08.08 23:02:47.399779 [ 3 ] {} <Trace> HTTP-Session: 68e7e2e7-f879-4fac-af00-54222c722048 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5316 | 2024.08.08 23:02:47.400082 [ 3 ] {33a73fd5-748d-4cf6-9b14-251ad3b7d9f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5317 | 2024.08.08 23:02:47.400182 [ 3 ] {33a73fd5-748d-4cf6-9b14-251ad3b7d9f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5318 | 2024.08.08 23:02:47.400501 [ 3 ] {33a73fd5-748d-4cf6-9b14-251ad3b7d9f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5319 | 2024.08.08 23:02:47.400508 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5320 | 2024.08.08 23:02:47.400705 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5321 | 2024.08.08 23:02:47.400829 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.49 MiB. | ||
5322 | 2024.08.08 23:02:47.400988 [ 3 ] {33a73fd5-748d-4cf6-9b14-251ad3b7d9f0} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5323 | 2024.08.08 23:02:47.401028 [ 3 ] {33a73fd5-748d-4cf6-9b14-251ad3b7d9f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5324 | 2024.08.08 23:02:47.401393 [ 3 ] {33a73fd5-748d-4cf6-9b14-251ad3b7d9f0} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
5325 | 2024.08.08 23:02:47.401737 [ 3 ] {33a73fd5-748d-4cf6-9b14-251ad3b7d9f0} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5326 | 2024.08.08 23:02:47.401861 [ 148 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
5327 | 2024.08.08 23:02:47.401869 [ 3 ] {33a73fd5-748d-4cf6-9b14-251ad3b7d9f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001992 sec., 30120.481927710847 rows/sec., 2.03 MiB/sec. | ||
5328 | 2024.08.08 23:02:47.401896 [ 148 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5329 | 2024.08.08 23:02:47.401936 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5330 | 2024.08.08 23:02:47.402214 [ 3 ] {33a73fd5-748d-4cf6-9b14-251ad3b7d9f0} <Debug> DynamicQueryHandler: Done processing query | ||
5331 | 2024.08.08 23:02:47.402290 [ 3 ] {33a73fd5-748d-4cf6-9b14-251ad3b7d9f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5332 | 2024.08.08 23:02:47.402288 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
5333 | 2024.08.08 23:02:47.402352 [ 3 ] {} <Debug> HTTP-Session: 68e7e2e7-f879-4fac-af00-54222c722048 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5334 | 2024.08.08 23:02:47.402699 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5335 | 2024.08.08 23:02:47.402735 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1132 rows starting from the beginning of the part | ||
5336 | 2024.08.08 23:02:47.402855 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
5337 | 2024.08.08 23:02:47.403042 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
5338 | 2024.08.08 23:02:47.403233 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
5339 | 2024.08.08 23:02:47.403425 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
5340 | 2024.08.08 23:02:47.403595 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
5341 | 2024.08.08 23:02:47.404901 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1432 rows, containing 4 columns (4 merged, 0 gathered) in 0.0028533 sec., 501875.0219044615 rows/sec., 33.82 MiB/sec. | ||
5342 | 2024.08.08 23:02:47.405233 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
5343 | 2024.08.08 23:02:47.405939 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5344 | 2024.08.08 23:02:47.406023 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_26_5} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
5345 | 2024.08.08 23:02:47.406102 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
5346 | 2024.08.08 23:02:48.000212 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 185.96 MiB, peak 195.91 MiB, free memory in arenas 0.00 B, will set to 187.66 MiB (RSS), difference: 1.71 MiB | ||
5347 | 2024.08.08 23:02:52.344948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5348 | 2024.08.08 23:02:52.345074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5349 | 2024.08.08 23:02:52.345110 [ 3 ] {} <Debug> HTTP-Session: 502e232e-237a-4e72-bb8b-2bb23c1975ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5350 | 2024.08.08 23:02:52.345135 [ 3 ] {} <Debug> HTTP-Session: 502e232e-237a-4e72-bb8b-2bb23c1975ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5351 | 2024.08.08 23:02:52.345151 [ 3 ] {} <Debug> HTTP-Session: 502e232e-237a-4e72-bb8b-2bb23c1975ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5352 | 2024.08.08 23:02:52.345196 [ 3 ] {} <Trace> HTTP-Session: 502e232e-237a-4e72-bb8b-2bb23c1975ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5353 | 2024.08.08 23:02:52.345365 [ 3 ] {be207757-6f2e-428b-aadd-a3af83fd84a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5354 | 2024.08.08 23:02:52.345428 [ 3 ] {be207757-6f2e-428b-aadd-a3af83fd84a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5355 | 2024.08.08 23:02:52.345606 [ 3 ] {be207757-6f2e-428b-aadd-a3af83fd84a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5356 | 2024.08.08 23:02:52.345995 [ 3 ] {be207757-6f2e-428b-aadd-a3af83fd84a2} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5357 | 2024.08.08 23:02:52.346039 [ 3 ] {be207757-6f2e-428b-aadd-a3af83fd84a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5358 | 2024.08.08 23:02:52.346486 [ 3 ] {be207757-6f2e-428b-aadd-a3af83fd84a2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
5359 | 2024.08.08 23:02:52.346848 [ 3 ] {be207757-6f2e-428b-aadd-a3af83fd84a2} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5360 | 2024.08.08 23:02:52.347019 [ 3 ] {be207757-6f2e-428b-aadd-a3af83fd84a2} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001681 sec., 3569.303985722784 rows/sec., 202.17 KiB/sec. | ||
5361 | 2024.08.08 23:02:52.347244 [ 3 ] {be207757-6f2e-428b-aadd-a3af83fd84a2} <Debug> DynamicQueryHandler: Done processing query | ||
5362 | 2024.08.08 23:02:52.347273 [ 3 ] {be207757-6f2e-428b-aadd-a3af83fd84a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5363 | 2024.08.08 23:02:52.347290 [ 3 ] {} <Debug> HTTP-Session: 502e232e-237a-4e72-bb8b-2bb23c1975ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5364 | 2024.08.08 23:02:52.347436 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5365 | 2024.08.08 23:02:52.347495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5366 | 2024.08.08 23:02:52.347516 [ 3 ] {} <Debug> HTTP-Session: a431c27d-3eb5-4cee-b7d7-8ec42c86020c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5367 | 2024.08.08 23:02:52.347534 [ 3 ] {} <Debug> HTTP-Session: a431c27d-3eb5-4cee-b7d7-8ec42c86020c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5368 | 2024.08.08 23:02:52.347548 [ 3 ] {} <Debug> HTTP-Session: a431c27d-3eb5-4cee-b7d7-8ec42c86020c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5369 | 2024.08.08 23:02:52.347583 [ 3 ] {} <Trace> HTTP-Session: a431c27d-3eb5-4cee-b7d7-8ec42c86020c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5370 | 2024.08.08 23:02:52.347691 [ 3 ] {b8af8d2a-82a5-4316-ace3-7d924871cb9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
5371 | 2024.08.08 23:02:52.347738 [ 3 ] {b8af8d2a-82a5-4316-ace3-7d924871cb9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
5372 | 2024.08.08 23:02:52.347871 [ 3 ] {b8af8d2a-82a5-4316-ace3-7d924871cb9a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5373 | 2024.08.08 23:02:52.348160 [ 3 ] {b8af8d2a-82a5-4316-ace3-7d924871cb9a} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5374 | 2024.08.08 23:02:52.348201 [ 3 ] {b8af8d2a-82a5-4316-ace3-7d924871cb9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5375 | 2024.08.08 23:02:52.348514 [ 3 ] {b8af8d2a-82a5-4316-ace3-7d924871cb9a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5376 | 2024.08.08 23:02:52.348840 [ 3 ] {b8af8d2a-82a5-4316-ace3-7d924871cb9a} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5377 | 2024.08.08 23:02:52.348995 [ 143 ] {} <Debug> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5378 | 2024.08.08 23:02:52.349003 [ 3 ] {b8af8d2a-82a5-4316-ace3-7d924871cb9a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001331 sec., 3005.259203606311 rows/sec., 245.06 KiB/sec. | ||
5379 | 2024.08.08 23:02:52.349089 [ 143 ] {} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5380 | 2024.08.08 23:02:52.349159 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5381 | 2024.08.08 23:02:52.349359 [ 3 ] {b8af8d2a-82a5-4316-ace3-7d924871cb9a} <Debug> DynamicQueryHandler: Done processing query | ||
5382 | 2024.08.08 23:02:52.349432 [ 3 ] {b8af8d2a-82a5-4316-ace3-7d924871cb9a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5383 | 2024.08.08 23:02:52.349515 [ 3 ] {} <Debug> HTTP-Session: a431c27d-3eb5-4cee-b7d7-8ec42c86020c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5384 | 2024.08.08 23:02:52.349565 [ 197 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::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 | ||
5385 | 2024.08.08 23:02:52.349799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5386 | 2024.08.08 23:02:52.349858 [ 197 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5387 | 2024.08.08 23:02:52.349917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5388 | 2024.08.08 23:02:52.349923 [ 197 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
5389 | 2024.08.08 23:02:52.349954 [ 3 ] {} <Debug> HTTP-Session: f8e5cc50-c2e7-4dec-a7dc-32e502c5ecf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5390 | 2024.08.08 23:02:52.349979 [ 3 ] {} <Debug> HTTP-Session: f8e5cc50-c2e7-4dec-a7dc-32e502c5ecf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5391 | 2024.08.08 23:02:52.350008 [ 3 ] {} <Debug> HTTP-Session: f8e5cc50-c2e7-4dec-a7dc-32e502c5ecf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5392 | 2024.08.08 23:02:52.350123 [ 3 ] {} <Trace> HTTP-Session: f8e5cc50-c2e7-4dec-a7dc-32e502c5ecf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5393 | 2024.08.08 23:02:52.350157 [ 197 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
5394 | 2024.08.08 23:02:52.350507 [ 197 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
5395 | 2024.08.08 23:02:52.350514 [ 3 ] {83529ebc-b99d-4b2d-8cde-9370b8b27421} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5396 | 2024.08.08 23:02:52.350672 [ 3 ] {83529ebc-b99d-4b2d-8cde-9370b8b27421} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5397 | 2024.08.08 23:02:52.350929 [ 197 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
5398 | 2024.08.08 23:02:52.351356 [ 197 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
5399 | 2024.08.08 23:02:52.351401 [ 3 ] {83529ebc-b99d-4b2d-8cde-9370b8b27421} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5400 | 2024.08.08 23:02:52.351644 [ 197 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
5401 | 2024.08.08 23:02:52.352404 [ 3 ] {83529ebc-b99d-4b2d-8cde-9370b8b27421} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5402 | 2024.08.08 23:02:52.352460 [ 3 ] {83529ebc-b99d-4b2d-8cde-9370b8b27421} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5403 | 2024.08.08 23:02:52.353125 [ 3 ] {83529ebc-b99d-4b2d-8cde-9370b8b27421} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5404 | 2024.08.08 23:02:52.354099 [ 3 ] {83529ebc-b99d-4b2d-8cde-9370b8b27421} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5405 | 2024.08.08 23:02:52.354309 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.00504122 sec., 5157.481720694594 rows/sec., 420.56 KiB/sec. | ||
5406 | 2024.08.08 23:02:52.354445 [ 3 ] {83529ebc-b99d-4b2d-8cde-9370b8b27421} <Debug> executeQuery: Read 163 rows, 14.68 KiB in 0.004143 sec., 39343.47091479604 rows/sec., 3.46 MiB/sec. | ||
5407 | 2024.08.08 23:02:52.354532 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5408 | 2024.08.08 23:02:52.354664 [ 3 ] {83529ebc-b99d-4b2d-8cde-9370b8b27421} <Debug> DynamicQueryHandler: Done processing query | ||
5409 | 2024.08.08 23:02:52.354695 [ 3 ] {83529ebc-b99d-4b2d-8cde-9370b8b27421} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5410 | 2024.08.08 23:02:52.354733 [ 3 ] {} <Debug> HTTP-Session: f8e5cc50-c2e7-4dec-a7dc-32e502c5ecf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5411 | 2024.08.08 23:02:52.354893 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5412 | 2024.08.08 23:02:52.354953 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5413 | 2024.08.08 23:02:52.354974 [ 3 ] {} <Debug> HTTP-Session: 7f209d06-c1b0-4ea1-91ed-bc9735a52d17 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5414 | 2024.08.08 23:02:52.355000 [ 3 ] {} <Debug> HTTP-Session: 7f209d06-c1b0-4ea1-91ed-bc9735a52d17 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5415 | 2024.08.08 23:02:52.355012 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5416 | 2024.08.08 23:02:52.355018 [ 3 ] {} <Debug> HTTP-Session: 7f209d06-c1b0-4ea1-91ed-bc9735a52d17 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5417 | 2024.08.08 23:02:52.355066 [ 3 ] {} <Trace> HTTP-Session: 7f209d06-c1b0-4ea1-91ed-bc9735a52d17 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5418 | 2024.08.08 23:02:52.355102 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_6_1} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5419 | 2024.08.08 23:02:52.355194 [ 3 ] {d6642f44-f141-4d9e-9f92-20145fbebbb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
5420 | 2024.08.08 23:02:52.355205 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
5421 | 2024.08.08 23:02:52.355245 [ 3 ] {d6642f44-f141-4d9e-9f92-20145fbebbb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
5422 | 2024.08.08 23:02:52.355376 [ 3 ] {d6642f44-f141-4d9e-9f92-20145fbebbb6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5423 | 2024.08.08 23:02:52.355650 [ 3 ] {d6642f44-f141-4d9e-9f92-20145fbebbb6} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5424 | 2024.08.08 23:02:52.355687 [ 3 ] {d6642f44-f141-4d9e-9f92-20145fbebbb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5425 | 2024.08.08 23:02:52.355995 [ 3 ] {d6642f44-f141-4d9e-9f92-20145fbebbb6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
5426 | 2024.08.08 23:02:52.356339 [ 3 ] {d6642f44-f141-4d9e-9f92-20145fbebbb6} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5427 | 2024.08.08 23:02:52.356487 [ 143 ] {} <Debug> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
5428 | 2024.08.08 23:02:52.356506 [ 3 ] {d6642f44-f141-4d9e-9f92-20145fbebbb6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001349 sec., 2965.159377316531 rows/sec., 207.04 KiB/sec. | ||
5429 | 2024.08.08 23:02:52.356550 [ 143 ] {} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5430 | 2024.08.08 23:02:52.356612 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5431 | 2024.08.08 23:02:52.356855 [ 3 ] {d6642f44-f141-4d9e-9f92-20145fbebbb6} <Debug> DynamicQueryHandler: Done processing query | ||
5432 | 2024.08.08 23:02:52.356916 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::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 | ||
5433 | 2024.08.08 23:02:52.356939 [ 3 ] {d6642f44-f141-4d9e-9f92-20145fbebbb6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5434 | 2024.08.08 23:02:52.357011 [ 3 ] {} <Debug> HTTP-Session: 7f209d06-c1b0-4ea1-91ed-bc9735a52d17 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5435 | 2024.08.08 23:02:52.357141 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5436 | 2024.08.08 23:02:52.357182 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
5437 | 2024.08.08 23:02:52.357234 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 62293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5438 | 2024.08.08 23:02:52.357345 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
5439 | 2024.08.08 23:02:52.357381 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5440 | 2024.08.08 23:02:52.357498 [ 3 ] {} <Debug> HTTP-Session: 7144efa2-b3c7-4a53-a3e0-f5e919ea040f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5441 | 2024.08.08 23:02:52.357600 [ 3 ] {} <Debug> HTTP-Session: 7144efa2-b3c7-4a53-a3e0-f5e919ea040f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5442 | 2024.08.08 23:02:52.357658 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
5443 | 2024.08.08 23:02:52.357667 [ 3 ] {} <Debug> HTTP-Session: 7144efa2-b3c7-4a53-a3e0-f5e919ea040f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5444 | 2024.08.08 23:02:52.357833 [ 3 ] {} <Trace> HTTP-Session: 7144efa2-b3c7-4a53-a3e0-f5e919ea040f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5445 | 2024.08.08 23:02:52.357953 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
5446 | 2024.08.08 23:02:52.358199 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
5447 | 2024.08.08 23:02:52.358433 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
5448 | 2024.08.08 23:02:52.358434 [ 3 ] {8a4809e9-40ca-4347-98df-89ceeda12f9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5449 | 2024.08.08 23:02:52.358609 [ 3 ] {8a4809e9-40ca-4347-98df-89ceeda12f9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5450 | 2024.08.08 23:02:52.359197 [ 3 ] {8a4809e9-40ca-4347-98df-89ceeda12f9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5451 | 2024.08.08 23:02:52.360329 [ 3 ] {8a4809e9-40ca-4347-98df-89ceeda12f9e} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5452 | 2024.08.08 23:02:52.360401 [ 3 ] {8a4809e9-40ca-4347-98df-89ceeda12f9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5453 | 2024.08.08 23:02:52.360926 [ 186 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26 rows, containing 4 columns (4 merged, 0 gathered) in 0.004207519 sec., 6179.413568898916 rows/sec., 431.47 KiB/sec. | ||
5454 | 2024.08.08 23:02:52.361199 [ 186 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
5455 | 2024.08.08 23:02:52.361221 [ 3 ] {8a4809e9-40ca-4347-98df-89ceeda12f9e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5456 | 2024.08.08 23:02:52.362193 [ 3 ] {8a4809e9-40ca-4347-98df-89ceeda12f9e} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5457 | 2024.08.08 23:02:52.362209 [ 186 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5458 | 2024.08.08 23:02:52.362436 [ 186 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_6_1} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
5459 | 2024.08.08 23:02:52.362506 [ 3 ] {8a4809e9-40ca-4347-98df-89ceeda12f9e} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.004365 sec., 88430.69873997709 rows/sec., 6.22 MiB/sec. | ||
5460 | 2024.08.08 23:02:52.362711 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
5461 | 2024.08.08 23:02:52.362888 [ 3 ] {8a4809e9-40ca-4347-98df-89ceeda12f9e} <Debug> DynamicQueryHandler: Done processing query | ||
5462 | 2024.08.08 23:02:52.362917 [ 3 ] {8a4809e9-40ca-4347-98df-89ceeda12f9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5463 | 2024.08.08 23:02:52.362934 [ 3 ] {} <Debug> HTTP-Session: 7144efa2-b3c7-4a53-a3e0-f5e919ea040f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5464 | 2024.08.08 23:02:52.363070 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5465 | 2024.08.08 23:02:52.363119 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5466 | 2024.08.08 23:02:52.363138 [ 3 ] {} <Debug> HTTP-Session: 31d713f1-dadf-4fde-9af3-fff69d88ddb8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5467 | 2024.08.08 23:02:52.363160 [ 3 ] {} <Debug> HTTP-Session: 31d713f1-dadf-4fde-9af3-fff69d88ddb8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5468 | 2024.08.08 23:02:52.363174 [ 3 ] {} <Debug> HTTP-Session: 31d713f1-dadf-4fde-9af3-fff69d88ddb8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5469 | 2024.08.08 23:02:52.363205 [ 3 ] {} <Trace> HTTP-Session: 31d713f1-dadf-4fde-9af3-fff69d88ddb8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5470 | 2024.08.08 23:02:52.363305 [ 3 ] {f0eb00ce-0e12-426f-a670-9d8b87479ac3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5471 | 2024.08.08 23:02:52.363351 [ 3 ] {f0eb00ce-0e12-426f-a670-9d8b87479ac3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5472 | 2024.08.08 23:02:52.363497 [ 3 ] {f0eb00ce-0e12-426f-a670-9d8b87479ac3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5473 | 2024.08.08 23:02:52.363766 [ 3 ] {f0eb00ce-0e12-426f-a670-9d8b87479ac3} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5474 | 2024.08.08 23:02:52.363802 [ 3 ] {f0eb00ce-0e12-426f-a670-9d8b87479ac3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5475 | 2024.08.08 23:02:52.364175 [ 3 ] {f0eb00ce-0e12-426f-a670-9d8b87479ac3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5476 | 2024.08.08 23:02:52.364545 [ 3 ] {f0eb00ce-0e12-426f-a670-9d8b87479ac3} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5477 | 2024.08.08 23:02:52.364703 [ 3 ] {f0eb00ce-0e12-426f-a670-9d8b87479ac3} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001425 sec., 4210.526315789473 rows/sec., 180.92 KiB/sec. | ||
5478 | 2024.08.08 23:02:52.364869 [ 3 ] {f0eb00ce-0e12-426f-a670-9d8b87479ac3} <Debug> DynamicQueryHandler: Done processing query | ||
5479 | 2024.08.08 23:02:52.364893 [ 3 ] {f0eb00ce-0e12-426f-a670-9d8b87479ac3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5480 | 2024.08.08 23:02:52.364909 [ 3 ] {} <Debug> HTTP-Session: 31d713f1-dadf-4fde-9af3-fff69d88ddb8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5481 | 2024.08.08 23:02:52.365032 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5482 | 2024.08.08 23:02:52.365080 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5483 | 2024.08.08 23:02:52.365100 [ 3 ] {} <Debug> HTTP-Session: 2157f816-9c7a-4e7d-a354-1d4e8b58cb62 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5484 | 2024.08.08 23:02:52.365117 [ 3 ] {} <Debug> HTTP-Session: 2157f816-9c7a-4e7d-a354-1d4e8b58cb62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5485 | 2024.08.08 23:02:52.365131 [ 3 ] {} <Debug> HTTP-Session: 2157f816-9c7a-4e7d-a354-1d4e8b58cb62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5486 | 2024.08.08 23:02:52.365163 [ 3 ] {} <Trace> HTTP-Session: 2157f816-9c7a-4e7d-a354-1d4e8b58cb62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5487 | 2024.08.08 23:02:52.365304 [ 3 ] {49a9c808-9360-464e-a5f4-94e252eda0fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5488 | 2024.08.08 23:02:52.365351 [ 3 ] {49a9c808-9360-464e-a5f4-94e252eda0fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5489 | 2024.08.08 23:02:52.365497 [ 3 ] {49a9c808-9360-464e-a5f4-94e252eda0fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5490 | 2024.08.08 23:02:52.365808 [ 3 ] {49a9c808-9360-464e-a5f4-94e252eda0fe} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5491 | 2024.08.08 23:02:52.365844 [ 3 ] {49a9c808-9360-464e-a5f4-94e252eda0fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5492 | 2024.08.08 23:02:52.366216 [ 3 ] {49a9c808-9360-464e-a5f4-94e252eda0fe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
5493 | 2024.08.08 23:02:52.366558 [ 3 ] {49a9c808-9360-464e-a5f4-94e252eda0fe} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5494 | 2024.08.08 23:02:52.366723 [ 3 ] {49a9c808-9360-464e-a5f4-94e252eda0fe} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001481 sec., 51991.89736664416 rows/sec., 3.20 MiB/sec. | ||
5495 | 2024.08.08 23:02:52.366887 [ 3 ] {49a9c808-9360-464e-a5f4-94e252eda0fe} <Debug> DynamicQueryHandler: Done processing query | ||
5496 | 2024.08.08 23:02:52.366912 [ 3 ] {49a9c808-9360-464e-a5f4-94e252eda0fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5497 | 2024.08.08 23:02:52.366928 [ 3 ] {} <Debug> HTTP-Session: 2157f816-9c7a-4e7d-a354-1d4e8b58cb62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5498 | 2024.08.08 23:02:52.367083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5499 | 2024.08.08 23:02:52.367131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5500 | 2024.08.08 23:02:52.367152 [ 3 ] {} <Debug> HTTP-Session: 971aa5d1-f3ca-4605-8ae4-bc42a19bd75e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5501 | 2024.08.08 23:02:52.367169 [ 3 ] {} <Debug> HTTP-Session: 971aa5d1-f3ca-4605-8ae4-bc42a19bd75e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5502 | 2024.08.08 23:02:52.367184 [ 3 ] {} <Debug> HTTP-Session: 971aa5d1-f3ca-4605-8ae4-bc42a19bd75e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5503 | 2024.08.08 23:02:52.367214 [ 3 ] {} <Trace> HTTP-Session: 971aa5d1-f3ca-4605-8ae4-bc42a19bd75e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5504 | 2024.08.08 23:02:52.367372 [ 3 ] {4a0b35df-5b73-40fd-ae87-439d523a544b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5505 | 2024.08.08 23:02:52.367418 [ 3 ] {4a0b35df-5b73-40fd-ae87-439d523a544b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5506 | 2024.08.08 23:02:52.367561 [ 3 ] {4a0b35df-5b73-40fd-ae87-439d523a544b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5507 | 2024.08.08 23:02:52.367994 [ 3 ] {4a0b35df-5b73-40fd-ae87-439d523a544b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5508 | 2024.08.08 23:02:52.368030 [ 3 ] {4a0b35df-5b73-40fd-ae87-439d523a544b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5509 | 2024.08.08 23:02:52.368399 [ 3 ] {4a0b35df-5b73-40fd-ae87-439d523a544b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5510 | 2024.08.08 23:02:52.368744 [ 3 ] {4a0b35df-5b73-40fd-ae87-439d523a544b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5511 | 2024.08.08 23:02:52.368893 [ 3 ] {4a0b35df-5b73-40fd-ae87-439d523a544b} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001597 sec., 101440.20037570446 rows/sec., 7.06 MiB/sec. | ||
5512 | 2024.08.08 23:02:52.369065 [ 3 ] {4a0b35df-5b73-40fd-ae87-439d523a544b} <Debug> DynamicQueryHandler: Done processing query | ||
5513 | 2024.08.08 23:02:52.369089 [ 3 ] {4a0b35df-5b73-40fd-ae87-439d523a544b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5514 | 2024.08.08 23:02:52.369104 [ 3 ] {} <Debug> HTTP-Session: 971aa5d1-f3ca-4605-8ae4-bc42a19bd75e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5515 | 2024.08.08 23:02:52.369218 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5516 | 2024.08.08 23:02:52.369266 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5517 | 2024.08.08 23:02:52.369284 [ 3 ] {} <Debug> HTTP-Session: b57c2c21-049c-4018-bf0c-b5636c746d57 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5518 | 2024.08.08 23:02:52.369300 [ 3 ] {} <Debug> HTTP-Session: b57c2c21-049c-4018-bf0c-b5636c746d57 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5519 | 2024.08.08 23:02:52.369314 [ 3 ] {} <Debug> HTTP-Session: b57c2c21-049c-4018-bf0c-b5636c746d57 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5520 | 2024.08.08 23:02:52.369345 [ 3 ] {} <Trace> HTTP-Session: b57c2c21-049c-4018-bf0c-b5636c746d57 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5521 | 2024.08.08 23:02:52.369446 [ 3 ] {9453bf0d-3740-4bcd-9f0b-a0c289a3eca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5522 | 2024.08.08 23:02:52.369490 [ 3 ] {9453bf0d-3740-4bcd-9f0b-a0c289a3eca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5523 | 2024.08.08 23:02:52.369613 [ 3 ] {9453bf0d-3740-4bcd-9f0b-a0c289a3eca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5524 | 2024.08.08 23:02:52.369915 [ 3 ] {9453bf0d-3740-4bcd-9f0b-a0c289a3eca7} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5525 | 2024.08.08 23:02:52.369951 [ 3 ] {9453bf0d-3740-4bcd-9f0b-a0c289a3eca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5526 | 2024.08.08 23:02:52.370306 [ 3 ] {9453bf0d-3740-4bcd-9f0b-a0c289a3eca7} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5527 | 2024.08.08 23:02:52.370635 [ 3 ] {9453bf0d-3740-4bcd-9f0b-a0c289a3eca7} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5528 | 2024.08.08 23:02:52.370802 [ 3 ] {9453bf0d-3740-4bcd-9f0b-a0c289a3eca7} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001381 sec., 16654.598117306297 rows/sec., 900.90 KiB/sec. | ||
5529 | 2024.08.08 23:02:52.371111 [ 3 ] {9453bf0d-3740-4bcd-9f0b-a0c289a3eca7} <Debug> DynamicQueryHandler: Done processing query | ||
5530 | 2024.08.08 23:02:52.371137 [ 3 ] {9453bf0d-3740-4bcd-9f0b-a0c289a3eca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5531 | 2024.08.08 23:02:52.371155 [ 3 ] {} <Debug> HTTP-Session: b57c2c21-049c-4018-bf0c-b5636c746d57 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5532 | 2024.08.08 23:02:52.371267 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5533 | 2024.08.08 23:02:52.371316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5534 | 2024.08.08 23:02:52.371335 [ 3 ] {} <Debug> HTTP-Session: 8f1d347b-9570-4006-b1f1-bf527e168511 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5535 | 2024.08.08 23:02:52.371352 [ 3 ] {} <Debug> HTTP-Session: 8f1d347b-9570-4006-b1f1-bf527e168511 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5536 | 2024.08.08 23:02:52.371366 [ 3 ] {} <Debug> HTTP-Session: 8f1d347b-9570-4006-b1f1-bf527e168511 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5537 | 2024.08.08 23:02:52.371396 [ 3 ] {} <Trace> HTTP-Session: 8f1d347b-9570-4006-b1f1-bf527e168511 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5538 | 2024.08.08 23:02:52.371510 [ 3 ] {6595b5a6-8502-43dc-a797-9d899fa5069c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5539 | 2024.08.08 23:02:52.371556 [ 3 ] {6595b5a6-8502-43dc-a797-9d899fa5069c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5540 | 2024.08.08 23:02:52.371701 [ 3 ] {6595b5a6-8502-43dc-a797-9d899fa5069c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5541 | 2024.08.08 23:02:52.372030 [ 3 ] {6595b5a6-8502-43dc-a797-9d899fa5069c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5542 | 2024.08.08 23:02:52.372066 [ 3 ] {6595b5a6-8502-43dc-a797-9d899fa5069c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5543 | 2024.08.08 23:02:52.372428 [ 3 ] {6595b5a6-8502-43dc-a797-9d899fa5069c} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
5544 | 2024.08.08 23:02:52.372767 [ 3 ] {6595b5a6-8502-43dc-a797-9d899fa5069c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5545 | 2024.08.08 23:02:52.372923 [ 3 ] {6595b5a6-8502-43dc-a797-9d899fa5069c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
5546 | 2024.08.08 23:02:52.373091 [ 3 ] {6595b5a6-8502-43dc-a797-9d899fa5069c} <Debug> DynamicQueryHandler: Done processing query | ||
5547 | 2024.08.08 23:02:52.373116 [ 3 ] {6595b5a6-8502-43dc-a797-9d899fa5069c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5548 | 2024.08.08 23:02:52.373131 [ 3 ] {} <Debug> HTTP-Session: 8f1d347b-9570-4006-b1f1-bf527e168511 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5549 | 2024.08.08 23:02:53.179070 [ 142 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5550 | 2024.08.08 23:02:53.179151 [ 142 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5551 | 2024.08.08 23:02:57.340754 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5552 | 2024.08.08 23:02:57.340885 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5553 | 2024.08.08 23:02:57.340914 [ 3 ] {} <Debug> HTTP-Session: a293887e-14cf-4167-a939-c42a56fc29a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5554 | 2024.08.08 23:02:57.340942 [ 3 ] {} <Debug> HTTP-Session: a293887e-14cf-4167-a939-c42a56fc29a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5555 | 2024.08.08 23:02:57.340959 [ 3 ] {} <Debug> HTTP-Session: a293887e-14cf-4167-a939-c42a56fc29a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5556 | 2024.08.08 23:02:57.341013 [ 3 ] {} <Trace> HTTP-Session: a293887e-14cf-4167-a939-c42a56fc29a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5557 | 2024.08.08 23:02:57.341225 [ 3 ] {002ae0e3-1fa9-45a0-b116-a707ca53b36e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5558 | 2024.08.08 23:02:57.341308 [ 3 ] {002ae0e3-1fa9-45a0-b116-a707ca53b36e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5559 | 2024.08.08 23:02:57.341500 [ 3 ] {002ae0e3-1fa9-45a0-b116-a707ca53b36e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5560 | 2024.08.08 23:02:57.341946 [ 3 ] {002ae0e3-1fa9-45a0-b116-a707ca53b36e} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5561 | 2024.08.08 23:02:57.341986 [ 3 ] {002ae0e3-1fa9-45a0-b116-a707ca53b36e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5562 | 2024.08.08 23:02:57.342350 [ 3 ] {002ae0e3-1fa9-45a0-b116-a707ca53b36e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
5563 | 2024.08.08 23:02:57.342682 [ 3 ] {002ae0e3-1fa9-45a0-b116-a707ca53b36e} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5564 | 2024.08.08 23:02:57.342828 [ 3 ] {002ae0e3-1fa9-45a0-b116-a707ca53b36e} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.00168 sec., 19642.85714285714 rows/sec., 1.55 MiB/sec. | ||
5565 | 2024.08.08 23:02:57.342831 [ 136 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
5566 | 2024.08.08 23:02:57.342893 [ 136 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5567 | 2024.08.08 23:02:57.342927 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5568 | 2024.08.08 23:02:57.343077 [ 3 ] {002ae0e3-1fa9-45a0-b116-a707ca53b36e} <Debug> DynamicQueryHandler: Done processing query | ||
5569 | 2024.08.08 23:02:57.343118 [ 3 ] {002ae0e3-1fa9-45a0-b116-a707ca53b36e} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5570 | 2024.08.08 23:02:57.343120 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
5571 | 2024.08.08 23:02:57.343138 [ 3 ] {} <Debug> HTTP-Session: a293887e-14cf-4167-a939-c42a56fc29a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5572 | 2024.08.08 23:02:57.343354 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5573 | 2024.08.08 23:02:57.343372 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5574 | 2024.08.08 23:02:57.343421 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 39 rows starting from the beginning of the part | ||
5575 | 2024.08.08 23:02:57.343492 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5576 | 2024.08.08 23:02:57.343549 [ 3 ] {} <Debug> HTTP-Session: 59ffb05c-42c5-44e7-89a9-8a4db18ad27b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5577 | 2024.08.08 23:02:57.343603 [ 3 ] {} <Debug> HTTP-Session: 59ffb05c-42c5-44e7-89a9-8a4db18ad27b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5578 | 2024.08.08 23:02:57.343644 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part | ||
5579 | 2024.08.08 23:02:57.343683 [ 3 ] {} <Debug> HTTP-Session: 59ffb05c-42c5-44e7-89a9-8a4db18ad27b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5580 | 2024.08.08 23:02:57.343852 [ 3 ] {} <Trace> HTTP-Session: 59ffb05c-42c5-44e7-89a9-8a4db18ad27b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5581 | 2024.08.08 23:02:57.344096 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
5582 | 2024.08.08 23:02:57.344451 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part | ||
5583 | 2024.08.08 23:02:57.344461 [ 3 ] {568e1c59-b166-4e47-9ee9-eed3e0706fc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5584 | 2024.08.08 23:02:57.344654 [ 3 ] {568e1c59-b166-4e47-9ee9-eed3e0706fc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5585 | 2024.08.08 23:02:57.344662 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
5586 | 2024.08.08 23:02:57.345038 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part | ||
5587 | 2024.08.08 23:02:57.345754 [ 3 ] {568e1c59-b166-4e47-9ee9-eed3e0706fc5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5588 | 2024.08.08 23:02:57.346683 [ 3 ] {568e1c59-b166-4e47-9ee9-eed3e0706fc5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5589 | 2024.08.08 23:02:57.346758 [ 3 ] {568e1c59-b166-4e47-9ee9-eed3e0706fc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5590 | 2024.08.08 23:02:57.347646 [ 198 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.004625285 sec., 32430.434016498442 rows/sec., 2.46 MiB/sec. | ||
5591 | 2024.08.08 23:02:57.347696 [ 3 ] {568e1c59-b166-4e47-9ee9-eed3e0706fc5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5592 | 2024.08.08 23:02:57.347938 [ 198 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
5593 | 2024.08.08 23:02:57.348436 [ 3 ] {568e1c59-b166-4e47-9ee9-eed3e0706fc5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5594 | 2024.08.08 23:02:57.348799 [ 3 ] {568e1c59-b166-4e47-9ee9-eed3e0706fc5} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.004619 sec., 33557.04697986577 rows/sec., 2.81 MiB/sec. | ||
5595 | 2024.08.08 23:02:57.348982 [ 198 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5596 | 2024.08.08 23:02:57.349119 [ 3 ] {568e1c59-b166-4e47-9ee9-eed3e0706fc5} <Debug> DynamicQueryHandler: Done processing query | ||
5597 | 2024.08.08 23:02:57.349136 [ 198 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_21_4} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
5598 | 2024.08.08 23:02:57.349171 [ 3 ] {568e1c59-b166-4e47-9ee9-eed3e0706fc5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5599 | 2024.08.08 23:02:57.349198 [ 3 ] {} <Debug> HTTP-Session: 59ffb05c-42c5-44e7-89a9-8a4db18ad27b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5600 | 2024.08.08 23:02:57.349327 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
5601 | 2024.08.08 23:02:57.349385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5602 | 2024.08.08 23:02:57.349447 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5603 | 2024.08.08 23:02:57.349468 [ 3 ] {} <Debug> HTTP-Session: 341723fd-61c5-4987-9d68-761259a16aa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5604 | 2024.08.08 23:02:57.349485 [ 3 ] {} <Debug> HTTP-Session: 341723fd-61c5-4987-9d68-761259a16aa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5605 | 2024.08.08 23:02:57.349499 [ 3 ] {} <Debug> HTTP-Session: 341723fd-61c5-4987-9d68-761259a16aa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5606 | 2024.08.08 23:02:57.349537 [ 3 ] {} <Trace> HTTP-Session: 341723fd-61c5-4987-9d68-761259a16aa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5607 | 2024.08.08 23:02:57.349692 [ 3 ] {29d656a4-fcb6-4714-a1bd-e6953ff84774} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5608 | 2024.08.08 23:02:57.349738 [ 3 ] {29d656a4-fcb6-4714-a1bd-e6953ff84774} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5609 | 2024.08.08 23:02:57.349890 [ 3 ] {29d656a4-fcb6-4714-a1bd-e6953ff84774} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5610 | 2024.08.08 23:02:57.350278 [ 3 ] {29d656a4-fcb6-4714-a1bd-e6953ff84774} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5611 | 2024.08.08 23:02:57.350314 [ 3 ] {29d656a4-fcb6-4714-a1bd-e6953ff84774} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5612 | 2024.08.08 23:02:57.350635 [ 3 ] {29d656a4-fcb6-4714-a1bd-e6953ff84774} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5613 | 2024.08.08 23:02:57.350949 [ 3 ] {29d656a4-fcb6-4714-a1bd-e6953ff84774} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5614 | 2024.08.08 23:02:57.351078 [ 3 ] {29d656a4-fcb6-4714-a1bd-e6953ff84774} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001448 sec., 66988.9502762431 rows/sec., 5.23 MiB/sec. | ||
5615 | 2024.08.08 23:02:57.351242 [ 3 ] {29d656a4-fcb6-4714-a1bd-e6953ff84774} <Debug> DynamicQueryHandler: Done processing query | ||
5616 | 2024.08.08 23:02:57.351266 [ 3 ] {29d656a4-fcb6-4714-a1bd-e6953ff84774} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5617 | 2024.08.08 23:02:57.351282 [ 3 ] {} <Debug> HTTP-Session: 341723fd-61c5-4987-9d68-761259a16aa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5618 | 2024.08.08 23:02:57.351493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5619 | 2024.08.08 23:02:57.351543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5620 | 2024.08.08 23:02:57.351563 [ 3 ] {} <Debug> HTTP-Session: 506e29e6-ee3c-44ef-adf2-3ea0070add30 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5621 | 2024.08.08 23:02:57.351580 [ 3 ] {} <Debug> HTTP-Session: 506e29e6-ee3c-44ef-adf2-3ea0070add30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5622 | 2024.08.08 23:02:57.351594 [ 3 ] {} <Debug> HTTP-Session: 506e29e6-ee3c-44ef-adf2-3ea0070add30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5623 | 2024.08.08 23:02:57.351625 [ 3 ] {} <Trace> HTTP-Session: 506e29e6-ee3c-44ef-adf2-3ea0070add30 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5624 | 2024.08.08 23:02:57.351777 [ 3 ] {221b883c-00d8-423e-9f67-3101a2460ff2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5625 | 2024.08.08 23:02:57.351824 [ 3 ] {221b883c-00d8-423e-9f67-3101a2460ff2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5626 | 2024.08.08 23:02:57.351967 [ 3 ] {221b883c-00d8-423e-9f67-3101a2460ff2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5627 | 2024.08.08 23:02:57.352357 [ 3 ] {221b883c-00d8-423e-9f67-3101a2460ff2} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5628 | 2024.08.08 23:02:57.352392 [ 3 ] {221b883c-00d8-423e-9f67-3101a2460ff2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5629 | 2024.08.08 23:02:57.352775 [ 3 ] {221b883c-00d8-423e-9f67-3101a2460ff2} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5630 | 2024.08.08 23:02:57.353114 [ 3 ] {221b883c-00d8-423e-9f67-3101a2460ff2} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5631 | 2024.08.08 23:02:57.353241 [ 3 ] {221b883c-00d8-423e-9f67-3101a2460ff2} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
5632 | 2024.08.08 23:02:57.353517 [ 3 ] {221b883c-00d8-423e-9f67-3101a2460ff2} <Debug> DynamicQueryHandler: Done processing query | ||
5633 | 2024.08.08 23:02:57.353555 [ 3 ] {221b883c-00d8-423e-9f67-3101a2460ff2} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5634 | 2024.08.08 23:02:57.353592 [ 3 ] {} <Debug> HTTP-Session: 506e29e6-ee3c-44ef-adf2-3ea0070add30 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5635 | 2024.08.08 23:02:57.353780 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52888, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5636 | 2024.08.08 23:02:57.353829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5637 | 2024.08.08 23:02:57.353849 [ 3 ] {} <Debug> HTTP-Session: 5474df8c-fade-48f2-a579-273378ea07ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5638 | 2024.08.08 23:02:57.353865 [ 3 ] {} <Debug> HTTP-Session: 5474df8c-fade-48f2-a579-273378ea07ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5639 | 2024.08.08 23:02:57.353878 [ 3 ] {} <Debug> HTTP-Session: 5474df8c-fade-48f2-a579-273378ea07ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5640 | 2024.08.08 23:02:57.353909 [ 3 ] {} <Trace> HTTP-Session: 5474df8c-fade-48f2-a579-273378ea07ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5641 | 2024.08.08 23:02:57.354566 [ 3 ] {66a6aec6-7fcb-4132-9e6a-63e93cfbb5f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5642 | 2024.08.08 23:02:57.354639 [ 3 ] {66a6aec6-7fcb-4132-9e6a-63e93cfbb5f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5643 | 2024.08.08 23:02:57.355075 [ 3 ] {66a6aec6-7fcb-4132-9e6a-63e93cfbb5f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5644 | 2024.08.08 23:02:57.355830 [ 3 ] {66a6aec6-7fcb-4132-9e6a-63e93cfbb5f0} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5645 | 2024.08.08 23:02:57.355865 [ 3 ] {66a6aec6-7fcb-4132-9e6a-63e93cfbb5f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5646 | 2024.08.08 23:02:57.356456 [ 3 ] {66a6aec6-7fcb-4132-9e6a-63e93cfbb5f0} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
5647 | 2024.08.08 23:02:57.356865 [ 3 ] {66a6aec6-7fcb-4132-9e6a-63e93cfbb5f0} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5648 | 2024.08.08 23:02:57.357011 [ 3 ] {66a6aec6-7fcb-4132-9e6a-63e93cfbb5f0} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.003014 sec., 10948.905109489051 rows/sec., 19.62 MiB/sec. | ||
5649 | 2024.08.08 23:02:57.357212 [ 3 ] {66a6aec6-7fcb-4132-9e6a-63e93cfbb5f0} <Debug> DynamicQueryHandler: Done processing query | ||
5650 | 2024.08.08 23:02:57.357236 [ 3 ] {66a6aec6-7fcb-4132-9e6a-63e93cfbb5f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5651 | 2024.08.08 23:02:57.357252 [ 3 ] {} <Debug> HTTP-Session: 5474df8c-fade-48f2-a579-273378ea07ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5652 | 2024.08.08 23:02:57.357429 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5653 | 2024.08.08 23:02:57.357478 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5654 | 2024.08.08 23:02:57.357498 [ 3 ] {} <Debug> HTTP-Session: 58757a1c-e44f-4471-92ea-b3a92eaa01e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5655 | 2024.08.08 23:02:57.357514 [ 3 ] {} <Debug> HTTP-Session: 58757a1c-e44f-4471-92ea-b3a92eaa01e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5656 | 2024.08.08 23:02:57.357527 [ 3 ] {} <Debug> HTTP-Session: 58757a1c-e44f-4471-92ea-b3a92eaa01e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5657 | 2024.08.08 23:02:57.357558 [ 3 ] {} <Trace> HTTP-Session: 58757a1c-e44f-4471-92ea-b3a92eaa01e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5658 | 2024.08.08 23:02:57.357672 [ 3 ] {8ae6cbb2-7e4a-424a-85fb-d56b23dfb72b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5659 | 2024.08.08 23:02:57.357716 [ 3 ] {8ae6cbb2-7e4a-424a-85fb-d56b23dfb72b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5660 | 2024.08.08 23:02:57.357841 [ 3 ] {8ae6cbb2-7e4a-424a-85fb-d56b23dfb72b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5661 | 2024.08.08 23:02:57.358235 [ 3 ] {8ae6cbb2-7e4a-424a-85fb-d56b23dfb72b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5662 | 2024.08.08 23:02:57.358272 [ 3 ] {8ae6cbb2-7e4a-424a-85fb-d56b23dfb72b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5663 | 2024.08.08 23:02:57.358627 [ 3 ] {8ae6cbb2-7e4a-424a-85fb-d56b23dfb72b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
5664 | 2024.08.08 23:02:57.358944 [ 3 ] {8ae6cbb2-7e4a-424a-85fb-d56b23dfb72b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5665 | 2024.08.08 23:02:57.359070 [ 3 ] {8ae6cbb2-7e4a-424a-85fb-d56b23dfb72b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
5666 | 2024.08.08 23:02:57.359234 [ 3 ] {8ae6cbb2-7e4a-424a-85fb-d56b23dfb72b} <Debug> DynamicQueryHandler: Done processing query | ||
5667 | 2024.08.08 23:02:57.359259 [ 3 ] {8ae6cbb2-7e4a-424a-85fb-d56b23dfb72b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5668 | 2024.08.08 23:02:57.359274 [ 3 ] {} <Debug> HTTP-Session: 58757a1c-e44f-4471-92ea-b3a92eaa01e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5669 | 2024.08.08 23:03:02.343258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5670 | 2024.08.08 23:03:02.343435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5671 | 2024.08.08 23:03:02.343480 [ 3 ] {} <Debug> HTTP-Session: 2c520f1e-9b48-44bb-9aad-dc214fc4b5f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5672 | 2024.08.08 23:03:02.343520 [ 3 ] {} <Debug> HTTP-Session: 2c520f1e-9b48-44bb-9aad-dc214fc4b5f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5673 | 2024.08.08 23:03:02.343549 [ 3 ] {} <Debug> HTTP-Session: 2c520f1e-9b48-44bb-9aad-dc214fc4b5f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5674 | 2024.08.08 23:03:02.343652 [ 3 ] {} <Trace> HTTP-Session: 2c520f1e-9b48-44bb-9aad-dc214fc4b5f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5675 | 2024.08.08 23:03:02.343934 [ 3 ] {aa944087-8b0f-4ea5-a755-fee3aeb17c00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5676 | 2024.08.08 23:03:02.344044 [ 3 ] {aa944087-8b0f-4ea5-a755-fee3aeb17c00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5677 | 2024.08.08 23:03:02.344359 [ 3 ] {aa944087-8b0f-4ea5-a755-fee3aeb17c00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5678 | 2024.08.08 23:03:02.344827 [ 3 ] {aa944087-8b0f-4ea5-a755-fee3aeb17c00} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5679 | 2024.08.08 23:03:02.344871 [ 3 ] {aa944087-8b0f-4ea5-a755-fee3aeb17c00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5680 | 2024.08.08 23:03:02.345232 [ 3 ] {aa944087-8b0f-4ea5-a755-fee3aeb17c00} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
5681 | 2024.08.08 23:03:02.345560 [ 3 ] {aa944087-8b0f-4ea5-a755-fee3aeb17c00} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5682 | 2024.08.08 23:03:02.345733 [ 3 ] {aa944087-8b0f-4ea5-a755-fee3aeb17c00} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001881 sec., 3189.7926634768737 rows/sec., 180.67 KiB/sec. | ||
5683 | 2024.08.08 23:03:02.345946 [ 3 ] {aa944087-8b0f-4ea5-a755-fee3aeb17c00} <Debug> DynamicQueryHandler: Done processing query | ||
5684 | 2024.08.08 23:03:02.345974 [ 3 ] {aa944087-8b0f-4ea5-a755-fee3aeb17c00} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5685 | 2024.08.08 23:03:02.345991 [ 3 ] {} <Debug> HTTP-Session: 2c520f1e-9b48-44bb-9aad-dc214fc4b5f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5686 | 2024.08.08 23:03:02.346178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5687 | 2024.08.08 23:03:02.346237 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5688 | 2024.08.08 23:03:02.346257 [ 3 ] {} <Debug> HTTP-Session: 67f4d8b9-d8e2-4923-9977-e9baae987398 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5689 | 2024.08.08 23:03:02.346275 [ 3 ] {} <Debug> HTTP-Session: 67f4d8b9-d8e2-4923-9977-e9baae987398 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5690 | 2024.08.08 23:03:02.346290 [ 3 ] {} <Debug> HTTP-Session: 67f4d8b9-d8e2-4923-9977-e9baae987398 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5691 | 2024.08.08 23:03:02.346325 [ 3 ] {} <Trace> HTTP-Session: 67f4d8b9-d8e2-4923-9977-e9baae987398 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5692 | 2024.08.08 23:03:02.346475 [ 3 ] {94a216b3-7107-4fb8-9dc3-1c3800a7f79c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5693 | 2024.08.08 23:03:02.346523 [ 3 ] {94a216b3-7107-4fb8-9dc3-1c3800a7f79c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5694 | 2024.08.08 23:03:02.346655 [ 3 ] {94a216b3-7107-4fb8-9dc3-1c3800a7f79c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5695 | 2024.08.08 23:03:02.347070 [ 3 ] {94a216b3-7107-4fb8-9dc3-1c3800a7f79c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5696 | 2024.08.08 23:03:02.347107 [ 3 ] {94a216b3-7107-4fb8-9dc3-1c3800a7f79c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5697 | 2024.08.08 23:03:02.347431 [ 3 ] {94a216b3-7107-4fb8-9dc3-1c3800a7f79c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5698 | 2024.08.08 23:03:02.347748 [ 3 ] {94a216b3-7107-4fb8-9dc3-1c3800a7f79c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5699 | 2024.08.08 23:03:02.347907 [ 3 ] {94a216b3-7107-4fb8-9dc3-1c3800a7f79c} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001491 sec., 107981.22065727701 rows/sec., 9.52 MiB/sec. | ||
5700 | 2024.08.08 23:03:02.348079 [ 3 ] {94a216b3-7107-4fb8-9dc3-1c3800a7f79c} <Debug> DynamicQueryHandler: Done processing query | ||
5701 | 2024.08.08 23:03:02.348105 [ 3 ] {94a216b3-7107-4fb8-9dc3-1c3800a7f79c} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5702 | 2024.08.08 23:03:02.348121 [ 3 ] {} <Debug> HTTP-Session: 67f4d8b9-d8e2-4923-9977-e9baae987398 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5703 | 2024.08.08 23:03:02.348327 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5704 | 2024.08.08 23:03:02.348379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5705 | 2024.08.08 23:03:02.348399 [ 3 ] {} <Debug> HTTP-Session: e2a05094-ba18-48db-813e-fad3f0d05b38 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5706 | 2024.08.08 23:03:02.348416 [ 3 ] {} <Debug> HTTP-Session: e2a05094-ba18-48db-813e-fad3f0d05b38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5707 | 2024.08.08 23:03:02.348430 [ 3 ] {} <Debug> HTTP-Session: e2a05094-ba18-48db-813e-fad3f0d05b38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5708 | 2024.08.08 23:03:02.348462 [ 3 ] {} <Trace> HTTP-Session: e2a05094-ba18-48db-813e-fad3f0d05b38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5709 | 2024.08.08 23:03:02.348680 [ 3 ] {2360b839-ab69-4817-a896-46885ce5da3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5710 | 2024.08.08 23:03:02.348725 [ 3 ] {2360b839-ab69-4817-a896-46885ce5da3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5711 | 2024.08.08 23:03:02.348853 [ 3 ] {2360b839-ab69-4817-a896-46885ce5da3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5712 | 2024.08.08 23:03:02.349391 [ 3 ] {2360b839-ab69-4817-a896-46885ce5da3d} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5713 | 2024.08.08 23:03:02.349428 [ 3 ] {2360b839-ab69-4817-a896-46885ce5da3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5714 | 2024.08.08 23:03:02.349747 [ 3 ] {2360b839-ab69-4817-a896-46885ce5da3d} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5715 | 2024.08.08 23:03:02.350046 [ 3 ] {2360b839-ab69-4817-a896-46885ce5da3d} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5716 | 2024.08.08 23:03:02.350209 [ 3 ] {2360b839-ab69-4817-a896-46885ce5da3d} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001638 sec., 233211.23321123322 rows/sec., 16.38 MiB/sec. | ||
5717 | 2024.08.08 23:03:02.350414 [ 3 ] {2360b839-ab69-4817-a896-46885ce5da3d} <Debug> DynamicQueryHandler: Done processing query | ||
5718 | 2024.08.08 23:03:02.350439 [ 3 ] {2360b839-ab69-4817-a896-46885ce5da3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5719 | 2024.08.08 23:03:02.350455 [ 3 ] {} <Debug> HTTP-Session: e2a05094-ba18-48db-813e-fad3f0d05b38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5720 | 2024.08.08 23:03:02.350594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5721 | 2024.08.08 23:03:02.350644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5722 | 2024.08.08 23:03:02.350664 [ 3 ] {} <Debug> HTTP-Session: 39ef5a68-6b75-47b0-bfa3-79f4ffa7af12 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5723 | 2024.08.08 23:03:02.350681 [ 3 ] {} <Debug> HTTP-Session: 39ef5a68-6b75-47b0-bfa3-79f4ffa7af12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5724 | 2024.08.08 23:03:02.350695 [ 3 ] {} <Debug> HTTP-Session: 39ef5a68-6b75-47b0-bfa3-79f4ffa7af12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5725 | 2024.08.08 23:03:02.350727 [ 3 ] {} <Trace> HTTP-Session: 39ef5a68-6b75-47b0-bfa3-79f4ffa7af12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5726 | 2024.08.08 23:03:02.350823 [ 3 ] {fc2768ef-3827-463f-ba1c-0895554c53ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5727 | 2024.08.08 23:03:02.350869 [ 3 ] {fc2768ef-3827-463f-ba1c-0895554c53ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5728 | 2024.08.08 23:03:02.350999 [ 3 ] {fc2768ef-3827-463f-ba1c-0895554c53ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5729 | 2024.08.08 23:03:02.351258 [ 3 ] {fc2768ef-3827-463f-ba1c-0895554c53ac} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5730 | 2024.08.08 23:03:02.351294 [ 3 ] {fc2768ef-3827-463f-ba1c-0895554c53ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5731 | 2024.08.08 23:03:02.351643 [ 3 ] {fc2768ef-3827-463f-ba1c-0895554c53ac} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5732 | 2024.08.08 23:03:02.351954 [ 3 ] {fc2768ef-3827-463f-ba1c-0895554c53ac} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5733 | 2024.08.08 23:03:02.352116 [ 3 ] {fc2768ef-3827-463f-ba1c-0895554c53ac} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001315 sec., 4562.737642585552 rows/sec., 196.06 KiB/sec. | ||
5734 | 2024.08.08 23:03:02.352281 [ 3 ] {fc2768ef-3827-463f-ba1c-0895554c53ac} <Debug> DynamicQueryHandler: Done processing query | ||
5735 | 2024.08.08 23:03:02.352305 [ 3 ] {fc2768ef-3827-463f-ba1c-0895554c53ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5736 | 2024.08.08 23:03:02.352321 [ 3 ] {} <Debug> HTTP-Session: 39ef5a68-6b75-47b0-bfa3-79f4ffa7af12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5737 | 2024.08.08 23:03:02.352458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5738 | 2024.08.08 23:03:02.352507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5739 | 2024.08.08 23:03:02.352526 [ 3 ] {} <Debug> HTTP-Session: 99ade15a-e64d-4e01-8e99-2f251c0706e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5740 | 2024.08.08 23:03:02.352542 [ 3 ] {} <Debug> HTTP-Session: 99ade15a-e64d-4e01-8e99-2f251c0706e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5741 | 2024.08.08 23:03:02.352556 [ 3 ] {} <Debug> HTTP-Session: 99ade15a-e64d-4e01-8e99-2f251c0706e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5742 | 2024.08.08 23:03:02.352586 [ 3 ] {} <Trace> HTTP-Session: 99ade15a-e64d-4e01-8e99-2f251c0706e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5743 | 2024.08.08 23:03:02.352724 [ 3 ] {b2e24b7f-1100-40d9-afa6-05d0043e1299} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
5744 | 2024.08.08 23:03:02.352770 [ 3 ] {b2e24b7f-1100-40d9-afa6-05d0043e1299} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
5745 | 2024.08.08 23:03:02.352913 [ 3 ] {b2e24b7f-1100-40d9-afa6-05d0043e1299} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5746 | 2024.08.08 23:03:02.353231 [ 3 ] {b2e24b7f-1100-40d9-afa6-05d0043e1299} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5747 | 2024.08.08 23:03:02.353267 [ 3 ] {b2e24b7f-1100-40d9-afa6-05d0043e1299} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5748 | 2024.08.08 23:03:02.353629 [ 3 ] {b2e24b7f-1100-40d9-afa6-05d0043e1299} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
5749 | 2024.08.08 23:03:02.353964 [ 3 ] {b2e24b7f-1100-40d9-afa6-05d0043e1299} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5750 | 2024.08.08 23:03:02.354114 [ 3 ] {b2e24b7f-1100-40d9-afa6-05d0043e1299} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001454 sec., 52957.35900962861 rows/sec., 3.26 MiB/sec. | ||
5751 | 2024.08.08 23:03:02.354282 [ 3 ] {b2e24b7f-1100-40d9-afa6-05d0043e1299} <Debug> DynamicQueryHandler: Done processing query | ||
5752 | 2024.08.08 23:03:02.354307 [ 3 ] {b2e24b7f-1100-40d9-afa6-05d0043e1299} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
5753 | 2024.08.08 23:03:02.354323 [ 3 ] {} <Debug> HTTP-Session: 99ade15a-e64d-4e01-8e99-2f251c0706e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5754 | 2024.08.08 23:03:02.354482 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5755 | 2024.08.08 23:03:02.354531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5756 | 2024.08.08 23:03:02.354550 [ 3 ] {} <Debug> HTTP-Session: 500045f2-b9fc-4a28-a5b7-bd835be4097a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5757 | 2024.08.08 23:03:02.354566 [ 3 ] {} <Debug> HTTP-Session: 500045f2-b9fc-4a28-a5b7-bd835be4097a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5758 | 2024.08.08 23:03:02.354580 [ 3 ] {} <Debug> HTTP-Session: 500045f2-b9fc-4a28-a5b7-bd835be4097a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5759 | 2024.08.08 23:03:02.354611 [ 3 ] {} <Trace> HTTP-Session: 500045f2-b9fc-4a28-a5b7-bd835be4097a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5760 | 2024.08.08 23:03:02.354797 [ 3 ] {88111a74-8a09-4616-9695-468c5adc8369} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5761 | 2024.08.08 23:03:02.354843 [ 3 ] {88111a74-8a09-4616-9695-468c5adc8369} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5762 | 2024.08.08 23:03:02.354985 [ 3 ] {88111a74-8a09-4616-9695-468c5adc8369} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5763 | 2024.08.08 23:03:02.355351 [ 3 ] {88111a74-8a09-4616-9695-468c5adc8369} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5764 | 2024.08.08 23:03:02.355388 [ 3 ] {88111a74-8a09-4616-9695-468c5adc8369} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5765 | 2024.08.08 23:03:02.355751 [ 3 ] {88111a74-8a09-4616-9695-468c5adc8369} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5766 | 2024.08.08 23:03:02.356081 [ 3 ] {88111a74-8a09-4616-9695-468c5adc8369} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5767 | 2024.08.08 23:03:02.356215 [ 3 ] {88111a74-8a09-4616-9695-468c5adc8369} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001524 sec., 104986.87664041996 rows/sec., 7.31 MiB/sec. | ||
5768 | 2024.08.08 23:03:02.356387 [ 3 ] {88111a74-8a09-4616-9695-468c5adc8369} <Debug> DynamicQueryHandler: Done processing query | ||
5769 | 2024.08.08 23:03:02.356411 [ 3 ] {88111a74-8a09-4616-9695-468c5adc8369} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5770 | 2024.08.08 23:03:02.356428 [ 3 ] {} <Debug> HTTP-Session: 500045f2-b9fc-4a28-a5b7-bd835be4097a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5771 | 2024.08.08 23:03:02.356556 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5772 | 2024.08.08 23:03:02.356605 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5773 | 2024.08.08 23:03:02.356625 [ 3 ] {} <Debug> HTTP-Session: cbb956cf-d0ce-4ac8-a8a6-e52bf354f6ea Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5774 | 2024.08.08 23:03:02.356642 [ 3 ] {} <Debug> HTTP-Session: cbb956cf-d0ce-4ac8-a8a6-e52bf354f6ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5775 | 2024.08.08 23:03:02.356656 [ 3 ] {} <Debug> HTTP-Session: cbb956cf-d0ce-4ac8-a8a6-e52bf354f6ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5776 | 2024.08.08 23:03:02.356687 [ 3 ] {} <Trace> HTTP-Session: cbb956cf-d0ce-4ac8-a8a6-e52bf354f6ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5777 | 2024.08.08 23:03:02.356786 [ 3 ] {3c4f26f6-6549-40b5-ae82-0c92c17c54c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
5778 | 2024.08.08 23:03:02.356832 [ 3 ] {3c4f26f6-6549-40b5-ae82-0c92c17c54c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
5779 | 2024.08.08 23:03:02.356955 [ 3 ] {3c4f26f6-6549-40b5-ae82-0c92c17c54c3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5780 | 2024.08.08 23:03:02.357214 [ 3 ] {3c4f26f6-6549-40b5-ae82-0c92c17c54c3} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5781 | 2024.08.08 23:03:02.357249 [ 3 ] {3c4f26f6-6549-40b5-ae82-0c92c17c54c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5782 | 2024.08.08 23:03:02.357596 [ 3 ] {3c4f26f6-6549-40b5-ae82-0c92c17c54c3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
5783 | 2024.08.08 23:03:02.357912 [ 3 ] {3c4f26f6-6549-40b5-ae82-0c92c17c54c3} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5784 | 2024.08.08 23:03:02.358041 [ 3 ] {3c4f26f6-6549-40b5-ae82-0c92c17c54c3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001285 sec., 17898.832684824905 rows/sec., 968.20 KiB/sec. | ||
5785 | 2024.08.08 23:03:02.358204 [ 3 ] {3c4f26f6-6549-40b5-ae82-0c92c17c54c3} <Debug> DynamicQueryHandler: Done processing query | ||
5786 | 2024.08.08 23:03:02.358229 [ 3 ] {3c4f26f6-6549-40b5-ae82-0c92c17c54c3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
5787 | 2024.08.08 23:03:02.358245 [ 3 ] {} <Debug> HTTP-Session: cbb956cf-d0ce-4ac8-a8a6-e52bf354f6ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5788 | 2024.08.08 23:03:02.358355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5789 | 2024.08.08 23:03:02.358404 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5790 | 2024.08.08 23:03:02.358424 [ 3 ] {} <Debug> HTTP-Session: 6a7bf8ef-eb03-4a03-9e84-5fef2e7122e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5791 | 2024.08.08 23:03:02.358440 [ 3 ] {} <Debug> HTTP-Session: 6a7bf8ef-eb03-4a03-9e84-5fef2e7122e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5792 | 2024.08.08 23:03:02.358454 [ 3 ] {} <Debug> HTTP-Session: 6a7bf8ef-eb03-4a03-9e84-5fef2e7122e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5793 | 2024.08.08 23:03:02.358484 [ 3 ] {} <Trace> HTTP-Session: 6a7bf8ef-eb03-4a03-9e84-5fef2e7122e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5794 | 2024.08.08 23:03:02.358628 [ 3 ] {ae61c1c3-4d00-4092-b94b-5bb25921954f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5795 | 2024.08.08 23:03:02.358672 [ 3 ] {ae61c1c3-4d00-4092-b94b-5bb25921954f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5796 | 2024.08.08 23:03:02.358797 [ 3 ] {ae61c1c3-4d00-4092-b94b-5bb25921954f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5797 | 2024.08.08 23:03:02.359079 [ 3 ] {ae61c1c3-4d00-4092-b94b-5bb25921954f} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5798 | 2024.08.08 23:03:02.359116 [ 3 ] {ae61c1c3-4d00-4092-b94b-5bb25921954f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5799 | 2024.08.08 23:03:02.359471 [ 3 ] {ae61c1c3-4d00-4092-b94b-5bb25921954f} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
5800 | 2024.08.08 23:03:02.359793 [ 3 ] {ae61c1c3-4d00-4092-b94b-5bb25921954f} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5801 | 2024.08.08 23:03:02.359944 [ 3 ] {ae61c1c3-4d00-4092-b94b-5bb25921954f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001378 sec., 43541.36429608127 rows/sec., 2.93 MiB/sec. | ||
5802 | 2024.08.08 23:03:02.360228 [ 3 ] {ae61c1c3-4d00-4092-b94b-5bb25921954f} <Debug> DynamicQueryHandler: Done processing query | ||
5803 | 2024.08.08 23:03:02.360270 [ 3 ] {ae61c1c3-4d00-4092-b94b-5bb25921954f} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5804 | 2024.08.08 23:03:02.360288 [ 3 ] {} <Debug> HTTP-Session: 6a7bf8ef-eb03-4a03-9e84-5fef2e7122e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5805 | 2024.08.08 23:03:07.339646 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5806 | 2024.08.08 23:03:07.339786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5807 | 2024.08.08 23:03:07.339815 [ 3 ] {} <Debug> HTTP-Session: 793bf016-253a-444f-8318-d4e22982a482 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5808 | 2024.08.08 23:03:07.339842 [ 3 ] {} <Debug> HTTP-Session: 793bf016-253a-444f-8318-d4e22982a482 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5809 | 2024.08.08 23:03:07.339859 [ 3 ] {} <Debug> HTTP-Session: 793bf016-253a-444f-8318-d4e22982a482 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5810 | 2024.08.08 23:03:07.339914 [ 3 ] {} <Trace> HTTP-Session: 793bf016-253a-444f-8318-d4e22982a482 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5811 | 2024.08.08 23:03:07.340155 [ 3 ] {fd0445d7-ade8-4c2d-ab1c-68b2402022d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5812 | 2024.08.08 23:03:07.340231 [ 3 ] {fd0445d7-ade8-4c2d-ab1c-68b2402022d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5813 | 2024.08.08 23:03:07.340448 [ 3 ] {fd0445d7-ade8-4c2d-ab1c-68b2402022d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5814 | 2024.08.08 23:03:07.340917 [ 3 ] {fd0445d7-ade8-4c2d-ab1c-68b2402022d8} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5815 | 2024.08.08 23:03:07.340963 [ 3 ] {fd0445d7-ade8-4c2d-ab1c-68b2402022d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5816 | 2024.08.08 23:03:07.341332 [ 3 ] {fd0445d7-ade8-4c2d-ab1c-68b2402022d8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
5817 | 2024.08.08 23:03:07.341666 [ 3 ] {fd0445d7-ade8-4c2d-ab1c-68b2402022d8} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5818 | 2024.08.08 23:03:07.341849 [ 3 ] {fd0445d7-ade8-4c2d-ab1c-68b2402022d8} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001754 sec., 18814.139110604334 rows/sec., 1.49 MiB/sec. | ||
5819 | 2024.08.08 23:03:07.342064 [ 3 ] {fd0445d7-ade8-4c2d-ab1c-68b2402022d8} <Debug> DynamicQueryHandler: Done processing query | ||
5820 | 2024.08.08 23:03:07.342092 [ 3 ] {fd0445d7-ade8-4c2d-ab1c-68b2402022d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5821 | 2024.08.08 23:03:07.342108 [ 3 ] {} <Debug> HTTP-Session: 793bf016-253a-444f-8318-d4e22982a482 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5822 | 2024.08.08 23:03:07.342333 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5823 | 2024.08.08 23:03:07.342393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5824 | 2024.08.08 23:03:07.342414 [ 3 ] {} <Debug> HTTP-Session: 6d8ae95c-c6aa-4299-8788-f62a2a9530e8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5825 | 2024.08.08 23:03:07.342434 [ 3 ] {} <Debug> HTTP-Session: 6d8ae95c-c6aa-4299-8788-f62a2a9530e8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5826 | 2024.08.08 23:03:07.342448 [ 3 ] {} <Debug> HTTP-Session: 6d8ae95c-c6aa-4299-8788-f62a2a9530e8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5827 | 2024.08.08 23:03:07.342483 [ 3 ] {} <Trace> HTTP-Session: 6d8ae95c-c6aa-4299-8788-f62a2a9530e8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5828 | 2024.08.08 23:03:07.342629 [ 3 ] {f0d1a859-ef12-4764-a1ed-dd03aea8c943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5829 | 2024.08.08 23:03:07.342676 [ 3 ] {f0d1a859-ef12-4764-a1ed-dd03aea8c943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5830 | 2024.08.08 23:03:07.342811 [ 3 ] {f0d1a859-ef12-4764-a1ed-dd03aea8c943} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5831 | 2024.08.08 23:03:07.343246 [ 3 ] {f0d1a859-ef12-4764-a1ed-dd03aea8c943} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5832 | 2024.08.08 23:03:07.343284 [ 3 ] {f0d1a859-ef12-4764-a1ed-dd03aea8c943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5833 | 2024.08.08 23:03:07.343602 [ 3 ] {f0d1a859-ef12-4764-a1ed-dd03aea8c943} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5834 | 2024.08.08 23:03:07.343916 [ 3 ] {f0d1a859-ef12-4764-a1ed-dd03aea8c943} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5835 | 2024.08.08 23:03:07.344077 [ 3 ] {f0d1a859-ef12-4764-a1ed-dd03aea8c943} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001502 sec., 103195.73901464713 rows/sec., 8.65 MiB/sec. | ||
5836 | 2024.08.08 23:03:07.344381 [ 3 ] {f0d1a859-ef12-4764-a1ed-dd03aea8c943} <Debug> DynamicQueryHandler: Done processing query | ||
5837 | 2024.08.08 23:03:07.344410 [ 3 ] {f0d1a859-ef12-4764-a1ed-dd03aea8c943} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
5838 | 2024.08.08 23:03:07.344427 [ 3 ] {} <Debug> HTTP-Session: 6d8ae95c-c6aa-4299-8788-f62a2a9530e8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5839 | 2024.08.08 23:03:07.344611 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5840 | 2024.08.08 23:03:07.344665 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5841 | 2024.08.08 23:03:07.344686 [ 3 ] {} <Debug> HTTP-Session: 6d96e91a-f083-4655-82d1-622a21c3b25e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5842 | 2024.08.08 23:03:07.344703 [ 3 ] {} <Debug> HTTP-Session: 6d96e91a-f083-4655-82d1-622a21c3b25e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5843 | 2024.08.08 23:03:07.344717 [ 3 ] {} <Debug> HTTP-Session: 6d96e91a-f083-4655-82d1-622a21c3b25e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5844 | 2024.08.08 23:03:07.344751 [ 3 ] {} <Trace> HTTP-Session: 6d96e91a-f083-4655-82d1-622a21c3b25e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5845 | 2024.08.08 23:03:07.344880 [ 3 ] {10c9c0e8-06cc-43dc-a9e4-699c6abe90fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5846 | 2024.08.08 23:03:07.344925 [ 3 ] {10c9c0e8-06cc-43dc-a9e4-699c6abe90fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5847 | 2024.08.08 23:03:07.345073 [ 3 ] {10c9c0e8-06cc-43dc-a9e4-699c6abe90fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5848 | 2024.08.08 23:03:07.345503 [ 3 ] {10c9c0e8-06cc-43dc-a9e4-699c6abe90fe} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5849 | 2024.08.08 23:03:07.345540 [ 3 ] {10c9c0e8-06cc-43dc-a9e4-699c6abe90fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5850 | 2024.08.08 23:03:07.345846 [ 3 ] {10c9c0e8-06cc-43dc-a9e4-699c6abe90fe} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5851 | 2024.08.08 23:03:07.346146 [ 3 ] {10c9c0e8-06cc-43dc-a9e4-699c6abe90fe} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5852 | 2024.08.08 23:03:07.346313 [ 3 ] {10c9c0e8-06cc-43dc-a9e4-699c6abe90fe} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00147 sec., 65986.39455782314 rows/sec., 5.15 MiB/sec. | ||
5853 | 2024.08.08 23:03:07.346642 [ 3 ] {10c9c0e8-06cc-43dc-a9e4-699c6abe90fe} <Debug> DynamicQueryHandler: Done processing query | ||
5854 | 2024.08.08 23:03:07.346683 [ 3 ] {10c9c0e8-06cc-43dc-a9e4-699c6abe90fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
5855 | 2024.08.08 23:03:07.346700 [ 3 ] {} <Debug> HTTP-Session: 6d96e91a-f083-4655-82d1-622a21c3b25e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5856 | 2024.08.08 23:03:07.346868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5857 | 2024.08.08 23:03:07.346920 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5858 | 2024.08.08 23:03:07.346940 [ 3 ] {} <Debug> HTTP-Session: 8e0db73f-a618-4ce5-9700-c3c6622d7c6c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5859 | 2024.08.08 23:03:07.346957 [ 3 ] {} <Debug> HTTP-Session: 8e0db73f-a618-4ce5-9700-c3c6622d7c6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5860 | 2024.08.08 23:03:07.346971 [ 3 ] {} <Debug> HTTP-Session: 8e0db73f-a618-4ce5-9700-c3c6622d7c6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5861 | 2024.08.08 23:03:07.347003 [ 3 ] {} <Trace> HTTP-Session: 8e0db73f-a618-4ce5-9700-c3c6622d7c6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5862 | 2024.08.08 23:03:07.347151 [ 3 ] {9ae1c462-5a02-4dd0-b858-a5d87bd33487} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
5863 | 2024.08.08 23:03:07.347201 [ 3 ] {9ae1c462-5a02-4dd0-b858-a5d87bd33487} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
5864 | 2024.08.08 23:03:07.347383 [ 3 ] {9ae1c462-5a02-4dd0-b858-a5d87bd33487} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5865 | 2024.08.08 23:03:07.347764 [ 3 ] {9ae1c462-5a02-4dd0-b858-a5d87bd33487} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5866 | 2024.08.08 23:03:07.347800 [ 3 ] {9ae1c462-5a02-4dd0-b858-a5d87bd33487} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5867 | 2024.08.08 23:03:07.348184 [ 3 ] {9ae1c462-5a02-4dd0-b858-a5d87bd33487} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5868 | 2024.08.08 23:03:07.348528 [ 3 ] {9ae1c462-5a02-4dd0-b858-a5d87bd33487} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5869 | 2024.08.08 23:03:07.348681 [ 3 ] {9ae1c462-5a02-4dd0-b858-a5d87bd33487} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00159 sec., 100628.93081761006 rows/sec., 7.01 MiB/sec. | ||
5870 | 2024.08.08 23:03:07.348852 [ 3 ] {9ae1c462-5a02-4dd0-b858-a5d87bd33487} <Debug> DynamicQueryHandler: Done processing query | ||
5871 | 2024.08.08 23:03:07.348877 [ 3 ] {9ae1c462-5a02-4dd0-b858-a5d87bd33487} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
5872 | 2024.08.08 23:03:07.348893 [ 3 ] {} <Debug> HTTP-Session: 8e0db73f-a618-4ce5-9700-c3c6622d7c6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5873 | 2024.08.08 23:03:07.349077 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52900, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5874 | 2024.08.08 23:03:07.349126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5875 | 2024.08.08 23:03:07.349147 [ 3 ] {} <Debug> HTTP-Session: 603aff78-951d-4b5e-b614-991685830c36 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5876 | 2024.08.08 23:03:07.349163 [ 3 ] {} <Debug> HTTP-Session: 603aff78-951d-4b5e-b614-991685830c36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5877 | 2024.08.08 23:03:07.349176 [ 3 ] {} <Debug> HTTP-Session: 603aff78-951d-4b5e-b614-991685830c36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5878 | 2024.08.08 23:03:07.349213 [ 3 ] {} <Trace> HTTP-Session: 603aff78-951d-4b5e-b614-991685830c36 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5879 | 2024.08.08 23:03:07.349816 [ 3 ] {dafa4930-6a2d-458a-bdd5-af33968aaff0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
5880 | 2024.08.08 23:03:07.349885 [ 3 ] {dafa4930-6a2d-458a-bdd5-af33968aaff0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
5881 | 2024.08.08 23:03:07.350306 [ 3 ] {dafa4930-6a2d-458a-bdd5-af33968aaff0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5882 | 2024.08.08 23:03:07.351007 [ 3 ] {dafa4930-6a2d-458a-bdd5-af33968aaff0} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5883 | 2024.08.08 23:03:07.351043 [ 3 ] {dafa4930-6a2d-458a-bdd5-af33968aaff0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5884 | 2024.08.08 23:03:07.351647 [ 3 ] {dafa4930-6a2d-458a-bdd5-af33968aaff0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
5885 | 2024.08.08 23:03:07.352060 [ 3 ] {dafa4930-6a2d-458a-bdd5-af33968aaff0} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5886 | 2024.08.08 23:03:07.352267 [ 3 ] {dafa4930-6a2d-458a-bdd5-af33968aaff0} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002944 sec., 11209.239130434782 rows/sec., 20.09 MiB/sec. | ||
5887 | 2024.08.08 23:03:07.352775 [ 3 ] {dafa4930-6a2d-458a-bdd5-af33968aaff0} <Debug> DynamicQueryHandler: Done processing query | ||
5888 | 2024.08.08 23:03:07.352799 [ 3 ] {dafa4930-6a2d-458a-bdd5-af33968aaff0} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
5889 | 2024.08.08 23:03:07.352815 [ 3 ] {} <Debug> HTTP-Session: 603aff78-951d-4b5e-b614-991685830c36 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5890 | 2024.08.08 23:03:07.352934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5891 | 2024.08.08 23:03:07.352984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5892 | 2024.08.08 23:03:07.353005 [ 3 ] {} <Debug> HTTP-Session: b87f909d-cf4f-4d9d-8214-c09c490d6b1a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5893 | 2024.08.08 23:03:07.353021 [ 3 ] {} <Debug> HTTP-Session: b87f909d-cf4f-4d9d-8214-c09c490d6b1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5894 | 2024.08.08 23:03:07.353035 [ 3 ] {} <Debug> HTTP-Session: b87f909d-cf4f-4d9d-8214-c09c490d6b1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5895 | 2024.08.08 23:03:07.353066 [ 3 ] {} <Trace> HTTP-Session: b87f909d-cf4f-4d9d-8214-c09c490d6b1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5896 | 2024.08.08 23:03:07.353180 [ 3 ] {9cd71782-ce5e-46e0-8764-ea342e7b4ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
5897 | 2024.08.08 23:03:07.353224 [ 3 ] {9cd71782-ce5e-46e0-8764-ea342e7b4ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
5898 | 2024.08.08 23:03:07.353359 [ 3 ] {9cd71782-ce5e-46e0-8764-ea342e7b4ca8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5899 | 2024.08.08 23:03:07.353673 [ 3 ] {9cd71782-ce5e-46e0-8764-ea342e7b4ca8} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5900 | 2024.08.08 23:03:07.353710 [ 3 ] {9cd71782-ce5e-46e0-8764-ea342e7b4ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5901 | 2024.08.08 23:03:07.354067 [ 3 ] {9cd71782-ce5e-46e0-8764-ea342e7b4ca8} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
5902 | 2024.08.08 23:03:07.354389 [ 3 ] {9cd71782-ce5e-46e0-8764-ea342e7b4ca8} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5903 | 2024.08.08 23:03:07.354551 [ 3 ] {9cd71782-ce5e-46e0-8764-ea342e7b4ca8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001402 sec., 42796.00570613409 rows/sec., 2.88 MiB/sec. | ||
5904 | 2024.08.08 23:03:07.354899 [ 3 ] {9cd71782-ce5e-46e0-8764-ea342e7b4ca8} <Debug> DynamicQueryHandler: Done processing query | ||
5905 | 2024.08.08 23:03:07.354932 [ 3 ] {9cd71782-ce5e-46e0-8764-ea342e7b4ca8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
5906 | 2024.08.08 23:03:07.354949 [ 3 ] {} <Debug> HTTP-Session: b87f909d-cf4f-4d9d-8214-c09c490d6b1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5907 | 2024.08.08 23:03:08.179406 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
5908 | 2024.08.08 23:03:08.179483 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
5909 | 2024.08.08 23:03:12.343191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5910 | 2024.08.08 23:03:12.343335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5911 | 2024.08.08 23:03:12.343365 [ 3 ] {} <Debug> HTTP-Session: b474b6c6-aa5d-4c59-ae03-df000715a4dd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5912 | 2024.08.08 23:03:12.343392 [ 3 ] {} <Debug> HTTP-Session: b474b6c6-aa5d-4c59-ae03-df000715a4dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5913 | 2024.08.08 23:03:12.343408 [ 3 ] {} <Debug> HTTP-Session: b474b6c6-aa5d-4c59-ae03-df000715a4dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5914 | 2024.08.08 23:03:12.343464 [ 3 ] {} <Trace> HTTP-Session: b474b6c6-aa5d-4c59-ae03-df000715a4dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5915 | 2024.08.08 23:03:12.343671 [ 3 ] {25b0063d-5c12-4b3e-8089-dee5d9386df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
5916 | 2024.08.08 23:03:12.343751 [ 3 ] {25b0063d-5c12-4b3e-8089-dee5d9386df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
5917 | 2024.08.08 23:03:12.343943 [ 3 ] {25b0063d-5c12-4b3e-8089-dee5d9386df9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5918 | 2024.08.08 23:03:12.344416 [ 3 ] {25b0063d-5c12-4b3e-8089-dee5d9386df9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5919 | 2024.08.08 23:03:12.344458 [ 3 ] {25b0063d-5c12-4b3e-8089-dee5d9386df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5920 | 2024.08.08 23:03:12.344820 [ 3 ] {25b0063d-5c12-4b3e-8089-dee5d9386df9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
5921 | 2024.08.08 23:03:12.345147 [ 3 ] {25b0063d-5c12-4b3e-8089-dee5d9386df9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5922 | 2024.08.08 23:03:12.345294 [ 3 ] {25b0063d-5c12-4b3e-8089-dee5d9386df9} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001694 sec., 3541.912632821724 rows/sec., 200.62 KiB/sec. | ||
5923 | 2024.08.08 23:03:12.345594 [ 3 ] {25b0063d-5c12-4b3e-8089-dee5d9386df9} <Debug> DynamicQueryHandler: Done processing query | ||
5924 | 2024.08.08 23:03:12.345623 [ 3 ] {25b0063d-5c12-4b3e-8089-dee5d9386df9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
5925 | 2024.08.08 23:03:12.345639 [ 3 ] {} <Debug> HTTP-Session: b474b6c6-aa5d-4c59-ae03-df000715a4dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5926 | 2024.08.08 23:03:12.345827 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5927 | 2024.08.08 23:03:12.345878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5928 | 2024.08.08 23:03:12.345898 [ 3 ] {} <Debug> HTTP-Session: 12161644-2946-45cf-b172-62980ed681e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5929 | 2024.08.08 23:03:12.345914 [ 3 ] {} <Debug> HTTP-Session: 12161644-2946-45cf-b172-62980ed681e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5930 | 2024.08.08 23:03:12.345927 [ 3 ] {} <Debug> HTTP-Session: 12161644-2946-45cf-b172-62980ed681e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5931 | 2024.08.08 23:03:12.345958 [ 3 ] {} <Trace> HTTP-Session: 12161644-2946-45cf-b172-62980ed681e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5932 | 2024.08.08 23:03:12.346096 [ 3 ] {ee8a52f2-bfbc-47c4-a7f9-36e28acee583} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
5933 | 2024.08.08 23:03:12.346140 [ 3 ] {ee8a52f2-bfbc-47c4-a7f9-36e28acee583} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
5934 | 2024.08.08 23:03:12.346284 [ 3 ] {ee8a52f2-bfbc-47c4-a7f9-36e28acee583} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5935 | 2024.08.08 23:03:12.346722 [ 3 ] {ee8a52f2-bfbc-47c4-a7f9-36e28acee583} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5936 | 2024.08.08 23:03:12.346759 [ 3 ] {ee8a52f2-bfbc-47c4-a7f9-36e28acee583} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5937 | 2024.08.08 23:03:12.347084 [ 3 ] {ee8a52f2-bfbc-47c4-a7f9-36e28acee583} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5938 | 2024.08.08 23:03:12.347383 [ 3 ] {ee8a52f2-bfbc-47c4-a7f9-36e28acee583} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5939 | 2024.08.08 23:03:12.347506 [ 120 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5940 | 2024.08.08 23:03:12.347511 [ 3 ] {ee8a52f2-bfbc-47c4-a7f9-36e28acee583} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001474 sec., 109226.59430122116 rows/sec., 9.63 MiB/sec. | ||
5941 | 2024.08.08 23:03:12.347545 [ 120 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5942 | 2024.08.08 23:03:12.347580 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5943 | 2024.08.08 23:03:12.347763 [ 3 ] {ee8a52f2-bfbc-47c4-a7f9-36e28acee583} <Debug> DynamicQueryHandler: Done processing query | ||
5944 | 2024.08.08 23:03:12.347812 [ 3 ] {ee8a52f2-bfbc-47c4-a7f9-36e28acee583} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
5945 | 2024.08.08 23:03:12.347837 [ 3 ] {} <Debug> HTTP-Session: 12161644-2946-45cf-b172-62980ed681e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5946 | 2024.08.08 23:03:12.347866 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
5947 | 2024.08.08 23:03:12.348145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5948 | 2024.08.08 23:03:12.348235 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5949 | 2024.08.08 23:03:12.348257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5950 | 2024.08.08 23:03:12.348331 [ 3 ] {} <Debug> HTTP-Session: dc8f532a-8c23-4045-9f92-1a42771aedea Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5951 | 2024.08.08 23:03:12.348344 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1408 rows starting from the beginning of the part | ||
5952 | 2024.08.08 23:03:12.348362 [ 3 ] {} <Debug> HTTP-Session: dc8f532a-8c23-4045-9f92-1a42771aedea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5953 | 2024.08.08 23:03:12.348409 [ 3 ] {} <Debug> HTTP-Session: dc8f532a-8c23-4045-9f92-1a42771aedea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5954 | 2024.08.08 23:03:12.348499 [ 3 ] {} <Trace> HTTP-Session: dc8f532a-8c23-4045-9f92-1a42771aedea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5955 | 2024.08.08 23:03:12.348694 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 163 rows starting from the beginning of the part | ||
5956 | 2024.08.08 23:03:12.348865 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 155 rows starting from the beginning of the part | ||
5957 | 2024.08.08 23:03:12.349073 [ 3 ] {854c56f7-70eb-422a-aa28-89f40d6ab3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
5958 | 2024.08.08 23:03:12.349238 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 161 rows starting from the beginning of the part | ||
5959 | 2024.08.08 23:03:12.349305 [ 3 ] {854c56f7-70eb-422a-aa28-89f40d6ab3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
5960 | 2024.08.08 23:03:12.349630 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 155 rows starting from the beginning of the part | ||
5961 | 2024.08.08 23:03:12.350073 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 161 rows starting from the beginning of the part | ||
5962 | 2024.08.08 23:03:12.350670 [ 3 ] {854c56f7-70eb-422a-aa28-89f40d6ab3c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5963 | 2024.08.08 23:03:12.351446 [ 3 ] {854c56f7-70eb-422a-aa28-89f40d6ab3c1} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5964 | 2024.08.08 23:03:12.351513 [ 3 ] {854c56f7-70eb-422a-aa28-89f40d6ab3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5965 | 2024.08.08 23:03:12.352343 [ 3 ] {854c56f7-70eb-422a-aa28-89f40d6ab3c1} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
5966 | 2024.08.08 23:03:12.353013 [ 3 ] {854c56f7-70eb-422a-aa28-89f40d6ab3c1} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5967 | 2024.08.08 23:03:12.353024 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2203 rows, containing 4 columns (4 merged, 0 gathered) in 0.005342055 sec., 412388.116558141 rows/sec., 34.82 MiB/sec. | ||
5968 | 2024.08.08 23:03:12.353209 [ 120 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
5969 | 2024.08.08 23:03:12.353242 [ 3 ] {854c56f7-70eb-422a-aa28-89f40d6ab3c1} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.004461 sec., 85631.02443398342 rows/sec., 6.01 MiB/sec. | ||
5970 | 2024.08.08 23:03:12.353269 [ 120 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5971 | 2024.08.08 23:03:12.353355 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5972 | 2024.08.08 23:03:12.353406 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
5973 | 2024.08.08 23:03:12.353775 [ 3 ] {854c56f7-70eb-422a-aa28-89f40d6ab3c1} <Debug> DynamicQueryHandler: Done processing query | ||
5974 | 2024.08.08 23:03:12.353851 [ 3 ] {854c56f7-70eb-422a-aa28-89f40d6ab3c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
5975 | 2024.08.08 23:03:12.353915 [ 3 ] {} <Debug> HTTP-Session: dc8f532a-8c23-4045-9f92-1a42771aedea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5976 | 2024.08.08 23:03:12.354053 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
5977 | 2024.08.08 23:03:12.354145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
5978 | 2024.08.08 23:03:12.354288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
5979 | 2024.08.08 23:03:12.354370 [ 3 ] {} <Debug> HTTP-Session: 95e41695-47e3-41d4-af8c-fea82f292e54 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
5980 | 2024.08.08 23:03:12.354438 [ 3 ] {} <Debug> HTTP-Session: 95e41695-47e3-41d4-af8c-fea82f292e54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
5981 | 2024.08.08 23:03:12.354493 [ 3 ] {} <Debug> HTTP-Session: 95e41695-47e3-41d4-af8c-fea82f292e54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
5982 | 2024.08.08 23:03:12.354628 [ 3 ] {} <Trace> HTTP-Session: 95e41695-47e3-41d4-af8c-fea82f292e54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
5983 | 2024.08.08 23:03:12.354679 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
5984 | 2024.08.08 23:03:12.354701 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
5985 | 2024.08.08 23:03:12.354867 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 905 rows starting from the beginning of the part | ||
5986 | 2024.08.08 23:03:12.354939 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_31_6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
5987 | 2024.08.08 23:03:12.354942 [ 3 ] {68e3cb51-bc04-4bcd-baf0-be0b6e899ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
5988 | 2024.08.08 23:03:12.355192 [ 3 ] {68e3cb51-bc04-4bcd-baf0-be0b6e899ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
5989 | 2024.08.08 23:03:12.355231 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
5990 | 2024.08.08 23:03:12.355438 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 386 rows starting from the beginning of the part | ||
5991 | 2024.08.08 23:03:12.355820 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 97 rows starting from the beginning of the part | ||
5992 | 2024.08.08 23:03:12.356069 [ 3 ] {68e3cb51-bc04-4bcd-baf0-be0b6e899ceb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
5993 | 2024.08.08 23:03:12.356128 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 382 rows starting from the beginning of the part | ||
5994 | 2024.08.08 23:03:12.356443 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 97 rows starting from the beginning of the part | ||
5995 | 2024.08.08 23:03:12.356813 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 382 rows starting from the beginning of the part | ||
5996 | 2024.08.08 23:03:12.357232 [ 3 ] {68e3cb51-bc04-4bcd-baf0-be0b6e899ceb} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
5997 | 2024.08.08 23:03:12.357307 [ 3 ] {68e3cb51-bc04-4bcd-baf0-be0b6e899ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
5998 | 2024.08.08 23:03:12.358089 [ 3 ] {68e3cb51-bc04-4bcd-baf0-be0b6e899ceb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
5999 | 2024.08.08 23:03:12.358969 [ 3 ] {68e3cb51-bc04-4bcd-baf0-be0b6e899ceb} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6000 | 2024.08.08 23:03:12.359224 [ 3 ] {68e3cb51-bc04-4bcd-baf0-be0b6e899ceb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00439 sec., 1366.742596810934 rows/sec., 58.73 KiB/sec. | ||
6001 | 2024.08.08 23:03:12.359509 [ 3 ] {68e3cb51-bc04-4bcd-baf0-be0b6e899ceb} <Debug> DynamicQueryHandler: Done processing query | ||
6002 | 2024.08.08 23:03:12.359592 [ 3 ] {68e3cb51-bc04-4bcd-baf0-be0b6e899ceb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6003 | 2024.08.08 23:03:12.359663 [ 3 ] {} <Debug> HTTP-Session: 95e41695-47e3-41d4-af8c-fea82f292e54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6004 | 2024.08.08 23:03:12.359773 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2249 rows, containing 4 columns (4 merged, 0 gathered) in 0.006175936 sec., 364155.32803448744 rows/sec., 26.16 MiB/sec. | ||
6005 | 2024.08.08 23:03:12.359858 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6006 | 2024.08.08 23:03:12.359940 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6007 | 2024.08.08 23:03:12.359983 [ 3 ] {} <Debug> HTTP-Session: 081b4ab8-39e4-4c96-8a09-3929486d276f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6008 | 2024.08.08 23:03:12.360002 [ 3 ] {} <Debug> HTTP-Session: 081b4ab8-39e4-4c96-8a09-3929486d276f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6009 | 2024.08.08 23:03:12.360011 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6010 | 2024.08.08 23:03:12.360029 [ 3 ] {} <Debug> HTTP-Session: 081b4ab8-39e4-4c96-8a09-3929486d276f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6011 | 2024.08.08 23:03:12.360127 [ 3 ] {} <Trace> HTTP-Session: 081b4ab8-39e4-4c96-8a09-3929486d276f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6012 | 2024.08.08 23:03:12.360447 [ 3 ] {25c6a960-4be9-446e-ae33-de0152914782} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6013 | 2024.08.08 23:03:12.360567 [ 3 ] {25c6a960-4be9-446e-ae33-de0152914782} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6014 | 2024.08.08 23:03:12.360872 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6015 | 2024.08.08 23:03:12.360999 [ 3 ] {25c6a960-4be9-446e-ae33-de0152914782} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6016 | 2024.08.08 23:03:12.361103 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_31_6} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6017 | 2024.08.08 23:03:12.361221 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6018 | 2024.08.08 23:03:12.361433 [ 3 ] {25c6a960-4be9-446e-ae33-de0152914782} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6019 | 2024.08.08 23:03:12.361476 [ 3 ] {25c6a960-4be9-446e-ae33-de0152914782} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6020 | 2024.08.08 23:03:12.361870 [ 3 ] {25c6a960-4be9-446e-ae33-de0152914782} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
6021 | 2024.08.08 23:03:12.362220 [ 3 ] {25c6a960-4be9-446e-ae33-de0152914782} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6022 | 2024.08.08 23:03:12.362355 [ 3 ] {25c6a960-4be9-446e-ae33-de0152914782} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002078 sec., 37054.8604427334 rows/sec., 2.28 MiB/sec. | ||
6023 | 2024.08.08 23:03:12.362573 [ 3 ] {25c6a960-4be9-446e-ae33-de0152914782} <Debug> DynamicQueryHandler: Done processing query | ||
6024 | 2024.08.08 23:03:12.362599 [ 3 ] {25c6a960-4be9-446e-ae33-de0152914782} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6025 | 2024.08.08 23:03:12.362616 [ 3 ] {} <Debug> HTTP-Session: 081b4ab8-39e4-4c96-8a09-3929486d276f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6026 | 2024.08.08 23:03:12.362772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6027 | 2024.08.08 23:03:12.362822 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6028 | 2024.08.08 23:03:12.362843 [ 3 ] {} <Debug> HTTP-Session: f514a24f-6b71-4775-ad27-fc297eef5afd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6029 | 2024.08.08 23:03:12.362860 [ 3 ] {} <Debug> HTTP-Session: f514a24f-6b71-4775-ad27-fc297eef5afd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6030 | 2024.08.08 23:03:12.362874 [ 3 ] {} <Debug> HTTP-Session: f514a24f-6b71-4775-ad27-fc297eef5afd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6031 | 2024.08.08 23:03:12.362906 [ 3 ] {} <Trace> HTTP-Session: f514a24f-6b71-4775-ad27-fc297eef5afd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6032 | 2024.08.08 23:03:12.363090 [ 3 ] {26639293-20b1-4bd0-84b8-2642a4b4f57b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6033 | 2024.08.08 23:03:12.363136 [ 3 ] {26639293-20b1-4bd0-84b8-2642a4b4f57b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6034 | 2024.08.08 23:03:12.363278 [ 3 ] {26639293-20b1-4bd0-84b8-2642a4b4f57b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6035 | 2024.08.08 23:03:12.363795 [ 3 ] {26639293-20b1-4bd0-84b8-2642a4b4f57b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6036 | 2024.08.08 23:03:12.363831 [ 3 ] {26639293-20b1-4bd0-84b8-2642a4b4f57b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6037 | 2024.08.08 23:03:12.364204 [ 3 ] {26639293-20b1-4bd0-84b8-2642a4b4f57b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6038 | 2024.08.08 23:03:12.364541 [ 3 ] {26639293-20b1-4bd0-84b8-2642a4b4f57b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6039 | 2024.08.08 23:03:12.364671 [ 120 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6040 | 2024.08.08 23:03:12.364675 [ 3 ] {26639293-20b1-4bd0-84b8-2642a4b4f57b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001683 sec., 95068.330362448 rows/sec., 6.62 MiB/sec. | ||
6041 | 2024.08.08 23:03:12.364706 [ 120 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6042 | 2024.08.08 23:03:12.364746 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6043 | 2024.08.08 23:03:12.365000 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
6044 | 2024.08.08 23:03:12.365001 [ 3 ] {26639293-20b1-4bd0-84b8-2642a4b4f57b} <Debug> DynamicQueryHandler: Done processing query | ||
6045 | 2024.08.08 23:03:12.365121 [ 3 ] {26639293-20b1-4bd0-84b8-2642a4b4f57b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6046 | 2024.08.08 23:03:12.365243 [ 3 ] {} <Debug> HTTP-Session: f514a24f-6b71-4775-ad27-fc297eef5afd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6047 | 2024.08.08 23:03:12.365508 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6048 | 2024.08.08 23:03:12.365525 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6049 | 2024.08.08 23:03:12.365612 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6050 | 2024.08.08 23:03:12.365611 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7687 rows starting from the beginning of the part | ||
6051 | 2024.08.08 23:03:12.365656 [ 3 ] {} <Debug> HTTP-Session: 5fd9c7ea-6ca0-4f47-9c59-930349a372c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6052 | 2024.08.08 23:03:12.365703 [ 3 ] {} <Debug> HTTP-Session: 5fd9c7ea-6ca0-4f47-9c59-930349a372c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6053 | 2024.08.08 23:03:12.365766 [ 3 ] {} <Debug> HTTP-Session: 5fd9c7ea-6ca0-4f47-9c59-930349a372c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6054 | 2024.08.08 23:03:12.365908 [ 3 ] {} <Trace> HTTP-Session: 5fd9c7ea-6ca0-4f47-9c59-930349a372c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6055 | 2024.08.08 23:03:12.365924 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 162 rows starting from the beginning of the part | ||
6056 | 2024.08.08 23:03:12.366255 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
6057 | 2024.08.08 23:03:12.366280 [ 3 ] {30f7c07d-9813-4f83-86f2-9551330a91ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6058 | 2024.08.08 23:03:12.366468 [ 3 ] {30f7c07d-9813-4f83-86f2-9551330a91ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6059 | 2024.08.08 23:03:12.366539 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
6060 | 2024.08.08 23:03:12.366968 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 160 rows starting from the beginning of the part | ||
6061 | 2024.08.08 23:03:12.367385 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 160 rows starting from the beginning of the part | ||
6062 | 2024.08.08 23:03:12.367408 [ 3 ] {30f7c07d-9813-4f83-86f2-9551330a91ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6063 | 2024.08.08 23:03:12.368251 [ 3 ] {30f7c07d-9813-4f83-86f2-9551330a91ed} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6064 | 2024.08.08 23:03:12.368318 [ 3 ] {30f7c07d-9813-4f83-86f2-9551330a91ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6065 | 2024.08.08 23:03:12.368820 [ 3 ] {30f7c07d-9813-4f83-86f2-9551330a91ed} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6066 | 2024.08.08 23:03:12.369804 [ 3 ] {30f7c07d-9813-4f83-86f2-9551330a91ed} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6067 | 2024.08.08 23:03:12.370118 [ 120 ] {} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6068 | 2024.08.08 23:03:12.370173 [ 3 ] {30f7c07d-9813-4f83-86f2-9551330a91ed} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004076 sec., 5642.787046123651 rows/sec., 305.24 KiB/sec. | ||
6069 | 2024.08.08 23:03:12.370181 [ 120 ] {} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6070 | 2024.08.08 23:03:12.370263 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6071 | 2024.08.08 23:03:12.370741 [ 3 ] {30f7c07d-9813-4f83-86f2-9551330a91ed} <Debug> DynamicQueryHandler: Done processing query | ||
6072 | 2024.08.08 23:03:12.370860 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::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 | ||
6073 | 2024.08.08 23:03:12.370899 [ 3 ] {30f7c07d-9813-4f83-86f2-9551330a91ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6074 | 2024.08.08 23:03:12.371048 [ 3 ] {} <Debug> HTTP-Session: 5fd9c7ea-6ca0-4f47-9c59-930349a372c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6075 | 2024.08.08 23:03:12.371384 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6076 | 2024.08.08 23:03:12.371535 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6077 | 2024.08.08 23:03:12.371601 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6078 | 2024.08.08 23:03:12.371615 [ 3 ] {} <Debug> HTTP-Session: 2e38a3d7-2c01-453f-9d58-cff4dfd5cef2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6079 | 2024.08.08 23:03:12.371694 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 234 rows starting from the beginning of the part | ||
6080 | 2024.08.08 23:03:12.371696 [ 3 ] {} <Debug> HTTP-Session: 2e38a3d7-2c01-453f-9d58-cff4dfd5cef2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6081 | 2024.08.08 23:03:12.371748 [ 3 ] {} <Debug> HTTP-Session: 2e38a3d7-2c01-453f-9d58-cff4dfd5cef2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6082 | 2024.08.08 23:03:12.371863 [ 3 ] {} <Trace> HTTP-Session: 2e38a3d7-2c01-453f-9d58-cff4dfd5cef2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6083 | 2024.08.08 23:03:12.371965 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 23 rows starting from the beginning of the part | ||
6084 | 2024.08.08 23:03:12.372489 [ 3 ] {e4e7c7c2-007d-4977-a67d-79bc2b4fec30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6085 | 2024.08.08 23:03:12.372668 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 23 rows starting from the beginning of the part | ||
6086 | 2024.08.08 23:03:12.372738 [ 3 ] {e4e7c7c2-007d-4977-a67d-79bc2b4fec30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6087 | 2024.08.08 23:03:12.373235 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 23 rows starting from the beginning of the part | ||
6088 | 2024.08.08 23:03:12.373453 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8489 rows, containing 5 columns (5 merged, 0 gathered) in 0.00860873 sec., 986092.0251883843 rows/sec., 67.39 MiB/sec. | ||
6089 | 2024.08.08 23:03:12.373794 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 23 rows starting from the beginning of the part | ||
6090 | 2024.08.08 23:03:12.373887 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6091 | 2024.08.08 23:03:12.374184 [ 3 ] {e4e7c7c2-007d-4977-a67d-79bc2b4fec30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6092 | 2024.08.08 23:03:12.374346 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 23 rows starting from the beginning of the part | ||
6093 | 2024.08.08 23:03:12.375787 [ 3 ] {e4e7c7c2-007d-4977-a67d-79bc2b4fec30} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6094 | 2024.08.08 23:03:12.375871 [ 3 ] {e4e7c7c2-007d-4977-a67d-79bc2b4fec30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6095 | 2024.08.08 23:03:12.376074 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6096 | 2024.08.08 23:03:12.376377 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6097 | 2024.08.08 23:03:12.376696 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
6098 | 2024.08.08 23:03:12.377047 [ 3 ] {e4e7c7c2-007d-4977-a67d-79bc2b4fec30} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
6099 | 2024.08.08 23:03:12.377570 [ 3 ] {e4e7c7c2-007d-4977-a67d-79bc2b4fec30} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6100 | 2024.08.08 23:03:12.377814 [ 120 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
6101 | 2024.08.08 23:03:12.377816 [ 196 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 349 rows, containing 4 columns (4 merged, 0 gathered) in 0.007430224 sec., 46970.32014108861 rows/sec., 2.55 MiB/sec. | ||
6102 | 2024.08.08 23:03:12.377823 [ 3 ] {e4e7c7c2-007d-4977-a67d-79bc2b4fec30} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005632 sec., 10653.409090909092 rows/sec., 735.20 KiB/sec. | ||
6103 | 2024.08.08 23:03:12.377863 [ 120 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6104 | 2024.08.08 23:03:12.377929 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6105 | 2024.08.08 23:03:12.378177 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6106 | 2024.08.08 23:03:12.378351 [ 3 ] {e4e7c7c2-007d-4977-a67d-79bc2b4fec30} <Debug> DynamicQueryHandler: Done processing query | ||
6107 | 2024.08.08 23:03:12.378441 [ 3 ] {e4e7c7c2-007d-4977-a67d-79bc2b4fec30} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6108 | 2024.08.08 23:03:12.378518 [ 3 ] {} <Debug> HTTP-Session: 2e38a3d7-2c01-453f-9d58-cff4dfd5cef2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6109 | 2024.08.08 23:03:12.378548 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
6110 | 2024.08.08 23:03:12.379072 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6111 | 2024.08.08 23:03:12.379147 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1432 rows starting from the beginning of the part | ||
6112 | 2024.08.08 23:03:12.379444 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6113 | 2024.08.08 23:03:12.379462 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
6114 | 2024.08.08 23:03:12.379756 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_16_3} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6115 | 2024.08.08 23:03:12.379758 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
6116 | 2024.08.08 23:03:12.380013 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
6117 | 2024.08.08 23:03:12.380091 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
6118 | 2024.08.08 23:03:12.380242 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
6119 | 2024.08.08 23:03:12.380418 [ 194 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 60 rows starting from the beginning of the part | ||
6120 | 2024.08.08 23:03:12.381887 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1732 rows, containing 4 columns (4 merged, 0 gathered) in 0.003729322 sec., 464427.5822790309 rows/sec., 31.30 MiB/sec. | ||
6121 | 2024.08.08 23:03:12.382180 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
6122 | 2024.08.08 23:03:12.382736 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6123 | 2024.08.08 23:03:12.382853 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_31_6} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
6124 | 2024.08.08 23:03:12.382962 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
6125 | 2024.08.08 23:03:17.369272 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6126 | 2024.08.08 23:03:17.369401 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6127 | 2024.08.08 23:03:17.369427 [ 3 ] {} <Debug> HTTP-Session: 6265e181-4f23-4613-ab20-bdf000459d39 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6128 | 2024.08.08 23:03:17.369451 [ 3 ] {} <Debug> HTTP-Session: 6265e181-4f23-4613-ab20-bdf000459d39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6129 | 2024.08.08 23:03:17.369465 [ 3 ] {} <Debug> HTTP-Session: 6265e181-4f23-4613-ab20-bdf000459d39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6130 | 2024.08.08 23:03:17.369515 [ 3 ] {} <Trace> HTTP-Session: 6265e181-4f23-4613-ab20-bdf000459d39 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6131 | 2024.08.08 23:03:17.369709 [ 3 ] {f6c66960-c13f-434e-b773-388d94e248b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6132 | 2024.08.08 23:03:17.369777 [ 3 ] {f6c66960-c13f-434e-b773-388d94e248b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6133 | 2024.08.08 23:03:17.369962 [ 3 ] {f6c66960-c13f-434e-b773-388d94e248b8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6134 | 2024.08.08 23:03:17.370431 [ 3 ] {f6c66960-c13f-434e-b773-388d94e248b8} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6135 | 2024.08.08 23:03:17.370478 [ 3 ] {f6c66960-c13f-434e-b773-388d94e248b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6136 | 2024.08.08 23:03:17.370855 [ 3 ] {f6c66960-c13f-434e-b773-388d94e248b8} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
6137 | 2024.08.08 23:03:17.371201 [ 3 ] {f6c66960-c13f-434e-b773-388d94e248b8} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6138 | 2024.08.08 23:03:17.371371 [ 3 ] {f6c66960-c13f-434e-b773-388d94e248b8} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001715 sec., 19241.98250728863 rows/sec., 1.52 MiB/sec. | ||
6139 | 2024.08.08 23:03:17.371624 [ 3 ] {f6c66960-c13f-434e-b773-388d94e248b8} <Debug> DynamicQueryHandler: Done processing query | ||
6140 | 2024.08.08 23:03:17.371651 [ 3 ] {f6c66960-c13f-434e-b773-388d94e248b8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6141 | 2024.08.08 23:03:17.371667 [ 3 ] {} <Debug> HTTP-Session: 6265e181-4f23-4613-ab20-bdf000459d39 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6142 | 2024.08.08 23:03:17.371981 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 187673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6143 | 2024.08.08 23:03:17.372041 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6144 | 2024.08.08 23:03:17.372061 [ 3 ] {} <Debug> HTTP-Session: ed05a219-6690-4273-b898-85624fca978d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6145 | 2024.08.08 23:03:17.372080 [ 3 ] {} <Debug> HTTP-Session: ed05a219-6690-4273-b898-85624fca978d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6146 | 2024.08.08 23:03:17.372094 [ 3 ] {} <Debug> HTTP-Session: ed05a219-6690-4273-b898-85624fca978d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6147 | 2024.08.08 23:03:17.372130 [ 3 ] {} <Trace> HTTP-Session: ed05a219-6690-4273-b898-85624fca978d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6148 | 2024.08.08 23:03:17.372591 [ 3 ] {bb3c333b-dce5-4aad-9607-9e1e5ea0290e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6149 | 2024.08.08 23:03:17.372639 [ 3 ] {bb3c333b-dce5-4aad-9607-9e1e5ea0290e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6150 | 2024.08.08 23:03:17.372777 [ 3 ] {bb3c333b-dce5-4aad-9607-9e1e5ea0290e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6151 | 2024.08.08 23:03:17.374159 [ 3 ] {bb3c333b-dce5-4aad-9607-9e1e5ea0290e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6152 | 2024.08.08 23:03:17.374198 [ 3 ] {bb3c333b-dce5-4aad-9607-9e1e5ea0290e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6153 | 2024.08.08 23:03:17.374596 [ 3 ] {bb3c333b-dce5-4aad-9607-9e1e5ea0290e} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6154 | 2024.08.08 23:03:17.374923 [ 3 ] {bb3c333b-dce5-4aad-9607-9e1e5ea0290e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6155 | 2024.08.08 23:03:17.375075 [ 3 ] {bb3c333b-dce5-4aad-9607-9e1e5ea0290e} <Debug> executeQuery: Read 1295 rows, 109.42 KiB in 0.002806 sec., 461511.0477548111 rows/sec., 38.08 MiB/sec. | ||
6156 | 2024.08.08 23:03:17.375262 [ 3 ] {bb3c333b-dce5-4aad-9607-9e1e5ea0290e} <Debug> DynamicQueryHandler: Done processing query | ||
6157 | 2024.08.08 23:03:17.375287 [ 3 ] {bb3c333b-dce5-4aad-9607-9e1e5ea0290e} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
6158 | 2024.08.08 23:03:17.375303 [ 3 ] {} <Debug> HTTP-Session: ed05a219-6690-4273-b898-85624fca978d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6159 | 2024.08.08 23:03:17.375672 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6160 | 2024.08.08 23:03:17.375727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6161 | 2024.08.08 23:03:17.375748 [ 3 ] {} <Debug> HTTP-Session: 830569e6-fc1f-4856-a5f8-212b6819a2b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6162 | 2024.08.08 23:03:17.375765 [ 3 ] {} <Debug> HTTP-Session: 830569e6-fc1f-4856-a5f8-212b6819a2b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6163 | 2024.08.08 23:03:17.375779 [ 3 ] {} <Debug> HTTP-Session: 830569e6-fc1f-4856-a5f8-212b6819a2b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6164 | 2024.08.08 23:03:17.375813 [ 3 ] {} <Trace> HTTP-Session: 830569e6-fc1f-4856-a5f8-212b6819a2b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6165 | 2024.08.08 23:03:17.375962 [ 3 ] {a9d4dcda-925e-4fbb-b702-d5330b489363} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
6166 | 2024.08.08 23:03:17.376006 [ 3 ] {a9d4dcda-925e-4fbb-b702-d5330b489363} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
6167 | 2024.08.08 23:03:17.376133 [ 3 ] {a9d4dcda-925e-4fbb-b702-d5330b489363} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6168 | 2024.08.08 23:03:17.376579 [ 3 ] {a9d4dcda-925e-4fbb-b702-d5330b489363} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6169 | 2024.08.08 23:03:17.376615 [ 3 ] {a9d4dcda-925e-4fbb-b702-d5330b489363} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6170 | 2024.08.08 23:03:17.376935 [ 3 ] {a9d4dcda-925e-4fbb-b702-d5330b489363} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
6171 | 2024.08.08 23:03:17.377239 [ 3 ] {a9d4dcda-925e-4fbb-b702-d5330b489363} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6172 | 2024.08.08 23:03:17.377401 [ 3 ] {a9d4dcda-925e-4fbb-b702-d5330b489363} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.0015 sec., 152000 rows/sec., 10.29 MiB/sec. | ||
6173 | 2024.08.08 23:03:17.377402 [ 114 ] {} <Debug> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
6174 | 2024.08.08 23:03:17.377513 [ 114 ] {} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6175 | 2024.08.08 23:03:17.377554 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6176 | 2024.08.08 23:03:17.377645 [ 3 ] {a9d4dcda-925e-4fbb-b702-d5330b489363} <Debug> DynamicQueryHandler: Done processing query | ||
6177 | 2024.08.08 23:03:17.377727 [ 3 ] {a9d4dcda-925e-4fbb-b702-d5330b489363} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
6178 | 2024.08.08 23:03:17.377802 [ 3 ] {} <Debug> HTTP-Session: 830569e6-fc1f-4856-a5f8-212b6819a2b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6179 | 2024.08.08 23:03:17.377877 [ 192 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::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 | ||
6180 | 2024.08.08 23:03:17.378068 [ 192 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6181 | 2024.08.08 23:03:17.378104 [ 192 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
6182 | 2024.08.08 23:03:17.378172 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 91420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6183 | 2024.08.08 23:03:17.378233 [ 192 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
6184 | 2024.08.08 23:03:17.378296 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6185 | 2024.08.08 23:03:17.378408 [ 3 ] {} <Debug> HTTP-Session: 26dda859-c129-4dad-b423-38071ad4b474 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6186 | 2024.08.08 23:03:17.378487 [ 3 ] {} <Debug> HTTP-Session: 26dda859-c129-4dad-b423-38071ad4b474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6187 | 2024.08.08 23:03:17.378578 [ 3 ] {} <Debug> HTTP-Session: 26dda859-c129-4dad-b423-38071ad4b474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6188 | 2024.08.08 23:03:17.378606 [ 192 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 228 rows starting from the beginning of the part | ||
6189 | 2024.08.08 23:03:17.378710 [ 3 ] {} <Trace> HTTP-Session: 26dda859-c129-4dad-b423-38071ad4b474 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6190 | 2024.08.08 23:03:17.378976 [ 192 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 228 rows starting from the beginning of the part | ||
6191 | 2024.08.08 23:03:17.379197 [ 192 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
6192 | 2024.08.08 23:03:17.379402 [ 3 ] {cb94af73-a044-47c9-89f3-9e1dcef9e32f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6193 | 2024.08.08 23:03:17.379585 [ 3 ] {cb94af73-a044-47c9-89f3-9e1dcef9e32f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6194 | 2024.08.08 23:03:17.379942 [ 3 ] {cb94af73-a044-47c9-89f3-9e1dcef9e32f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6195 | 2024.08.08 23:03:17.380926 [ 3 ] {cb94af73-a044-47c9-89f3-9e1dcef9e32f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6196 | 2024.08.08 23:03:17.380990 [ 3 ] {cb94af73-a044-47c9-89f3-9e1dcef9e32f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6197 | 2024.08.08 23:03:17.381082 [ 191 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.003453778 sec., 330073.3283957452 rows/sec., 21.11 MiB/sec. | ||
6198 | 2024.08.08 23:03:17.381368 [ 191 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
6199 | 2024.08.08 23:03:17.381581 [ 3 ] {cb94af73-a044-47c9-89f3-9e1dcef9e32f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6200 | 2024.08.08 23:03:17.382270 [ 190 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_5_1} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6201 | 2024.08.08 23:03:17.382420 [ 3 ] {cb94af73-a044-47c9-89f3-9e1dcef9e32f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6202 | 2024.08.08 23:03:17.382517 [ 190 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_5_1} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
6203 | 2024.08.08 23:03:17.382712 [ 3 ] {cb94af73-a044-47c9-89f3-9e1dcef9e32f} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.003658 sec., 151175.505740842 rows/sec., 11.23 MiB/sec. | ||
6204 | 2024.08.08 23:03:17.382757 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
6205 | 2024.08.08 23:03:17.383002 [ 3 ] {cb94af73-a044-47c9-89f3-9e1dcef9e32f} <Debug> DynamicQueryHandler: Done processing query | ||
6206 | 2024.08.08 23:03:17.383042 [ 3 ] {cb94af73-a044-47c9-89f3-9e1dcef9e32f} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
6207 | 2024.08.08 23:03:17.383066 [ 3 ] {} <Debug> HTTP-Session: 26dda859-c129-4dad-b423-38071ad4b474 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6208 | 2024.08.08 23:03:17.383326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160251, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6209 | 2024.08.08 23:03:17.383379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6210 | 2024.08.08 23:03:17.383399 [ 3 ] {} <Debug> HTTP-Session: 11e4c344-b6ea-4197-8d34-7ab07f9343a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6211 | 2024.08.08 23:03:17.383416 [ 3 ] {} <Debug> HTTP-Session: 11e4c344-b6ea-4197-8d34-7ab07f9343a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6212 | 2024.08.08 23:03:17.383430 [ 3 ] {} <Debug> HTTP-Session: 11e4c344-b6ea-4197-8d34-7ab07f9343a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6213 | 2024.08.08 23:03:17.383461 [ 3 ] {} <Trace> HTTP-Session: 11e4c344-b6ea-4197-8d34-7ab07f9343a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6214 | 2024.08.08 23:03:17.383985 [ 3 ] {ddde4a6c-0906-4c8c-93f0-25f21690f1f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6215 | 2024.08.08 23:03:17.384036 [ 3 ] {ddde4a6c-0906-4c8c-93f0-25f21690f1f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6216 | 2024.08.08 23:03:17.384202 [ 3 ] {ddde4a6c-0906-4c8c-93f0-25f21690f1f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6217 | 2024.08.08 23:03:17.384996 [ 3 ] {ddde4a6c-0906-4c8c-93f0-25f21690f1f2} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6218 | 2024.08.08 23:03:17.385032 [ 3 ] {ddde4a6c-0906-4c8c-93f0-25f21690f1f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6219 | 2024.08.08 23:03:17.385466 [ 3 ] {ddde4a6c-0906-4c8c-93f0-25f21690f1f2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6220 | 2024.08.08 23:03:17.385815 [ 3 ] {ddde4a6c-0906-4c8c-93f0-25f21690f1f2} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6221 | 2024.08.08 23:03:17.385974 [ 3 ] {ddde4a6c-0906-4c8c-93f0-25f21690f1f2} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002351 sec., 358996.1718417695 rows/sec., 24.16 MiB/sec. | ||
6222 | 2024.08.08 23:03:17.386142 [ 3 ] {ddde4a6c-0906-4c8c-93f0-25f21690f1f2} <Debug> DynamicQueryHandler: Done processing query | ||
6223 | 2024.08.08 23:03:17.386165 [ 3 ] {ddde4a6c-0906-4c8c-93f0-25f21690f1f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
6224 | 2024.08.08 23:03:17.386181 [ 3 ] {} <Debug> HTTP-Session: 11e4c344-b6ea-4197-8d34-7ab07f9343a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6225 | 2024.08.08 23:03:17.386433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52916, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6226 | 2024.08.08 23:03:17.386481 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6227 | 2024.08.08 23:03:17.386501 [ 3 ] {} <Debug> HTTP-Session: 9f9f498f-eb40-46af-b7b1-510527d7eab1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6228 | 2024.08.08 23:03:17.386517 [ 3 ] {} <Debug> HTTP-Session: 9f9f498f-eb40-46af-b7b1-510527d7eab1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6229 | 2024.08.08 23:03:17.386531 [ 3 ] {} <Debug> HTTP-Session: 9f9f498f-eb40-46af-b7b1-510527d7eab1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6230 | 2024.08.08 23:03:17.386562 [ 3 ] {} <Trace> HTTP-Session: 9f9f498f-eb40-46af-b7b1-510527d7eab1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6231 | 2024.08.08 23:03:17.386974 [ 3 ] {1bc4f8a5-3c36-4fa5-8fae-1d4e844e0993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6232 | 2024.08.08 23:03:17.387037 [ 3 ] {1bc4f8a5-3c36-4fa5-8fae-1d4e844e0993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6233 | 2024.08.08 23:03:17.387433 [ 3 ] {1bc4f8a5-3c36-4fa5-8fae-1d4e844e0993} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6234 | 2024.08.08 23:03:17.388304 [ 3 ] {1bc4f8a5-3c36-4fa5-8fae-1d4e844e0993} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6235 | 2024.08.08 23:03:17.388340 [ 3 ] {1bc4f8a5-3c36-4fa5-8fae-1d4e844e0993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6236 | 2024.08.08 23:03:17.388954 [ 3 ] {1bc4f8a5-3c36-4fa5-8fae-1d4e844e0993} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
6237 | 2024.08.08 23:03:17.389357 [ 3 ] {1bc4f8a5-3c36-4fa5-8fae-1d4e844e0993} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6238 | 2024.08.08 23:03:17.389560 [ 114 ] {} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
6239 | 2024.08.08 23:03:17.389581 [ 3 ] {1bc4f8a5-3c36-4fa5-8fae-1d4e844e0993} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002924 sec., 11285.909712722298 rows/sec., 20.22 MiB/sec. | ||
6240 | 2024.08.08 23:03:17.389663 [ 114 ] {} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6241 | 2024.08.08 23:03:17.389780 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6242 | 2024.08.08 23:03:17.390050 [ 190 ] {b2667062-578b-4856-8c33-1b53d7b05866::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 | ||
6243 | 2024.08.08 23:03:17.390173 [ 3 ] {1bc4f8a5-3c36-4fa5-8fae-1d4e844e0993} <Debug> DynamicQueryHandler: Done processing query | ||
6244 | 2024.08.08 23:03:17.390221 [ 3 ] {1bc4f8a5-3c36-4fa5-8fae-1d4e844e0993} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6245 | 2024.08.08 23:03:17.390272 [ 3 ] {} <Debug> HTTP-Session: 9f9f498f-eb40-46af-b7b1-510527d7eab1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6246 | 2024.08.08 23:03:17.390513 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6247 | 2024.08.08 23:03:17.390638 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6248 | 2024.08.08 23:03:17.390699 [ 3 ] {} <Debug> HTTP-Session: 50bcc368-d688-400b-b924-ebc8530675da Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6249 | 2024.08.08 23:03:17.390732 [ 190 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6250 | 2024.08.08 23:03:17.390744 [ 3 ] {} <Debug> HTTP-Session: 50bcc368-d688-400b-b924-ebc8530675da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6251 | 2024.08.08 23:03:17.390812 [ 3 ] {} <Debug> HTTP-Session: 50bcc368-d688-400b-b924-ebc8530675da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6252 | 2024.08.08 23:03:17.390901 [ 190 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 186 rows starting from the beginning of the part | ||
6253 | 2024.08.08 23:03:17.390907 [ 3 ] {} <Trace> HTTP-Session: 50bcc368-d688-400b-b924-ebc8530675da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6254 | 2024.08.08 23:03:17.391240 [ 3 ] {49329b07-d58c-4e3f-a471-d2dd7135b2ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6255 | 2024.08.08 23:03:17.391429 [ 3 ] {49329b07-d58c-4e3f-a471-d2dd7135b2ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6256 | 2024.08.08 23:03:17.391637 [ 190 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 33 rows starting from the beginning of the part | ||
6257 | 2024.08.08 23:03:17.392348 [ 3 ] {49329b07-d58c-4e3f-a471-d2dd7135b2ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6258 | 2024.08.08 23:03:17.392463 [ 190 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 33 rows starting from the beginning of the part | ||
6259 | 2024.08.08 23:03:17.393062 [ 190 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
6260 | 2024.08.08 23:03:17.393532 [ 3 ] {49329b07-d58c-4e3f-a471-d2dd7135b2ce} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6261 | 2024.08.08 23:03:17.393634 [ 3 ] {49329b07-d58c-4e3f-a471-d2dd7135b2ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6262 | 2024.08.08 23:03:17.393714 [ 190 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 33 rows starting from the beginning of the part | ||
6263 | 2024.08.08 23:03:17.394371 [ 190 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
6264 | 2024.08.08 23:03:17.395086 [ 3 ] {49329b07-d58c-4e3f-a471-d2dd7135b2ce} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
6265 | 2024.08.08 23:03:17.395808 [ 3 ] {49329b07-d58c-4e3f-a471-d2dd7135b2ce} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6266 | 2024.08.08 23:03:17.396244 [ 3 ] {49329b07-d58c-4e3f-a471-d2dd7135b2ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005164 sec., 11618.900077459333 rows/sec., 801.83 KiB/sec. | ||
6267 | 2024.08.08 23:03:17.396510 [ 3 ] {49329b07-d58c-4e3f-a471-d2dd7135b2ce} <Debug> DynamicQueryHandler: Done processing query | ||
6268 | 2024.08.08 23:03:17.396550 [ 3 ] {49329b07-d58c-4e3f-a471-d2dd7135b2ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6269 | 2024.08.08 23:03:17.396595 [ 3 ] {} <Debug> HTTP-Session: 50bcc368-d688-400b-b924-ebc8530675da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6270 | 2024.08.08 23:03:17.398959 [ 197 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 351 rows, containing 19 columns (19 merged, 0 gathered) in 0.009050696 sec., 38781.5478500217 rows/sec., 69.49 MiB/sec. | ||
6271 | 2024.08.08 23:03:17.399525 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
6272 | 2024.08.08 23:03:17.400131 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6273 | 2024.08.08 23:03:17.400212 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_11_2} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
6274 | 2024.08.08 23:03:17.400321 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.81 MiB. | ||
6275 | 2024.08.08 23:03:22.343908 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6276 | 2024.08.08 23:03:22.344064 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6277 | 2024.08.08 23:03:22.344094 [ 3 ] {} <Debug> HTTP-Session: 3942ab6e-20b4-434e-8071-7047fc5f4b9a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6278 | 2024.08.08 23:03:22.344123 [ 3 ] {} <Debug> HTTP-Session: 3942ab6e-20b4-434e-8071-7047fc5f4b9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6279 | 2024.08.08 23:03:22.344141 [ 3 ] {} <Debug> HTTP-Session: 3942ab6e-20b4-434e-8071-7047fc5f4b9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6280 | 2024.08.08 23:03:22.344197 [ 3 ] {} <Trace> HTTP-Session: 3942ab6e-20b4-434e-8071-7047fc5f4b9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6281 | 2024.08.08 23:03:22.344390 [ 3 ] {8f24c7cb-7594-4274-845b-0d277d5b7b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6282 | 2024.08.08 23:03:22.344463 [ 3 ] {8f24c7cb-7594-4274-845b-0d277d5b7b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6283 | 2024.08.08 23:03:22.344679 [ 3 ] {8f24c7cb-7594-4274-845b-0d277d5b7b84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6284 | 2024.08.08 23:03:22.345163 [ 3 ] {8f24c7cb-7594-4274-845b-0d277d5b7b84} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6285 | 2024.08.08 23:03:22.345207 [ 3 ] {8f24c7cb-7594-4274-845b-0d277d5b7b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6286 | 2024.08.08 23:03:22.345577 [ 3 ] {8f24c7cb-7594-4274-845b-0d277d5b7b84} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
6287 | 2024.08.08 23:03:22.345909 [ 3 ] {8f24c7cb-7594-4274-845b-0d277d5b7b84} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6288 | 2024.08.08 23:03:22.346068 [ 3 ] {8f24c7cb-7594-4274-845b-0d277d5b7b84} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001735 sec., 3458.21325648415 rows/sec., 195.88 KiB/sec. | ||
6289 | 2024.08.08 23:03:22.346099 [ 110 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
6290 | 2024.08.08 23:03:22.346211 [ 110 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6291 | 2024.08.08 23:03:22.346265 [ 110 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6292 | 2024.08.08 23:03:22.346389 [ 3 ] {8f24c7cb-7594-4274-845b-0d277d5b7b84} <Debug> DynamicQueryHandler: Done processing query | ||
6293 | 2024.08.08 23:03:22.346444 [ 3 ] {8f24c7cb-7594-4274-845b-0d277d5b7b84} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6294 | 2024.08.08 23:03:22.346469 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
6295 | 2024.08.08 23:03:22.346478 [ 3 ] {} <Debug> HTTP-Session: 3942ab6e-20b4-434e-8071-7047fc5f4b9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6296 | 2024.08.08 23:03:22.346675 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6297 | 2024.08.08 23:03:22.346720 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 39 rows starting from the beginning of the part | ||
6298 | 2024.08.08 23:03:22.346759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6299 | 2024.08.08 23:03:22.346890 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
6300 | 2024.08.08 23:03:22.346911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6301 | 2024.08.08 23:03:22.346985 [ 3 ] {} <Debug> HTTP-Session: 56588d1f-48e7-480a-94d2-3c3d3ea2ac09 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6302 | 2024.08.08 23:03:22.347068 [ 3 ] {} <Debug> HTTP-Session: 56588d1f-48e7-480a-94d2-3c3d3ea2ac09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6303 | 2024.08.08 23:03:22.347184 [ 3 ] {} <Debug> HTTP-Session: 56588d1f-48e7-480a-94d2-3c3d3ea2ac09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6304 | 2024.08.08 23:03:22.347263 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
6305 | 2024.08.08 23:03:22.347413 [ 3 ] {} <Trace> HTTP-Session: 56588d1f-48e7-480a-94d2-3c3d3ea2ac09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6306 | 2024.08.08 23:03:22.347613 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
6307 | 2024.08.08 23:03:22.347834 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
6308 | 2024.08.08 23:03:22.347979 [ 3 ] {83f82144-b24e-4930-937f-7c041179c12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6309 | 2024.08.08 23:03:22.348100 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
6310 | 2024.08.08 23:03:22.348133 [ 3 ] {83f82144-b24e-4930-937f-7c041179c12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6311 | 2024.08.08 23:03:22.348933 [ 3 ] {83f82144-b24e-4930-937f-7c041179c12d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6312 | 2024.08.08 23:03:22.350032 [ 3 ] {83f82144-b24e-4930-937f-7c041179c12d} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6313 | 2024.08.08 23:03:22.350104 [ 3 ] {83f82144-b24e-4930-937f-7c041179c12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6314 | 2024.08.08 23:03:22.350920 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.004559934 sec., 26974.074624764307 rows/sec., 1.99 MiB/sec. | ||
6315 | 2024.08.08 23:03:22.351043 [ 3 ] {83f82144-b24e-4930-937f-7c041179c12d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6316 | 2024.08.08 23:03:22.351097 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
6317 | 2024.08.08 23:03:22.351878 [ 3 ] {83f82144-b24e-4930-937f-7c041179c12d} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6318 | 2024.08.08 23:03:22.351981 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6319 | 2024.08.08 23:03:22.352215 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_26_5} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
6320 | 2024.08.08 23:03:22.352239 [ 3 ] {83f82144-b24e-4930-937f-7c041179c12d} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.004496 sec., 35809.60854092527 rows/sec., 3.16 MiB/sec. | ||
6321 | 2024.08.08 23:03:22.352525 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6322 | 2024.08.08 23:03:22.352827 [ 3 ] {83f82144-b24e-4930-937f-7c041179c12d} <Debug> DynamicQueryHandler: Done processing query | ||
6323 | 2024.08.08 23:03:22.352875 [ 3 ] {83f82144-b24e-4930-937f-7c041179c12d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6324 | 2024.08.08 23:03:22.352893 [ 3 ] {} <Debug> HTTP-Session: 56588d1f-48e7-480a-94d2-3c3d3ea2ac09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6325 | 2024.08.08 23:03:22.353053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6326 | 2024.08.08 23:03:22.353106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6327 | 2024.08.08 23:03:22.353126 [ 3 ] {} <Debug> HTTP-Session: e496f20d-7c93-44e9-b247-2aae841c9621 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6328 | 2024.08.08 23:03:22.353143 [ 3 ] {} <Debug> HTTP-Session: e496f20d-7c93-44e9-b247-2aae841c9621 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6329 | 2024.08.08 23:03:22.353157 [ 3 ] {} <Debug> HTTP-Session: e496f20d-7c93-44e9-b247-2aae841c9621 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6330 | 2024.08.08 23:03:22.353191 [ 3 ] {} <Trace> HTTP-Session: e496f20d-7c93-44e9-b247-2aae841c9621 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6331 | 2024.08.08 23:03:22.353406 [ 3 ] {f038a465-6eb1-46e5-ad2c-61fbfa37ee8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6332 | 2024.08.08 23:03:22.353452 [ 3 ] {f038a465-6eb1-46e5-ad2c-61fbfa37ee8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6333 | 2024.08.08 23:03:22.353603 [ 3 ] {f038a465-6eb1-46e5-ad2c-61fbfa37ee8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6334 | 2024.08.08 23:03:22.354202 [ 3 ] {f038a465-6eb1-46e5-ad2c-61fbfa37ee8c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6335 | 2024.08.08 23:03:22.354240 [ 3 ] {f038a465-6eb1-46e5-ad2c-61fbfa37ee8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6336 | 2024.08.08 23:03:22.354570 [ 3 ] {f038a465-6eb1-46e5-ad2c-61fbfa37ee8c} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6337 | 2024.08.08 23:03:22.354882 [ 3 ] {f038a465-6eb1-46e5-ad2c-61fbfa37ee8c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6338 | 2024.08.08 23:03:22.355026 [ 3 ] {f038a465-6eb1-46e5-ad2c-61fbfa37ee8c} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001733 sec., 220427.00519330642 rows/sec., 15.48 MiB/sec. | ||
6339 | 2024.08.08 23:03:22.355322 [ 3 ] {f038a465-6eb1-46e5-ad2c-61fbfa37ee8c} <Debug> DynamicQueryHandler: Done processing query | ||
6340 | 2024.08.08 23:03:22.355365 [ 3 ] {f038a465-6eb1-46e5-ad2c-61fbfa37ee8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6341 | 2024.08.08 23:03:22.355383 [ 3 ] {} <Debug> HTTP-Session: e496f20d-7c93-44e9-b247-2aae841c9621 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6342 | 2024.08.08 23:03:22.355517 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6343 | 2024.08.08 23:03:22.355567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6344 | 2024.08.08 23:03:22.355587 [ 3 ] {} <Debug> HTTP-Session: 3237adda-8cc0-4aab-a00d-0277c4813380 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6345 | 2024.08.08 23:03:22.355604 [ 3 ] {} <Debug> HTTP-Session: 3237adda-8cc0-4aab-a00d-0277c4813380 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6346 | 2024.08.08 23:03:22.355618 [ 3 ] {} <Debug> HTTP-Session: 3237adda-8cc0-4aab-a00d-0277c4813380 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6347 | 2024.08.08 23:03:22.355650 [ 3 ] {} <Trace> HTTP-Session: 3237adda-8cc0-4aab-a00d-0277c4813380 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6348 | 2024.08.08 23:03:22.355749 [ 3 ] {a0f29edc-2691-4e34-b983-52af6760d7de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6349 | 2024.08.08 23:03:22.355796 [ 3 ] {a0f29edc-2691-4e34-b983-52af6760d7de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6350 | 2024.08.08 23:03:22.355944 [ 3 ] {a0f29edc-2691-4e34-b983-52af6760d7de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6351 | 2024.08.08 23:03:22.356219 [ 3 ] {a0f29edc-2691-4e34-b983-52af6760d7de} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6352 | 2024.08.08 23:03:22.356256 [ 3 ] {a0f29edc-2691-4e34-b983-52af6760d7de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6353 | 2024.08.08 23:03:22.356614 [ 3 ] {a0f29edc-2691-4e34-b983-52af6760d7de} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6354 | 2024.08.08 23:03:22.356939 [ 3 ] {a0f29edc-2691-4e34-b983-52af6760d7de} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6355 | 2024.08.08 23:03:22.357105 [ 3 ] {a0f29edc-2691-4e34-b983-52af6760d7de} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001371 sec., 4376.367614879649 rows/sec., 188.05 KiB/sec. | ||
6356 | 2024.08.08 23:03:22.357426 [ 3 ] {a0f29edc-2691-4e34-b983-52af6760d7de} <Debug> DynamicQueryHandler: Done processing query | ||
6357 | 2024.08.08 23:03:22.357452 [ 3 ] {a0f29edc-2691-4e34-b983-52af6760d7de} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6358 | 2024.08.08 23:03:22.357467 [ 3 ] {} <Debug> HTTP-Session: 3237adda-8cc0-4aab-a00d-0277c4813380 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6359 | 2024.08.08 23:03:22.357592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6360 | 2024.08.08 23:03:22.357642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6361 | 2024.08.08 23:03:22.357662 [ 3 ] {} <Debug> HTTP-Session: c28c8c1b-f72d-4d3e-81bb-8b57c076be8c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6362 | 2024.08.08 23:03:22.357678 [ 3 ] {} <Debug> HTTP-Session: c28c8c1b-f72d-4d3e-81bb-8b57c076be8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6363 | 2024.08.08 23:03:22.357692 [ 3 ] {} <Debug> HTTP-Session: c28c8c1b-f72d-4d3e-81bb-8b57c076be8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6364 | 2024.08.08 23:03:22.357724 [ 3 ] {} <Trace> HTTP-Session: c28c8c1b-f72d-4d3e-81bb-8b57c076be8c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6365 | 2024.08.08 23:03:22.357864 [ 3 ] {91b2c95f-15ba-4011-8917-c51668d6d8a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6366 | 2024.08.08 23:03:22.357913 [ 3 ] {91b2c95f-15ba-4011-8917-c51668d6d8a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6367 | 2024.08.08 23:03:22.358075 [ 3 ] {91b2c95f-15ba-4011-8917-c51668d6d8a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6368 | 2024.08.08 23:03:22.358466 [ 3 ] {91b2c95f-15ba-4011-8917-c51668d6d8a9} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6369 | 2024.08.08 23:03:22.358516 [ 3 ] {91b2c95f-15ba-4011-8917-c51668d6d8a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6370 | 2024.08.08 23:03:22.358906 [ 3 ] {91b2c95f-15ba-4011-8917-c51668d6d8a9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
6371 | 2024.08.08 23:03:22.359268 [ 3 ] {91b2c95f-15ba-4011-8917-c51668d6d8a9} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6372 | 2024.08.08 23:03:22.359430 [ 3 ] {91b2c95f-15ba-4011-8917-c51668d6d8a9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001624 sec., 47413.793103448275 rows/sec., 2.92 MiB/sec. | ||
6373 | 2024.08.08 23:03:22.359616 [ 3 ] {91b2c95f-15ba-4011-8917-c51668d6d8a9} <Debug> DynamicQueryHandler: Done processing query | ||
6374 | 2024.08.08 23:03:22.359641 [ 3 ] {91b2c95f-15ba-4011-8917-c51668d6d8a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6375 | 2024.08.08 23:03:22.359657 [ 3 ] {} <Debug> HTTP-Session: c28c8c1b-f72d-4d3e-81bb-8b57c076be8c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6376 | 2024.08.08 23:03:22.359799 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6377 | 2024.08.08 23:03:22.359851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6378 | 2024.08.08 23:03:22.359870 [ 3 ] {} <Debug> HTTP-Session: b9a1339c-93bf-4caa-9d73-0cc373c49a94 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6379 | 2024.08.08 23:03:22.359887 [ 3 ] {} <Debug> HTTP-Session: b9a1339c-93bf-4caa-9d73-0cc373c49a94 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6380 | 2024.08.08 23:03:22.359901 [ 3 ] {} <Debug> HTTP-Session: b9a1339c-93bf-4caa-9d73-0cc373c49a94 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6381 | 2024.08.08 23:03:22.359932 [ 3 ] {} <Trace> HTTP-Session: b9a1339c-93bf-4caa-9d73-0cc373c49a94 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6382 | 2024.08.08 23:03:22.360097 [ 3 ] {9312c136-7259-487f-8f50-d30dcb88776b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6383 | 2024.08.08 23:03:22.360146 [ 3 ] {9312c136-7259-487f-8f50-d30dcb88776b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6384 | 2024.08.08 23:03:22.360295 [ 3 ] {9312c136-7259-487f-8f50-d30dcb88776b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6385 | 2024.08.08 23:03:22.360688 [ 3 ] {9312c136-7259-487f-8f50-d30dcb88776b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6386 | 2024.08.08 23:03:22.360724 [ 3 ] {9312c136-7259-487f-8f50-d30dcb88776b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6387 | 2024.08.08 23:03:22.361091 [ 3 ] {9312c136-7259-487f-8f50-d30dcb88776b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6388 | 2024.08.08 23:03:22.361429 [ 3 ] {9312c136-7259-487f-8f50-d30dcb88776b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6389 | 2024.08.08 23:03:22.361589 [ 3 ] {9312c136-7259-487f-8f50-d30dcb88776b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
6390 | 2024.08.08 23:03:22.361754 [ 3 ] {9312c136-7259-487f-8f50-d30dcb88776b} <Debug> DynamicQueryHandler: Done processing query | ||
6391 | 2024.08.08 23:03:22.361778 [ 3 ] {9312c136-7259-487f-8f50-d30dcb88776b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6392 | 2024.08.08 23:03:22.361794 [ 3 ] {} <Debug> HTTP-Session: b9a1339c-93bf-4caa-9d73-0cc373c49a94 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6393 | 2024.08.08 23:03:22.361904 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6394 | 2024.08.08 23:03:22.361952 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6395 | 2024.08.08 23:03:22.361971 [ 3 ] {} <Debug> HTTP-Session: ac6ece58-9043-474d-8409-b6ef20f42820 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6396 | 2024.08.08 23:03:22.361987 [ 3 ] {} <Debug> HTTP-Session: ac6ece58-9043-474d-8409-b6ef20f42820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6397 | 2024.08.08 23:03:22.362001 [ 3 ] {} <Debug> HTTP-Session: ac6ece58-9043-474d-8409-b6ef20f42820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6398 | 2024.08.08 23:03:22.362031 [ 3 ] {} <Trace> HTTP-Session: ac6ece58-9043-474d-8409-b6ef20f42820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6399 | 2024.08.08 23:03:22.362132 [ 3 ] {da9aa262-fb9c-4786-9da1-ee26010d6c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6400 | 2024.08.08 23:03:22.362177 [ 3 ] {da9aa262-fb9c-4786-9da1-ee26010d6c5e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6401 | 2024.08.08 23:03:22.362309 [ 3 ] {da9aa262-fb9c-4786-9da1-ee26010d6c5e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6402 | 2024.08.08 23:03:22.362594 [ 3 ] {da9aa262-fb9c-4786-9da1-ee26010d6c5e} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6403 | 2024.08.08 23:03:22.362629 [ 3 ] {da9aa262-fb9c-4786-9da1-ee26010d6c5e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6404 | 2024.08.08 23:03:22.362975 [ 3 ] {da9aa262-fb9c-4786-9da1-ee26010d6c5e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6405 | 2024.08.08 23:03:22.363299 [ 3 ] {da9aa262-fb9c-4786-9da1-ee26010d6c5e} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6406 | 2024.08.08 23:03:22.363453 [ 3 ] {da9aa262-fb9c-4786-9da1-ee26010d6c5e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001345 sec., 17100.371747211895 rows/sec., 925.01 KiB/sec. | ||
6407 | 2024.08.08 23:03:22.363615 [ 3 ] {da9aa262-fb9c-4786-9da1-ee26010d6c5e} <Debug> DynamicQueryHandler: Done processing query | ||
6408 | 2024.08.08 23:03:22.363639 [ 3 ] {da9aa262-fb9c-4786-9da1-ee26010d6c5e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6409 | 2024.08.08 23:03:22.363655 [ 3 ] {} <Debug> HTTP-Session: ac6ece58-9043-474d-8409-b6ef20f42820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6410 | 2024.08.08 23:03:22.363757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6411 | 2024.08.08 23:03:22.363805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6412 | 2024.08.08 23:03:22.363823 [ 3 ] {} <Debug> HTTP-Session: 07322da3-0926-49c1-854f-986fc343555c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6413 | 2024.08.08 23:03:22.363840 [ 3 ] {} <Debug> HTTP-Session: 07322da3-0926-49c1-854f-986fc343555c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6414 | 2024.08.08 23:03:22.363854 [ 3 ] {} <Debug> HTTP-Session: 07322da3-0926-49c1-854f-986fc343555c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6415 | 2024.08.08 23:03:22.363885 [ 3 ] {} <Trace> HTTP-Session: 07322da3-0926-49c1-854f-986fc343555c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6416 | 2024.08.08 23:03:22.364010 [ 3 ] {1249dc7a-3855-4009-9c25-0c5365abf5ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6417 | 2024.08.08 23:03:22.364053 [ 3 ] {1249dc7a-3855-4009-9c25-0c5365abf5ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6418 | 2024.08.08 23:03:22.364178 [ 3 ] {1249dc7a-3855-4009-9c25-0c5365abf5ae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6419 | 2024.08.08 23:03:22.364473 [ 3 ] {1249dc7a-3855-4009-9c25-0c5365abf5ae} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6420 | 2024.08.08 23:03:22.364508 [ 3 ] {1249dc7a-3855-4009-9c25-0c5365abf5ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.32 GiB. | ||
6421 | 2024.08.08 23:03:22.364853 [ 3 ] {1249dc7a-3855-4009-9c25-0c5365abf5ae} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
6422 | 2024.08.08 23:03:22.365168 [ 3 ] {1249dc7a-3855-4009-9c25-0c5365abf5ae} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6423 | 2024.08.08 23:03:22.365313 [ 3 ] {1249dc7a-3855-4009-9c25-0c5365abf5ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00135 sec., 44444.444444444445 rows/sec., 3.00 MiB/sec. | ||
6424 | 2024.08.08 23:03:22.365462 [ 3 ] {1249dc7a-3855-4009-9c25-0c5365abf5ae} <Debug> DynamicQueryHandler: Done processing query | ||
6425 | 2024.08.08 23:03:22.365485 [ 3 ] {1249dc7a-3855-4009-9c25-0c5365abf5ae} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6426 | 2024.08.08 23:03:22.365501 [ 3 ] {} <Debug> HTTP-Session: 07322da3-0926-49c1-854f-986fc343555c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6427 | 2024.08.08 23:03:23.179692 [ 111 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6428 | 2024.08.08 23:03:23.179754 [ 111 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6429 | 2024.08.08 23:03:27.341411 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6430 | 2024.08.08 23:03:27.341533 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6431 | 2024.08.08 23:03:27.341558 [ 3 ] {} <Debug> HTTP-Session: e38bd43c-7df0-4428-988d-f0a1e1ba78e2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6432 | 2024.08.08 23:03:27.341582 [ 3 ] {} <Debug> HTTP-Session: e38bd43c-7df0-4428-988d-f0a1e1ba78e2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6433 | 2024.08.08 23:03:27.341597 [ 3 ] {} <Debug> HTTP-Session: e38bd43c-7df0-4428-988d-f0a1e1ba78e2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6434 | 2024.08.08 23:03:27.341646 [ 3 ] {} <Trace> HTTP-Session: e38bd43c-7df0-4428-988d-f0a1e1ba78e2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6435 | 2024.08.08 23:03:27.341834 [ 3 ] {e2c6c4e4-1697-486b-80e3-9171e3a06d16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6436 | 2024.08.08 23:03:27.341897 [ 3 ] {e2c6c4e4-1697-486b-80e3-9171e3a06d16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6437 | 2024.08.08 23:03:27.342084 [ 3 ] {e2c6c4e4-1697-486b-80e3-9171e3a06d16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6438 | 2024.08.08 23:03:27.342549 [ 3 ] {e2c6c4e4-1697-486b-80e3-9171e3a06d16} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6439 | 2024.08.08 23:03:27.342587 [ 3 ] {e2c6c4e4-1697-486b-80e3-9171e3a06d16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6440 | 2024.08.08 23:03:27.342941 [ 3 ] {e2c6c4e4-1697-486b-80e3-9171e3a06d16} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
6441 | 2024.08.08 23:03:27.343265 [ 3 ] {e2c6c4e4-1697-486b-80e3-9171e3a06d16} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6442 | 2024.08.08 23:03:27.343403 [ 3 ] {e2c6c4e4-1697-486b-80e3-9171e3a06d16} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001632 sec., 20220.58823529412 rows/sec., 1.60 MiB/sec. | ||
6443 | 2024.08.08 23:03:27.343595 [ 3 ] {e2c6c4e4-1697-486b-80e3-9171e3a06d16} <Debug> DynamicQueryHandler: Done processing query | ||
6444 | 2024.08.08 23:03:27.343621 [ 3 ] {e2c6c4e4-1697-486b-80e3-9171e3a06d16} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6445 | 2024.08.08 23:03:27.343638 [ 3 ] {} <Debug> HTTP-Session: e38bd43c-7df0-4428-988d-f0a1e1ba78e2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6446 | 2024.08.08 23:03:27.343805 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6447 | 2024.08.08 23:03:27.343854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6448 | 2024.08.08 23:03:27.343873 [ 3 ] {} <Debug> HTTP-Session: 5e3be6ee-4431-4b3a-b31a-c16b0f363704 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6449 | 2024.08.08 23:03:27.343890 [ 3 ] {} <Debug> HTTP-Session: 5e3be6ee-4431-4b3a-b31a-c16b0f363704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6450 | 2024.08.08 23:03:27.343903 [ 3 ] {} <Debug> HTTP-Session: 5e3be6ee-4431-4b3a-b31a-c16b0f363704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6451 | 2024.08.08 23:03:27.343934 [ 3 ] {} <Trace> HTTP-Session: 5e3be6ee-4431-4b3a-b31a-c16b0f363704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6452 | 2024.08.08 23:03:27.344025 [ 3 ] {2ce37831-4280-4d2d-8c0c-4b3b9db941bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6453 | 2024.08.08 23:03:27.344067 [ 3 ] {2ce37831-4280-4d2d-8c0c-4b3b9db941bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6454 | 2024.08.08 23:03:27.344191 [ 3 ] {2ce37831-4280-4d2d-8c0c-4b3b9db941bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6455 | 2024.08.08 23:03:27.344509 [ 3 ] {2ce37831-4280-4d2d-8c0c-4b3b9db941bc} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6456 | 2024.08.08 23:03:27.344545 [ 3 ] {2ce37831-4280-4d2d-8c0c-4b3b9db941bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6457 | 2024.08.08 23:03:27.344830 [ 3 ] {2ce37831-4280-4d2d-8c0c-4b3b9db941bc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6458 | 2024.08.08 23:03:27.345137 [ 3 ] {2ce37831-4280-4d2d-8c0c-4b3b9db941bc} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6459 | 2024.08.08 23:03:27.345263 [ 3 ] {2ce37831-4280-4d2d-8c0c-4b3b9db941bc} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001261 sec., 1586.0428231562253 rows/sec., 129.33 KiB/sec. | ||
6460 | 2024.08.08 23:03:27.345462 [ 3 ] {2ce37831-4280-4d2d-8c0c-4b3b9db941bc} <Debug> DynamicQueryHandler: Done processing query | ||
6461 | 2024.08.08 23:03:27.345487 [ 3 ] {2ce37831-4280-4d2d-8c0c-4b3b9db941bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6462 | 2024.08.08 23:03:27.345504 [ 3 ] {} <Debug> HTTP-Session: 5e3be6ee-4431-4b3a-b31a-c16b0f363704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6463 | 2024.08.08 23:03:27.345675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6464 | 2024.08.08 23:03:27.345723 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6465 | 2024.08.08 23:03:27.345742 [ 3 ] {} <Debug> HTTP-Session: 476b7d37-129f-454f-9b00-d50d7e169f4f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6466 | 2024.08.08 23:03:27.345759 [ 3 ] {} <Debug> HTTP-Session: 476b7d37-129f-454f-9b00-d50d7e169f4f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6467 | 2024.08.08 23:03:27.345773 [ 3 ] {} <Debug> HTTP-Session: 476b7d37-129f-454f-9b00-d50d7e169f4f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6468 | 2024.08.08 23:03:27.345803 [ 3 ] {} <Trace> HTTP-Session: 476b7d37-129f-454f-9b00-d50d7e169f4f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6469 | 2024.08.08 23:03:27.345938 [ 3 ] {02053b24-241d-49f0-9475-b9af3129d582} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6470 | 2024.08.08 23:03:27.345979 [ 3 ] {02053b24-241d-49f0-9475-b9af3129d582} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6471 | 2024.08.08 23:03:27.346101 [ 3 ] {02053b24-241d-49f0-9475-b9af3129d582} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6472 | 2024.08.08 23:03:27.346504 [ 3 ] {02053b24-241d-49f0-9475-b9af3129d582} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6473 | 2024.08.08 23:03:27.346539 [ 3 ] {02053b24-241d-49f0-9475-b9af3129d582} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6474 | 2024.08.08 23:03:27.346848 [ 3 ] {02053b24-241d-49f0-9475-b9af3129d582} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6475 | 2024.08.08 23:03:27.347145 [ 3 ] {02053b24-241d-49f0-9475-b9af3129d582} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6476 | 2024.08.08 23:03:27.347266 [ 3 ] {02053b24-241d-49f0-9475-b9af3129d582} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001392 sec., 112068.96551724138 rows/sec., 9.38 MiB/sec. | ||
6477 | 2024.08.08 23:03:27.347711 [ 3 ] {02053b24-241d-49f0-9475-b9af3129d582} <Debug> DynamicQueryHandler: Done processing query | ||
6478 | 2024.08.08 23:03:27.347813 [ 3 ] {02053b24-241d-49f0-9475-b9af3129d582} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6479 | 2024.08.08 23:03:27.347923 [ 3 ] {} <Debug> HTTP-Session: 476b7d37-129f-454f-9b00-d50d7e169f4f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6480 | 2024.08.08 23:03:27.348237 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6481 | 2024.08.08 23:03:27.348413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6482 | 2024.08.08 23:03:27.348447 [ 3 ] {} <Debug> HTTP-Session: 53a8689b-9a16-42d7-bf65-153468d749ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6483 | 2024.08.08 23:03:27.348466 [ 3 ] {} <Debug> HTTP-Session: 53a8689b-9a16-42d7-bf65-153468d749ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6484 | 2024.08.08 23:03:27.348479 [ 3 ] {} <Debug> HTTP-Session: 53a8689b-9a16-42d7-bf65-153468d749ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6485 | 2024.08.08 23:03:27.348510 [ 3 ] {} <Trace> HTTP-Session: 53a8689b-9a16-42d7-bf65-153468d749ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6486 | 2024.08.08 23:03:27.348603 [ 3 ] {e1cda6fb-fe4d-4843-8f56-95994e7e7f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6487 | 2024.08.08 23:03:27.348646 [ 3 ] {e1cda6fb-fe4d-4843-8f56-95994e7e7f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6488 | 2024.08.08 23:03:27.348786 [ 3 ] {e1cda6fb-fe4d-4843-8f56-95994e7e7f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6489 | 2024.08.08 23:03:27.349070 [ 3 ] {e1cda6fb-fe4d-4843-8f56-95994e7e7f84} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6490 | 2024.08.08 23:03:27.349106 [ 3 ] {e1cda6fb-fe4d-4843-8f56-95994e7e7f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6491 | 2024.08.08 23:03:27.349394 [ 3 ] {e1cda6fb-fe4d-4843-8f56-95994e7e7f84} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
6492 | 2024.08.08 23:03:27.349697 [ 3 ] {e1cda6fb-fe4d-4843-8f56-95994e7e7f84} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6493 | 2024.08.08 23:03:27.349831 [ 3 ] {e1cda6fb-fe4d-4843-8f56-95994e7e7f84} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001249 sec., 1601.281024819856 rows/sec., 111.81 KiB/sec. | ||
6494 | 2024.08.08 23:03:27.350077 [ 3 ] {e1cda6fb-fe4d-4843-8f56-95994e7e7f84} <Debug> DynamicQueryHandler: Done processing query | ||
6495 | 2024.08.08 23:03:27.350103 [ 3 ] {e1cda6fb-fe4d-4843-8f56-95994e7e7f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6496 | 2024.08.08 23:03:27.350118 [ 3 ] {} <Debug> HTTP-Session: 53a8689b-9a16-42d7-bf65-153468d749ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6497 | 2024.08.08 23:03:27.350248 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6498 | 2024.08.08 23:03:27.350297 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6499 | 2024.08.08 23:03:27.350315 [ 3 ] {} <Debug> HTTP-Session: 78c6c53e-3b3a-4e09-8f9a-8484af14b969 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6500 | 2024.08.08 23:03:27.350333 [ 3 ] {} <Debug> HTTP-Session: 78c6c53e-3b3a-4e09-8f9a-8484af14b969 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6501 | 2024.08.08 23:03:27.350346 [ 3 ] {} <Debug> HTTP-Session: 78c6c53e-3b3a-4e09-8f9a-8484af14b969 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6502 | 2024.08.08 23:03:27.350375 [ 3 ] {} <Trace> HTTP-Session: 78c6c53e-3b3a-4e09-8f9a-8484af14b969 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6503 | 2024.08.08 23:03:27.350505 [ 3 ] {6b756b61-e82f-4505-bac6-c5201120d7da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6504 | 2024.08.08 23:03:27.350547 [ 3 ] {6b756b61-e82f-4505-bac6-c5201120d7da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6505 | 2024.08.08 23:03:27.350691 [ 3 ] {6b756b61-e82f-4505-bac6-c5201120d7da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6506 | 2024.08.08 23:03:27.351039 [ 3 ] {6b756b61-e82f-4505-bac6-c5201120d7da} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6507 | 2024.08.08 23:03:27.351074 [ 3 ] {6b756b61-e82f-4505-bac6-c5201120d7da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6508 | 2024.08.08 23:03:27.351377 [ 3 ] {6b756b61-e82f-4505-bac6-c5201120d7da} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6509 | 2024.08.08 23:03:27.351678 [ 3 ] {6b756b61-e82f-4505-bac6-c5201120d7da} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6510 | 2024.08.08 23:03:27.351830 [ 3 ] {6b756b61-e82f-4505-bac6-c5201120d7da} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001372 sec., 72157.43440233236 rows/sec., 5.64 MiB/sec. | ||
6511 | 2024.08.08 23:03:27.352029 [ 3 ] {6b756b61-e82f-4505-bac6-c5201120d7da} <Debug> DynamicQueryHandler: Done processing query | ||
6512 | 2024.08.08 23:03:27.352054 [ 3 ] {6b756b61-e82f-4505-bac6-c5201120d7da} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6513 | 2024.08.08 23:03:27.352070 [ 3 ] {} <Debug> HTTP-Session: 78c6c53e-3b3a-4e09-8f9a-8484af14b969 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6514 | 2024.08.08 23:03:27.352255 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30862, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6515 | 2024.08.08 23:03:27.352327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6516 | 2024.08.08 23:03:27.352347 [ 3 ] {} <Debug> HTTP-Session: 6160305f-1b62-4bd6-b590-aae7f5f723ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6517 | 2024.08.08 23:03:27.352363 [ 3 ] {} <Debug> HTTP-Session: 6160305f-1b62-4bd6-b590-aae7f5f723ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6518 | 2024.08.08 23:03:27.352377 [ 3 ] {} <Debug> HTTP-Session: 6160305f-1b62-4bd6-b590-aae7f5f723ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6519 | 2024.08.08 23:03:27.352406 [ 3 ] {} <Trace> HTTP-Session: 6160305f-1b62-4bd6-b590-aae7f5f723ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6520 | 2024.08.08 23:03:27.352546 [ 3 ] {7ba24008-9948-4881-9181-b6965d6622a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6521 | 2024.08.08 23:03:27.352591 [ 3 ] {7ba24008-9948-4881-9181-b6965d6622a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6522 | 2024.08.08 23:03:27.352736 [ 3 ] {7ba24008-9948-4881-9181-b6965d6622a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6523 | 2024.08.08 23:03:27.353129 [ 3 ] {7ba24008-9948-4881-9181-b6965d6622a3} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6524 | 2024.08.08 23:03:27.353165 [ 3 ] {7ba24008-9948-4881-9181-b6965d6622a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6525 | 2024.08.08 23:03:27.353567 [ 3 ] {7ba24008-9948-4881-9181-b6965d6622a3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6526 | 2024.08.08 23:03:27.353898 [ 3 ] {7ba24008-9948-4881-9181-b6965d6622a3} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6527 | 2024.08.08 23:03:27.354042 [ 3 ] {7ba24008-9948-4881-9181-b6965d6622a3} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001556 sec., 103470.43701799485 rows/sec., 7.21 MiB/sec. | ||
6528 | 2024.08.08 23:03:27.354365 [ 3 ] {7ba24008-9948-4881-9181-b6965d6622a3} <Debug> DynamicQueryHandler: Done processing query | ||
6529 | 2024.08.08 23:03:27.354404 [ 3 ] {7ba24008-9948-4881-9181-b6965d6622a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6530 | 2024.08.08 23:03:27.354421 [ 3 ] {} <Debug> HTTP-Session: 6160305f-1b62-4bd6-b590-aae7f5f723ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6531 | 2024.08.08 23:03:27.354583 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 52965, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6532 | 2024.08.08 23:03:27.354632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6533 | 2024.08.08 23:03:27.354651 [ 3 ] {} <Debug> HTTP-Session: 81c09e23-620d-44af-ab44-59ad78547c77 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6534 | 2024.08.08 23:03:27.354667 [ 3 ] {} <Debug> HTTP-Session: 81c09e23-620d-44af-ab44-59ad78547c77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6535 | 2024.08.08 23:03:27.354681 [ 3 ] {} <Debug> HTTP-Session: 81c09e23-620d-44af-ab44-59ad78547c77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6536 | 2024.08.08 23:03:27.354711 [ 3 ] {} <Trace> HTTP-Session: 81c09e23-620d-44af-ab44-59ad78547c77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6537 | 2024.08.08 23:03:27.355079 [ 3 ] {b6bb70b5-f7c5-467c-a132-3e84a3af82dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6538 | 2024.08.08 23:03:27.355147 [ 3 ] {b6bb70b5-f7c5-467c-a132-3e84a3af82dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6539 | 2024.08.08 23:03:27.355551 [ 3 ] {b6bb70b5-f7c5-467c-a132-3e84a3af82dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6540 | 2024.08.08 23:03:27.356256 [ 3 ] {b6bb70b5-f7c5-467c-a132-3e84a3af82dc} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6541 | 2024.08.08 23:03:27.356292 [ 3 ] {b6bb70b5-f7c5-467c-a132-3e84a3af82dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6542 | 2024.08.08 23:03:27.356906 [ 3 ] {b6bb70b5-f7c5-467c-a132-3e84a3af82dc} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
6543 | 2024.08.08 23:03:27.357307 [ 3 ] {b6bb70b5-f7c5-467c-a132-3e84a3af82dc} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6544 | 2024.08.08 23:03:27.357487 [ 3 ] {b6bb70b5-f7c5-467c-a132-3e84a3af82dc} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002692 sec., 12258.543833580981 rows/sec., 21.97 MiB/sec. | ||
6545 | 2024.08.08 23:03:27.357702 [ 3 ] {b6bb70b5-f7c5-467c-a132-3e84a3af82dc} <Debug> DynamicQueryHandler: Done processing query | ||
6546 | 2024.08.08 23:03:27.357725 [ 3 ] {b6bb70b5-f7c5-467c-a132-3e84a3af82dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6547 | 2024.08.08 23:03:27.357741 [ 3 ] {} <Debug> HTTP-Session: 81c09e23-620d-44af-ab44-59ad78547c77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6548 | 2024.08.08 23:03:27.357877 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6549 | 2024.08.08 23:03:27.357925 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6550 | 2024.08.08 23:03:27.357944 [ 3 ] {} <Debug> HTTP-Session: 1e4daccf-3c2d-44b3-a184-66a107865139 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6551 | 2024.08.08 23:03:27.357961 [ 3 ] {} <Debug> HTTP-Session: 1e4daccf-3c2d-44b3-a184-66a107865139 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6552 | 2024.08.08 23:03:27.357974 [ 3 ] {} <Debug> HTTP-Session: 1e4daccf-3c2d-44b3-a184-66a107865139 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6553 | 2024.08.08 23:03:27.358004 [ 3 ] {} <Trace> HTTP-Session: 1e4daccf-3c2d-44b3-a184-66a107865139 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6554 | 2024.08.08 23:03:27.358120 [ 3 ] {e3988557-3d5a-4b69-b4d8-0ec47eb882e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6555 | 2024.08.08 23:03:27.358163 [ 3 ] {e3988557-3d5a-4b69-b4d8-0ec47eb882e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6556 | 2024.08.08 23:03:27.358287 [ 3 ] {e3988557-3d5a-4b69-b4d8-0ec47eb882e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6557 | 2024.08.08 23:03:27.358590 [ 3 ] {e3988557-3d5a-4b69-b4d8-0ec47eb882e3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6558 | 2024.08.08 23:03:27.358625 [ 3 ] {e3988557-3d5a-4b69-b4d8-0ec47eb882e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6559 | 2024.08.08 23:03:27.358975 [ 3 ] {e3988557-3d5a-4b69-b4d8-0ec47eb882e3} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
6560 | 2024.08.08 23:03:27.359284 [ 3 ] {e3988557-3d5a-4b69-b4d8-0ec47eb882e3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6561 | 2024.08.08 23:03:27.359441 [ 3 ] {e3988557-3d5a-4b69-b4d8-0ec47eb882e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
6562 | 2024.08.08 23:03:27.359711 [ 3 ] {e3988557-3d5a-4b69-b4d8-0ec47eb882e3} <Debug> DynamicQueryHandler: Done processing query | ||
6563 | 2024.08.08 23:03:27.359746 [ 3 ] {e3988557-3d5a-4b69-b4d8-0ec47eb882e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6564 | 2024.08.08 23:03:27.359774 [ 3 ] {} <Debug> HTTP-Session: 1e4daccf-3c2d-44b3-a184-66a107865139 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6565 | 2024.08.08 23:03:32.344125 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6566 | 2024.08.08 23:03:32.344264 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6567 | 2024.08.08 23:03:32.344293 [ 3 ] {} <Debug> HTTP-Session: 93ab86a0-3cf3-4646-b50d-f6d355232558 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6568 | 2024.08.08 23:03:32.344320 [ 3 ] {} <Debug> HTTP-Session: 93ab86a0-3cf3-4646-b50d-f6d355232558 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6569 | 2024.08.08 23:03:32.344340 [ 3 ] {} <Debug> HTTP-Session: 93ab86a0-3cf3-4646-b50d-f6d355232558 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6570 | 2024.08.08 23:03:32.344396 [ 3 ] {} <Trace> HTTP-Session: 93ab86a0-3cf3-4646-b50d-f6d355232558 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6571 | 2024.08.08 23:03:32.344596 [ 3 ] {c216ad08-efd4-4423-b4d5-a575b3b3b153} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6572 | 2024.08.08 23:03:32.344670 [ 3 ] {c216ad08-efd4-4423-b4d5-a575b3b3b153} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6573 | 2024.08.08 23:03:32.344886 [ 3 ] {c216ad08-efd4-4423-b4d5-a575b3b3b153} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6574 | 2024.08.08 23:03:32.345329 [ 3 ] {c216ad08-efd4-4423-b4d5-a575b3b3b153} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6575 | 2024.08.08 23:03:32.345375 [ 3 ] {c216ad08-efd4-4423-b4d5-a575b3b3b153} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6576 | 2024.08.08 23:03:32.345744 [ 3 ] {c216ad08-efd4-4423-b4d5-a575b3b3b153} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
6577 | 2024.08.08 23:03:32.346078 [ 3 ] {c216ad08-efd4-4423-b4d5-a575b3b3b153} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6578 | 2024.08.08 23:03:32.346258 [ 3 ] {c216ad08-efd4-4423-b4d5-a575b3b3b153} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001717 sec., 3494.4670937682004 rows/sec., 197.93 KiB/sec. | ||
6579 | 2024.08.08 23:03:32.346465 [ 3 ] {c216ad08-efd4-4423-b4d5-a575b3b3b153} <Debug> DynamicQueryHandler: Done processing query | ||
6580 | 2024.08.08 23:03:32.346493 [ 3 ] {c216ad08-efd4-4423-b4d5-a575b3b3b153} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6581 | 2024.08.08 23:03:32.346509 [ 3 ] {} <Debug> HTTP-Session: 93ab86a0-3cf3-4646-b50d-f6d355232558 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6582 | 2024.08.08 23:03:32.346726 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6583 | 2024.08.08 23:03:32.346784 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6584 | 2024.08.08 23:03:32.346804 [ 3 ] {} <Debug> HTTP-Session: 0d9fc9d7-0bcb-40a5-8471-0c23050be83f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6585 | 2024.08.08 23:03:32.346824 [ 3 ] {} <Debug> HTTP-Session: 0d9fc9d7-0bcb-40a5-8471-0c23050be83f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6586 | 2024.08.08 23:03:32.346838 [ 3 ] {} <Debug> HTTP-Session: 0d9fc9d7-0bcb-40a5-8471-0c23050be83f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6587 | 2024.08.08 23:03:32.346873 [ 3 ] {} <Trace> HTTP-Session: 0d9fc9d7-0bcb-40a5-8471-0c23050be83f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6588 | 2024.08.08 23:03:32.347019 [ 3 ] {4b75f4f4-d8de-48ee-9241-47f72e33c8b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6589 | 2024.08.08 23:03:32.347065 [ 3 ] {4b75f4f4-d8de-48ee-9241-47f72e33c8b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6590 | 2024.08.08 23:03:32.347193 [ 3 ] {4b75f4f4-d8de-48ee-9241-47f72e33c8b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6591 | 2024.08.08 23:03:32.347625 [ 3 ] {4b75f4f4-d8de-48ee-9241-47f72e33c8b1} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6592 | 2024.08.08 23:03:32.347662 [ 3 ] {4b75f4f4-d8de-48ee-9241-47f72e33c8b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6593 | 2024.08.08 23:03:32.347980 [ 3 ] {4b75f4f4-d8de-48ee-9241-47f72e33c8b1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6594 | 2024.08.08 23:03:32.348278 [ 3 ] {4b75f4f4-d8de-48ee-9241-47f72e33c8b1} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6595 | 2024.08.08 23:03:32.348438 [ 3 ] {4b75f4f4-d8de-48ee-9241-47f72e33c8b1} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001477 sec., 109004.73933649289 rows/sec., 9.61 MiB/sec. | ||
6596 | 2024.08.08 23:03:32.348634 [ 3 ] {4b75f4f4-d8de-48ee-9241-47f72e33c8b1} <Debug> DynamicQueryHandler: Done processing query | ||
6597 | 2024.08.08 23:03:32.348660 [ 3 ] {4b75f4f4-d8de-48ee-9241-47f72e33c8b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6598 | 2024.08.08 23:03:32.348676 [ 3 ] {} <Debug> HTTP-Session: 0d9fc9d7-0bcb-40a5-8471-0c23050be83f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6599 | 2024.08.08 23:03:32.348869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6600 | 2024.08.08 23:03:32.348917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6601 | 2024.08.08 23:03:32.348937 [ 3 ] {} <Debug> HTTP-Session: 5e17b1d4-da2d-40bb-b0e5-2856e1c5a3d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6602 | 2024.08.08 23:03:32.348954 [ 3 ] {} <Debug> HTTP-Session: 5e17b1d4-da2d-40bb-b0e5-2856e1c5a3d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6603 | 2024.08.08 23:03:32.348967 [ 3 ] {} <Debug> HTTP-Session: 5e17b1d4-da2d-40bb-b0e5-2856e1c5a3d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6604 | 2024.08.08 23:03:32.348998 [ 3 ] {} <Trace> HTTP-Session: 5e17b1d4-da2d-40bb-b0e5-2856e1c5a3d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6605 | 2024.08.08 23:03:32.349356 [ 3 ] {f6bd686d-a7f3-4eb1-bc05-c55a50a859a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6606 | 2024.08.08 23:03:32.349400 [ 3 ] {f6bd686d-a7f3-4eb1-bc05-c55a50a859a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6607 | 2024.08.08 23:03:32.349526 [ 3 ] {f6bd686d-a7f3-4eb1-bc05-c55a50a859a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6608 | 2024.08.08 23:03:32.350060 [ 3 ] {f6bd686d-a7f3-4eb1-bc05-c55a50a859a4} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6609 | 2024.08.08 23:03:32.350096 [ 3 ] {f6bd686d-a7f3-4eb1-bc05-c55a50a859a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6610 | 2024.08.08 23:03:32.350411 [ 3 ] {f6bd686d-a7f3-4eb1-bc05-c55a50a859a4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6611 | 2024.08.08 23:03:32.350709 [ 3 ] {f6bd686d-a7f3-4eb1-bc05-c55a50a859a4} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6612 | 2024.08.08 23:03:32.350858 [ 3 ] {f6bd686d-a7f3-4eb1-bc05-c55a50a859a4} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001757 sec., 217416.0500853728 rows/sec., 15.27 MiB/sec. | ||
6613 | 2024.08.08 23:03:32.351020 [ 3 ] {f6bd686d-a7f3-4eb1-bc05-c55a50a859a4} <Debug> DynamicQueryHandler: Done processing query | ||
6614 | 2024.08.08 23:03:32.351044 [ 3 ] {f6bd686d-a7f3-4eb1-bc05-c55a50a859a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6615 | 2024.08.08 23:03:32.351060 [ 3 ] {} <Debug> HTTP-Session: 5e17b1d4-da2d-40bb-b0e5-2856e1c5a3d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6616 | 2024.08.08 23:03:32.351262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6617 | 2024.08.08 23:03:32.351310 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6618 | 2024.08.08 23:03:32.351330 [ 3 ] {} <Debug> HTTP-Session: e092de23-e857-417a-bc8d-3e421f4fae5f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6619 | 2024.08.08 23:03:32.351348 [ 3 ] {} <Debug> HTTP-Session: e092de23-e857-417a-bc8d-3e421f4fae5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6620 | 2024.08.08 23:03:32.351362 [ 3 ] {} <Debug> HTTP-Session: e092de23-e857-417a-bc8d-3e421f4fae5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6621 | 2024.08.08 23:03:32.351393 [ 3 ] {} <Trace> HTTP-Session: e092de23-e857-417a-bc8d-3e421f4fae5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6622 | 2024.08.08 23:03:32.351485 [ 3 ] {5d9ff216-bdb4-433d-88f5-fc0a025fce3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6623 | 2024.08.08 23:03:32.351530 [ 3 ] {5d9ff216-bdb4-433d-88f5-fc0a025fce3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6624 | 2024.08.08 23:03:32.351656 [ 3 ] {5d9ff216-bdb4-433d-88f5-fc0a025fce3c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6625 | 2024.08.08 23:03:32.351915 [ 3 ] {5d9ff216-bdb4-433d-88f5-fc0a025fce3c} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6626 | 2024.08.08 23:03:32.351950 [ 3 ] {5d9ff216-bdb4-433d-88f5-fc0a025fce3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6627 | 2024.08.08 23:03:32.352300 [ 3 ] {5d9ff216-bdb4-433d-88f5-fc0a025fce3c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6628 | 2024.08.08 23:03:32.352617 [ 3 ] {5d9ff216-bdb4-433d-88f5-fc0a025fce3c} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6629 | 2024.08.08 23:03:32.352766 [ 101 ] {} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6630 | 2024.08.08 23:03:32.352777 [ 3 ] {5d9ff216-bdb4-433d-88f5-fc0a025fce3c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001307 sec., 4590.665646518745 rows/sec., 197.26 KiB/sec. | ||
6631 | 2024.08.08 23:03:32.352853 [ 101 ] {} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6632 | 2024.08.08 23:03:32.352918 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6633 | 2024.08.08 23:03:32.353103 [ 3 ] {5d9ff216-bdb4-433d-88f5-fc0a025fce3c} <Debug> DynamicQueryHandler: Done processing query | ||
6634 | 2024.08.08 23:03:32.353104 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::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 | ||
6635 | 2024.08.08 23:03:32.353141 [ 3 ] {5d9ff216-bdb4-433d-88f5-fc0a025fce3c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6636 | 2024.08.08 23:03:32.353200 [ 3 ] {} <Debug> HTTP-Session: e092de23-e857-417a-bc8d-3e421f4fae5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6637 | 2024.08.08 23:03:32.353383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6638 | 2024.08.08 23:03:32.353392 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6639 | 2024.08.08 23:03:32.353476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6640 | 2024.08.08 23:03:32.353483 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
6641 | 2024.08.08 23:03:32.353517 [ 3 ] {} <Debug> HTTP-Session: af67aefe-c3bb-49f1-b797-fd56ba1873d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6642 | 2024.08.08 23:03:32.353559 [ 3 ] {} <Debug> HTTP-Session: af67aefe-c3bb-49f1-b797-fd56ba1873d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6643 | 2024.08.08 23:03:32.353603 [ 3 ] {} <Debug> HTTP-Session: af67aefe-c3bb-49f1-b797-fd56ba1873d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6644 | 2024.08.08 23:03:32.353736 [ 3 ] {} <Trace> HTTP-Session: af67aefe-c3bb-49f1-b797-fd56ba1873d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6645 | 2024.08.08 23:03:32.353759 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
6646 | 2024.08.08 23:03:32.354156 [ 3 ] {2f4c763a-4969-4f53-a4aa-7b8c732da672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
6647 | 2024.08.08 23:03:32.354163 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
6648 | 2024.08.08 23:03:32.354287 [ 3 ] {2f4c763a-4969-4f53-a4aa-7b8c732da672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
6649 | 2024.08.08 23:03:32.354489 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
6650 | 2024.08.08 23:03:32.354868 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
6651 | 2024.08.08 23:03:32.355222 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
6652 | 2024.08.08 23:03:32.355352 [ 3 ] {2f4c763a-4969-4f53-a4aa-7b8c732da672} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6653 | 2024.08.08 23:03:32.356258 [ 3 ] {2f4c763a-4969-4f53-a4aa-7b8c732da672} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6654 | 2024.08.08 23:03:32.356323 [ 3 ] {2f4c763a-4969-4f53-a4aa-7b8c732da672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6655 | 2024.08.08 23:03:32.357393 [ 3 ] {2f4c763a-4969-4f53-a4aa-7b8c732da672} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
6656 | 2024.08.08 23:03:32.357827 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004802657 sec., 19988.935291443882 rows/sec., 858.90 KiB/sec. | ||
6657 | 2024.08.08 23:03:32.358014 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6658 | 2024.08.08 23:03:32.358131 [ 3 ] {2f4c763a-4969-4f53-a4aa-7b8c732da672} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6659 | 2024.08.08 23:03:32.358364 [ 101 ] {} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
6660 | 2024.08.08 23:03:32.358464 [ 3 ] {2f4c763a-4969-4f53-a4aa-7b8c732da672} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004505 sec., 17092.11986681465 rows/sec., 1.05 MiB/sec. | ||
6661 | 2024.08.08 23:03:32.358510 [ 101 ] {} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6662 | 2024.08.08 23:03:32.358631 [ 101 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6663 | 2024.08.08 23:03:32.359098 [ 193 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::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 | ||
6664 | 2024.08.08 23:03:32.359178 [ 3 ] {2f4c763a-4969-4f53-a4aa-7b8c732da672} <Debug> DynamicQueryHandler: Done processing query | ||
6665 | 2024.08.08 23:03:32.359231 [ 3 ] {2f4c763a-4969-4f53-a4aa-7b8c732da672} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
6666 | 2024.08.08 23:03:32.359383 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6667 | 2024.08.08 23:03:32.359319 [ 3 ] {} <Debug> HTTP-Session: af67aefe-c3bb-49f1-b797-fd56ba1873d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6668 | 2024.08.08 23:03:32.359626 [ 193 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6669 | 2024.08.08 23:03:32.359645 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_16_3} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6670 | 2024.08.08 23:03:32.359699 [ 193 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 847 rows starting from the beginning of the part | ||
6671 | 2024.08.08 23:03:32.359851 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
6672 | 2024.08.08 23:03:32.359880 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6673 | 2024.08.08 23:03:32.360105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6674 | 2024.08.08 23:03:32.360120 [ 193 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 77 rows starting from the beginning of the part | ||
6675 | 2024.08.08 23:03:32.360165 [ 3 ] {} <Debug> HTTP-Session: d1e83ed3-79e4-4f57-b421-8efd60e3b52c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6676 | 2024.08.08 23:03:32.360230 [ 3 ] {} <Debug> HTTP-Session: d1e83ed3-79e4-4f57-b421-8efd60e3b52c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6677 | 2024.08.08 23:03:32.360291 [ 3 ] {} <Debug> HTTP-Session: d1e83ed3-79e4-4f57-b421-8efd60e3b52c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6678 | 2024.08.08 23:03:32.360371 [ 193 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 77 rows starting from the beginning of the part | ||
6679 | 2024.08.08 23:03:32.360476 [ 3 ] {} <Trace> HTTP-Session: d1e83ed3-79e4-4f57-b421-8efd60e3b52c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6680 | 2024.08.08 23:03:32.360626 [ 193 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 77 rows starting from the beginning of the part | ||
6681 | 2024.08.08 23:03:32.360964 [ 3 ] {1341a66b-06a6-4a9b-b23d-a11ed301cea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6682 | 2024.08.08 23:03:32.360968 [ 193 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 77 rows starting from the beginning of the part | ||
6683 | 2024.08.08 23:03:32.361098 [ 3 ] {1341a66b-06a6-4a9b-b23d-a11ed301cea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6684 | 2024.08.08 23:03:32.361321 [ 193 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 77 rows starting from the beginning of the part | ||
6685 | 2024.08.08 23:03:32.362072 [ 3 ] {1341a66b-06a6-4a9b-b23d-a11ed301cea0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6686 | 2024.08.08 23:03:32.362968 [ 3 ] {1341a66b-06a6-4a9b-b23d-a11ed301cea0} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6687 | 2024.08.08 23:03:32.363047 [ 3 ] {1341a66b-06a6-4a9b-b23d-a11ed301cea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6688 | 2024.08.08 23:03:32.364167 [ 3 ] {1341a66b-06a6-4a9b-b23d-a11ed301cea0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6689 | 2024.08.08 23:03:32.364373 [ 197 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1232 rows, containing 5 columns (5 merged, 0 gathered) in 0.005538548 sec., 222440.97189371655 rows/sec., 13.70 MiB/sec. | ||
6690 | 2024.08.08 23:03:32.364699 [ 197 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
6691 | 2024.08.08 23:03:32.364906 [ 3 ] {1341a66b-06a6-4a9b-b23d-a11ed301cea0} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6692 | 2024.08.08 23:03:32.365294 [ 3 ] {1341a66b-06a6-4a9b-b23d-a11ed301cea0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004547 sec., 35188.03606773697 rows/sec., 2.45 MiB/sec. | ||
6693 | 2024.08.08 23:03:32.365745 [ 3 ] {1341a66b-06a6-4a9b-b23d-a11ed301cea0} <Debug> DynamicQueryHandler: Done processing query | ||
6694 | 2024.08.08 23:03:32.365790 [ 3 ] {1341a66b-06a6-4a9b-b23d-a11ed301cea0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6695 | 2024.08.08 23:03:32.365835 [ 3 ] {} <Debug> HTTP-Session: d1e83ed3-79e4-4f57-b421-8efd60e3b52c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6696 | 2024.08.08 23:03:32.365845 [ 197 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6697 | 2024.08.08 23:03:32.365959 [ 197 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_16_3} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
6698 | 2024.08.08 23:03:32.365994 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6699 | 2024.08.08 23:03:32.366113 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
6700 | 2024.08.08 23:03:32.366126 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6701 | 2024.08.08 23:03:32.366170 [ 3 ] {} <Debug> HTTP-Session: 98904065-a3fb-40df-aab1-72bbfe8c76b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6702 | 2024.08.08 23:03:32.366187 [ 3 ] {} <Debug> HTTP-Session: 98904065-a3fb-40df-aab1-72bbfe8c76b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6703 | 2024.08.08 23:03:32.366201 [ 3 ] {} <Debug> HTTP-Session: 98904065-a3fb-40df-aab1-72bbfe8c76b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6704 | 2024.08.08 23:03:32.366233 [ 3 ] {} <Trace> HTTP-Session: 98904065-a3fb-40df-aab1-72bbfe8c76b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6705 | 2024.08.08 23:03:32.366347 [ 3 ] {f62fc87b-cd25-4fa6-ac2a-a5d18ef11896} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
6706 | 2024.08.08 23:03:32.366395 [ 3 ] {f62fc87b-cd25-4fa6-ac2a-a5d18ef11896} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
6707 | 2024.08.08 23:03:32.366546 [ 3 ] {f62fc87b-cd25-4fa6-ac2a-a5d18ef11896} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6708 | 2024.08.08 23:03:32.366827 [ 3 ] {f62fc87b-cd25-4fa6-ac2a-a5d18ef11896} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6709 | 2024.08.08 23:03:32.366863 [ 3 ] {f62fc87b-cd25-4fa6-ac2a-a5d18ef11896} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6710 | 2024.08.08 23:03:32.367229 [ 3 ] {f62fc87b-cd25-4fa6-ac2a-a5d18ef11896} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
6711 | 2024.08.08 23:03:32.367559 [ 3 ] {f62fc87b-cd25-4fa6-ac2a-a5d18ef11896} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6712 | 2024.08.08 23:03:32.367711 [ 3 ] {f62fc87b-cd25-4fa6-ac2a-a5d18ef11896} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001389 sec., 16558.67530597552 rows/sec., 895.71 KiB/sec. | ||
6713 | 2024.08.08 23:03:32.368046 [ 3 ] {f62fc87b-cd25-4fa6-ac2a-a5d18ef11896} <Debug> DynamicQueryHandler: Done processing query | ||
6714 | 2024.08.08 23:03:32.368072 [ 3 ] {f62fc87b-cd25-4fa6-ac2a-a5d18ef11896} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
6715 | 2024.08.08 23:03:32.368088 [ 3 ] {} <Debug> HTTP-Session: 98904065-a3fb-40df-aab1-72bbfe8c76b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6716 | 2024.08.08 23:03:32.368211 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6717 | 2024.08.08 23:03:32.368261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6718 | 2024.08.08 23:03:32.368280 [ 3 ] {} <Debug> HTTP-Session: c08d4d35-e09e-4a9d-970f-0bce920f3d47 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6719 | 2024.08.08 23:03:32.368296 [ 3 ] {} <Debug> HTTP-Session: c08d4d35-e09e-4a9d-970f-0bce920f3d47 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6720 | 2024.08.08 23:03:32.368311 [ 3 ] {} <Debug> HTTP-Session: c08d4d35-e09e-4a9d-970f-0bce920f3d47 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6721 | 2024.08.08 23:03:32.368341 [ 3 ] {} <Trace> HTTP-Session: c08d4d35-e09e-4a9d-970f-0bce920f3d47 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6722 | 2024.08.08 23:03:32.368461 [ 3 ] {a31755f6-22bc-4075-ae32-5747b864a637} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6723 | 2024.08.08 23:03:32.368506 [ 3 ] {a31755f6-22bc-4075-ae32-5747b864a637} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6724 | 2024.08.08 23:03:32.368653 [ 3 ] {a31755f6-22bc-4075-ae32-5747b864a637} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6725 | 2024.08.08 23:03:32.368945 [ 3 ] {a31755f6-22bc-4075-ae32-5747b864a637} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6726 | 2024.08.08 23:03:32.368981 [ 3 ] {a31755f6-22bc-4075-ae32-5747b864a637} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6727 | 2024.08.08 23:03:32.369333 [ 3 ] {a31755f6-22bc-4075-ae32-5747b864a637} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
6728 | 2024.08.08 23:03:32.369670 [ 3 ] {a31755f6-22bc-4075-ae32-5747b864a637} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6729 | 2024.08.08 23:03:32.369831 [ 3 ] {a31755f6-22bc-4075-ae32-5747b864a637} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001397 sec., 42949.17680744452 rows/sec., 2.89 MiB/sec. | ||
6730 | 2024.08.08 23:03:32.370041 [ 3 ] {a31755f6-22bc-4075-ae32-5747b864a637} <Debug> DynamicQueryHandler: Done processing query | ||
6731 | 2024.08.08 23:03:32.370066 [ 3 ] {a31755f6-22bc-4075-ae32-5747b864a637} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6732 | 2024.08.08 23:03:32.370083 [ 3 ] {} <Debug> HTTP-Session: c08d4d35-e09e-4a9d-970f-0bce920f3d47 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6733 | 2024.08.08 23:03:37.340298 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6734 | 2024.08.08 23:03:37.340431 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6735 | 2024.08.08 23:03:37.340461 [ 3 ] {} <Debug> HTTP-Session: b539400f-9a85-4c0a-8cd7-203fa4785318 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6736 | 2024.08.08 23:03:37.340487 [ 3 ] {} <Debug> HTTP-Session: b539400f-9a85-4c0a-8cd7-203fa4785318 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6737 | 2024.08.08 23:03:37.340504 [ 3 ] {} <Debug> HTTP-Session: b539400f-9a85-4c0a-8cd7-203fa4785318 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6738 | 2024.08.08 23:03:37.340560 [ 3 ] {} <Trace> HTTP-Session: b539400f-9a85-4c0a-8cd7-203fa4785318 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6739 | 2024.08.08 23:03:37.340768 [ 3 ] {51a3b49d-9ad4-4316-86c2-3b545c277d51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6740 | 2024.08.08 23:03:37.340843 [ 3 ] {51a3b49d-9ad4-4316-86c2-3b545c277d51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6741 | 2024.08.08 23:03:37.341057 [ 3 ] {51a3b49d-9ad4-4316-86c2-3b545c277d51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6742 | 2024.08.08 23:03:37.341496 [ 3 ] {51a3b49d-9ad4-4316-86c2-3b545c277d51} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6743 | 2024.08.08 23:03:37.341541 [ 3 ] {51a3b49d-9ad4-4316-86c2-3b545c277d51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6744 | 2024.08.08 23:03:37.341915 [ 3 ] {51a3b49d-9ad4-4316-86c2-3b545c277d51} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
6745 | 2024.08.08 23:03:37.342248 [ 3 ] {51a3b49d-9ad4-4316-86c2-3b545c277d51} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6746 | 2024.08.08 23:03:37.342419 [ 3 ] {51a3b49d-9ad4-4316-86c2-3b545c277d51} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001713 sec., 19264.44833625219 rows/sec., 1.52 MiB/sec. | ||
6747 | 2024.08.08 23:03:37.342639 [ 3 ] {51a3b49d-9ad4-4316-86c2-3b545c277d51} <Debug> DynamicQueryHandler: Done processing query | ||
6748 | 2024.08.08 23:03:37.342666 [ 3 ] {51a3b49d-9ad4-4316-86c2-3b545c277d51} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6749 | 2024.08.08 23:03:37.342683 [ 3 ] {} <Debug> HTTP-Session: b539400f-9a85-4c0a-8cd7-203fa4785318 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6750 | 2024.08.08 23:03:37.342803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6751 | 2024.08.08 23:03:37.342859 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6752 | 2024.08.08 23:03:37.342879 [ 3 ] {} <Debug> HTTP-Session: dcf53c84-d332-490e-9427-60686886506d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6753 | 2024.08.08 23:03:37.342897 [ 3 ] {} <Debug> HTTP-Session: dcf53c84-d332-490e-9427-60686886506d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6754 | 2024.08.08 23:03:37.342911 [ 3 ] {} <Debug> HTTP-Session: dcf53c84-d332-490e-9427-60686886506d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6755 | 2024.08.08 23:03:37.342947 [ 3 ] {} <Trace> HTTP-Session: dcf53c84-d332-490e-9427-60686886506d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6756 | 2024.08.08 23:03:37.343054 [ 3 ] {d94bcea9-dc4d-42ef-980d-287073cf72e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
6757 | 2024.08.08 23:03:37.343101 [ 3 ] {d94bcea9-dc4d-42ef-980d-287073cf72e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
6758 | 2024.08.08 23:03:37.343237 [ 3 ] {d94bcea9-dc4d-42ef-980d-287073cf72e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6759 | 2024.08.08 23:03:37.343535 [ 3 ] {d94bcea9-dc4d-42ef-980d-287073cf72e5} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6760 | 2024.08.08 23:03:37.343574 [ 3 ] {d94bcea9-dc4d-42ef-980d-287073cf72e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6761 | 2024.08.08 23:03:37.343873 [ 3 ] {d94bcea9-dc4d-42ef-980d-287073cf72e5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6762 | 2024.08.08 23:03:37.344200 [ 3 ] {d94bcea9-dc4d-42ef-980d-287073cf72e5} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6763 | 2024.08.08 23:03:37.344376 [ 3 ] {d94bcea9-dc4d-42ef-980d-287073cf72e5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001341 sec., 2982.848620432513 rows/sec., 243.23 KiB/sec. | ||
6764 | 2024.08.08 23:03:37.344649 [ 3 ] {d94bcea9-dc4d-42ef-980d-287073cf72e5} <Debug> DynamicQueryHandler: Done processing query | ||
6765 | 2024.08.08 23:03:37.344674 [ 3 ] {d94bcea9-dc4d-42ef-980d-287073cf72e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6766 | 2024.08.08 23:03:37.344692 [ 3 ] {} <Debug> HTTP-Session: dcf53c84-d332-490e-9427-60686886506d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6767 | 2024.08.08 23:03:37.344848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 23016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6768 | 2024.08.08 23:03:37.344900 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6769 | 2024.08.08 23:03:37.344920 [ 3 ] {} <Debug> HTTP-Session: 54c861d0-c5ca-4fbb-9178-02809c85e9f2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6770 | 2024.08.08 23:03:37.344936 [ 3 ] {} <Debug> HTTP-Session: 54c861d0-c5ca-4fbb-9178-02809c85e9f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6771 | 2024.08.08 23:03:37.344951 [ 3 ] {} <Debug> HTTP-Session: 54c861d0-c5ca-4fbb-9178-02809c85e9f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6772 | 2024.08.08 23:03:37.344984 [ 3 ] {} <Trace> HTTP-Session: 54c861d0-c5ca-4fbb-9178-02809c85e9f2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6773 | 2024.08.08 23:03:37.345153 [ 3 ] {37db430e-4049-4c42-b3f0-2e9444a214d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6774 | 2024.08.08 23:03:37.345199 [ 3 ] {37db430e-4049-4c42-b3f0-2e9444a214d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6775 | 2024.08.08 23:03:37.345347 [ 3 ] {37db430e-4049-4c42-b3f0-2e9444a214d5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6776 | 2024.08.08 23:03:37.345756 [ 3 ] {37db430e-4049-4c42-b3f0-2e9444a214d5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6777 | 2024.08.08 23:03:37.345793 [ 3 ] {37db430e-4049-4c42-b3f0-2e9444a214d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6778 | 2024.08.08 23:03:37.346109 [ 3 ] {37db430e-4049-4c42-b3f0-2e9444a214d5} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6779 | 2024.08.08 23:03:37.346440 [ 3 ] {37db430e-4049-4c42-b3f0-2e9444a214d5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6780 | 2024.08.08 23:03:37.346599 [ 3 ] {37db430e-4049-4c42-b3f0-2e9444a214d5} <Debug> executeQuery: Read 157 rows, 13.45 KiB in 0.001524 sec., 103018.37270341208 rows/sec., 8.62 MiB/sec. | ||
6781 | 2024.08.08 23:03:37.346609 [ 97 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6782 | 2024.08.08 23:03:37.346703 [ 97 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6783 | 2024.08.08 23:03:37.346753 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6784 | 2024.08.08 23:03:37.346843 [ 3 ] {37db430e-4049-4c42-b3f0-2e9444a214d5} <Debug> DynamicQueryHandler: Done processing query | ||
6785 | 2024.08.08 23:03:37.346884 [ 3 ] {37db430e-4049-4c42-b3f0-2e9444a214d5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
6786 | 2024.08.08 23:03:37.346906 [ 3 ] {} <Debug> HTTP-Session: 54c861d0-c5ca-4fbb-9178-02809c85e9f2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6787 | 2024.08.08 23:03:37.346927 [ 188 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
6788 | 2024.08.08 23:03:37.347059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6789 | 2024.08.08 23:03:37.347110 [ 188 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6790 | 2024.08.08 23:03:37.347122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6791 | 2024.08.08 23:03:37.347154 [ 3 ] {} <Debug> HTTP-Session: 5a4d0204-64d9-45a2-be53-3d9685110aca Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6792 | 2024.08.08 23:03:37.347157 [ 188 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1408 rows starting from the beginning of the part | ||
6793 | 2024.08.08 23:03:37.347175 [ 3 ] {} <Debug> HTTP-Session: 5a4d0204-64d9-45a2-be53-3d9685110aca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6794 | 2024.08.08 23:03:37.347199 [ 3 ] {} <Debug> HTTP-Session: 5a4d0204-64d9-45a2-be53-3d9685110aca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6795 | 2024.08.08 23:03:37.347254 [ 3 ] {} <Trace> HTTP-Session: 5a4d0204-64d9-45a2-be53-3d9685110aca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6796 | 2024.08.08 23:03:37.347268 [ 188 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1295 rows starting from the beginning of the part | ||
6797 | 2024.08.08 23:03:37.347602 [ 3 ] {e1cfe8a4-08db-4f3b-8c83-5d93599987bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
6798 | 2024.08.08 23:03:37.347633 [ 188 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 161 rows starting from the beginning of the part | ||
6799 | 2024.08.08 23:03:37.347780 [ 3 ] {e1cfe8a4-08db-4f3b-8c83-5d93599987bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
6800 | 2024.08.08 23:03:37.348031 [ 188 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 156 rows starting from the beginning of the part | ||
6801 | 2024.08.08 23:03:37.348443 [ 188 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 161 rows starting from the beginning of the part | ||
6802 | 2024.08.08 23:03:37.348764 [ 188 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 157 rows starting from the beginning of the part | ||
6803 | 2024.08.08 23:03:37.349188 [ 3 ] {e1cfe8a4-08db-4f3b-8c83-5d93599987bb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6804 | 2024.08.08 23:03:37.349711 [ 3 ] {e1cfe8a4-08db-4f3b-8c83-5d93599987bb} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6805 | 2024.08.08 23:03:37.349751 [ 3 ] {e1cfe8a4-08db-4f3b-8c83-5d93599987bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6806 | 2024.08.08 23:03:37.350177 [ 3 ] {e1cfe8a4-08db-4f3b-8c83-5d93599987bb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
6807 | 2024.08.08 23:03:37.350713 [ 3 ] {e1cfe8a4-08db-4f3b-8c83-5d93599987bb} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6808 | 2024.08.08 23:03:37.350848 [ 3 ] {e1cfe8a4-08db-4f3b-8c83-5d93599987bb} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003428 sec., 1166.8611435239206 rows/sec., 81.48 KiB/sec. | ||
6809 | 2024.08.08 23:03:37.351284 [ 3 ] {e1cfe8a4-08db-4f3b-8c83-5d93599987bb} <Debug> DynamicQueryHandler: Done processing query | ||
6810 | 2024.08.08 23:03:37.351326 [ 3 ] {e1cfe8a4-08db-4f3b-8c83-5d93599987bb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6811 | 2024.08.08 23:03:37.351360 [ 3 ] {} <Debug> HTTP-Session: 5a4d0204-64d9-45a2-be53-3d9685110aca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6812 | 2024.08.08 23:03:37.351506 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3338 rows, containing 4 columns (4 merged, 0 gathered) in 0.004679275 sec., 713358.37282485 rows/sec., 59.57 MiB/sec. | ||
6813 | 2024.08.08 23:03:37.351535 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6814 | 2024.08.08 23:03:37.351590 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6815 | 2024.08.08 23:03:37.351610 [ 3 ] {} <Debug> HTTP-Session: 3dc5f3ec-3026-4c5a-b5a2-6d08167901a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6816 | 2024.08.08 23:03:37.351627 [ 3 ] {} <Debug> HTTP-Session: 3dc5f3ec-3026-4c5a-b5a2-6d08167901a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6817 | 2024.08.08 23:03:37.351641 [ 3 ] {} <Debug> HTTP-Session: 3dc5f3ec-3026-4c5a-b5a2-6d08167901a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6818 | 2024.08.08 23:03:37.351678 [ 3 ] {} <Trace> HTTP-Session: 3dc5f3ec-3026-4c5a-b5a2-6d08167901a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6819 | 2024.08.08 23:03:37.351754 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6820 | 2024.08.08 23:03:37.351824 [ 3 ] {e1587833-7dd2-486e-a8f3-d0d51bc37dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6821 | 2024.08.08 23:03:37.351875 [ 3 ] {e1587833-7dd2-486e-a8f3-d0d51bc37dba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6822 | 2024.08.08 23:03:37.352214 [ 3 ] {e1587833-7dd2-486e-a8f3-d0d51bc37dba} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6823 | 2024.08.08 23:03:37.352363 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6824 | 2024.08.08 23:03:37.352505 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_36_7} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6825 | 2024.08.08 23:03:37.352605 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
6826 | 2024.08.08 23:03:37.352718 [ 3 ] {e1587833-7dd2-486e-a8f3-d0d51bc37dba} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6827 | 2024.08.08 23:03:37.352753 [ 3 ] {e1587833-7dd2-486e-a8f3-d0d51bc37dba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6828 | 2024.08.08 23:03:37.353069 [ 3 ] {e1587833-7dd2-486e-a8f3-d0d51bc37dba} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6829 | 2024.08.08 23:03:37.353387 [ 3 ] {e1587833-7dd2-486e-a8f3-d0d51bc37dba} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6830 | 2024.08.08 23:03:37.353511 [ 3 ] {e1587833-7dd2-486e-a8f3-d0d51bc37dba} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.001745 sec., 57879.65616045845 rows/sec., 4.52 MiB/sec. | ||
6831 | 2024.08.08 23:03:37.353517 [ 96 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6832 | 2024.08.08 23:03:37.353575 [ 96 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6833 | 2024.08.08 23:03:37.353605 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6834 | 2024.08.08 23:03:37.353730 [ 3 ] {e1587833-7dd2-486e-a8f3-d0d51bc37dba} <Debug> DynamicQueryHandler: Done processing query | ||
6835 | 2024.08.08 23:03:37.353779 [ 3 ] {e1587833-7dd2-486e-a8f3-d0d51bc37dba} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
6836 | 2024.08.08 23:03:37.353799 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
6837 | 2024.08.08 23:03:37.353812 [ 3 ] {} <Debug> HTTP-Session: 3dc5f3ec-3026-4c5a-b5a2-6d08167901a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6838 | 2024.08.08 23:03:37.354015 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6839 | 2024.08.08 23:03:37.354050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6840 | 2024.08.08 23:03:37.354073 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 905 rows starting from the beginning of the part | ||
6841 | 2024.08.08 23:03:37.354137 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6842 | 2024.08.08 23:03:37.354222 [ 3 ] {} <Debug> HTTP-Session: 859f4841-19e6-4f0e-832d-684294b344b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6843 | 2024.08.08 23:03:37.354294 [ 3 ] {} <Debug> HTTP-Session: 859f4841-19e6-4f0e-832d-684294b344b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6844 | 2024.08.08 23:03:37.354353 [ 3 ] {} <Debug> HTTP-Session: 859f4841-19e6-4f0e-832d-684294b344b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6845 | 2024.08.08 23:03:37.354356 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 553 rows starting from the beginning of the part | ||
6846 | 2024.08.08 23:03:37.354445 [ 3 ] {} <Trace> HTTP-Session: 859f4841-19e6-4f0e-832d-684294b344b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6847 | 2024.08.08 23:03:37.354575 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 382 rows starting from the beginning of the part | ||
6848 | 2024.08.08 23:03:37.354900 [ 3 ] {db6c3335-0237-4987-af48-691ee6b4416f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
6849 | 2024.08.08 23:03:37.354954 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 99 rows starting from the beginning of the part | ||
6850 | 2024.08.08 23:03:37.355045 [ 3 ] {db6c3335-0237-4987-af48-691ee6b4416f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
6851 | 2024.08.08 23:03:37.355283 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 382 rows starting from the beginning of the part | ||
6852 | 2024.08.08 23:03:37.355629 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 101 rows starting from the beginning of the part | ||
6853 | 2024.08.08 23:03:37.356245 [ 3 ] {db6c3335-0237-4987-af48-691ee6b4416f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6854 | 2024.08.08 23:03:37.357066 [ 3 ] {db6c3335-0237-4987-af48-691ee6b4416f} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6855 | 2024.08.08 23:03:37.357132 [ 3 ] {db6c3335-0237-4987-af48-691ee6b4416f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6856 | 2024.08.08 23:03:37.358118 [ 3 ] {db6c3335-0237-4987-af48-691ee6b4416f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6857 | 2024.08.08 23:03:37.358758 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 4 columns (4 merged, 0 gathered) in 0.005062241 sec., 478444.23052952235 rows/sec., 34.75 MiB/sec. | ||
6858 | 2024.08.08 23:03:37.358770 [ 3 ] {db6c3335-0237-4987-af48-691ee6b4416f} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6859 | 2024.08.08 23:03:37.358995 [ 96 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6860 | 2024.08.08 23:03:37.359015 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6861 | 2024.08.08 23:03:37.359020 [ 3 ] {db6c3335-0237-4987-af48-691ee6b4416f} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004357 sec., 37181.54693596512 rows/sec., 2.59 MiB/sec. | ||
6862 | 2024.08.08 23:03:37.359064 [ 96 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6863 | 2024.08.08 23:03:37.359166 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6864 | 2024.08.08 23:03:37.359620 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
6865 | 2024.08.08 23:03:37.359713 [ 3 ] {db6c3335-0237-4987-af48-691ee6b4416f} <Debug> DynamicQueryHandler: Done processing query | ||
6866 | 2024.08.08 23:03:37.359824 [ 3 ] {db6c3335-0237-4987-af48-691ee6b4416f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
6867 | 2024.08.08 23:03:37.359882 [ 3 ] {} <Debug> HTTP-Session: 859f4841-19e6-4f0e-832d-684294b344b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6868 | 2024.08.08 23:03:37.360168 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53001, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6869 | 2024.08.08 23:03:37.360245 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6870 | 2024.08.08 23:03:37.360281 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6871 | 2024.08.08 23:03:37.360359 [ 3 ] {} <Debug> HTTP-Session: c4415c81-4e3c-4123-95d5-a76d1000c532 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6872 | 2024.08.08 23:03:37.360365 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 8489 rows starting from the beginning of the part | ||
6873 | 2024.08.08 23:03:37.360407 [ 3 ] {} <Debug> HTTP-Session: c4415c81-4e3c-4123-95d5-a76d1000c532 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6874 | 2024.08.08 23:03:37.360464 [ 3 ] {} <Debug> HTTP-Session: c4415c81-4e3c-4123-95d5-a76d1000c532 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6875 | 2024.08.08 23:03:37.360685 [ 3 ] {} <Trace> HTTP-Session: c4415c81-4e3c-4123-95d5-a76d1000c532 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6876 | 2024.08.08 23:03:37.360738 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 844 rows starting from the beginning of the part | ||
6877 | 2024.08.08 23:03:37.361118 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 160 rows starting from the beginning of the part | ||
6878 | 2024.08.08 23:03:37.361131 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6879 | 2024.08.08 23:03:37.361372 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 161 rows starting from the beginning of the part | ||
6880 | 2024.08.08 23:03:37.361527 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_36_7} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6881 | 2024.08.08 23:03:37.361625 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 160 rows starting from the beginning of the part | ||
6882 | 2024.08.08 23:03:37.361780 [ 3 ] {0740d92e-d80a-4569-919a-00c026b95b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
6883 | 2024.08.08 23:03:37.362110 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 162 rows starting from the beginning of the part | ||
6884 | 2024.08.08 23:03:37.362192 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
6885 | 2024.08.08 23:03:37.362254 [ 3 ] {0740d92e-d80a-4569-919a-00c026b95b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
6886 | 2024.08.08 23:03:37.364049 [ 3 ] {0740d92e-d80a-4569-919a-00c026b95b63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6887 | 2024.08.08 23:03:37.365709 [ 3 ] {0740d92e-d80a-4569-919a-00c026b95b63} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6888 | 2024.08.08 23:03:37.365781 [ 3 ] {0740d92e-d80a-4569-919a-00c026b95b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6889 | 2024.08.08 23:03:37.367125 [ 3 ] {0740d92e-d80a-4569-919a-00c026b95b63} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
6890 | 2024.08.08 23:03:37.367663 [ 3 ] {0740d92e-d80a-4569-919a-00c026b95b63} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6891 | 2024.08.08 23:03:37.367836 [ 3 ] {0740d92e-d80a-4569-919a-00c026b95b63} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.006884 sec., 4793.724578733294 rows/sec., 8.59 MiB/sec. | ||
6892 | 2024.08.08 23:03:37.368748 [ 3 ] {0740d92e-d80a-4569-919a-00c026b95b63} <Debug> DynamicQueryHandler: Done processing query | ||
6893 | 2024.08.08 23:03:37.368784 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9976 rows, containing 5 columns (5 merged, 0 gathered) in 0.009426642 sec., 1058277.1680519956 rows/sec., 72.32 MiB/sec. | ||
6894 | 2024.08.08 23:03:37.368785 [ 3 ] {0740d92e-d80a-4569-919a-00c026b95b63} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
6895 | 2024.08.08 23:03:37.368860 [ 3 ] {} <Debug> HTTP-Session: c4415c81-4e3c-4123-95d5-a76d1000c532 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6896 | 2024.08.08 23:03:37.369006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6897 | 2024.08.08 23:03:37.369053 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6898 | 2024.08.08 23:03:37.369077 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6899 | 2024.08.08 23:03:37.369140 [ 3 ] {} <Debug> HTTP-Session: 95626f9b-826e-4bc1-967e-7d80b17d4134 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6900 | 2024.08.08 23:03:37.369199 [ 3 ] {} <Debug> HTTP-Session: 95626f9b-826e-4bc1-967e-7d80b17d4134 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6901 | 2024.08.08 23:03:37.369231 [ 3 ] {} <Debug> HTTP-Session: 95626f9b-826e-4bc1-967e-7d80b17d4134 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6902 | 2024.08.08 23:03:37.369275 [ 3 ] {} <Trace> HTTP-Session: 95626f9b-826e-4bc1-967e-7d80b17d4134 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6903 | 2024.08.08 23:03:37.369600 [ 3 ] {092003ef-23ec-4cac-8fc8-0ede7e7f1731} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
6904 | 2024.08.08 23:03:37.369714 [ 3 ] {092003ef-23ec-4cac-8fc8-0ede7e7f1731} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
6905 | 2024.08.08 23:03:37.370032 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6906 | 2024.08.08 23:03:37.370070 [ 3 ] {092003ef-23ec-4cac-8fc8-0ede7e7f1731} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6907 | 2024.08.08 23:03:37.370228 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6908 | 2024.08.08 23:03:37.370343 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.95 MiB. | ||
6909 | 2024.08.08 23:03:37.370552 [ 3 ] {092003ef-23ec-4cac-8fc8-0ede7e7f1731} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6910 | 2024.08.08 23:03:37.370593 [ 3 ] {092003ef-23ec-4cac-8fc8-0ede7e7f1731} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6911 | 2024.08.08 23:03:37.370964 [ 3 ] {092003ef-23ec-4cac-8fc8-0ede7e7f1731} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
6912 | 2024.08.08 23:03:37.371306 [ 3 ] {092003ef-23ec-4cac-8fc8-0ede7e7f1731} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): 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.08.08 23:03:37.371431 [ 96 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
6914 | 2024.08.08 23:03:37.371436 [ 3 ] {092003ef-23ec-4cac-8fc8-0ede7e7f1731} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002032 sec., 29527.559055118112 rows/sec., 1.99 MiB/sec. | ||
6915 | 2024.08.08 23:03:37.371472 [ 96 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6916 | 2024.08.08 23:03:37.371515 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6917 | 2024.08.08 23:03:37.371688 [ 3 ] {092003ef-23ec-4cac-8fc8-0ede7e7f1731} <Debug> DynamicQueryHandler: Done processing query | ||
6918 | 2024.08.08 23:03:37.371697 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
6919 | 2024.08.08 23:03:37.371722 [ 3 ] {092003ef-23ec-4cac-8fc8-0ede7e7f1731} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
6920 | 2024.08.08 23:03:37.371770 [ 3 ] {} <Debug> HTTP-Session: 95626f9b-826e-4bc1-967e-7d80b17d4134 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6921 | 2024.08.08 23:03:37.371905 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
6922 | 2024.08.08 23:03:37.371944 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1732 rows starting from the beginning of the part | ||
6923 | 2024.08.08 23:03:37.372025 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
6924 | 2024.08.08 23:03:37.372257 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 60 rows starting from the beginning of the part | ||
6925 | 2024.08.08 23:03:37.372449 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
6926 | 2024.08.08 23:03:37.372563 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 60 rows starting from the beginning of the part | ||
6927 | 2024.08.08 23:03:37.372762 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
6928 | 2024.08.08 23:03:37.374255 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2032 rows, containing 4 columns (4 merged, 0 gathered) in 0.002651267 sec., 766426.0144300819 rows/sec., 51.65 MiB/sec. | ||
6929 | 2024.08.08 23:03:37.374538 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
6930 | 2024.08.08 23:03:37.375002 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6931 | 2024.08.08 23:03:37.375098 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_36_7} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
6932 | 2024.08.08 23:03:37.375191 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
6933 | 2024.08.08 23:03:38.000163 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.75 MiB, peak 200.05 MiB, free memory in arenas 0.00 B, will set to 191.07 MiB (RSS), difference: 1.32 MiB | ||
6934 | 2024.08.08 23:03:38.179802 [ 95 ] {} <Debug> DNSResolver: Updating DNS cache | ||
6935 | 2024.08.08 23:03:38.179860 [ 95 ] {} <Debug> DNSResolver: Updated DNS cache | ||
6936 | 2024.08.08 23:03:42.343251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6937 | 2024.08.08 23:03:42.343379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6938 | 2024.08.08 23:03:42.343406 [ 3 ] {} <Debug> HTTP-Session: dc17aa30-cd22-43e5-9875-ec856567f348 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6939 | 2024.08.08 23:03:42.343430 [ 3 ] {} <Debug> HTTP-Session: dc17aa30-cd22-43e5-9875-ec856567f348 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6940 | 2024.08.08 23:03:42.343444 [ 3 ] {} <Debug> HTTP-Session: dc17aa30-cd22-43e5-9875-ec856567f348 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6941 | 2024.08.08 23:03:42.343494 [ 3 ] {} <Trace> HTTP-Session: dc17aa30-cd22-43e5-9875-ec856567f348 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6942 | 2024.08.08 23:03:42.343706 [ 3 ] {2cdcdf89-8cc6-403a-8b78-05be7b622c0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
6943 | 2024.08.08 23:03:42.343780 [ 3 ] {2cdcdf89-8cc6-403a-8b78-05be7b622c0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
6944 | 2024.08.08 23:03:42.343997 [ 3 ] {2cdcdf89-8cc6-403a-8b78-05be7b622c0a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6945 | 2024.08.08 23:03:42.344480 [ 3 ] {2cdcdf89-8cc6-403a-8b78-05be7b622c0a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6946 | 2024.08.08 23:03:42.344529 [ 3 ] {2cdcdf89-8cc6-403a-8b78-05be7b622c0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6947 | 2024.08.08 23:03:42.344896 [ 3 ] {2cdcdf89-8cc6-403a-8b78-05be7b622c0a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
6948 | 2024.08.08 23:03:42.345247 [ 3 ] {2cdcdf89-8cc6-403a-8b78-05be7b622c0a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6949 | 2024.08.08 23:03:42.345409 [ 3 ] {2cdcdf89-8cc6-403a-8b78-05be7b622c0a} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.00176 sec., 3409.090909090909 rows/sec., 193.09 KiB/sec. | ||
6950 | 2024.08.08 23:03:42.345630 [ 3 ] {2cdcdf89-8cc6-403a-8b78-05be7b622c0a} <Debug> DynamicQueryHandler: Done processing query | ||
6951 | 2024.08.08 23:03:42.345658 [ 3 ] {2cdcdf89-8cc6-403a-8b78-05be7b622c0a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
6952 | 2024.08.08 23:03:42.345674 [ 3 ] {} <Debug> HTTP-Session: dc17aa30-cd22-43e5-9875-ec856567f348 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6953 | 2024.08.08 23:03:42.345848 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6954 | 2024.08.08 23:03:42.345907 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6955 | 2024.08.08 23:03:42.345927 [ 3 ] {} <Debug> HTTP-Session: f2941be5-d0b4-4d1c-9e8c-af3b23efe52a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6956 | 2024.08.08 23:03:42.345946 [ 3 ] {} <Debug> HTTP-Session: f2941be5-d0b4-4d1c-9e8c-af3b23efe52a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6957 | 2024.08.08 23:03:42.345960 [ 3 ] {} <Debug> HTTP-Session: f2941be5-d0b4-4d1c-9e8c-af3b23efe52a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6958 | 2024.08.08 23:03:42.345994 [ 3 ] {} <Trace> HTTP-Session: f2941be5-d0b4-4d1c-9e8c-af3b23efe52a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6959 | 2024.08.08 23:03:42.346149 [ 3 ] {569f421c-7cdb-4dbb-b393-7c8c54806452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
6960 | 2024.08.08 23:03:42.346197 [ 3 ] {569f421c-7cdb-4dbb-b393-7c8c54806452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
6961 | 2024.08.08 23:03:42.346333 [ 3 ] {569f421c-7cdb-4dbb-b393-7c8c54806452} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6962 | 2024.08.08 23:03:42.346755 [ 3 ] {569f421c-7cdb-4dbb-b393-7c8c54806452} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6963 | 2024.08.08 23:03:42.346792 [ 3 ] {569f421c-7cdb-4dbb-b393-7c8c54806452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6964 | 2024.08.08 23:03:42.347121 [ 3 ] {569f421c-7cdb-4dbb-b393-7c8c54806452} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6965 | 2024.08.08 23:03:42.347444 [ 3 ] {569f421c-7cdb-4dbb-b393-7c8c54806452} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6966 | 2024.08.08 23:03:42.347600 [ 3 ] {569f421c-7cdb-4dbb-b393-7c8c54806452} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001514 sec., 106340.81902245707 rows/sec., 9.37 MiB/sec. | ||
6967 | 2024.08.08 23:03:42.347775 [ 3 ] {569f421c-7cdb-4dbb-b393-7c8c54806452} <Debug> DynamicQueryHandler: Done processing query | ||
6968 | 2024.08.08 23:03:42.347801 [ 3 ] {569f421c-7cdb-4dbb-b393-7c8c54806452} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
6969 | 2024.08.08 23:03:42.347817 [ 3 ] {} <Debug> HTTP-Session: f2941be5-d0b4-4d1c-9e8c-af3b23efe52a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6970 | 2024.08.08 23:03:42.348036 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6971 | 2024.08.08 23:03:42.348089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6972 | 2024.08.08 23:03:42.348109 [ 3 ] {} <Debug> HTTP-Session: fb6b557b-d5ac-44c1-bfb3-2b43b8749496 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6973 | 2024.08.08 23:03:42.348126 [ 3 ] {} <Debug> HTTP-Session: fb6b557b-d5ac-44c1-bfb3-2b43b8749496 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6974 | 2024.08.08 23:03:42.348140 [ 3 ] {} <Debug> HTTP-Session: fb6b557b-d5ac-44c1-bfb3-2b43b8749496 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6975 | 2024.08.08 23:03:42.348172 [ 3 ] {} <Trace> HTTP-Session: fb6b557b-d5ac-44c1-bfb3-2b43b8749496 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6976 | 2024.08.08 23:03:42.348389 [ 3 ] {a8ddc659-817d-4abb-a6c6-bba70736bf1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
6977 | 2024.08.08 23:03:42.348435 [ 3 ] {a8ddc659-817d-4abb-a6c6-bba70736bf1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
6978 | 2024.08.08 23:03:42.348565 [ 3 ] {a8ddc659-817d-4abb-a6c6-bba70736bf1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6979 | 2024.08.08 23:03:42.349070 [ 3 ] {a8ddc659-817d-4abb-a6c6-bba70736bf1d} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6980 | 2024.08.08 23:03:42.349107 [ 3 ] {a8ddc659-817d-4abb-a6c6-bba70736bf1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6981 | 2024.08.08 23:03:42.349437 [ 3 ] {a8ddc659-817d-4abb-a6c6-bba70736bf1d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
6982 | 2024.08.08 23:03:42.349766 [ 3 ] {a8ddc659-817d-4abb-a6c6-bba70736bf1d} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
6983 | 2024.08.08 23:03:42.349918 [ 3 ] {a8ddc659-817d-4abb-a6c6-bba70736bf1d} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00164 sec., 232926.8292682927 rows/sec., 16.36 MiB/sec. | ||
6984 | 2024.08.08 23:03:42.350075 [ 3 ] {a8ddc659-817d-4abb-a6c6-bba70736bf1d} <Debug> DynamicQueryHandler: Done processing query | ||
6985 | 2024.08.08 23:03:42.350099 [ 3 ] {a8ddc659-817d-4abb-a6c6-bba70736bf1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
6986 | 2024.08.08 23:03:42.350115 [ 3 ] {} <Debug> HTTP-Session: fb6b557b-d5ac-44c1-bfb3-2b43b8749496 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6987 | 2024.08.08 23:03:42.350251 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
6988 | 2024.08.08 23:03:42.350298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
6989 | 2024.08.08 23:03:42.350317 [ 3 ] {} <Debug> HTTP-Session: c8e11cee-e7f1-448a-98c2-16c2fcb8f2cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
6990 | 2024.08.08 23:03:42.350334 [ 3 ] {} <Debug> HTTP-Session: c8e11cee-e7f1-448a-98c2-16c2fcb8f2cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
6991 | 2024.08.08 23:03:42.350348 [ 3 ] {} <Debug> HTTP-Session: c8e11cee-e7f1-448a-98c2-16c2fcb8f2cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
6992 | 2024.08.08 23:03:42.350381 [ 3 ] {} <Trace> HTTP-Session: c8e11cee-e7f1-448a-98c2-16c2fcb8f2cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
6993 | 2024.08.08 23:03:42.350482 [ 3 ] {49a912e9-1eb8-4824-9079-4f691276524d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
6994 | 2024.08.08 23:03:42.350530 [ 3 ] {49a912e9-1eb8-4824-9079-4f691276524d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
6995 | 2024.08.08 23:03:42.350659 [ 3 ] {49a912e9-1eb8-4824-9079-4f691276524d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
6996 | 2024.08.08 23:03:42.350913 [ 3 ] {49a912e9-1eb8-4824-9079-4f691276524d} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
6997 | 2024.08.08 23:03:42.350950 [ 3 ] {49a912e9-1eb8-4824-9079-4f691276524d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
6998 | 2024.08.08 23:03:42.351313 [ 3 ] {49a912e9-1eb8-4824-9079-4f691276524d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
6999 | 2024.08.08 23:03:42.351647 [ 3 ] {49a912e9-1eb8-4824-9079-4f691276524d} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7000 | 2024.08.08 23:03:42.351784 [ 3 ] {49a912e9-1eb8-4824-9079-4f691276524d} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 194.28 KiB/sec. | ||
7001 | 2024.08.08 23:03:42.351956 [ 3 ] {49a912e9-1eb8-4824-9079-4f691276524d} <Debug> DynamicQueryHandler: Done processing query | ||
7002 | 2024.08.08 23:03:42.351983 [ 3 ] {49a912e9-1eb8-4824-9079-4f691276524d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7003 | 2024.08.08 23:03:42.352000 [ 3 ] {} <Debug> HTTP-Session: c8e11cee-e7f1-448a-98c2-16c2fcb8f2cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7004 | 2024.08.08 23:03:42.352132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7005 | 2024.08.08 23:03:42.352180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7006 | 2024.08.08 23:03:42.352199 [ 3 ] {} <Debug> HTTP-Session: 46074292-010d-472b-9ccf-72de320c695f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7007 | 2024.08.08 23:03:42.352216 [ 3 ] {} <Debug> HTTP-Session: 46074292-010d-472b-9ccf-72de320c695f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7008 | 2024.08.08 23:03:42.352229 [ 3 ] {} <Debug> HTTP-Session: 46074292-010d-472b-9ccf-72de320c695f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7009 | 2024.08.08 23:03:42.352260 [ 3 ] {} <Trace> HTTP-Session: 46074292-010d-472b-9ccf-72de320c695f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7010 | 2024.08.08 23:03:42.352380 [ 3 ] {b3a385af-3f14-47ce-8593-df293b6e9935} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7011 | 2024.08.08 23:03:42.352429 [ 3 ] {b3a385af-3f14-47ce-8593-df293b6e9935} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7012 | 2024.08.08 23:03:42.352571 [ 3 ] {b3a385af-3f14-47ce-8593-df293b6e9935} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7013 | 2024.08.08 23:03:42.352866 [ 3 ] {b3a385af-3f14-47ce-8593-df293b6e9935} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7014 | 2024.08.08 23:03:42.352901 [ 3 ] {b3a385af-3f14-47ce-8593-df293b6e9935} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7015 | 2024.08.08 23:03:42.353265 [ 3 ] {b3a385af-3f14-47ce-8593-df293b6e9935} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
7016 | 2024.08.08 23:03:42.353607 [ 3 ] {b3a385af-3f14-47ce-8593-df293b6e9935} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7017 | 2024.08.08 23:03:42.353765 [ 3 ] {b3a385af-3f14-47ce-8593-df293b6e9935} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001424 sec., 54073.03370786517 rows/sec., 3.33 MiB/sec. | ||
7018 | 2024.08.08 23:03:42.354042 [ 3 ] {b3a385af-3f14-47ce-8593-df293b6e9935} <Debug> DynamicQueryHandler: Done processing query | ||
7019 | 2024.08.08 23:03:42.354070 [ 3 ] {b3a385af-3f14-47ce-8593-df293b6e9935} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7020 | 2024.08.08 23:03:42.354086 [ 3 ] {} <Debug> HTTP-Session: 46074292-010d-472b-9ccf-72de320c695f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7021 | 2024.08.08 23:03:42.354245 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7022 | 2024.08.08 23:03:42.354293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7023 | 2024.08.08 23:03:42.354313 [ 3 ] {} <Debug> HTTP-Session: 29ce49e7-aa59-4e8e-8767-e7ae9aaec23f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7024 | 2024.08.08 23:03:42.354329 [ 3 ] {} <Debug> HTTP-Session: 29ce49e7-aa59-4e8e-8767-e7ae9aaec23f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7025 | 2024.08.08 23:03:42.354343 [ 3 ] {} <Debug> HTTP-Session: 29ce49e7-aa59-4e8e-8767-e7ae9aaec23f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7026 | 2024.08.08 23:03:42.354374 [ 3 ] {} <Trace> HTTP-Session: 29ce49e7-aa59-4e8e-8767-e7ae9aaec23f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7027 | 2024.08.08 23:03:42.354520 [ 3 ] {2f649796-fde7-4fd6-ba60-6ad98d0e9b2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7028 | 2024.08.08 23:03:42.354566 [ 3 ] {2f649796-fde7-4fd6-ba60-6ad98d0e9b2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7029 | 2024.08.08 23:03:42.354726 [ 3 ] {2f649796-fde7-4fd6-ba60-6ad98d0e9b2f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7030 | 2024.08.08 23:03:42.355084 [ 3 ] {2f649796-fde7-4fd6-ba60-6ad98d0e9b2f} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7031 | 2024.08.08 23:03:42.355121 [ 3 ] {2f649796-fde7-4fd6-ba60-6ad98d0e9b2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7032 | 2024.08.08 23:03:42.355485 [ 3 ] {2f649796-fde7-4fd6-ba60-6ad98d0e9b2f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7033 | 2024.08.08 23:03:42.355836 [ 3 ] {2f649796-fde7-4fd6-ba60-6ad98d0e9b2f} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7034 | 2024.08.08 23:03:42.355980 [ 3 ] {2f649796-fde7-4fd6-ba60-6ad98d0e9b2f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001523 sec., 105055.81089954037 rows/sec., 7.32 MiB/sec. | ||
7035 | 2024.08.08 23:03:42.356152 [ 3 ] {2f649796-fde7-4fd6-ba60-6ad98d0e9b2f} <Debug> DynamicQueryHandler: Done processing query | ||
7036 | 2024.08.08 23:03:42.356176 [ 3 ] {2f649796-fde7-4fd6-ba60-6ad98d0e9b2f} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7037 | 2024.08.08 23:03:42.356192 [ 3 ] {} <Debug> HTTP-Session: 29ce49e7-aa59-4e8e-8767-e7ae9aaec23f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7038 | 2024.08.08 23:03:42.356313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7039 | 2024.08.08 23:03:42.356362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7040 | 2024.08.08 23:03:42.356382 [ 3 ] {} <Debug> HTTP-Session: f89c3284-ca91-4653-ae9c-f2c349f61be6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7041 | 2024.08.08 23:03:42.356399 [ 3 ] {} <Debug> HTTP-Session: f89c3284-ca91-4653-ae9c-f2c349f61be6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7042 | 2024.08.08 23:03:42.356413 [ 3 ] {} <Debug> HTTP-Session: f89c3284-ca91-4653-ae9c-f2c349f61be6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7043 | 2024.08.08 23:03:42.356443 [ 3 ] {} <Trace> HTTP-Session: f89c3284-ca91-4653-ae9c-f2c349f61be6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7044 | 2024.08.08 23:03:42.356546 [ 3 ] {c5be0e06-09d9-4b04-b24a-1a9e8fdb9c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7045 | 2024.08.08 23:03:42.356590 [ 3 ] {c5be0e06-09d9-4b04-b24a-1a9e8fdb9c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7046 | 2024.08.08 23:03:42.356715 [ 3 ] {c5be0e06-09d9-4b04-b24a-1a9e8fdb9c5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7047 | 2024.08.08 23:03:42.356960 [ 3 ] {c5be0e06-09d9-4b04-b24a-1a9e8fdb9c5a} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7048 | 2024.08.08 23:03:42.356996 [ 3 ] {c5be0e06-09d9-4b04-b24a-1a9e8fdb9c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7049 | 2024.08.08 23:03:42.357352 [ 3 ] {c5be0e06-09d9-4b04-b24a-1a9e8fdb9c5a} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7050 | 2024.08.08 23:03:42.357738 [ 3 ] {c5be0e06-09d9-4b04-b24a-1a9e8fdb9c5a} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7051 | 2024.08.08 23:03:42.357916 [ 3 ] {c5be0e06-09d9-4b04-b24a-1a9e8fdb9c5a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001389 sec., 16558.67530597552 rows/sec., 895.71 KiB/sec. | ||
7052 | 2024.08.08 23:03:42.358187 [ 3 ] {c5be0e06-09d9-4b04-b24a-1a9e8fdb9c5a} <Debug> DynamicQueryHandler: Done processing query | ||
7053 | 2024.08.08 23:03:42.358218 [ 3 ] {c5be0e06-09d9-4b04-b24a-1a9e8fdb9c5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7054 | 2024.08.08 23:03:42.358234 [ 3 ] {} <Debug> HTTP-Session: f89c3284-ca91-4653-ae9c-f2c349f61be6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7055 | 2024.08.08 23:03:42.358345 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7056 | 2024.08.08 23:03:42.358393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7057 | 2024.08.08 23:03:42.358413 [ 3 ] {} <Debug> HTTP-Session: 270191d7-9e33-4960-9781-2f1586e256ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7058 | 2024.08.08 23:03:42.358430 [ 3 ] {} <Debug> HTTP-Session: 270191d7-9e33-4960-9781-2f1586e256ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7059 | 2024.08.08 23:03:42.358444 [ 3 ] {} <Debug> HTTP-Session: 270191d7-9e33-4960-9781-2f1586e256ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7060 | 2024.08.08 23:03:42.358474 [ 3 ] {} <Trace> HTTP-Session: 270191d7-9e33-4960-9781-2f1586e256ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7061 | 2024.08.08 23:03:42.358603 [ 3 ] {6e6dfddd-fb94-4558-b88e-1486c2e80d1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7062 | 2024.08.08 23:03:42.358649 [ 3 ] {6e6dfddd-fb94-4558-b88e-1486c2e80d1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7063 | 2024.08.08 23:03:42.358791 [ 3 ] {6e6dfddd-fb94-4558-b88e-1486c2e80d1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7064 | 2024.08.08 23:03:42.359086 [ 3 ] {6e6dfddd-fb94-4558-b88e-1486c2e80d1c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7065 | 2024.08.08 23:03:42.359122 [ 3 ] {6e6dfddd-fb94-4558-b88e-1486c2e80d1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7066 | 2024.08.08 23:03:42.359476 [ 3 ] {6e6dfddd-fb94-4558-b88e-1486c2e80d1c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
7067 | 2024.08.08 23:03:42.359803 [ 3 ] {6e6dfddd-fb94-4558-b88e-1486c2e80d1c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7068 | 2024.08.08 23:03:42.359944 [ 3 ] {6e6dfddd-fb94-4558-b88e-1486c2e80d1c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001387 sec., 43258.83201153569 rows/sec., 2.92 MiB/sec. | ||
7069 | 2024.08.08 23:03:42.360112 [ 3 ] {6e6dfddd-fb94-4558-b88e-1486c2e80d1c} <Debug> DynamicQueryHandler: Done processing query | ||
7070 | 2024.08.08 23:03:42.360136 [ 3 ] {6e6dfddd-fb94-4558-b88e-1486c2e80d1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7071 | 2024.08.08 23:03:42.360153 [ 3 ] {} <Debug> HTTP-Session: 270191d7-9e33-4960-9781-2f1586e256ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7072 | 2024.08.08 23:03:47.369120 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7073 | 2024.08.08 23:03:47.369260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7074 | 2024.08.08 23:03:47.369290 [ 3 ] {} <Debug> HTTP-Session: 849606f2-2fa4-468e-83fd-05b68b1a6ce9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7075 | 2024.08.08 23:03:47.369318 [ 3 ] {} <Debug> HTTP-Session: 849606f2-2fa4-468e-83fd-05b68b1a6ce9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7076 | 2024.08.08 23:03:47.369336 [ 3 ] {} <Debug> HTTP-Session: 849606f2-2fa4-468e-83fd-05b68b1a6ce9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7077 | 2024.08.08 23:03:47.369390 [ 3 ] {} <Trace> HTTP-Session: 849606f2-2fa4-468e-83fd-05b68b1a6ce9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7078 | 2024.08.08 23:03:47.369600 [ 3 ] {ad95dabf-38c0-4f6a-a59a-31634e656c9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7079 | 2024.08.08 23:03:47.369672 [ 3 ] {ad95dabf-38c0-4f6a-a59a-31634e656c9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7080 | 2024.08.08 23:03:47.369858 [ 3 ] {ad95dabf-38c0-4f6a-a59a-31634e656c9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7081 | 2024.08.08 23:03:47.370267 [ 3 ] {ad95dabf-38c0-4f6a-a59a-31634e656c9c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7082 | 2024.08.08 23:03:47.370307 [ 3 ] {ad95dabf-38c0-4f6a-a59a-31634e656c9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7083 | 2024.08.08 23:03:47.370692 [ 3 ] {ad95dabf-38c0-4f6a-a59a-31634e656c9c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
7084 | 2024.08.08 23:03:47.371036 [ 3 ] {ad95dabf-38c0-4f6a-a59a-31634e656c9c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7085 | 2024.08.08 23:03:47.371180 [ 40 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
7086 | 2024.08.08 23:03:47.371185 [ 3 ] {ad95dabf-38c0-4f6a-a59a-31634e656c9c} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001651 sec., 19987.886129618415 rows/sec., 1.58 MiB/sec. | ||
7087 | 2024.08.08 23:03:47.371225 [ 40 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7088 | 2024.08.08 23:03:47.371263 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7089 | 2024.08.08 23:03:47.371466 [ 3 ] {ad95dabf-38c0-4f6a-a59a-31634e656c9c} <Debug> DynamicQueryHandler: Done processing query | ||
7090 | 2024.08.08 23:03:47.371468 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
7091 | 2024.08.08 23:03:47.371496 [ 3 ] {ad95dabf-38c0-4f6a-a59a-31634e656c9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7092 | 2024.08.08 23:03:47.371554 [ 3 ] {} <Debug> HTTP-Session: 849606f2-2fa4-468e-83fd-05b68b1a6ce9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7093 | 2024.08.08 23:03:47.371718 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7094 | 2024.08.08 23:03:47.371736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7095 | 2024.08.08 23:03:47.371789 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 39 rows starting from the beginning of the part | ||
7096 | 2024.08.08 23:03:47.371837 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7097 | 2024.08.08 23:03:47.371906 [ 3 ] {} <Debug> HTTP-Session: bb854dac-b23d-486b-8735-cddcb3e247b4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7098 | 2024.08.08 23:03:47.371958 [ 3 ] {} <Debug> HTTP-Session: bb854dac-b23d-486b-8735-cddcb3e247b4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7099 | 2024.08.08 23:03:47.371969 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
7100 | 2024.08.08 23:03:47.372023 [ 3 ] {} <Debug> HTTP-Session: bb854dac-b23d-486b-8735-cddcb3e247b4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7101 | 2024.08.08 23:03:47.372210 [ 3 ] {} <Trace> HTTP-Session: bb854dac-b23d-486b-8735-cddcb3e247b4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7102 | 2024.08.08 23:03:47.372345 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
7103 | 2024.08.08 23:03:47.372668 [ 3 ] {742e416c-e3b7-4f45-8c20-c8cc07abbb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7104 | 2024.08.08 23:03:47.372740 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part | ||
7105 | 2024.08.08 23:03:47.372832 [ 3 ] {742e416c-e3b7-4f45-8c20-c8cc07abbb88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7106 | 2024.08.08 23:03:47.373019 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
7107 | 2024.08.08 23:03:47.373400 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 33 rows starting from the beginning of the part | ||
7108 | 2024.08.08 23:03:47.373924 [ 3 ] {742e416c-e3b7-4f45-8c20-c8cc07abbb88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7109 | 2024.08.08 23:03:47.374667 [ 3 ] {742e416c-e3b7-4f45-8c20-c8cc07abbb88} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7110 | 2024.08.08 23:03:47.374735 [ 3 ] {742e416c-e3b7-4f45-8c20-c8cc07abbb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7111 | 2024.08.08 23:03:47.375634 [ 3 ] {742e416c-e3b7-4f45-8c20-c8cc07abbb88} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
7112 | 2024.08.08 23:03:47.376047 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.004682466 sec., 32034.40238540974 rows/sec., 2.43 MiB/sec. | ||
7113 | 2024.08.08 23:03:47.376265 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
7114 | 2024.08.08 23:03:47.376455 [ 3 ] {742e416c-e3b7-4f45-8c20-c8cc07abbb88} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7115 | 2024.08.08 23:03:47.376982 [ 3 ] {742e416c-e3b7-4f45-8c20-c8cc07abbb88} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00448 sec., 1339.2857142857144 rows/sec., 109.21 KiB/sec. | ||
7116 | 2024.08.08 23:03:47.377305 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7117 | 2024.08.08 23:03:47.377527 [ 3 ] {742e416c-e3b7-4f45-8c20-c8cc07abbb88} <Debug> DynamicQueryHandler: Done processing query | ||
7118 | 2024.08.08 23:03:47.377537 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_31_6} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
7119 | 2024.08.08 23:03:47.377569 [ 3 ] {742e416c-e3b7-4f45-8c20-c8cc07abbb88} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7120 | 2024.08.08 23:03:47.377599 [ 3 ] {} <Debug> HTTP-Session: bb854dac-b23d-486b-8735-cddcb3e247b4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7121 | 2024.08.08 23:03:47.377708 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
7122 | 2024.08.08 23:03:47.378011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 188074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7123 | 2024.08.08 23:03:47.378072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7124 | 2024.08.08 23:03:47.378092 [ 3 ] {} <Debug> HTTP-Session: 53eefe7f-fa02-450f-a090-21b8375773b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7125 | 2024.08.08 23:03:47.378109 [ 3 ] {} <Debug> HTTP-Session: 53eefe7f-fa02-450f-a090-21b8375773b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7126 | 2024.08.08 23:03:47.378124 [ 3 ] {} <Debug> HTTP-Session: 53eefe7f-fa02-450f-a090-21b8375773b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7127 | 2024.08.08 23:03:47.378159 [ 3 ] {} <Trace> HTTP-Session: 53eefe7f-fa02-450f-a090-21b8375773b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7128 | 2024.08.08 23:03:47.378710 [ 3 ] {fded89f8-0360-4d28-9199-0d5298754b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7129 | 2024.08.08 23:03:47.378761 [ 3 ] {fded89f8-0360-4d28-9199-0d5298754b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7130 | 2024.08.08 23:03:47.378920 [ 3 ] {fded89f8-0360-4d28-9199-0d5298754b94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7131 | 2024.08.08 23:03:47.380166 [ 3 ] {fded89f8-0360-4d28-9199-0d5298754b94} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7132 | 2024.08.08 23:03:47.380204 [ 3 ] {fded89f8-0360-4d28-9199-0d5298754b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7133 | 2024.08.08 23:03:47.380615 [ 3 ] {fded89f8-0360-4d28-9199-0d5298754b94} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7134 | 2024.08.08 23:03:47.380948 [ 3 ] {fded89f8-0360-4d28-9199-0d5298754b94} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7135 | 2024.08.08 23:03:47.381090 [ 3 ] {fded89f8-0360-4d28-9199-0d5298754b94} <Debug> executeQuery: Read 1298 rows, 109.64 KiB in 0.00277 sec., 468592.0577617329 rows/sec., 38.65 MiB/sec. | ||
7136 | 2024.08.08 23:03:47.381310 [ 3 ] {fded89f8-0360-4d28-9199-0d5298754b94} <Debug> DynamicQueryHandler: Done processing query | ||
7137 | 2024.08.08 23:03:47.381358 [ 3 ] {fded89f8-0360-4d28-9199-0d5298754b94} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
7138 | 2024.08.08 23:03:47.381384 [ 3 ] {} <Debug> HTTP-Session: 53eefe7f-fa02-450f-a090-21b8375773b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7139 | 2024.08.08 23:03:47.381738 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7140 | 2024.08.08 23:03:47.381796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7141 | 2024.08.08 23:03:47.381816 [ 3 ] {} <Debug> HTTP-Session: 856a6a0a-d6d3-40f6-9abc-e663bc0598ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7142 | 2024.08.08 23:03:47.381834 [ 3 ] {} <Debug> HTTP-Session: 856a6a0a-d6d3-40f6-9abc-e663bc0598ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7143 | 2024.08.08 23:03:47.381848 [ 3 ] {} <Debug> HTTP-Session: 856a6a0a-d6d3-40f6-9abc-e663bc0598ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7144 | 2024.08.08 23:03:47.381882 [ 3 ] {} <Trace> HTTP-Session: 856a6a0a-d6d3-40f6-9abc-e663bc0598ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7145 | 2024.08.08 23:03:47.381990 [ 3 ] {c788cb6a-02ec-4187-bc66-87e0930b800b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7146 | 2024.08.08 23:03:47.382034 [ 3 ] {c788cb6a-02ec-4187-bc66-87e0930b800b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7147 | 2024.08.08 23:03:47.382166 [ 3 ] {c788cb6a-02ec-4187-bc66-87e0930b800b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7148 | 2024.08.08 23:03:47.382439 [ 3 ] {c788cb6a-02ec-4187-bc66-87e0930b800b} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7149 | 2024.08.08 23:03:47.382474 [ 3 ] {c788cb6a-02ec-4187-bc66-87e0930b800b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7150 | 2024.08.08 23:03:47.382775 [ 3 ] {c788cb6a-02ec-4187-bc66-87e0930b800b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
7151 | 2024.08.08 23:03:47.383080 [ 3 ] {c788cb6a-02ec-4187-bc66-87e0930b800b} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7152 | 2024.08.08 23:03:47.383205 [ 3 ] {c788cb6a-02ec-4187-bc66-87e0930b800b} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001243 sec., 4827.031375703942 rows/sec., 337.04 KiB/sec. | ||
7153 | 2024.08.08 23:03:47.383353 [ 3 ] {c788cb6a-02ec-4187-bc66-87e0930b800b} <Debug> DynamicQueryHandler: Done processing query | ||
7154 | 2024.08.08 23:03:47.383376 [ 3 ] {c788cb6a-02ec-4187-bc66-87e0930b800b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7155 | 2024.08.08 23:03:47.383392 [ 3 ] {} <Debug> HTTP-Session: 856a6a0a-d6d3-40f6-9abc-e663bc0598ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7156 | 2024.08.08 23:03:47.383566 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7157 | 2024.08.08 23:03:47.383614 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7158 | 2024.08.08 23:03:47.383634 [ 3 ] {} <Debug> HTTP-Session: f8cd30fb-005a-4c21-8d9f-50c6a88c642f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7159 | 2024.08.08 23:03:47.383650 [ 3 ] {} <Debug> HTTP-Session: f8cd30fb-005a-4c21-8d9f-50c6a88c642f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7160 | 2024.08.08 23:03:47.383664 [ 3 ] {} <Debug> HTTP-Session: f8cd30fb-005a-4c21-8d9f-50c6a88c642f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7161 | 2024.08.08 23:03:47.383695 [ 3 ] {} <Trace> HTTP-Session: f8cd30fb-005a-4c21-8d9f-50c6a88c642f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7162 | 2024.08.08 23:03:47.383844 [ 3 ] {e3dcd516-ab18-43ef-a6e9-c77b0ba2603b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
7163 | 2024.08.08 23:03:47.383886 [ 3 ] {e3dcd516-ab18-43ef-a6e9-c77b0ba2603b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
7164 | 2024.08.08 23:03:47.384008 [ 3 ] {e3dcd516-ab18-43ef-a6e9-c77b0ba2603b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7165 | 2024.08.08 23:03:47.384383 [ 3 ] {e3dcd516-ab18-43ef-a6e9-c77b0ba2603b} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7166 | 2024.08.08 23:03:47.384418 [ 3 ] {e3dcd516-ab18-43ef-a6e9-c77b0ba2603b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7167 | 2024.08.08 23:03:47.384735 [ 3 ] {e3dcd516-ab18-43ef-a6e9-c77b0ba2603b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
7168 | 2024.08.08 23:03:47.385052 [ 3 ] {e3dcd516-ab18-43ef-a6e9-c77b0ba2603b} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7169 | 2024.08.08 23:03:47.385172 [ 3 ] {e3dcd516-ab18-43ef-a6e9-c77b0ba2603b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001401 sec., 162740.89935760174 rows/sec., 11.02 MiB/sec. | ||
7170 | 2024.08.08 23:03:47.385427 [ 3 ] {e3dcd516-ab18-43ef-a6e9-c77b0ba2603b} <Debug> DynamicQueryHandler: Done processing query | ||
7171 | 2024.08.08 23:03:47.385453 [ 3 ] {e3dcd516-ab18-43ef-a6e9-c77b0ba2603b} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
7172 | 2024.08.08 23:03:47.385469 [ 3 ] {} <Debug> HTTP-Session: f8cd30fb-005a-4c21-8d9f-50c6a88c642f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7173 | 2024.08.08 23:03:47.385721 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 92447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7174 | 2024.08.08 23:03:47.385769 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7175 | 2024.08.08 23:03:47.385788 [ 3 ] {} <Debug> HTTP-Session: ddd68051-7571-4988-b367-d4c6ce4fec4c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7176 | 2024.08.08 23:03:47.385804 [ 3 ] {} <Debug> HTTP-Session: ddd68051-7571-4988-b367-d4c6ce4fec4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7177 | 2024.08.08 23:03:47.385818 [ 3 ] {} <Debug> HTTP-Session: ddd68051-7571-4988-b367-d4c6ce4fec4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7178 | 2024.08.08 23:03:47.385849 [ 3 ] {} <Trace> HTTP-Session: ddd68051-7571-4988-b367-d4c6ce4fec4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7179 | 2024.08.08 23:03:47.386181 [ 3 ] {6bce1743-6225-4409-96e4-c0c82999fc62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7180 | 2024.08.08 23:03:47.386224 [ 3 ] {6bce1743-6225-4409-96e4-c0c82999fc62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7181 | 2024.08.08 23:03:47.386365 [ 3 ] {6bce1743-6225-4409-96e4-c0c82999fc62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7182 | 2024.08.08 23:03:47.386979 [ 3 ] {6bce1743-6225-4409-96e4-c0c82999fc62} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7183 | 2024.08.08 23:03:47.387015 [ 3 ] {6bce1743-6225-4409-96e4-c0c82999fc62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7184 | 2024.08.08 23:03:47.387340 [ 3 ] {6bce1743-6225-4409-96e4-c0c82999fc62} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7185 | 2024.08.08 23:03:47.387641 [ 3 ] {6bce1743-6225-4409-96e4-c0c82999fc62} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7186 | 2024.08.08 23:03:47.387767 [ 3 ] {6bce1743-6225-4409-96e4-c0c82999fc62} <Debug> executeQuery: Read 559 rows, 42.54 KiB in 0.001817 sec., 307649.97248211334 rows/sec., 22.86 MiB/sec. | ||
7187 | 2024.08.08 23:03:47.388021 [ 3 ] {6bce1743-6225-4409-96e4-c0c82999fc62} <Debug> DynamicQueryHandler: Done processing query | ||
7188 | 2024.08.08 23:03:47.388077 [ 3 ] {6bce1743-6225-4409-96e4-c0c82999fc62} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
7189 | 2024.08.08 23:03:47.388120 [ 3 ] {} <Debug> HTTP-Session: ddd68051-7571-4988-b367-d4c6ce4fec4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7190 | 2024.08.08 23:03:47.388528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160841, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7191 | 2024.08.08 23:03:47.388577 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7192 | 2024.08.08 23:03:47.388597 [ 3 ] {} <Debug> HTTP-Session: ba6b5ba6-5f68-4bb1-a61c-becf6fe86136 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7193 | 2024.08.08 23:03:47.388613 [ 3 ] {} <Debug> HTTP-Session: ba6b5ba6-5f68-4bb1-a61c-becf6fe86136 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7194 | 2024.08.08 23:03:47.388626 [ 3 ] {} <Debug> HTTP-Session: ba6b5ba6-5f68-4bb1-a61c-becf6fe86136 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7195 | 2024.08.08 23:03:47.388658 [ 3 ] {} <Trace> HTTP-Session: ba6b5ba6-5f68-4bb1-a61c-becf6fe86136 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7196 | 2024.08.08 23:03:47.389057 [ 3 ] {01ebed31-affa-4cfe-b307-d4cfe519d928} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7197 | 2024.08.08 23:03:47.389107 [ 3 ] {01ebed31-affa-4cfe-b307-d4cfe519d928} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7198 | 2024.08.08 23:03:47.389267 [ 3 ] {01ebed31-affa-4cfe-b307-d4cfe519d928} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7199 | 2024.08.08 23:03:47.390083 [ 3 ] {01ebed31-affa-4cfe-b307-d4cfe519d928} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7200 | 2024.08.08 23:03:47.390118 [ 3 ] {01ebed31-affa-4cfe-b307-d4cfe519d928} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7201 | 2024.08.08 23:03:47.390543 [ 3 ] {01ebed31-affa-4cfe-b307-d4cfe519d928} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7202 | 2024.08.08 23:03:47.390880 [ 3 ] {01ebed31-affa-4cfe-b307-d4cfe519d928} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7203 | 2024.08.08 23:03:47.391013 [ 3 ] {01ebed31-affa-4cfe-b307-d4cfe519d928} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002209 sec., 383431.4169307379 rows/sec., 25.81 MiB/sec. | ||
7204 | 2024.08.08 23:03:47.391353 [ 3 ] {01ebed31-affa-4cfe-b307-d4cfe519d928} <Debug> DynamicQueryHandler: Done processing query | ||
7205 | 2024.08.08 23:03:47.391385 [ 3 ] {01ebed31-affa-4cfe-b307-d4cfe519d928} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
7206 | 2024.08.08 23:03:47.391402 [ 3 ] {} <Debug> HTTP-Session: ba6b5ba6-5f68-4bb1-a61c-becf6fe86136 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7207 | 2024.08.08 23:03:47.391724 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53150, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7208 | 2024.08.08 23:03:47.391774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7209 | 2024.08.08 23:03:47.391793 [ 3 ] {} <Debug> HTTP-Session: 94ec3ae8-3855-41bf-b380-536dcc96ad35 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7210 | 2024.08.08 23:03:47.391809 [ 3 ] {} <Debug> HTTP-Session: 94ec3ae8-3855-41bf-b380-536dcc96ad35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7211 | 2024.08.08 23:03:47.391822 [ 3 ] {} <Debug> HTTP-Session: 94ec3ae8-3855-41bf-b380-536dcc96ad35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7212 | 2024.08.08 23:03:47.391853 [ 3 ] {} <Trace> HTTP-Session: 94ec3ae8-3855-41bf-b380-536dcc96ad35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7213 | 2024.08.08 23:03:47.392168 [ 3 ] {816fc206-2404-40d5-89e0-56245d4d44a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7214 | 2024.08.08 23:03:47.392240 [ 3 ] {816fc206-2404-40d5-89e0-56245d4d44a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7215 | 2024.08.08 23:03:47.392684 [ 3 ] {816fc206-2404-40d5-89e0-56245d4d44a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7216 | 2024.08.08 23:03:47.393308 [ 3 ] {816fc206-2404-40d5-89e0-56245d4d44a3} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7217 | 2024.08.08 23:03:47.393343 [ 3 ] {816fc206-2404-40d5-89e0-56245d4d44a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7218 | 2024.08.08 23:03:47.393933 [ 3 ] {816fc206-2404-40d5-89e0-56245d4d44a3} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
7219 | 2024.08.08 23:03:47.394333 [ 3 ] {816fc206-2404-40d5-89e0-56245d4d44a3} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7220 | 2024.08.08 23:03:47.394498 [ 3 ] {816fc206-2404-40d5-89e0-56245d4d44a3} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002551 sec., 12936.103488827912 rows/sec., 23.18 MiB/sec. | ||
7221 | 2024.08.08 23:03:47.395034 [ 3 ] {816fc206-2404-40d5-89e0-56245d4d44a3} <Debug> DynamicQueryHandler: Done processing query | ||
7222 | 2024.08.08 23:03:47.395059 [ 3 ] {816fc206-2404-40d5-89e0-56245d4d44a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7223 | 2024.08.08 23:03:47.395074 [ 3 ] {} <Debug> HTTP-Session: 94ec3ae8-3855-41bf-b380-536dcc96ad35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7224 | 2024.08.08 23:03:47.395244 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7225 | 2024.08.08 23:03:47.395293 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7226 | 2024.08.08 23:03:47.395312 [ 3 ] {} <Debug> HTTP-Session: 4a0f9fd3-3b3c-47be-a12c-b970392e6dd2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7227 | 2024.08.08 23:03:47.395355 [ 3 ] {} <Debug> HTTP-Session: 4a0f9fd3-3b3c-47be-a12c-b970392e6dd2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7228 | 2024.08.08 23:03:47.395369 [ 3 ] {} <Debug> HTTP-Session: 4a0f9fd3-3b3c-47be-a12c-b970392e6dd2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7229 | 2024.08.08 23:03:47.395400 [ 3 ] {} <Trace> HTTP-Session: 4a0f9fd3-3b3c-47be-a12c-b970392e6dd2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7230 | 2024.08.08 23:03:47.395509 [ 3 ] {7c93ab3f-24eb-4fb3-8b8c-d70c7334f591} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7231 | 2024.08.08 23:03:47.395553 [ 3 ] {7c93ab3f-24eb-4fb3-8b8c-d70c7334f591} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7232 | 2024.08.08 23:03:47.395694 [ 3 ] {7c93ab3f-24eb-4fb3-8b8c-d70c7334f591} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7233 | 2024.08.08 23:03:47.395981 [ 3 ] {7c93ab3f-24eb-4fb3-8b8c-d70c7334f591} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7234 | 2024.08.08 23:03:47.396016 [ 3 ] {7c93ab3f-24eb-4fb3-8b8c-d70c7334f591} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7235 | 2024.08.08 23:03:47.396374 [ 3 ] {7c93ab3f-24eb-4fb3-8b8c-d70c7334f591} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
7236 | 2024.08.08 23:03:47.396697 [ 3 ] {7c93ab3f-24eb-4fb3-8b8c-d70c7334f591} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7237 | 2024.08.08 23:03:47.396853 [ 3 ] {7c93ab3f-24eb-4fb3-8b8c-d70c7334f591} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00138 sec., 43478.260869565216 rows/sec., 2.93 MiB/sec. | ||
7238 | 2024.08.08 23:03:47.397015 [ 3 ] {7c93ab3f-24eb-4fb3-8b8c-d70c7334f591} <Debug> DynamicQueryHandler: Done processing query | ||
7239 | 2024.08.08 23:03:47.397039 [ 3 ] {7c93ab3f-24eb-4fb3-8b8c-d70c7334f591} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7240 | 2024.08.08 23:03:47.397055 [ 3 ] {} <Debug> HTTP-Session: 4a0f9fd3-3b3c-47be-a12c-b970392e6dd2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7241 | 2024.08.08 23:03:52.342768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7242 | 2024.08.08 23:03:52.342909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7243 | 2024.08.08 23:03:52.342940 [ 3 ] {} <Debug> HTTP-Session: 5e6bb307-ca7d-439b-846d-5c179a15ebb4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7244 | 2024.08.08 23:03:52.342968 [ 3 ] {} <Debug> HTTP-Session: 5e6bb307-ca7d-439b-846d-5c179a15ebb4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7245 | 2024.08.08 23:03:52.342985 [ 3 ] {} <Debug> HTTP-Session: 5e6bb307-ca7d-439b-846d-5c179a15ebb4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7246 | 2024.08.08 23:03:52.343042 [ 3 ] {} <Trace> HTTP-Session: 5e6bb307-ca7d-439b-846d-5c179a15ebb4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7247 | 2024.08.08 23:03:52.343238 [ 3 ] {3094526e-7362-4bd9-81cd-08cd3f35de91} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7248 | 2024.08.08 23:03:52.343312 [ 3 ] {3094526e-7362-4bd9-81cd-08cd3f35de91} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7249 | 2024.08.08 23:03:52.343529 [ 3 ] {3094526e-7362-4bd9-81cd-08cd3f35de91} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7250 | 2024.08.08 23:03:52.343950 [ 3 ] {3094526e-7362-4bd9-81cd-08cd3f35de91} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7251 | 2024.08.08 23:03:52.343995 [ 3 ] {3094526e-7362-4bd9-81cd-08cd3f35de91} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7252 | 2024.08.08 23:03:52.344377 [ 3 ] {3094526e-7362-4bd9-81cd-08cd3f35de91} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
7253 | 2024.08.08 23:03:52.344718 [ 3 ] {3094526e-7362-4bd9-81cd-08cd3f35de91} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7254 | 2024.08.08 23:03:52.344898 [ 3 ] {3094526e-7362-4bd9-81cd-08cd3f35de91} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.00171 sec., 3508.7719298245615 rows/sec., 198.74 KiB/sec. | ||
7255 | 2024.08.08 23:03:52.345210 [ 3 ] {3094526e-7362-4bd9-81cd-08cd3f35de91} <Debug> DynamicQueryHandler: Done processing query | ||
7256 | 2024.08.08 23:03:52.345238 [ 3 ] {3094526e-7362-4bd9-81cd-08cd3f35de91} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7257 | 2024.08.08 23:03:52.345255 [ 3 ] {} <Debug> HTTP-Session: 5e6bb307-ca7d-439b-846d-5c179a15ebb4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7258 | 2024.08.08 23:03:52.345414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7259 | 2024.08.08 23:03:52.345472 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7260 | 2024.08.08 23:03:52.345492 [ 3 ] {} <Debug> HTTP-Session: 2b929fae-0dc5-4944-83a2-8a96c88624e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7261 | 2024.08.08 23:03:52.345511 [ 3 ] {} <Debug> HTTP-Session: 2b929fae-0dc5-4944-83a2-8a96c88624e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7262 | 2024.08.08 23:03:52.345525 [ 3 ] {} <Debug> HTTP-Session: 2b929fae-0dc5-4944-83a2-8a96c88624e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7263 | 2024.08.08 23:03:52.345561 [ 3 ] {} <Trace> HTTP-Session: 2b929fae-0dc5-4944-83a2-8a96c88624e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7264 | 2024.08.08 23:03:52.345666 [ 3 ] {ce6418a1-7c2c-4167-871b-236f98444ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
7265 | 2024.08.08 23:03:52.345712 [ 3 ] {ce6418a1-7c2c-4167-871b-236f98444ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
7266 | 2024.08.08 23:03:52.345859 [ 3 ] {ce6418a1-7c2c-4167-871b-236f98444ffc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7267 | 2024.08.08 23:03:52.346208 [ 3 ] {ce6418a1-7c2c-4167-871b-236f98444ffc} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7268 | 2024.08.08 23:03:52.346245 [ 3 ] {ce6418a1-7c2c-4167-871b-236f98444ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7269 | 2024.08.08 23:03:52.346540 [ 3 ] {ce6418a1-7c2c-4167-871b-236f98444ffc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7270 | 2024.08.08 23:03:52.346843 [ 3 ] {ce6418a1-7c2c-4167-871b-236f98444ffc} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7271 | 2024.08.08 23:03:52.347002 [ 3 ] {ce6418a1-7c2c-4167-871b-236f98444ffc} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001352 sec., 2958.579881656805 rows/sec., 241.25 KiB/sec. | ||
7272 | 2024.08.08 23:03:52.347209 [ 3 ] {ce6418a1-7c2c-4167-871b-236f98444ffc} <Debug> DynamicQueryHandler: Done processing query | ||
7273 | 2024.08.08 23:03:52.347233 [ 3 ] {ce6418a1-7c2c-4167-871b-236f98444ffc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7274 | 2024.08.08 23:03:52.347249 [ 3 ] {} <Debug> HTTP-Session: 2b929fae-0dc5-4944-83a2-8a96c88624e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7275 | 2024.08.08 23:03:52.347422 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7276 | 2024.08.08 23:03:52.347474 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7277 | 2024.08.08 23:03:52.347494 [ 3 ] {} <Debug> HTTP-Session: d493a75f-f8d6-4619-b764-924c78b4c465 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7278 | 2024.08.08 23:03:52.347510 [ 3 ] {} <Debug> HTTP-Session: d493a75f-f8d6-4619-b764-924c78b4c465 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7279 | 2024.08.08 23:03:52.347523 [ 3 ] {} <Debug> HTTP-Session: d493a75f-f8d6-4619-b764-924c78b4c465 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7280 | 2024.08.08 23:03:52.347554 [ 3 ] {} <Trace> HTTP-Session: d493a75f-f8d6-4619-b764-924c78b4c465 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7281 | 2024.08.08 23:03:52.347691 [ 3 ] {3bf1dabc-52e9-4b50-99d4-6ef295c771ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7282 | 2024.08.08 23:03:52.347732 [ 3 ] {3bf1dabc-52e9-4b50-99d4-6ef295c771ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7283 | 2024.08.08 23:03:52.347857 [ 3 ] {3bf1dabc-52e9-4b50-99d4-6ef295c771ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7284 | 2024.08.08 23:03:52.348271 [ 3 ] {3bf1dabc-52e9-4b50-99d4-6ef295c771ce} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7285 | 2024.08.08 23:03:52.348307 [ 3 ] {3bf1dabc-52e9-4b50-99d4-6ef295c771ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7286 | 2024.08.08 23:03:52.348625 [ 3 ] {3bf1dabc-52e9-4b50-99d4-6ef295c771ce} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7287 | 2024.08.08 23:03:52.348924 [ 3 ] {3bf1dabc-52e9-4b50-99d4-6ef295c771ce} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7288 | 2024.08.08 23:03:52.349073 [ 3 ] {3bf1dabc-52e9-4b50-99d4-6ef295c771ce} <Debug> executeQuery: Read 163 rows, 14.68 KiB in 0.001438 sec., 113351.87760778859 rows/sec., 9.97 MiB/sec. | ||
7289 | 2024.08.08 23:03:52.349243 [ 3 ] {3bf1dabc-52e9-4b50-99d4-6ef295c771ce} <Debug> DynamicQueryHandler: Done processing query | ||
7290 | 2024.08.08 23:03:52.349268 [ 3 ] {3bf1dabc-52e9-4b50-99d4-6ef295c771ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7291 | 2024.08.08 23:03:52.349284 [ 3 ] {} <Debug> HTTP-Session: d493a75f-f8d6-4619-b764-924c78b4c465 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7292 | 2024.08.08 23:03:52.349406 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7293 | 2024.08.08 23:03:52.349453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7294 | 2024.08.08 23:03:52.349475 [ 3 ] {} <Debug> HTTP-Session: f4700974-da56-4dd2-8eef-2337a76211d1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7295 | 2024.08.08 23:03:52.349491 [ 3 ] {} <Debug> HTTP-Session: f4700974-da56-4dd2-8eef-2337a76211d1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7296 | 2024.08.08 23:03:52.349505 [ 3 ] {} <Debug> HTTP-Session: f4700974-da56-4dd2-8eef-2337a76211d1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7297 | 2024.08.08 23:03:52.349535 [ 3 ] {} <Trace> HTTP-Session: f4700974-da56-4dd2-8eef-2337a76211d1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7298 | 2024.08.08 23:03:52.349627 [ 3 ] {616ae67a-de57-4a33-96a4-3ecd9f7a43da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
7299 | 2024.08.08 23:03:52.349670 [ 3 ] {616ae67a-de57-4a33-96a4-3ecd9f7a43da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
7300 | 2024.08.08 23:03:52.349796 [ 3 ] {616ae67a-de57-4a33-96a4-3ecd9f7a43da} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7301 | 2024.08.08 23:03:52.350078 [ 3 ] {616ae67a-de57-4a33-96a4-3ecd9f7a43da} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7302 | 2024.08.08 23:03:52.350114 [ 3 ] {616ae67a-de57-4a33-96a4-3ecd9f7a43da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7303 | 2024.08.08 23:03:52.350406 [ 3 ] {616ae67a-de57-4a33-96a4-3ecd9f7a43da} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
7304 | 2024.08.08 23:03:52.350710 [ 3 ] {616ae67a-de57-4a33-96a4-3ecd9f7a43da} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7305 | 2024.08.08 23:03:52.350859 [ 3 ] {616ae67a-de57-4a33-96a4-3ecd9f7a43da} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001254 sec., 3189.792663476874 rows/sec., 222.72 KiB/sec. | ||
7306 | 2024.08.08 23:03:52.351021 [ 3 ] {616ae67a-de57-4a33-96a4-3ecd9f7a43da} <Debug> DynamicQueryHandler: Done processing query | ||
7307 | 2024.08.08 23:03:52.351044 [ 3 ] {616ae67a-de57-4a33-96a4-3ecd9f7a43da} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7308 | 2024.08.08 23:03:52.351060 [ 3 ] {} <Debug> HTTP-Session: f4700974-da56-4dd2-8eef-2337a76211d1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7309 | 2024.08.08 23:03:52.351240 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 62293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7310 | 2024.08.08 23:03:52.351288 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7311 | 2024.08.08 23:03:52.351307 [ 3 ] {} <Debug> HTTP-Session: cb68dad6-ad12-4dc7-8b6a-aa0f092b9c8e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7312 | 2024.08.08 23:03:52.351324 [ 3 ] {} <Debug> HTTP-Session: cb68dad6-ad12-4dc7-8b6a-aa0f092b9c8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7313 | 2024.08.08 23:03:52.351337 [ 3 ] {} <Debug> HTTP-Session: cb68dad6-ad12-4dc7-8b6a-aa0f092b9c8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7314 | 2024.08.08 23:03:52.351368 [ 3 ] {} <Trace> HTTP-Session: cb68dad6-ad12-4dc7-8b6a-aa0f092b9c8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7315 | 2024.08.08 23:03:52.351576 [ 3 ] {da60cabf-b635-4b43-a312-63cb68ffe748} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7316 | 2024.08.08 23:03:52.351619 [ 3 ] {da60cabf-b635-4b43-a312-63cb68ffe748} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7317 | 2024.08.08 23:03:52.351744 [ 3 ] {da60cabf-b635-4b43-a312-63cb68ffe748} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7318 | 2024.08.08 23:03:52.352261 [ 3 ] {da60cabf-b635-4b43-a312-63cb68ffe748} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7319 | 2024.08.08 23:03:52.352297 [ 3 ] {da60cabf-b635-4b43-a312-63cb68ffe748} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7320 | 2024.08.08 23:03:52.352608 [ 3 ] {da60cabf-b635-4b43-a312-63cb68ffe748} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7321 | 2024.08.08 23:03:52.352909 [ 3 ] {da60cabf-b635-4b43-a312-63cb68ffe748} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7322 | 2024.08.08 23:03:52.353032 [ 3 ] {da60cabf-b635-4b43-a312-63cb68ffe748} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.001562 sec., 247119.0781049936 rows/sec., 17.38 MiB/sec. | ||
7323 | 2024.08.08 23:03:52.353190 [ 3 ] {da60cabf-b635-4b43-a312-63cb68ffe748} <Debug> DynamicQueryHandler: Done processing query | ||
7324 | 2024.08.08 23:03:52.353215 [ 3 ] {da60cabf-b635-4b43-a312-63cb68ffe748} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7325 | 2024.08.08 23:03:52.353230 [ 3 ] {} <Debug> HTTP-Session: cb68dad6-ad12-4dc7-8b6a-aa0f092b9c8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7326 | 2024.08.08 23:03:52.353366 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7327 | 2024.08.08 23:03:52.353414 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7328 | 2024.08.08 23:03:52.353434 [ 3 ] {} <Debug> HTTP-Session: c14a7289-ffcd-40ad-97c0-01873bca3f79 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7329 | 2024.08.08 23:03:52.353450 [ 3 ] {} <Debug> HTTP-Session: c14a7289-ffcd-40ad-97c0-01873bca3f79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7330 | 2024.08.08 23:03:52.353465 [ 3 ] {} <Debug> HTTP-Session: c14a7289-ffcd-40ad-97c0-01873bca3f79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7331 | 2024.08.08 23:03:52.353495 [ 3 ] {} <Trace> HTTP-Session: c14a7289-ffcd-40ad-97c0-01873bca3f79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7332 | 2024.08.08 23:03:52.353585 [ 3 ] {7d4bd89e-9d71-467c-a2de-5d837f67f0e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7333 | 2024.08.08 23:03:52.353631 [ 3 ] {7d4bd89e-9d71-467c-a2de-5d837f67f0e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7334 | 2024.08.08 23:03:52.353756 [ 3 ] {7d4bd89e-9d71-467c-a2de-5d837f67f0e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7335 | 2024.08.08 23:03:52.354020 [ 3 ] {7d4bd89e-9d71-467c-a2de-5d837f67f0e2} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7336 | 2024.08.08 23:03:52.354054 [ 3 ] {7d4bd89e-9d71-467c-a2de-5d837f67f0e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7337 | 2024.08.08 23:03:52.354401 [ 3 ] {7d4bd89e-9d71-467c-a2de-5d837f67f0e2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7338 | 2024.08.08 23:03:52.354728 [ 3 ] {7d4bd89e-9d71-467c-a2de-5d837f67f0e2} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7339 | 2024.08.08 23:03:52.354855 [ 3 ] {7d4bd89e-9d71-467c-a2de-5d837f67f0e2} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001292 sec., 4643.962848297214 rows/sec., 199.55 KiB/sec. | ||
7340 | 2024.08.08 23:03:52.355100 [ 3 ] {7d4bd89e-9d71-467c-a2de-5d837f67f0e2} <Debug> DynamicQueryHandler: Done processing query | ||
7341 | 2024.08.08 23:03:52.355124 [ 3 ] {7d4bd89e-9d71-467c-a2de-5d837f67f0e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7342 | 2024.08.08 23:03:52.355140 [ 3 ] {} <Debug> HTTP-Session: c14a7289-ffcd-40ad-97c0-01873bca3f79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7343 | 2024.08.08 23:03:52.355265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7344 | 2024.08.08 23:03:52.355313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7345 | 2024.08.08 23:03:52.355333 [ 3 ] {} <Debug> HTTP-Session: 3f161c15-d19c-4447-9fb4-7f41488b539a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7346 | 2024.08.08 23:03:52.355349 [ 3 ] {} <Debug> HTTP-Session: 3f161c15-d19c-4447-9fb4-7f41488b539a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7347 | 2024.08.08 23:03:52.355362 [ 3 ] {} <Debug> HTTP-Session: 3f161c15-d19c-4447-9fb4-7f41488b539a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7348 | 2024.08.08 23:03:52.355393 [ 3 ] {} <Trace> HTTP-Session: 3f161c15-d19c-4447-9fb4-7f41488b539a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7349 | 2024.08.08 23:03:52.355512 [ 3 ] {0610fb0e-5f95-42e2-ab8c-148aa893375b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7350 | 2024.08.08 23:03:52.355559 [ 3 ] {0610fb0e-5f95-42e2-ab8c-148aa893375b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7351 | 2024.08.08 23:03:52.355719 [ 3 ] {0610fb0e-5f95-42e2-ab8c-148aa893375b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7352 | 2024.08.08 23:03:52.356040 [ 3 ] {0610fb0e-5f95-42e2-ab8c-148aa893375b} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7353 | 2024.08.08 23:03:52.356075 [ 3 ] {0610fb0e-5f95-42e2-ab8c-148aa893375b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7354 | 2024.08.08 23:03:52.356425 [ 3 ] {0610fb0e-5f95-42e2-ab8c-148aa893375b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
7355 | 2024.08.08 23:03:52.356766 [ 3 ] {0610fb0e-5f95-42e2-ab8c-148aa893375b} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7356 | 2024.08.08 23:03:52.356898 [ 3 ] {0610fb0e-5f95-42e2-ab8c-148aa893375b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001432 sec., 53770.949720670396 rows/sec., 3.31 MiB/sec. | ||
7357 | 2024.08.08 23:03:52.357106 [ 3 ] {0610fb0e-5f95-42e2-ab8c-148aa893375b} <Debug> DynamicQueryHandler: Done processing query | ||
7358 | 2024.08.08 23:03:52.357130 [ 3 ] {0610fb0e-5f95-42e2-ab8c-148aa893375b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7359 | 2024.08.08 23:03:52.357146 [ 3 ] {} <Debug> HTTP-Session: 3f161c15-d19c-4447-9fb4-7f41488b539a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7360 | 2024.08.08 23:03:52.357305 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7361 | 2024.08.08 23:03:52.357352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7362 | 2024.08.08 23:03:52.357371 [ 3 ] {} <Debug> HTTP-Session: 1befe230-42be-4c20-9e16-c9905bcc16a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7363 | 2024.08.08 23:03:52.357387 [ 3 ] {} <Debug> HTTP-Session: 1befe230-42be-4c20-9e16-c9905bcc16a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7364 | 2024.08.08 23:03:52.357401 [ 3 ] {} <Debug> HTTP-Session: 1befe230-42be-4c20-9e16-c9905bcc16a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7365 | 2024.08.08 23:03:52.357431 [ 3 ] {} <Trace> HTTP-Session: 1befe230-42be-4c20-9e16-c9905bcc16a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7366 | 2024.08.08 23:03:52.357609 [ 3 ] {f76ce37e-9c6c-4811-9132-7b546d22a571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7367 | 2024.08.08 23:03:52.357654 [ 3 ] {f76ce37e-9c6c-4811-9132-7b546d22a571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7368 | 2024.08.08 23:03:52.357792 [ 3 ] {f76ce37e-9c6c-4811-9132-7b546d22a571} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7369 | 2024.08.08 23:03:52.358179 [ 3 ] {f76ce37e-9c6c-4811-9132-7b546d22a571} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7370 | 2024.08.08 23:03:52.358213 [ 3 ] {f76ce37e-9c6c-4811-9132-7b546d22a571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7371 | 2024.08.08 23:03:52.358574 [ 3 ] {f76ce37e-9c6c-4811-9132-7b546d22a571} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7372 | 2024.08.08 23:03:52.358907 [ 3 ] {f76ce37e-9c6c-4811-9132-7b546d22a571} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7373 | 2024.08.08 23:03:52.359034 [ 3 ] {f76ce37e-9c6c-4811-9132-7b546d22a571} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001528 sec., 106020.94240837696 rows/sec., 7.38 MiB/sec. | ||
7374 | 2024.08.08 23:03:52.359314 [ 3 ] {f76ce37e-9c6c-4811-9132-7b546d22a571} <Debug> DynamicQueryHandler: Done processing query | ||
7375 | 2024.08.08 23:03:52.359352 [ 3 ] {f76ce37e-9c6c-4811-9132-7b546d22a571} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7376 | 2024.08.08 23:03:52.359368 [ 3 ] {} <Debug> HTTP-Session: 1befe230-42be-4c20-9e16-c9905bcc16a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7377 | 2024.08.08 23:03:52.359491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7378 | 2024.08.08 23:03:52.359539 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7379 | 2024.08.08 23:03:52.359558 [ 3 ] {} <Debug> HTTP-Session: 231839c5-929b-4e66-9114-f0b5f6938d5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7380 | 2024.08.08 23:03:52.359574 [ 3 ] {} <Debug> HTTP-Session: 231839c5-929b-4e66-9114-f0b5f6938d5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7381 | 2024.08.08 23:03:52.359588 [ 3 ] {} <Debug> HTTP-Session: 231839c5-929b-4e66-9114-f0b5f6938d5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7382 | 2024.08.08 23:03:52.359618 [ 3 ] {} <Trace> HTTP-Session: 231839c5-929b-4e66-9114-f0b5f6938d5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7383 | 2024.08.08 23:03:52.359718 [ 3 ] {d0b710f8-7079-4bc3-99a3-696370475910} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7384 | 2024.08.08 23:03:52.359763 [ 3 ] {d0b710f8-7079-4bc3-99a3-696370475910} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7385 | 2024.08.08 23:03:52.359907 [ 3 ] {d0b710f8-7079-4bc3-99a3-696370475910} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7386 | 2024.08.08 23:03:52.360178 [ 3 ] {d0b710f8-7079-4bc3-99a3-696370475910} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7387 | 2024.08.08 23:03:52.360213 [ 3 ] {d0b710f8-7079-4bc3-99a3-696370475910} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7388 | 2024.08.08 23:03:52.360558 [ 3 ] {d0b710f8-7079-4bc3-99a3-696370475910} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7389 | 2024.08.08 23:03:52.360877 [ 3 ] {d0b710f8-7079-4bc3-99a3-696370475910} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7390 | 2024.08.08 23:03:52.361004 [ 3 ] {d0b710f8-7079-4bc3-99a3-696370475910} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001314 sec., 17503.80517503805 rows/sec., 946.83 KiB/sec. | ||
7391 | 2024.08.08 23:03:52.361163 [ 3 ] {d0b710f8-7079-4bc3-99a3-696370475910} <Debug> DynamicQueryHandler: Done processing query | ||
7392 | 2024.08.08 23:03:52.361187 [ 3 ] {d0b710f8-7079-4bc3-99a3-696370475910} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7393 | 2024.08.08 23:03:52.361202 [ 3 ] {} <Debug> HTTP-Session: 231839c5-929b-4e66-9114-f0b5f6938d5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7394 | 2024.08.08 23:03:52.361323 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7395 | 2024.08.08 23:03:52.361370 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7396 | 2024.08.08 23:03:52.361389 [ 3 ] {} <Debug> HTTP-Session: bbe5c33b-4d52-4a44-94ee-98e8fc58e34e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7397 | 2024.08.08 23:03:52.361405 [ 3 ] {} <Debug> HTTP-Session: bbe5c33b-4d52-4a44-94ee-98e8fc58e34e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7398 | 2024.08.08 23:03:52.361418 [ 3 ] {} <Debug> HTTP-Session: bbe5c33b-4d52-4a44-94ee-98e8fc58e34e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7399 | 2024.08.08 23:03:52.361449 [ 3 ] {} <Trace> HTTP-Session: bbe5c33b-4d52-4a44-94ee-98e8fc58e34e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7400 | 2024.08.08 23:03:52.361568 [ 3 ] {13716f1e-c8f9-4ee4-a7b1-cb895674a0e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7401 | 2024.08.08 23:03:52.361611 [ 3 ] {13716f1e-c8f9-4ee4-a7b1-cb895674a0e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7402 | 2024.08.08 23:03:52.361734 [ 3 ] {13716f1e-c8f9-4ee4-a7b1-cb895674a0e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7403 | 2024.08.08 23:03:52.362050 [ 3 ] {13716f1e-c8f9-4ee4-a7b1-cb895674a0e3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7404 | 2024.08.08 23:03:52.362084 [ 3 ] {13716f1e-c8f9-4ee4-a7b1-cb895674a0e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.31 GiB. | ||
7405 | 2024.08.08 23:03:52.362432 [ 3 ] {13716f1e-c8f9-4ee4-a7b1-cb895674a0e3} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
7406 | 2024.08.08 23:03:52.362760 [ 3 ] {13716f1e-c8f9-4ee4-a7b1-cb895674a0e3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7407 | 2024.08.08 23:03:52.362882 [ 3 ] {13716f1e-c8f9-4ee4-a7b1-cb895674a0e3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
7408 | 2024.08.08 23:03:52.363044 [ 3 ] {13716f1e-c8f9-4ee4-a7b1-cb895674a0e3} <Debug> DynamicQueryHandler: Done processing query | ||
7409 | 2024.08.08 23:03:52.363068 [ 3 ] {13716f1e-c8f9-4ee4-a7b1-cb895674a0e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7410 | 2024.08.08 23:03:52.363083 [ 3 ] {} <Debug> HTTP-Session: bbe5c33b-4d52-4a44-94ee-98e8fc58e34e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7411 | 2024.08.08 23:03:53.180105 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7412 | 2024.08.08 23:03:53.180162 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7413 | 2024.08.08 23:03:57.340580 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7414 | 2024.08.08 23:03:57.340699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7415 | 2024.08.08 23:03:57.340723 [ 3 ] {} <Debug> HTTP-Session: f6c7e384-79e8-45cf-8e10-a09f8eb7e33f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7416 | 2024.08.08 23:03:57.340747 [ 3 ] {} <Debug> HTTP-Session: f6c7e384-79e8-45cf-8e10-a09f8eb7e33f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7417 | 2024.08.08 23:03:57.340761 [ 3 ] {} <Debug> HTTP-Session: f6c7e384-79e8-45cf-8e10-a09f8eb7e33f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7418 | 2024.08.08 23:03:57.340809 [ 3 ] {} <Trace> HTTP-Session: f6c7e384-79e8-45cf-8e10-a09f8eb7e33f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7419 | 2024.08.08 23:03:57.340990 [ 3 ] {93c38a0d-03b4-4e8a-a8aa-c3a4e087a20d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7420 | 2024.08.08 23:03:57.341052 [ 3 ] {93c38a0d-03b4-4e8a-a8aa-c3a4e087a20d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7421 | 2024.08.08 23:03:57.341239 [ 3 ] {93c38a0d-03b4-4e8a-a8aa-c3a4e087a20d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7422 | 2024.08.08 23:03:57.341681 [ 3 ] {93c38a0d-03b4-4e8a-a8aa-c3a4e087a20d} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7423 | 2024.08.08 23:03:57.341721 [ 3 ] {93c38a0d-03b4-4e8a-a8aa-c3a4e087a20d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7424 | 2024.08.08 23:03:57.342078 [ 3 ] {93c38a0d-03b4-4e8a-a8aa-c3a4e087a20d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
7425 | 2024.08.08 23:03:57.342411 [ 3 ] {93c38a0d-03b4-4e8a-a8aa-c3a4e087a20d} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7426 | 2024.08.08 23:03:57.342559 [ 3 ] {93c38a0d-03b4-4e8a-a8aa-c3a4e087a20d} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001626 sec., 20295.20295202952 rows/sec., 1.61 MiB/sec. | ||
7427 | 2024.08.08 23:03:57.342762 [ 3 ] {93c38a0d-03b4-4e8a-a8aa-c3a4e087a20d} <Debug> DynamicQueryHandler: Done processing query | ||
7428 | 2024.08.08 23:03:57.342789 [ 3 ] {93c38a0d-03b4-4e8a-a8aa-c3a4e087a20d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7429 | 2024.08.08 23:03:57.342806 [ 3 ] {} <Debug> HTTP-Session: f6c7e384-79e8-45cf-8e10-a09f8eb7e33f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7430 | 2024.08.08 23:03:57.343026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7431 | 2024.08.08 23:03:57.343085 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7432 | 2024.08.08 23:03:57.343105 [ 3 ] {} <Debug> HTTP-Session: 18ec85db-41fe-4b00-a148-e7834a927989 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7433 | 2024.08.08 23:03:57.343123 [ 3 ] {} <Debug> HTTP-Session: 18ec85db-41fe-4b00-a148-e7834a927989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7434 | 2024.08.08 23:03:57.343137 [ 3 ] {} <Debug> HTTP-Session: 18ec85db-41fe-4b00-a148-e7834a927989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7435 | 2024.08.08 23:03:57.343172 [ 3 ] {} <Trace> HTTP-Session: 18ec85db-41fe-4b00-a148-e7834a927989 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7436 | 2024.08.08 23:03:57.343317 [ 3 ] {12d33781-e98d-4a9e-aebd-3f0eb8157d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7437 | 2024.08.08 23:03:57.343363 [ 3 ] {12d33781-e98d-4a9e-aebd-3f0eb8157d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7438 | 2024.08.08 23:03:57.343494 [ 3 ] {12d33781-e98d-4a9e-aebd-3f0eb8157d2b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7439 | 2024.08.08 23:03:57.343995 [ 3 ] {12d33781-e98d-4a9e-aebd-3f0eb8157d2b} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7440 | 2024.08.08 23:03:57.344030 [ 3 ] {12d33781-e98d-4a9e-aebd-3f0eb8157d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7441 | 2024.08.08 23:03:57.344348 [ 3 ] {12d33781-e98d-4a9e-aebd-3f0eb8157d2b} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7442 | 2024.08.08 23:03:57.344653 [ 3 ] {12d33781-e98d-4a9e-aebd-3f0eb8157d2b} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7443 | 2024.08.08 23:03:57.344784 [ 3 ] {12d33781-e98d-4a9e-aebd-3f0eb8157d2b} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001533 sec., 101108.93672537508 rows/sec., 8.47 MiB/sec. | ||
7444 | 2024.08.08 23:03:57.344949 [ 3 ] {12d33781-e98d-4a9e-aebd-3f0eb8157d2b} <Debug> DynamicQueryHandler: Done processing query | ||
7445 | 2024.08.08 23:03:57.344973 [ 3 ] {12d33781-e98d-4a9e-aebd-3f0eb8157d2b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7446 | 2024.08.08 23:03:57.344988 [ 3 ] {} <Debug> HTTP-Session: 18ec85db-41fe-4b00-a148-e7834a927989 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7447 | 2024.08.08 23:03:57.345129 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7448 | 2024.08.08 23:03:57.345180 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7449 | 2024.08.08 23:03:57.345199 [ 3 ] {} <Debug> HTTP-Session: 940d02bd-d0dd-41da-9758-e72058a6fc3c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7450 | 2024.08.08 23:03:57.345216 [ 3 ] {} <Debug> HTTP-Session: 940d02bd-d0dd-41da-9758-e72058a6fc3c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7451 | 2024.08.08 23:03:57.345229 [ 3 ] {} <Debug> HTTP-Session: 940d02bd-d0dd-41da-9758-e72058a6fc3c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7452 | 2024.08.08 23:03:57.345260 [ 3 ] {} <Trace> HTTP-Session: 940d02bd-d0dd-41da-9758-e72058a6fc3c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7453 | 2024.08.08 23:03:57.345384 [ 3 ] {c2124c60-3701-4519-99f7-45b5fcd95fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7454 | 2024.08.08 23:03:57.345428 [ 3 ] {c2124c60-3701-4519-99f7-45b5fcd95fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7455 | 2024.08.08 23:03:57.345553 [ 3 ] {c2124c60-3701-4519-99f7-45b5fcd95fbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7456 | 2024.08.08 23:03:57.345885 [ 3 ] {c2124c60-3701-4519-99f7-45b5fcd95fbe} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7457 | 2024.08.08 23:03:57.345921 [ 3 ] {c2124c60-3701-4519-99f7-45b5fcd95fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7458 | 2024.08.08 23:03:57.346234 [ 3 ] {c2124c60-3701-4519-99f7-45b5fcd95fbe} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7459 | 2024.08.08 23:03:57.346553 [ 3 ] {c2124c60-3701-4519-99f7-45b5fcd95fbe} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7460 | 2024.08.08 23:03:57.346676 [ 3 ] {c2124c60-3701-4519-99f7-45b5fcd95fbe} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001338 sec., 72496.26307922271 rows/sec., 5.66 MiB/sec. | ||
7461 | 2024.08.08 23:03:57.346858 [ 3 ] {c2124c60-3701-4519-99f7-45b5fcd95fbe} <Debug> DynamicQueryHandler: Done processing query | ||
7462 | 2024.08.08 23:03:57.346884 [ 3 ] {c2124c60-3701-4519-99f7-45b5fcd95fbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7463 | 2024.08.08 23:03:57.346902 [ 3 ] {} <Debug> HTTP-Session: 940d02bd-d0dd-41da-9758-e72058a6fc3c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7464 | 2024.08.08 23:03:57.347088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7465 | 2024.08.08 23:03:57.347136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7466 | 2024.08.08 23:03:57.347155 [ 3 ] {} <Debug> HTTP-Session: f7385b72-fb79-43bb-b6de-0cc8876eb8d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7467 | 2024.08.08 23:03:57.347171 [ 3 ] {} <Debug> HTTP-Session: f7385b72-fb79-43bb-b6de-0cc8876eb8d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7468 | 2024.08.08 23:03:57.347184 [ 3 ] {} <Debug> HTTP-Session: f7385b72-fb79-43bb-b6de-0cc8876eb8d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7469 | 2024.08.08 23:03:57.347214 [ 3 ] {} <Trace> HTTP-Session: f7385b72-fb79-43bb-b6de-0cc8876eb8d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7470 | 2024.08.08 23:03:57.347355 [ 3 ] {8d6b2967-f8fa-463c-89e7-b53c6add1c42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7471 | 2024.08.08 23:03:57.347400 [ 3 ] {8d6b2967-f8fa-463c-89e7-b53c6add1c42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7472 | 2024.08.08 23:03:57.347541 [ 3 ] {8d6b2967-f8fa-463c-89e7-b53c6add1c42} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7473 | 2024.08.08 23:03:57.347906 [ 3 ] {8d6b2967-f8fa-463c-89e7-b53c6add1c42} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7474 | 2024.08.08 23:03:57.347941 [ 3 ] {8d6b2967-f8fa-463c-89e7-b53c6add1c42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7475 | 2024.08.08 23:03:57.348324 [ 3 ] {8d6b2967-f8fa-463c-89e7-b53c6add1c42} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7476 | 2024.08.08 23:03:57.348665 [ 3 ] {8d6b2967-f8fa-463c-89e7-b53c6add1c42} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7477 | 2024.08.08 23:03:57.348790 [ 3 ] {8d6b2967-f8fa-463c-89e7-b53c6add1c42} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001499 sec., 106737.82521681121 rows/sec., 7.43 MiB/sec. | ||
7478 | 2024.08.08 23:03:57.348955 [ 3 ] {8d6b2967-f8fa-463c-89e7-b53c6add1c42} <Debug> DynamicQueryHandler: Done processing query | ||
7479 | 2024.08.08 23:03:57.348979 [ 3 ] {8d6b2967-f8fa-463c-89e7-b53c6add1c42} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7480 | 2024.08.08 23:03:57.348994 [ 3 ] {} <Debug> HTTP-Session: f7385b72-fb79-43bb-b6de-0cc8876eb8d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7481 | 2024.08.08 23:03:57.349153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7482 | 2024.08.08 23:03:57.349200 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7483 | 2024.08.08 23:03:57.349219 [ 3 ] {} <Debug> HTTP-Session: 5b7e568c-bea5-4ba6-938f-400c02017bab Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7484 | 2024.08.08 23:03:57.349235 [ 3 ] {} <Debug> HTTP-Session: 5b7e568c-bea5-4ba6-938f-400c02017bab Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7485 | 2024.08.08 23:03:57.349248 [ 3 ] {} <Debug> HTTP-Session: 5b7e568c-bea5-4ba6-938f-400c02017bab Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7486 | 2024.08.08 23:03:57.349278 [ 3 ] {} <Trace> HTTP-Session: 5b7e568c-bea5-4ba6-938f-400c02017bab Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7487 | 2024.08.08 23:03:57.349648 [ 3 ] {ae023303-ae0a-4b6c-9eb0-b7e47995560d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7488 | 2024.08.08 23:03:57.349713 [ 3 ] {ae023303-ae0a-4b6c-9eb0-b7e47995560d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7489 | 2024.08.08 23:03:57.350102 [ 3 ] {ae023303-ae0a-4b6c-9eb0-b7e47995560d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7490 | 2024.08.08 23:03:57.350834 [ 3 ] {ae023303-ae0a-4b6c-9eb0-b7e47995560d} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7491 | 2024.08.08 23:03:57.350869 [ 3 ] {ae023303-ae0a-4b6c-9eb0-b7e47995560d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7492 | 2024.08.08 23:03:57.351464 [ 3 ] {ae023303-ae0a-4b6c-9eb0-b7e47995560d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
7493 | 2024.08.08 23:03:57.351871 [ 3 ] {ae023303-ae0a-4b6c-9eb0-b7e47995560d} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7494 | 2024.08.08 23:03:57.352023 [ 3 ] {ae023303-ae0a-4b6c-9eb0-b7e47995560d} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002653 sec., 12438.748586505842 rows/sec., 22.29 MiB/sec. | ||
7495 | 2024.08.08 23:03:57.352237 [ 3 ] {ae023303-ae0a-4b6c-9eb0-b7e47995560d} <Debug> DynamicQueryHandler: Done processing query | ||
7496 | 2024.08.08 23:03:57.352260 [ 3 ] {ae023303-ae0a-4b6c-9eb0-b7e47995560d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7497 | 2024.08.08 23:03:57.352276 [ 3 ] {} <Debug> HTTP-Session: 5b7e568c-bea5-4ba6-938f-400c02017bab Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7498 | 2024.08.08 23:03:57.352409 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7499 | 2024.08.08 23:03:57.352458 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7500 | 2024.08.08 23:03:57.352477 [ 3 ] {} <Debug> HTTP-Session: 33f6ac75-1f5a-4206-baa8-5f99316a6f4a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7501 | 2024.08.08 23:03:57.352495 [ 3 ] {} <Debug> HTTP-Session: 33f6ac75-1f5a-4206-baa8-5f99316a6f4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7502 | 2024.08.08 23:03:57.352508 [ 3 ] {} <Debug> HTTP-Session: 33f6ac75-1f5a-4206-baa8-5f99316a6f4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7503 | 2024.08.08 23:03:57.352539 [ 3 ] {} <Trace> HTTP-Session: 33f6ac75-1f5a-4206-baa8-5f99316a6f4a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7504 | 2024.08.08 23:03:57.352663 [ 3 ] {c1a2aad0-b88d-451d-aacf-c06cea746f4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7505 | 2024.08.08 23:03:57.352707 [ 3 ] {c1a2aad0-b88d-451d-aacf-c06cea746f4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7506 | 2024.08.08 23:03:57.352833 [ 3 ] {c1a2aad0-b88d-451d-aacf-c06cea746f4d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7507 | 2024.08.08 23:03:57.353119 [ 3 ] {c1a2aad0-b88d-451d-aacf-c06cea746f4d} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7508 | 2024.08.08 23:03:57.353154 [ 3 ] {c1a2aad0-b88d-451d-aacf-c06cea746f4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7509 | 2024.08.08 23:03:57.353513 [ 3 ] {c1a2aad0-b88d-451d-aacf-c06cea746f4d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
7510 | 2024.08.08 23:03:57.353839 [ 3 ] {c1a2aad0-b88d-451d-aacf-c06cea746f4d} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7511 | 2024.08.08 23:03:57.353971 [ 3 ] {c1a2aad0-b88d-451d-aacf-c06cea746f4d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001349 sec., 44477.390659747965 rows/sec., 3.00 MiB/sec. | ||
7512 | 2024.08.08 23:03:57.354255 [ 3 ] {c1a2aad0-b88d-451d-aacf-c06cea746f4d} <Debug> DynamicQueryHandler: Done processing query | ||
7513 | 2024.08.08 23:03:57.354301 [ 3 ] {c1a2aad0-b88d-451d-aacf-c06cea746f4d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7514 | 2024.08.08 23:03:57.354319 [ 3 ] {} <Debug> HTTP-Session: 33f6ac75-1f5a-4206-baa8-5f99316a6f4a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7515 | 2024.08.08 23:04:02.342963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7516 | 2024.08.08 23:04:02.343094 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7517 | 2024.08.08 23:04:02.343124 [ 3 ] {} <Debug> HTTP-Session: 3f1541fd-ed29-4d63-bf04-77e1b177d966 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7518 | 2024.08.08 23:04:02.343152 [ 3 ] {} <Debug> HTTP-Session: 3f1541fd-ed29-4d63-bf04-77e1b177d966 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7519 | 2024.08.08 23:04:02.343169 [ 3 ] {} <Debug> HTTP-Session: 3f1541fd-ed29-4d63-bf04-77e1b177d966 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7520 | 2024.08.08 23:04:02.343225 [ 3 ] {} <Trace> HTTP-Session: 3f1541fd-ed29-4d63-bf04-77e1b177d966 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7521 | 2024.08.08 23:04:02.343415 [ 3 ] {2e368d31-6fd6-4a8f-8801-1bdffd861b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7522 | 2024.08.08 23:04:02.343487 [ 3 ] {2e368d31-6fd6-4a8f-8801-1bdffd861b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7523 | 2024.08.08 23:04:02.343704 [ 3 ] {2e368d31-6fd6-4a8f-8801-1bdffd861b6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7524 | 2024.08.08 23:04:02.344143 [ 3 ] {2e368d31-6fd6-4a8f-8801-1bdffd861b6c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7525 | 2024.08.08 23:04:02.344184 [ 3 ] {2e368d31-6fd6-4a8f-8801-1bdffd861b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7526 | 2024.08.08 23:04:02.344540 [ 3 ] {2e368d31-6fd6-4a8f-8801-1bdffd861b6c} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
7527 | 2024.08.08 23:04:02.344868 [ 3 ] {2e368d31-6fd6-4a8f-8801-1bdffd861b6c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7528 | 2024.08.08 23:04:02.345050 [ 3 ] {2e368d31-6fd6-4a8f-8801-1bdffd861b6c} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001685 sec., 3560.8308605341244 rows/sec., 201.69 KiB/sec. | ||
7529 | 2024.08.08 23:04:02.345247 [ 3 ] {2e368d31-6fd6-4a8f-8801-1bdffd861b6c} <Debug> DynamicQueryHandler: Done processing query | ||
7530 | 2024.08.08 23:04:02.345273 [ 3 ] {2e368d31-6fd6-4a8f-8801-1bdffd861b6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7531 | 2024.08.08 23:04:02.345289 [ 3 ] {} <Debug> HTTP-Session: 3f1541fd-ed29-4d63-bf04-77e1b177d966 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7532 | 2024.08.08 23:04:02.345481 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7533 | 2024.08.08 23:04:02.345531 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7534 | 2024.08.08 23:04:02.345550 [ 3 ] {} <Debug> HTTP-Session: 65d7f2ad-d357-4b1c-ae4c-1a13b8389261 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7535 | 2024.08.08 23:04:02.345567 [ 3 ] {} <Debug> HTTP-Session: 65d7f2ad-d357-4b1c-ae4c-1a13b8389261 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7536 | 2024.08.08 23:04:02.345581 [ 3 ] {} <Debug> HTTP-Session: 65d7f2ad-d357-4b1c-ae4c-1a13b8389261 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7537 | 2024.08.08 23:04:02.345612 [ 3 ] {} <Trace> HTTP-Session: 65d7f2ad-d357-4b1c-ae4c-1a13b8389261 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7538 | 2024.08.08 23:04:02.345749 [ 3 ] {81cdf9c4-1b08-453d-8205-a56bcc0b9b99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7539 | 2024.08.08 23:04:02.345790 [ 3 ] {81cdf9c4-1b08-453d-8205-a56bcc0b9b99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7540 | 2024.08.08 23:04:02.345916 [ 3 ] {81cdf9c4-1b08-453d-8205-a56bcc0b9b99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7541 | 2024.08.08 23:04:02.346380 [ 3 ] {81cdf9c4-1b08-453d-8205-a56bcc0b9b99} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7542 | 2024.08.08 23:04:02.346417 [ 3 ] {81cdf9c4-1b08-453d-8205-a56bcc0b9b99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7543 | 2024.08.08 23:04:02.346729 [ 3 ] {81cdf9c4-1b08-453d-8205-a56bcc0b9b99} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7544 | 2024.08.08 23:04:02.347043 [ 3 ] {81cdf9c4-1b08-453d-8205-a56bcc0b9b99} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7545 | 2024.08.08 23:04:02.347197 [ 3 ] {81cdf9c4-1b08-453d-8205-a56bcc0b9b99} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001504 sec., 107047.87234042554 rows/sec., 9.43 MiB/sec. | ||
7546 | 2024.08.08 23:04:02.347196 [ 81 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7547 | 2024.08.08 23:04:02.347310 [ 81 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7548 | 2024.08.08 23:04:02.347360 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7549 | 2024.08.08 23:04:02.347443 [ 3 ] {81cdf9c4-1b08-453d-8205-a56bcc0b9b99} <Debug> DynamicQueryHandler: Done processing query | ||
7550 | 2024.08.08 23:04:02.347509 [ 3 ] {81cdf9c4-1b08-453d-8205-a56bcc0b9b99} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7551 | 2024.08.08 23:04:02.347543 [ 3 ] {} <Debug> HTTP-Session: 65d7f2ad-d357-4b1c-ae4c-1a13b8389261 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7552 | 2024.08.08 23:04:02.347559 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
7553 | 2024.08.08 23:04:02.347740 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7554 | 2024.08.08 23:04:02.347761 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7555 | 2024.08.08 23:04:02.347791 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1408 rows starting from the beginning of the part | ||
7556 | 2024.08.08 23:04:02.347852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7557 | 2024.08.08 23:04:02.347913 [ 3 ] {} <Debug> HTTP-Session: 87cc25db-488d-4067-b63d-207a36e5038b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7558 | 2024.08.08 23:04:02.347970 [ 3 ] {} <Debug> HTTP-Session: 87cc25db-488d-4067-b63d-207a36e5038b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7559 | 2024.08.08 23:04:02.348002 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 161 rows starting from the beginning of the part | ||
7560 | 2024.08.08 23:04:02.348024 [ 3 ] {} <Debug> HTTP-Session: 87cc25db-488d-4067-b63d-207a36e5038b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7561 | 2024.08.08 23:04:02.348142 [ 3 ] {} <Trace> HTTP-Session: 87cc25db-488d-4067-b63d-207a36e5038b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7562 | 2024.08.08 23:04:02.348357 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1298 rows starting from the beginning of the part | ||
7563 | 2024.08.08 23:04:02.348630 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 163 rows starting from the beginning of the part | ||
7564 | 2024.08.08 23:04:02.348639 [ 3 ] {be4c170a-0d59-4ae2-a382-518f95fe1708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7565 | 2024.08.08 23:04:02.348833 [ 3 ] {be4c170a-0d59-4ae2-a382-518f95fe1708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7566 | 2024.08.08 23:04:02.348998 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 155 rows starting from the beginning of the part | ||
7567 | 2024.08.08 23:04:02.349462 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 161 rows starting from the beginning of the part | ||
7568 | 2024.08.08 23:04:02.349909 [ 3 ] {be4c170a-0d59-4ae2-a382-518f95fe1708} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7569 | 2024.08.08 23:04:02.350825 [ 3 ] {be4c170a-0d59-4ae2-a382-518f95fe1708} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7570 | 2024.08.08 23:04:02.350889 [ 3 ] {be4c170a-0d59-4ae2-a382-518f95fe1708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7571 | 2024.08.08 23:04:02.351670 [ 3 ] {be4c170a-0d59-4ae2-a382-518f95fe1708} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7572 | 2024.08.08 23:04:02.352083 [ 3 ] {be4c170a-0d59-4ae2-a382-518f95fe1708} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7573 | 2024.08.08 23:04:02.352383 [ 81 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7574 | 2024.08.08 23:04:02.352518 [ 81 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7575 | 2024.08.08 23:04:02.352571 [ 3 ] {be4c170a-0d59-4ae2-a382-518f95fe1708} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.004167 sec., 91672.66618670507 rows/sec., 6.44 MiB/sec. | ||
7576 | 2024.08.08 23:04:02.352598 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7577 | 2024.08.08 23:04:02.352700 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3346 rows, containing 4 columns (4 merged, 0 gathered) in 0.005250043 sec., 637328.1133125956 rows/sec., 53.35 MiB/sec. | ||
7578 | 2024.08.08 23:04:02.353044 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
7579 | 2024.08.08 23:04:02.353162 [ 3 ] {be4c170a-0d59-4ae2-a382-518f95fe1708} <Debug> DynamicQueryHandler: Done processing query | ||
7580 | 2024.08.08 23:04:02.353176 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7581 | 2024.08.08 23:04:02.353214 [ 3 ] {be4c170a-0d59-4ae2-a382-518f95fe1708} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7582 | 2024.08.08 23:04:02.353301 [ 3 ] {} <Debug> HTTP-Session: 87cc25db-488d-4067-b63d-207a36e5038b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7583 | 2024.08.08 23:04:02.353490 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7584 | 2024.08.08 23:04:02.353562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7585 | 2024.08.08 23:04:02.353620 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 905 rows starting from the beginning of the part | ||
7586 | 2024.08.08 23:04:02.353744 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7587 | 2024.08.08 23:04:02.353853 [ 3 ] {} <Debug> HTTP-Session: 95fb3a5b-cb83-4f00-81a2-7e02af1ffcdb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7588 | 2024.08.08 23:04:02.353991 [ 3 ] {} <Debug> HTTP-Session: 95fb3a5b-cb83-4f00-81a2-7e02af1ffcdb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7589 | 2024.08.08 23:04:02.354090 [ 3 ] {} <Debug> HTTP-Session: 95fb3a5b-cb83-4f00-81a2-7e02af1ffcdb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7590 | 2024.08.08 23:04:02.354260 [ 3 ] {} <Trace> HTTP-Session: 95fb3a5b-cb83-4f00-81a2-7e02af1ffcdb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7591 | 2024.08.08 23:04:02.354326 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 382 rows starting from the beginning of the part | ||
7592 | 2024.08.08 23:04:02.354631 [ 3 ] {98723786-d9f6-442f-88ce-914dc5d94b1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7593 | 2024.08.08 23:04:02.354830 [ 3 ] {98723786-d9f6-442f-88ce-914dc5d94b1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7594 | 2024.08.08 23:04:02.354920 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 559 rows starting from the beginning of the part | ||
7595 | 2024.08.08 23:04:02.354982 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7596 | 2024.08.08 23:04:02.355449 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_41_8} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7597 | 2024.08.08 23:04:02.355475 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 386 rows starting from the beginning of the part | ||
7598 | 2024.08.08 23:04:02.355746 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
7599 | 2024.08.08 23:04:02.356038 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 97 rows starting from the beginning of the part | ||
7600 | 2024.08.08 23:04:02.356068 [ 3 ] {98723786-d9f6-442f-88ce-914dc5d94b1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7601 | 2024.08.08 23:04:02.356274 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 382 rows starting from the beginning of the part | ||
7602 | 2024.08.08 23:04:02.357006 [ 3 ] {98723786-d9f6-442f-88ce-914dc5d94b1c} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7603 | 2024.08.08 23:04:02.357066 [ 3 ] {98723786-d9f6-442f-88ce-914dc5d94b1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7604 | 2024.08.08 23:04:02.358059 [ 3 ] {98723786-d9f6-442f-88ce-914dc5d94b1c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7605 | 2024.08.08 23:04:02.358903 [ 3 ] {98723786-d9f6-442f-88ce-914dc5d94b1c} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7606 | 2024.08.08 23:04:02.359104 [ 3 ] {98723786-d9f6-442f-88ce-914dc5d94b1c} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004631 sec., 1295.616497516735 rows/sec., 55.67 KiB/sec. | ||
7607 | 2024.08.08 23:04:02.359424 [ 3 ] {98723786-d9f6-442f-88ce-914dc5d94b1c} <Debug> DynamicQueryHandler: Done processing query | ||
7608 | 2024.08.08 23:04:02.359519 [ 3 ] {98723786-d9f6-442f-88ce-914dc5d94b1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7609 | 2024.08.08 23:04:02.359577 [ 3 ] {} <Debug> HTTP-Session: 95fb3a5b-cb83-4f00-81a2-7e02af1ffcdb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7610 | 2024.08.08 23:04:02.359652 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2711 rows, containing 4 columns (4 merged, 0 gathered) in 0.006853515 sec., 395563.44445149676 rows/sec., 28.53 MiB/sec. | ||
7611 | 2024.08.08 23:04:02.359736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7612 | 2024.08.08 23:04:02.359799 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7613 | 2024.08.08 23:04:02.359821 [ 3 ] {} <Debug> HTTP-Session: 4de54b67-3b99-49db-898b-094851afa5e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7614 | 2024.08.08 23:04:02.359863 [ 3 ] {} <Debug> HTTP-Session: 4de54b67-3b99-49db-898b-094851afa5e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7615 | 2024.08.08 23:04:02.359886 [ 3 ] {} <Debug> HTTP-Session: 4de54b67-3b99-49db-898b-094851afa5e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7616 | 2024.08.08 23:04:02.359930 [ 3 ] {} <Trace> HTTP-Session: 4de54b67-3b99-49db-898b-094851afa5e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7617 | 2024.08.08 23:04:02.360007 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7618 | 2024.08.08 23:04:02.360171 [ 3 ] {432ccc1f-f18c-4cc2-b6e0-78bc2df35508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7619 | 2024.08.08 23:04:02.360240 [ 3 ] {432ccc1f-f18c-4cc2-b6e0-78bc2df35508} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7620 | 2024.08.08 23:04:02.360937 [ 3 ] {432ccc1f-f18c-4cc2-b6e0-78bc2df35508} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7621 | 2024.08.08 23:04:02.361032 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7622 | 2024.08.08 23:04:02.361155 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_41_8} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7623 | 2024.08.08 23:04:02.361276 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
7624 | 2024.08.08 23:04:02.361444 [ 3 ] {432ccc1f-f18c-4cc2-b6e0-78bc2df35508} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7625 | 2024.08.08 23:04:02.361486 [ 3 ] {432ccc1f-f18c-4cc2-b6e0-78bc2df35508} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7626 | 2024.08.08 23:04:02.361865 [ 3 ] {432ccc1f-f18c-4cc2-b6e0-78bc2df35508} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
7627 | 2024.08.08 23:04:02.362213 [ 3 ] {432ccc1f-f18c-4cc2-b6e0-78bc2df35508} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7628 | 2024.08.08 23:04:02.362369 [ 3 ] {432ccc1f-f18c-4cc2-b6e0-78bc2df35508} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002316 sec., 33246.977547495684 rows/sec., 2.05 MiB/sec. | ||
7629 | 2024.08.08 23:04:02.362555 [ 3 ] {432ccc1f-f18c-4cc2-b6e0-78bc2df35508} <Debug> DynamicQueryHandler: Done processing query | ||
7630 | 2024.08.08 23:04:02.362578 [ 3 ] {432ccc1f-f18c-4cc2-b6e0-78bc2df35508} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7631 | 2024.08.08 23:04:02.362594 [ 3 ] {} <Debug> HTTP-Session: 4de54b67-3b99-49db-898b-094851afa5e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7632 | 2024.08.08 23:04:02.362772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7633 | 2024.08.08 23:04:02.362821 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7634 | 2024.08.08 23:04:02.362840 [ 3 ] {} <Debug> HTTP-Session: 0d9b2311-2583-4cde-8328-f600595606ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7635 | 2024.08.08 23:04:02.362856 [ 3 ] {} <Debug> HTTP-Session: 0d9b2311-2583-4cde-8328-f600595606ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7636 | 2024.08.08 23:04:02.362869 [ 3 ] {} <Debug> HTTP-Session: 0d9b2311-2583-4cde-8328-f600595606ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7637 | 2024.08.08 23:04:02.362900 [ 3 ] {} <Trace> HTTP-Session: 0d9b2311-2583-4cde-8328-f600595606ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7638 | 2024.08.08 23:04:02.363078 [ 3 ] {65e1cd2d-b96d-4d34-b853-1697b8873452} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7639 | 2024.08.08 23:04:02.363125 [ 3 ] {65e1cd2d-b96d-4d34-b853-1697b8873452} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7640 | 2024.08.08 23:04:02.363268 [ 3 ] {65e1cd2d-b96d-4d34-b853-1697b8873452} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7641 | 2024.08.08 23:04:02.363664 [ 3 ] {65e1cd2d-b96d-4d34-b853-1697b8873452} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7642 | 2024.08.08 23:04:02.363700 [ 3 ] {65e1cd2d-b96d-4d34-b853-1697b8873452} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7643 | 2024.08.08 23:04:02.364068 [ 3 ] {65e1cd2d-b96d-4d34-b853-1697b8873452} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7644 | 2024.08.08 23:04:02.364411 [ 3 ] {65e1cd2d-b96d-4d34-b853-1697b8873452} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7645 | 2024.08.08 23:04:02.364559 [ 81 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7646 | 2024.08.08 23:04:02.364567 [ 3 ] {65e1cd2d-b96d-4d34-b853-1697b8873452} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001574 sec., 101651.84243964421 rows/sec., 7.08 MiB/sec. | ||
7647 | 2024.08.08 23:04:02.364607 [ 81 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7648 | 2024.08.08 23:04:02.364671 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7649 | 2024.08.08 23:04:02.364966 [ 3 ] {65e1cd2d-b96d-4d34-b853-1697b8873452} <Debug> DynamicQueryHandler: Done processing query | ||
7650 | 2024.08.08 23:04:02.365055 [ 3 ] {65e1cd2d-b96d-4d34-b853-1697b8873452} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7651 | 2024.08.08 23:04:02.365052 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
7652 | 2024.08.08 23:04:02.365116 [ 3 ] {} <Debug> HTTP-Session: 0d9b2311-2583-4cde-8328-f600595606ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7653 | 2024.08.08 23:04:02.365420 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7654 | 2024.08.08 23:04:02.365634 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7655 | 2024.08.08 23:04:02.365753 [ 3 ] {} <Debug> HTTP-Session: d4ef78bf-0360-4495-a9ac-f749cd849b46 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7656 | 2024.08.08 23:04:02.365846 [ 3 ] {} <Debug> HTTP-Session: d4ef78bf-0360-4495-a9ac-f749cd849b46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7657 | 2024.08.08 23:04:02.365858 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7658 | 2024.08.08 23:04:02.365884 [ 3 ] {} <Debug> HTTP-Session: d4ef78bf-0360-4495-a9ac-f749cd849b46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7659 | 2024.08.08 23:04:02.365946 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 9976 rows starting from the beginning of the part | ||
7660 | 2024.08.08 23:04:02.365973 [ 3 ] {} <Trace> HTTP-Session: d4ef78bf-0360-4495-a9ac-f749cd849b46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7661 | 2024.08.08 23:04:02.366279 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 160 rows starting from the beginning of the part | ||
7662 | 2024.08.08 23:04:02.366305 [ 3 ] {4852b247-bcd2-4a16-ad17-3ec0e19d5e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
7663 | 2024.08.08 23:04:02.366475 [ 3 ] {4852b247-bcd2-4a16-ad17-3ec0e19d5e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
7664 | 2024.08.08 23:04:02.366579 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 847 rows starting from the beginning of the part | ||
7665 | 2024.08.08 23:04:02.366998 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 162 rows starting from the beginning of the part | ||
7666 | 2024.08.08 23:04:02.367394 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
7667 | 2024.08.08 23:04:02.367427 [ 3 ] {4852b247-bcd2-4a16-ad17-3ec0e19d5e5d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7668 | 2024.08.08 23:04:02.367723 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
7669 | 2024.08.08 23:04:02.368451 [ 3 ] {4852b247-bcd2-4a16-ad17-3ec0e19d5e5d} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7670 | 2024.08.08 23:04:02.368509 [ 3 ] {4852b247-bcd2-4a16-ad17-3ec0e19d5e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7671 | 2024.08.08 23:04:02.369097 [ 3 ] {4852b247-bcd2-4a16-ad17-3ec0e19d5e5d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
7672 | 2024.08.08 23:04:02.369792 [ 3 ] {4852b247-bcd2-4a16-ad17-3ec0e19d5e5d} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7673 | 2024.08.08 23:04:02.370082 [ 81 ] {} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
7674 | 2024.08.08 23:04:02.370185 [ 3 ] {4852b247-bcd2-4a16-ad17-3ec0e19d5e5d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003999 sec., 5751.437859464866 rows/sec., 311.11 KiB/sec. | ||
7675 | 2024.08.08 23:04:02.370205 [ 81 ] {} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7676 | 2024.08.08 23:04:02.370295 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7677 | 2024.08.08 23:04:02.370976 [ 3 ] {4852b247-bcd2-4a16-ad17-3ec0e19d5e5d} <Debug> DynamicQueryHandler: Done processing query | ||
7678 | 2024.08.08 23:04:02.371010 [ 189 ] {40178e71-ce0b-40a0-a921-105aab487627::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 | ||
7679 | 2024.08.08 23:04:02.371089 [ 3 ] {4852b247-bcd2-4a16-ad17-3ec0e19d5e5d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7680 | 2024.08.08 23:04:02.371204 [ 3 ] {} <Debug> HTTP-Session: d4ef78bf-0360-4495-a9ac-f749cd849b46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7681 | 2024.08.08 23:04:02.371582 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7682 | 2024.08.08 23:04:02.371745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7683 | 2024.08.08 23:04:02.371815 [ 189 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7684 | 2024.08.08 23:04:02.371839 [ 3 ] {} <Debug> HTTP-Session: 0dc46a90-7951-49de-9fd3-3af066704042 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7685 | 2024.08.08 23:04:02.371925 [ 3 ] {} <Debug> HTTP-Session: 0dc46a90-7951-49de-9fd3-3af066704042 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7686 | 2024.08.08 23:04:02.371943 [ 189 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 349 rows starting from the beginning of the part | ||
7687 | 2024.08.08 23:04:02.371972 [ 3 ] {} <Debug> HTTP-Session: 0dc46a90-7951-49de-9fd3-3af066704042 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7688 | 2024.08.08 23:04:02.372118 [ 3 ] {} <Trace> HTTP-Session: 0dc46a90-7951-49de-9fd3-3af066704042 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7689 | 2024.08.08 23:04:02.372278 [ 189 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 23 rows starting from the beginning of the part | ||
7690 | 2024.08.08 23:04:02.372611 [ 3 ] {d4908984-5890-4894-a456-2e539ea68e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7691 | 2024.08.08 23:04:02.372749 [ 189 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 23 rows starting from the beginning of the part | ||
7692 | 2024.08.08 23:04:02.372777 [ 3 ] {d4908984-5890-4894-a456-2e539ea68e62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7693 | 2024.08.08 23:04:02.373505 [ 189 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 23 rows starting from the beginning of the part | ||
7694 | 2024.08.08 23:04:02.373844 [ 189 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 23 rows starting from the beginning of the part | ||
7695 | 2024.08.08 23:04:02.373938 [ 3 ] {d4908984-5890-4894-a456-2e539ea68e62} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7696 | 2024.08.08 23:04:02.374232 [ 189 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 23 rows starting from the beginning of the part | ||
7697 | 2024.08.08 23:04:02.375496 [ 3 ] {d4908984-5890-4894-a456-2e539ea68e62} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7698 | 2024.08.08 23:04:02.375675 [ 3 ] {d4908984-5890-4894-a456-2e539ea68e62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7699 | 2024.08.08 23:04:02.375960 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11465 rows, containing 5 columns (5 merged, 0 gathered) in 0.011162636 sec., 1027087.150382759 rows/sec., 70.18 MiB/sec. | ||
7700 | 2024.08.08 23:04:02.376645 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7701 | 2024.08.08 23:04:02.377228 [ 3 ] {d4908984-5890-4894-a456-2e539ea68e62} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
7702 | 2024.08.08 23:04:02.378378 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7703 | 2024.08.08 23:04:02.378613 [ 3 ] {d4908984-5890-4894-a456-2e539ea68e62} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7704 | 2024.08.08 23:04:02.378739 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7705 | 2024.08.08 23:04:02.379020 [ 81 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
7706 | 2024.08.08 23:04:02.379143 [ 81 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7707 | 2024.08.08 23:04:02.379160 [ 3 ] {d4908984-5890-4894-a456-2e539ea68e62} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00676 sec., 8875.739644970414 rows/sec., 612.52 KiB/sec. | ||
7708 | 2024.08.08 23:04:02.379161 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.16 MiB. | ||
7709 | 2024.08.08 23:04:02.379254 [ 81 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7710 | 2024.08.08 23:04:02.379909 [ 3 ] {d4908984-5890-4894-a456-2e539ea68e62} <Debug> DynamicQueryHandler: Done processing query | ||
7711 | 2024.08.08 23:04:02.379997 [ 3 ] {d4908984-5890-4894-a456-2e539ea68e62} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7712 | 2024.08.08 23:04:02.380078 [ 3 ] {} <Debug> HTTP-Session: 0dc46a90-7951-49de-9fd3-3af066704042 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7713 | 2024.08.08 23:04:02.380110 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 464 rows, containing 4 columns (4 merged, 0 gathered) in 0.009632035 sec., 48172.58242936202 rows/sec., 2.60 MiB/sec. | ||
7714 | 2024.08.08 23:04:02.380108 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
7715 | 2024.08.08 23:04:02.380357 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7716 | 2024.08.08 23:04:02.380365 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
7717 | 2024.08.08 23:04:02.380406 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2032 rows starting from the beginning of the part | ||
7718 | 2024.08.08 23:04:02.380595 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 60 rows starting from the beginning of the part | ||
7719 | 2024.08.08 23:04:02.380907 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
7720 | 2024.08.08 23:04:02.381297 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 60 rows starting from the beginning of the part | ||
7721 | 2024.08.08 23:04:02.381543 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
7722 | 2024.08.08 23:04:02.381833 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
7723 | 2024.08.08 23:04:02.381941 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7724 | 2024.08.08 23:04:02.382278 [ 193 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_21_4} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
7725 | 2024.08.08 23:04:02.382422 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
7726 | 2024.08.08 23:04:02.383450 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2332 rows, containing 4 columns (4 merged, 0 gathered) in 0.003951675 sec., 590129.5020466004 rows/sec., 39.77 MiB/sec. | ||
7727 | 2024.08.08 23:04:02.383647 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
7728 | 2024.08.08 23:04:02.384017 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7729 | 2024.08.08 23:04:02.384097 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_41_8} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
7730 | 2024.08.08 23:04:02.384175 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.62 MiB. | ||
7731 | 2024.08.08 23:04:04.275924 [ 79 ] {} <Debug> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
7732 | 2024.08.08 23:04:04.275997 [ 79 ] {} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7733 | 2024.08.08 23:04:04.276024 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7734 | 2024.08.08 23:04:04.276252 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
7735 | 2024.08.08 23:04:04.276511 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7736 | 2024.08.08 23:04:04.276553 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7737 | 2024.08.08 23:04:04.276640 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
7738 | 2024.08.08 23:04:04.276853 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
7739 | 2024.08.08 23:04:04.277116 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
7740 | 2024.08.08 23:04:04.277364 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
7741 | 2024.08.08 23:04:04.278444 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002341183 sec., 13668.30358839954 rows/sec., 1.09 MiB/sec. | ||
7742 | 2024.08.08 23:04:04.278633 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
7743 | 2024.08.08 23:04:04.279113 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7744 | 2024.08.08 23:04:04.279207 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_10_2} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
7745 | 2024.08.08 23:04:04.279304 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
7746 | 2024.08.08 23:04:04.359945 [ 79 ] {} <Debug> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
7747 | 2024.08.08 23:04:04.360003 [ 79 ] {} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7748 | 2024.08.08 23:04:04.360029 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7749 | 2024.08.08 23:04:04.360243 [ 196 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
7750 | 2024.08.08 23:04:04.360449 [ 196 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7751 | 2024.08.08 23:04:04.360483 [ 196 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 16 rows starting from the beginning of the part | ||
7752 | 2024.08.08 23:04:04.360553 [ 196 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2 rows starting from the beginning of the part | ||
7753 | 2024.08.08 23:04:04.360617 [ 196 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
7754 | 2024.08.08 23:04:04.360959 [ 196 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
7755 | 2024.08.08 23:04:04.361194 [ 196 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 4 rows starting from the beginning of the part | ||
7756 | 2024.08.08 23:04:04.362205 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002098629 sec., 15248.050036476196 rows/sec., 1.04 MiB/sec. | ||
7757 | 2024.08.08 23:04:04.362362 [ 200 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
7758 | 2024.08.08 23:04:04.362800 [ 200 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7759 | 2024.08.08 23:04:04.362897 [ 200 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_10_2} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
7760 | 2024.08.08 23:04:04.362985 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
7761 | 2024.08.08 23:04:07.340673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7762 | 2024.08.08 23:04:07.340800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7763 | 2024.08.08 23:04:07.340829 [ 3 ] {} <Debug> HTTP-Session: f64585e3-c186-48cc-9e79-e3e2e327f82e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7764 | 2024.08.08 23:04:07.340857 [ 3 ] {} <Debug> HTTP-Session: f64585e3-c186-48cc-9e79-e3e2e327f82e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7765 | 2024.08.08 23:04:07.340874 [ 3 ] {} <Debug> HTTP-Session: f64585e3-c186-48cc-9e79-e3e2e327f82e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7766 | 2024.08.08 23:04:07.340930 [ 3 ] {} <Trace> HTTP-Session: f64585e3-c186-48cc-9e79-e3e2e327f82e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7767 | 2024.08.08 23:04:07.341132 [ 3 ] {fda6ea07-ce9e-4422-8837-a7f8280824d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7768 | 2024.08.08 23:04:07.341204 [ 3 ] {fda6ea07-ce9e-4422-8837-a7f8280824d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7769 | 2024.08.08 23:04:07.341397 [ 3 ] {fda6ea07-ce9e-4422-8837-a7f8280824d1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7770 | 2024.08.08 23:04:07.341843 [ 3 ] {fda6ea07-ce9e-4422-8837-a7f8280824d1} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7771 | 2024.08.08 23:04:07.341881 [ 3 ] {fda6ea07-ce9e-4422-8837-a7f8280824d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7772 | 2024.08.08 23:04:07.342233 [ 3 ] {fda6ea07-ce9e-4422-8837-a7f8280824d1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
7773 | 2024.08.08 23:04:07.342563 [ 3 ] {fda6ea07-ce9e-4422-8837-a7f8280824d1} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7774 | 2024.08.08 23:04:07.342704 [ 3 ] {fda6ea07-ce9e-4422-8837-a7f8280824d1} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001639 sec., 20134.228187919463 rows/sec., 1.59 MiB/sec. | ||
7775 | 2024.08.08 23:04:07.343024 [ 3 ] {fda6ea07-ce9e-4422-8837-a7f8280824d1} <Debug> DynamicQueryHandler: Done processing query | ||
7776 | 2024.08.08 23:04:07.343052 [ 3 ] {fda6ea07-ce9e-4422-8837-a7f8280824d1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7777 | 2024.08.08 23:04:07.343068 [ 3 ] {} <Debug> HTTP-Session: f64585e3-c186-48cc-9e79-e3e2e327f82e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7778 | 2024.08.08 23:04:07.343238 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7779 | 2024.08.08 23:04:07.343289 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7780 | 2024.08.08 23:04:07.343308 [ 3 ] {} <Debug> HTTP-Session: 901192da-69c6-4984-a3a8-093ed6c41742 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7781 | 2024.08.08 23:04:07.343324 [ 3 ] {} <Debug> HTTP-Session: 901192da-69c6-4984-a3a8-093ed6c41742 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7782 | 2024.08.08 23:04:07.343337 [ 3 ] {} <Debug> HTTP-Session: 901192da-69c6-4984-a3a8-093ed6c41742 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7783 | 2024.08.08 23:04:07.343369 [ 3 ] {} <Trace> HTTP-Session: 901192da-69c6-4984-a3a8-093ed6c41742 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7784 | 2024.08.08 23:04:07.343520 [ 3 ] {5dbd0c7b-2e3a-4b44-a2bb-1918f9b358ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7785 | 2024.08.08 23:04:07.343563 [ 3 ] {5dbd0c7b-2e3a-4b44-a2bb-1918f9b358ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7786 | 2024.08.08 23:04:07.343705 [ 3 ] {5dbd0c7b-2e3a-4b44-a2bb-1918f9b358ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7787 | 2024.08.08 23:04:07.344122 [ 3 ] {5dbd0c7b-2e3a-4b44-a2bb-1918f9b358ee} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7788 | 2024.08.08 23:04:07.344157 [ 3 ] {5dbd0c7b-2e3a-4b44-a2bb-1918f9b358ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7789 | 2024.08.08 23:04:07.344469 [ 3 ] {5dbd0c7b-2e3a-4b44-a2bb-1918f9b358ee} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7790 | 2024.08.08 23:04:07.344774 [ 3 ] {5dbd0c7b-2e3a-4b44-a2bb-1918f9b358ee} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7791 | 2024.08.08 23:04:07.344910 [ 3 ] {5dbd0c7b-2e3a-4b44-a2bb-1918f9b358ee} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001454 sec., 106602.47592847318 rows/sec., 8.93 MiB/sec. | ||
7792 | 2024.08.08 23:04:07.345084 [ 3 ] {5dbd0c7b-2e3a-4b44-a2bb-1918f9b358ee} <Debug> DynamicQueryHandler: Done processing query | ||
7793 | 2024.08.08 23:04:07.345108 [ 3 ] {5dbd0c7b-2e3a-4b44-a2bb-1918f9b358ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
7794 | 2024.08.08 23:04:07.345124 [ 3 ] {} <Debug> HTTP-Session: 901192da-69c6-4984-a3a8-093ed6c41742 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7795 | 2024.08.08 23:04:07.345252 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7796 | 2024.08.08 23:04:07.345300 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7797 | 2024.08.08 23:04:07.345319 [ 3 ] {} <Debug> HTTP-Session: 7b55fea5-2308-4c5a-b434-f649d3820073 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7798 | 2024.08.08 23:04:07.345335 [ 3 ] {} <Debug> HTTP-Session: 7b55fea5-2308-4c5a-b434-f649d3820073 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7799 | 2024.08.08 23:04:07.345349 [ 3 ] {} <Debug> HTTP-Session: 7b55fea5-2308-4c5a-b434-f649d3820073 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7800 | 2024.08.08 23:04:07.345380 [ 3 ] {} <Trace> HTTP-Session: 7b55fea5-2308-4c5a-b434-f649d3820073 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7801 | 2024.08.08 23:04:07.345499 [ 3 ] {0e9ec34a-a1ad-4850-88a0-daf68a6e07aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7802 | 2024.08.08 23:04:07.345543 [ 3 ] {0e9ec34a-a1ad-4850-88a0-daf68a6e07aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7803 | 2024.08.08 23:04:07.345671 [ 3 ] {0e9ec34a-a1ad-4850-88a0-daf68a6e07aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7804 | 2024.08.08 23:04:07.346009 [ 3 ] {0e9ec34a-a1ad-4850-88a0-daf68a6e07aa} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7805 | 2024.08.08 23:04:07.346045 [ 3 ] {0e9ec34a-a1ad-4850-88a0-daf68a6e07aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7806 | 2024.08.08 23:04:07.346346 [ 3 ] {0e9ec34a-a1ad-4850-88a0-daf68a6e07aa} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7807 | 2024.08.08 23:04:07.346657 [ 3 ] {0e9ec34a-a1ad-4850-88a0-daf68a6e07aa} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7808 | 2024.08.08 23:04:07.346807 [ 3 ] {0e9ec34a-a1ad-4850-88a0-daf68a6e07aa} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00135 sec., 71851.85185185185 rows/sec., 5.61 MiB/sec. | ||
7809 | 2024.08.08 23:04:07.346969 [ 3 ] {0e9ec34a-a1ad-4850-88a0-daf68a6e07aa} <Debug> DynamicQueryHandler: Done processing query | ||
7810 | 2024.08.08 23:04:07.346992 [ 3 ] {0e9ec34a-a1ad-4850-88a0-daf68a6e07aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
7811 | 2024.08.08 23:04:07.347008 [ 3 ] {} <Debug> HTTP-Session: 7b55fea5-2308-4c5a-b434-f649d3820073 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7812 | 2024.08.08 23:04:07.347145 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7813 | 2024.08.08 23:04:07.347193 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7814 | 2024.08.08 23:04:07.347212 [ 3 ] {} <Debug> HTTP-Session: efb6f440-0798-4233-b330-d439d07f3abe Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7815 | 2024.08.08 23:04:07.347228 [ 3 ] {} <Debug> HTTP-Session: efb6f440-0798-4233-b330-d439d07f3abe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7816 | 2024.08.08 23:04:07.347241 [ 3 ] {} <Debug> HTTP-Session: efb6f440-0798-4233-b330-d439d07f3abe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7817 | 2024.08.08 23:04:07.347272 [ 3 ] {} <Trace> HTTP-Session: efb6f440-0798-4233-b330-d439d07f3abe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7818 | 2024.08.08 23:04:07.347409 [ 3 ] {6f109f93-a389-456c-a82b-e2816af1a8e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7819 | 2024.08.08 23:04:07.347454 [ 3 ] {6f109f93-a389-456c-a82b-e2816af1a8e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7820 | 2024.08.08 23:04:07.347597 [ 3 ] {6f109f93-a389-456c-a82b-e2816af1a8e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7821 | 2024.08.08 23:04:07.347964 [ 3 ] {6f109f93-a389-456c-a82b-e2816af1a8e4} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7822 | 2024.08.08 23:04:07.348000 [ 3 ] {6f109f93-a389-456c-a82b-e2816af1a8e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7823 | 2024.08.08 23:04:07.348378 [ 3 ] {6f109f93-a389-456c-a82b-e2816af1a8e4} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7824 | 2024.08.08 23:04:07.348724 [ 3 ] {6f109f93-a389-456c-a82b-e2816af1a8e4} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7825 | 2024.08.08 23:04:07.348874 [ 3 ] {6f109f93-a389-456c-a82b-e2816af1a8e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001516 sec., 105540.89709762533 rows/sec., 7.35 MiB/sec. | ||
7826 | 2024.08.08 23:04:07.349159 [ 3 ] {6f109f93-a389-456c-a82b-e2816af1a8e4} <Debug> DynamicQueryHandler: Done processing query | ||
7827 | 2024.08.08 23:04:07.349199 [ 3 ] {6f109f93-a389-456c-a82b-e2816af1a8e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7828 | 2024.08.08 23:04:07.349221 [ 3 ] {} <Debug> HTTP-Session: efb6f440-0798-4233-b330-d439d07f3abe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7829 | 2024.08.08 23:04:07.349359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7830 | 2024.08.08 23:04:07.349407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7831 | 2024.08.08 23:04:07.349426 [ 3 ] {} <Debug> HTTP-Session: 81079a97-44eb-4d02-9df5-f1a6b9c220bf Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7832 | 2024.08.08 23:04:07.349442 [ 3 ] {} <Debug> HTTP-Session: 81079a97-44eb-4d02-9df5-f1a6b9c220bf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7833 | 2024.08.08 23:04:07.349456 [ 3 ] {} <Debug> HTTP-Session: 81079a97-44eb-4d02-9df5-f1a6b9c220bf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7834 | 2024.08.08 23:04:07.349486 [ 3 ] {} <Trace> HTTP-Session: 81079a97-44eb-4d02-9df5-f1a6b9c220bf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7835 | 2024.08.08 23:04:07.349853 [ 3 ] {2260d5f4-0c92-402b-87d0-8b251cee6a54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
7836 | 2024.08.08 23:04:07.349923 [ 3 ] {2260d5f4-0c92-402b-87d0-8b251cee6a54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
7837 | 2024.08.08 23:04:07.350347 [ 3 ] {2260d5f4-0c92-402b-87d0-8b251cee6a54} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7838 | 2024.08.08 23:04:07.351164 [ 3 ] {2260d5f4-0c92-402b-87d0-8b251cee6a54} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7839 | 2024.08.08 23:04:07.351204 [ 3 ] {2260d5f4-0c92-402b-87d0-8b251cee6a54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7840 | 2024.08.08 23:04:07.351814 [ 3 ] {2260d5f4-0c92-402b-87d0-8b251cee6a54} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
7841 | 2024.08.08 23:04:07.352219 [ 3 ] {2260d5f4-0c92-402b-87d0-8b251cee6a54} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7842 | 2024.08.08 23:04:07.352420 [ 75 ] {} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
7843 | 2024.08.08 23:04:07.352430 [ 3 ] {2260d5f4-0c92-402b-87d0-8b251cee6a54} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002836 sec., 11636.107193229902 rows/sec., 20.85 MiB/sec. | ||
7844 | 2024.08.08 23:04:07.352538 [ 75 ] {} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7845 | 2024.08.08 23:04:07.352646 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7846 | 2024.08.08 23:04:07.353110 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::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 | ||
7847 | 2024.08.08 23:04:07.353135 [ 3 ] {2260d5f4-0c92-402b-87d0-8b251cee6a54} <Debug> DynamicQueryHandler: Done processing query | ||
7848 | 2024.08.08 23:04:07.353241 [ 3 ] {2260d5f4-0c92-402b-87d0-8b251cee6a54} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
7849 | 2024.08.08 23:04:07.353269 [ 3 ] {} <Debug> HTTP-Session: 81079a97-44eb-4d02-9df5-f1a6b9c220bf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7850 | 2024.08.08 23:04:07.353501 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7851 | 2024.08.08 23:04:07.353641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7852 | 2024.08.08 23:04:07.353705 [ 3 ] {} <Debug> HTTP-Session: ce3215bc-a68f-4364-9ce2-775cc76e8801 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7853 | 2024.08.08 23:04:07.353744 [ 3 ] {} <Debug> HTTP-Session: ce3215bc-a68f-4364-9ce2-775cc76e8801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7854 | 2024.08.08 23:04:07.353795 [ 3 ] {} <Debug> HTTP-Session: ce3215bc-a68f-4364-9ce2-775cc76e8801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7855 | 2024.08.08 23:04:07.353903 [ 3 ] {} <Trace> HTTP-Session: ce3215bc-a68f-4364-9ce2-775cc76e8801 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7856 | 2024.08.08 23:04:07.354012 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7857 | 2024.08.08 23:04:07.354208 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 351 rows starting from the beginning of the part | ||
7858 | 2024.08.08 23:04:07.354217 [ 3 ] {ca3e96fb-a731-435c-9d66-c9680f03822d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
7859 | 2024.08.08 23:04:07.354345 [ 3 ] {ca3e96fb-a731-435c-9d66-c9680f03822d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
7860 | 2024.08.08 23:04:07.354993 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 33 rows starting from the beginning of the part | ||
7861 | 2024.08.08 23:04:07.355220 [ 3 ] {ca3e96fb-a731-435c-9d66-c9680f03822d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7862 | 2024.08.08 23:04:07.355717 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 33 rows starting from the beginning of the part | ||
7863 | 2024.08.08 23:04:07.356426 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 33 rows starting from the beginning of the part | ||
7864 | 2024.08.08 23:04:07.356590 [ 3 ] {ca3e96fb-a731-435c-9d66-c9680f03822d} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7865 | 2024.08.08 23:04:07.356701 [ 3 ] {ca3e96fb-a731-435c-9d66-c9680f03822d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7866 | 2024.08.08 23:04:07.357026 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part | ||
7867 | 2024.08.08 23:04:07.357581 [ 198 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 33 rows starting from the beginning of the part | ||
7868 | 2024.08.08 23:04:07.358236 [ 3 ] {ca3e96fb-a731-435c-9d66-c9680f03822d} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
7869 | 2024.08.08 23:04:07.359049 [ 3 ] {ca3e96fb-a731-435c-9d66-c9680f03822d} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7870 | 2024.08.08 23:04:07.359547 [ 3 ] {ca3e96fb-a731-435c-9d66-c9680f03822d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005439 sec., 11031.439602868173 rows/sec., 761.28 KiB/sec. | ||
7871 | 2024.08.08 23:04:07.360064 [ 3 ] {ca3e96fb-a731-435c-9d66-c9680f03822d} <Debug> DynamicQueryHandler: Done processing query | ||
7872 | 2024.08.08 23:04:07.360152 [ 3 ] {ca3e96fb-a731-435c-9d66-c9680f03822d} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
7873 | 2024.08.08 23:04:07.360227 [ 3 ] {} <Debug> HTTP-Session: ce3215bc-a68f-4364-9ce2-775cc76e8801 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7874 | 2024.08.08 23:04:07.362973 [ 200 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 516 rows, containing 19 columns (19 merged, 0 gathered) in 0.010142271 sec., 50876.179506542474 rows/sec., 91.17 MiB/sec. | ||
7875 | 2024.08.08 23:04:07.363778 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
7876 | 2024.08.08 23:04:07.364495 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7877 | 2024.08.08 23:04:07.364588 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_16_3} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
7878 | 2024.08.08 23:04:07.364752 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.48 MiB. | ||
7879 | 2024.08.08 23:04:08.180420 [ 75 ] {} <Debug> DNSResolver: Updating DNS cache | ||
7880 | 2024.08.08 23:04:08.180504 [ 75 ] {} <Debug> DNSResolver: Updated DNS cache | ||
7881 | 2024.08.08 23:04:12.343278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7882 | 2024.08.08 23:04:12.343415 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7883 | 2024.08.08 23:04:12.343444 [ 3 ] {} <Debug> HTTP-Session: e79a99f5-cf32-4c0a-b33c-9b345b30a6ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7884 | 2024.08.08 23:04:12.343472 [ 3 ] {} <Debug> HTTP-Session: e79a99f5-cf32-4c0a-b33c-9b345b30a6ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7885 | 2024.08.08 23:04:12.343490 [ 3 ] {} <Debug> HTTP-Session: e79a99f5-cf32-4c0a-b33c-9b345b30a6ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7886 | 2024.08.08 23:04:12.343546 [ 3 ] {} <Trace> HTTP-Session: e79a99f5-cf32-4c0a-b33c-9b345b30a6ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7887 | 2024.08.08 23:04:12.343751 [ 3 ] {241fce62-c2bf-4a10-aa5a-09cd599c3189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
7888 | 2024.08.08 23:04:12.343825 [ 3 ] {241fce62-c2bf-4a10-aa5a-09cd599c3189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
7889 | 2024.08.08 23:04:12.344042 [ 3 ] {241fce62-c2bf-4a10-aa5a-09cd599c3189} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7890 | 2024.08.08 23:04:12.344486 [ 3 ] {241fce62-c2bf-4a10-aa5a-09cd599c3189} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7891 | 2024.08.08 23:04:12.344529 [ 3 ] {241fce62-c2bf-4a10-aa5a-09cd599c3189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7892 | 2024.08.08 23:04:12.344890 [ 3 ] {241fce62-c2bf-4a10-aa5a-09cd599c3189} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
7893 | 2024.08.08 23:04:12.345231 [ 3 ] {241fce62-c2bf-4a10-aa5a-09cd599c3189} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7894 | 2024.08.08 23:04:12.345376 [ 3 ] {241fce62-c2bf-4a10-aa5a-09cd599c3189} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.00168 sec., 3571.428571428571 rows/sec., 202.29 KiB/sec. | ||
7895 | 2024.08.08 23:04:12.345468 [ 70 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
7896 | 2024.08.08 23:04:12.345557 [ 70 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7897 | 2024.08.08 23:04:12.345590 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7898 | 2024.08.08 23:04:12.345673 [ 3 ] {241fce62-c2bf-4a10-aa5a-09cd599c3189} <Debug> DynamicQueryHandler: Done processing query | ||
7899 | 2024.08.08 23:04:12.345750 [ 3 ] {241fce62-c2bf-4a10-aa5a-09cd599c3189} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
7900 | 2024.08.08 23:04:12.345821 [ 3 ] {} <Debug> HTTP-Session: e79a99f5-cf32-4c0a-b33c-9b345b30a6ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7901 | 2024.08.08 23:04:12.345904 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
7902 | 2024.08.08 23:04:12.346107 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7903 | 2024.08.08 23:04:12.346279 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7904 | 2024.08.08 23:04:12.346334 [ 3 ] {} <Debug> HTTP-Session: 16e23dad-46f3-4ad6-b58e-0453e61202b6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7905 | 2024.08.08 23:04:12.346362 [ 3 ] {} <Debug> HTTP-Session: 16e23dad-46f3-4ad6-b58e-0453e61202b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7906 | 2024.08.08 23:04:12.346372 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
7907 | 2024.08.08 23:04:12.346381 [ 3 ] {} <Debug> HTTP-Session: 16e23dad-46f3-4ad6-b58e-0453e61202b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7908 | 2024.08.08 23:04:12.346410 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 39 rows starting from the beginning of the part | ||
7909 | 2024.08.08 23:04:12.346425 [ 3 ] {} <Trace> HTTP-Session: 16e23dad-46f3-4ad6-b58e-0453e61202b6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7910 | 2024.08.08 23:04:12.346486 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
7911 | 2024.08.08 23:04:12.346739 [ 3 ] {a004156b-482a-4fa8-812f-a1c449d0dd6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
7912 | 2024.08.08 23:04:12.346819 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part | ||
7913 | 2024.08.08 23:04:12.346926 [ 3 ] {a004156b-482a-4fa8-812f-a1c449d0dd6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
7914 | 2024.08.08 23:04:12.347230 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
7915 | 2024.08.08 23:04:12.347596 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part | ||
7916 | 2024.08.08 23:04:12.347925 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
7917 | 2024.08.08 23:04:12.348432 [ 3 ] {a004156b-482a-4fa8-812f-a1c449d0dd6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7918 | 2024.08.08 23:04:12.349076 [ 3 ] {a004156b-482a-4fa8-812f-a1c449d0dd6d} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7919 | 2024.08.08 23:04:12.349126 [ 3 ] {a004156b-482a-4fa8-812f-a1c449d0dd6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7920 | 2024.08.08 23:04:12.349634 [ 3 ] {a004156b-482a-4fa8-812f-a1c449d0dd6d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7921 | 2024.08.08 23:04:12.349651 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.003972955 sec., 30959.323727552914 rows/sec., 2.28 MiB/sec. | ||
7922 | 2024.08.08 23:04:12.349772 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
7923 | 2024.08.08 23:04:12.350086 [ 3 ] {a004156b-482a-4fa8-812f-a1c449d0dd6d} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7924 | 2024.08.08 23:04:12.350332 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7925 | 2024.08.08 23:04:12.350338 [ 3 ] {a004156b-482a-4fa8-812f-a1c449d0dd6d} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.003786 sec., 42525.092445853144 rows/sec., 3.75 MiB/sec. | ||
7926 | 2024.08.08 23:04:12.350631 [ 188 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_36_7} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
7927 | 2024.08.08 23:04:12.350921 [ 3 ] {a004156b-482a-4fa8-812f-a1c449d0dd6d} <Debug> DynamicQueryHandler: Done processing query | ||
7928 | 2024.08.08 23:04:12.350934 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
7929 | 2024.08.08 23:04:12.351009 [ 3 ] {a004156b-482a-4fa8-812f-a1c449d0dd6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
7930 | 2024.08.08 23:04:12.351073 [ 3 ] {} <Debug> HTTP-Session: 16e23dad-46f3-4ad6-b58e-0453e61202b6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7931 | 2024.08.08 23:04:12.351313 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7932 | 2024.08.08 23:04:12.351365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7933 | 2024.08.08 23:04:12.351385 [ 3 ] {} <Debug> HTTP-Session: 2f4242f6-3957-4c7d-b53c-7b2fc1887a9b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7934 | 2024.08.08 23:04:12.351401 [ 3 ] {} <Debug> HTTP-Session: 2f4242f6-3957-4c7d-b53c-7b2fc1887a9b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7935 | 2024.08.08 23:04:12.351416 [ 3 ] {} <Debug> HTTP-Session: 2f4242f6-3957-4c7d-b53c-7b2fc1887a9b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7936 | 2024.08.08 23:04:12.351448 [ 3 ] {} <Trace> HTTP-Session: 2f4242f6-3957-4c7d-b53c-7b2fc1887a9b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7937 | 2024.08.08 23:04:12.351667 [ 3 ] {c07c419b-57fc-42f7-8404-2e0a5c9051e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
7938 | 2024.08.08 23:04:12.351712 [ 3 ] {c07c419b-57fc-42f7-8404-2e0a5c9051e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
7939 | 2024.08.08 23:04:12.351884 [ 3 ] {c07c419b-57fc-42f7-8404-2e0a5c9051e5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7940 | 2024.08.08 23:04:12.352411 [ 3 ] {c07c419b-57fc-42f7-8404-2e0a5c9051e5} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7941 | 2024.08.08 23:04:12.352447 [ 3 ] {c07c419b-57fc-42f7-8404-2e0a5c9051e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7942 | 2024.08.08 23:04:12.352769 [ 3 ] {c07c419b-57fc-42f7-8404-2e0a5c9051e5} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7943 | 2024.08.08 23:04:12.353076 [ 3 ] {c07c419b-57fc-42f7-8404-2e0a5c9051e5} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7944 | 2024.08.08 23:04:12.353228 [ 3 ] {c07c419b-57fc-42f7-8404-2e0a5c9051e5} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001678 sec., 227651.96662693683 rows/sec., 15.99 MiB/sec. | ||
7945 | 2024.08.08 23:04:12.353394 [ 3 ] {c07c419b-57fc-42f7-8404-2e0a5c9051e5} <Debug> DynamicQueryHandler: Done processing query | ||
7946 | 2024.08.08 23:04:12.353419 [ 3 ] {c07c419b-57fc-42f7-8404-2e0a5c9051e5} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
7947 | 2024.08.08 23:04:12.353435 [ 3 ] {} <Debug> HTTP-Session: 2f4242f6-3957-4c7d-b53c-7b2fc1887a9b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7948 | 2024.08.08 23:04:12.353657 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7949 | 2024.08.08 23:04:12.353729 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7950 | 2024.08.08 23:04:12.353749 [ 3 ] {} <Debug> HTTP-Session: 8d65ef13-0921-46b8-8e27-fea71eaf049d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7951 | 2024.08.08 23:04:12.353765 [ 3 ] {} <Debug> HTTP-Session: 8d65ef13-0921-46b8-8e27-fea71eaf049d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7952 | 2024.08.08 23:04:12.353779 [ 3 ] {} <Debug> HTTP-Session: 8d65ef13-0921-46b8-8e27-fea71eaf049d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7953 | 2024.08.08 23:04:12.353809 [ 3 ] {} <Trace> HTTP-Session: 8d65ef13-0921-46b8-8e27-fea71eaf049d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7954 | 2024.08.08 23:04:12.353903 [ 3 ] {37d309f9-0a7b-4b07-8758-b531007c3a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
7955 | 2024.08.08 23:04:12.353947 [ 3 ] {37d309f9-0a7b-4b07-8758-b531007c3a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
7956 | 2024.08.08 23:04:12.354077 [ 3 ] {37d309f9-0a7b-4b07-8758-b531007c3a7b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7957 | 2024.08.08 23:04:12.354368 [ 3 ] {37d309f9-0a7b-4b07-8758-b531007c3a7b} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7958 | 2024.08.08 23:04:12.354404 [ 3 ] {37d309f9-0a7b-4b07-8758-b531007c3a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7959 | 2024.08.08 23:04:12.354757 [ 3 ] {37d309f9-0a7b-4b07-8758-b531007c3a7b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7960 | 2024.08.08 23:04:12.355081 [ 3 ] {37d309f9-0a7b-4b07-8758-b531007c3a7b} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7961 | 2024.08.08 23:04:12.355244 [ 3 ] {37d309f9-0a7b-4b07-8758-b531007c3a7b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00136 sec., 4411.764705882352 rows/sec., 189.57 KiB/sec. | ||
7962 | 2024.08.08 23:04:12.355407 [ 3 ] {37d309f9-0a7b-4b07-8758-b531007c3a7b} <Debug> DynamicQueryHandler: Done processing query | ||
7963 | 2024.08.08 23:04:12.355431 [ 3 ] {37d309f9-0a7b-4b07-8758-b531007c3a7b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
7964 | 2024.08.08 23:04:12.355447 [ 3 ] {} <Debug> HTTP-Session: 8d65ef13-0921-46b8-8e27-fea71eaf049d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7965 | 2024.08.08 23:04:12.355572 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7966 | 2024.08.08 23:04:12.355621 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7967 | 2024.08.08 23:04:12.355640 [ 3 ] {} <Debug> HTTP-Session: 6f2ceaa9-c80e-42b6-b7c7-edf7393fb81e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7968 | 2024.08.08 23:04:12.355656 [ 3 ] {} <Debug> HTTP-Session: 6f2ceaa9-c80e-42b6-b7c7-edf7393fb81e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7969 | 2024.08.08 23:04:12.355670 [ 3 ] {} <Debug> HTTP-Session: 6f2ceaa9-c80e-42b6-b7c7-edf7393fb81e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7970 | 2024.08.08 23:04:12.355701 [ 3 ] {} <Trace> HTTP-Session: 6f2ceaa9-c80e-42b6-b7c7-edf7393fb81e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7971 | 2024.08.08 23:04:12.355815 [ 3 ] {87f275b1-50ed-4d7d-92e0-29721d36fc25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
7972 | 2024.08.08 23:04:12.355860 [ 3 ] {87f275b1-50ed-4d7d-92e0-29721d36fc25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
7973 | 2024.08.08 23:04:12.356002 [ 3 ] {87f275b1-50ed-4d7d-92e0-29721d36fc25} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7974 | 2024.08.08 23:04:12.356314 [ 3 ] {87f275b1-50ed-4d7d-92e0-29721d36fc25} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7975 | 2024.08.08 23:04:12.356350 [ 3 ] {87f275b1-50ed-4d7d-92e0-29721d36fc25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7976 | 2024.08.08 23:04:12.356704 [ 3 ] {87f275b1-50ed-4d7d-92e0-29721d36fc25} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
7977 | 2024.08.08 23:04:12.357036 [ 3 ] {87f275b1-50ed-4d7d-92e0-29721d36fc25} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7978 | 2024.08.08 23:04:12.357207 [ 3 ] {87f275b1-50ed-4d7d-92e0-29721d36fc25} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001423 sec., 54111.033028812366 rows/sec., 3.33 MiB/sec. | ||
7979 | 2024.08.08 23:04:12.357543 [ 3 ] {87f275b1-50ed-4d7d-92e0-29721d36fc25} <Debug> DynamicQueryHandler: Done processing query | ||
7980 | 2024.08.08 23:04:12.357590 [ 3 ] {87f275b1-50ed-4d7d-92e0-29721d36fc25} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
7981 | 2024.08.08 23:04:12.357616 [ 3 ] {} <Debug> HTTP-Session: 6f2ceaa9-c80e-42b6-b7c7-edf7393fb81e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7982 | 2024.08.08 23:04:12.357869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
7983 | 2024.08.08 23:04:12.357918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
7984 | 2024.08.08 23:04:12.357937 [ 3 ] {} <Debug> HTTP-Session: e4c5553f-f38e-4ba3-84dd-20c6d62feacd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
7985 | 2024.08.08 23:04:12.357953 [ 3 ] {} <Debug> HTTP-Session: e4c5553f-f38e-4ba3-84dd-20c6d62feacd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
7986 | 2024.08.08 23:04:12.357966 [ 3 ] {} <Debug> HTTP-Session: e4c5553f-f38e-4ba3-84dd-20c6d62feacd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7987 | 2024.08.08 23:04:12.357997 [ 3 ] {} <Trace> HTTP-Session: e4c5553f-f38e-4ba3-84dd-20c6d62feacd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
7988 | 2024.08.08 23:04:12.358167 [ 3 ] {ddcdc2d9-15a5-4fbb-b45f-fef7ca7a6178} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
7989 | 2024.08.08 23:04:12.358216 [ 3 ] {ddcdc2d9-15a5-4fbb-b45f-fef7ca7a6178} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
7990 | 2024.08.08 23:04:12.358384 [ 3 ] {ddcdc2d9-15a5-4fbb-b45f-fef7ca7a6178} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
7991 | 2024.08.08 23:04:12.358748 [ 3 ] {ddcdc2d9-15a5-4fbb-b45f-fef7ca7a6178} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
7992 | 2024.08.08 23:04:12.358784 [ 3 ] {ddcdc2d9-15a5-4fbb-b45f-fef7ca7a6178} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
7993 | 2024.08.08 23:04:12.359142 [ 3 ] {ddcdc2d9-15a5-4fbb-b45f-fef7ca7a6178} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
7994 | 2024.08.08 23:04:12.359473 [ 3 ] {ddcdc2d9-15a5-4fbb-b45f-fef7ca7a6178} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
7995 | 2024.08.08 23:04:12.359649 [ 3 ] {ddcdc2d9-15a5-4fbb-b45f-fef7ca7a6178} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001561 sec., 102498.39846252401 rows/sec., 7.14 MiB/sec. | ||
7996 | 2024.08.08 23:04:12.359971 [ 3 ] {ddcdc2d9-15a5-4fbb-b45f-fef7ca7a6178} <Debug> DynamicQueryHandler: Done processing query | ||
7997 | 2024.08.08 23:04:12.360035 [ 3 ] {ddcdc2d9-15a5-4fbb-b45f-fef7ca7a6178} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
7998 | 2024.08.08 23:04:12.360105 [ 3 ] {} <Debug> HTTP-Session: e4c5553f-f38e-4ba3-84dd-20c6d62feacd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
7999 | 2024.08.08 23:04:12.360290 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8000 | 2024.08.08 23:04:12.360343 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8001 | 2024.08.08 23:04:12.360362 [ 3 ] {} <Debug> HTTP-Session: 2bb20934-f332-4c32-9798-0352fad0954c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8002 | 2024.08.08 23:04:12.360379 [ 3 ] {} <Debug> HTTP-Session: 2bb20934-f332-4c32-9798-0352fad0954c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8003 | 2024.08.08 23:04:12.360392 [ 3 ] {} <Debug> HTTP-Session: 2bb20934-f332-4c32-9798-0352fad0954c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8004 | 2024.08.08 23:04:12.360425 [ 3 ] {} <Trace> HTTP-Session: 2bb20934-f332-4c32-9798-0352fad0954c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8005 | 2024.08.08 23:04:12.360530 [ 3 ] {4dbacf26-da59-4173-a7d8-9f109fab0009} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8006 | 2024.08.08 23:04:12.360576 [ 3 ] {4dbacf26-da59-4173-a7d8-9f109fab0009} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8007 | 2024.08.08 23:04:12.360720 [ 3 ] {4dbacf26-da59-4173-a7d8-9f109fab0009} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8008 | 2024.08.08 23:04:12.360984 [ 3 ] {4dbacf26-da59-4173-a7d8-9f109fab0009} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8009 | 2024.08.08 23:04:12.361020 [ 3 ] {4dbacf26-da59-4173-a7d8-9f109fab0009} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8010 | 2024.08.08 23:04:12.361366 [ 3 ] {4dbacf26-da59-4173-a7d8-9f109fab0009} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8011 | 2024.08.08 23:04:12.361690 [ 3 ] {4dbacf26-da59-4173-a7d8-9f109fab0009} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8012 | 2024.08.08 23:04:12.361845 [ 3 ] {4dbacf26-da59-4173-a7d8-9f109fab0009} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001343 sec., 17125.83767684289 rows/sec., 926.39 KiB/sec. | ||
8013 | 2024.08.08 23:04:12.361997 [ 3 ] {4dbacf26-da59-4173-a7d8-9f109fab0009} <Debug> DynamicQueryHandler: Done processing query | ||
8014 | 2024.08.08 23:04:12.362021 [ 3 ] {4dbacf26-da59-4173-a7d8-9f109fab0009} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8015 | 2024.08.08 23:04:12.362037 [ 3 ] {} <Debug> HTTP-Session: 2bb20934-f332-4c32-9798-0352fad0954c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8016 | 2024.08.08 23:04:12.362160 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8017 | 2024.08.08 23:04:12.362207 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8018 | 2024.08.08 23:04:12.362227 [ 3 ] {} <Debug> HTTP-Session: 4ccfb506-050e-4523-9154-d95bd5916329 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8019 | 2024.08.08 23:04:12.362243 [ 3 ] {} <Debug> HTTP-Session: 4ccfb506-050e-4523-9154-d95bd5916329 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8020 | 2024.08.08 23:04:12.362257 [ 3 ] {} <Debug> HTTP-Session: 4ccfb506-050e-4523-9154-d95bd5916329 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8021 | 2024.08.08 23:04:12.362286 [ 3 ] {} <Trace> HTTP-Session: 4ccfb506-050e-4523-9154-d95bd5916329 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8022 | 2024.08.08 23:04:12.362396 [ 3 ] {b42e9989-5eda-46c6-80a6-025fd11e5003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8023 | 2024.08.08 23:04:12.362439 [ 3 ] {b42e9989-5eda-46c6-80a6-025fd11e5003} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8024 | 2024.08.08 23:04:12.362564 [ 3 ] {b42e9989-5eda-46c6-80a6-025fd11e5003} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8025 | 2024.08.08 23:04:12.362860 [ 3 ] {b42e9989-5eda-46c6-80a6-025fd11e5003} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8026 | 2024.08.08 23:04:12.362896 [ 3 ] {b42e9989-5eda-46c6-80a6-025fd11e5003} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8027 | 2024.08.08 23:04:12.363240 [ 3 ] {b42e9989-5eda-46c6-80a6-025fd11e5003} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8028 | 2024.08.08 23:04:12.363561 [ 3 ] {b42e9989-5eda-46c6-80a6-025fd11e5003} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8029 | 2024.08.08 23:04:12.363718 [ 3 ] {b42e9989-5eda-46c6-80a6-025fd11e5003} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001346 sec., 44576.523031203564 rows/sec., 3.00 MiB/sec. | ||
8030 | 2024.08.08 23:04:12.363989 [ 3 ] {b42e9989-5eda-46c6-80a6-025fd11e5003} <Debug> DynamicQueryHandler: Done processing query | ||
8031 | 2024.08.08 23:04:12.364040 [ 3 ] {b42e9989-5eda-46c6-80a6-025fd11e5003} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8032 | 2024.08.08 23:04:12.364077 [ 3 ] {} <Debug> HTTP-Session: 4ccfb506-050e-4523-9154-d95bd5916329 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8033 | 2024.08.08 23:04:17.369203 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8034 | 2024.08.08 23:04:17.369346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8035 | 2024.08.08 23:04:17.369374 [ 3 ] {} <Debug> HTTP-Session: 97287cdd-ec64-40ad-b3bb-2d908e3da0c2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8036 | 2024.08.08 23:04:17.369401 [ 3 ] {} <Debug> HTTP-Session: 97287cdd-ec64-40ad-b3bb-2d908e3da0c2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8037 | 2024.08.08 23:04:17.369418 [ 3 ] {} <Debug> HTTP-Session: 97287cdd-ec64-40ad-b3bb-2d908e3da0c2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8038 | 2024.08.08 23:04:17.369473 [ 3 ] {} <Trace> HTTP-Session: 97287cdd-ec64-40ad-b3bb-2d908e3da0c2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8039 | 2024.08.08 23:04:17.369671 [ 3 ] {979a8c18-f316-4796-84eb-f7e37dbb4366} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8040 | 2024.08.08 23:04:17.369737 [ 3 ] {979a8c18-f316-4796-84eb-f7e37dbb4366} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8041 | 2024.08.08 23:04:17.369921 [ 3 ] {979a8c18-f316-4796-84eb-f7e37dbb4366} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8042 | 2024.08.08 23:04:17.370333 [ 3 ] {979a8c18-f316-4796-84eb-f7e37dbb4366} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8043 | 2024.08.08 23:04:17.370375 [ 3 ] {979a8c18-f316-4796-84eb-f7e37dbb4366} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8044 | 2024.08.08 23:04:17.370733 [ 3 ] {979a8c18-f316-4796-84eb-f7e37dbb4366} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
8045 | 2024.08.08 23:04:17.371078 [ 3 ] {979a8c18-f316-4796-84eb-f7e37dbb4366} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8046 | 2024.08.08 23:04:17.371325 [ 3 ] {979a8c18-f316-4796-84eb-f7e37dbb4366} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001706 sec., 19343.493552168817 rows/sec., 1.53 MiB/sec. | ||
8047 | 2024.08.08 23:04:17.371538 [ 3 ] {979a8c18-f316-4796-84eb-f7e37dbb4366} <Debug> DynamicQueryHandler: Done processing query | ||
8048 | 2024.08.08 23:04:17.371566 [ 3 ] {979a8c18-f316-4796-84eb-f7e37dbb4366} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8049 | 2024.08.08 23:04:17.371583 [ 3 ] {} <Debug> HTTP-Session: 97287cdd-ec64-40ad-b3bb-2d908e3da0c2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8050 | 2024.08.08 23:04:17.371910 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 187673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8051 | 2024.08.08 23:04:17.371960 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8052 | 2024.08.08 23:04:17.371983 [ 3 ] {} <Debug> HTTP-Session: 130a3749-b851-40aa-93a2-1d68983108ed Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8053 | 2024.08.08 23:04:17.372000 [ 3 ] {} <Debug> HTTP-Session: 130a3749-b851-40aa-93a2-1d68983108ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8054 | 2024.08.08 23:04:17.372014 [ 3 ] {} <Debug> HTTP-Session: 130a3749-b851-40aa-93a2-1d68983108ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8055 | 2024.08.08 23:04:17.372046 [ 3 ] {} <Trace> HTTP-Session: 130a3749-b851-40aa-93a2-1d68983108ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8056 | 2024.08.08 23:04:17.372505 [ 3 ] {a763aab9-2a10-499d-84be-123aad176529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8057 | 2024.08.08 23:04:17.372552 [ 3 ] {a763aab9-2a10-499d-84be-123aad176529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8058 | 2024.08.08 23:04:17.372677 [ 3 ] {a763aab9-2a10-499d-84be-123aad176529} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8059 | 2024.08.08 23:04:17.373840 [ 3 ] {a763aab9-2a10-499d-84be-123aad176529} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8060 | 2024.08.08 23:04:17.373877 [ 3 ] {a763aab9-2a10-499d-84be-123aad176529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8061 | 2024.08.08 23:04:17.374264 [ 3 ] {a763aab9-2a10-499d-84be-123aad176529} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8062 | 2024.08.08 23:04:17.374575 [ 3 ] {a763aab9-2a10-499d-84be-123aad176529} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8063 | 2024.08.08 23:04:17.374731 [ 3 ] {a763aab9-2a10-499d-84be-123aad176529} <Debug> executeQuery: Read 1295 rows, 109.42 KiB in 0.002538 sec., 510244.28684003156 rows/sec., 42.10 MiB/sec. | ||
8064 | 2024.08.08 23:04:17.374904 [ 3 ] {a763aab9-2a10-499d-84be-123aad176529} <Debug> DynamicQueryHandler: Done processing query | ||
8065 | 2024.08.08 23:04:17.374928 [ 3 ] {a763aab9-2a10-499d-84be-123aad176529} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
8066 | 2024.08.08 23:04:17.374944 [ 3 ] {} <Debug> HTTP-Session: 130a3749-b851-40aa-93a2-1d68983108ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8067 | 2024.08.08 23:04:17.375198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8068 | 2024.08.08 23:04:17.375247 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8069 | 2024.08.08 23:04:17.375266 [ 3 ] {} <Debug> HTTP-Session: e613759c-28ef-421a-b5d5-520747a016a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8070 | 2024.08.08 23:04:17.375281 [ 3 ] {} <Debug> HTTP-Session: e613759c-28ef-421a-b5d5-520747a016a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8071 | 2024.08.08 23:04:17.375294 [ 3 ] {} <Debug> HTTP-Session: e613759c-28ef-421a-b5d5-520747a016a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8072 | 2024.08.08 23:04:17.375324 [ 3 ] {} <Trace> HTTP-Session: e613759c-28ef-421a-b5d5-520747a016a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8073 | 2024.08.08 23:04:17.375516 [ 3 ] {af0ebb8a-a0c6-4595-ad17-cda3f6d2831f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
8074 | 2024.08.08 23:04:17.375557 [ 3 ] {af0ebb8a-a0c6-4595-ad17-cda3f6d2831f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
8075 | 2024.08.08 23:04:17.375681 [ 3 ] {af0ebb8a-a0c6-4595-ad17-cda3f6d2831f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8076 | 2024.08.08 23:04:17.376063 [ 3 ] {af0ebb8a-a0c6-4595-ad17-cda3f6d2831f} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8077 | 2024.08.08 23:04:17.376099 [ 3 ] {af0ebb8a-a0c6-4595-ad17-cda3f6d2831f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8078 | 2024.08.08 23:04:17.376414 [ 3 ] {af0ebb8a-a0c6-4595-ad17-cda3f6d2831f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
8079 | 2024.08.08 23:04:17.376722 [ 3 ] {af0ebb8a-a0c6-4595-ad17-cda3f6d2831f} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8080 | 2024.08.08 23:04:17.376859 [ 3 ] {af0ebb8a-a0c6-4595-ad17-cda3f6d2831f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001458 sec., 156378.60082304527 rows/sec., 10.59 MiB/sec. | ||
8081 | 2024.08.08 23:04:17.377127 [ 3 ] {af0ebb8a-a0c6-4595-ad17-cda3f6d2831f} <Debug> DynamicQueryHandler: Done processing query | ||
8082 | 2024.08.08 23:04:17.377153 [ 3 ] {af0ebb8a-a0c6-4595-ad17-cda3f6d2831f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
8083 | 2024.08.08 23:04:17.377168 [ 3 ] {} <Debug> HTTP-Session: e613759c-28ef-421a-b5d5-520747a016a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8084 | 2024.08.08 23:04:17.377367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 91420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8085 | 2024.08.08 23:04:17.377413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8086 | 2024.08.08 23:04:17.377433 [ 3 ] {} <Debug> HTTP-Session: 4bf2529a-7704-4de2-94ab-bf88717a958f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8087 | 2024.08.08 23:04:17.377448 [ 3 ] {} <Debug> HTTP-Session: 4bf2529a-7704-4de2-94ab-bf88717a958f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8088 | 2024.08.08 23:04:17.377462 [ 3 ] {} <Debug> HTTP-Session: 4bf2529a-7704-4de2-94ab-bf88717a958f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8089 | 2024.08.08 23:04:17.377492 [ 3 ] {} <Trace> HTTP-Session: 4bf2529a-7704-4de2-94ab-bf88717a958f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8090 | 2024.08.08 23:04:17.377733 [ 3 ] {c0faf590-fc60-4eab-909e-547f63c1e3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8091 | 2024.08.08 23:04:17.377776 [ 3 ] {c0faf590-fc60-4eab-909e-547f63c1e3b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8092 | 2024.08.08 23:04:17.377918 [ 3 ] {c0faf590-fc60-4eab-909e-547f63c1e3b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8093 | 2024.08.08 23:04:17.378655 [ 3 ] {c0faf590-fc60-4eab-909e-547f63c1e3b3} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8094 | 2024.08.08 23:04:17.378690 [ 3 ] {c0faf590-fc60-4eab-909e-547f63c1e3b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8095 | 2024.08.08 23:04:17.379022 [ 3 ] {c0faf590-fc60-4eab-909e-547f63c1e3b3} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8096 | 2024.08.08 23:04:17.379318 [ 3 ] {c0faf590-fc60-4eab-909e-547f63c1e3b3} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8097 | 2024.08.08 23:04:17.379467 [ 3 ] {c0faf590-fc60-4eab-909e-547f63c1e3b3} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.001878 sec., 294462.1938232162 rows/sec., 21.86 MiB/sec. | ||
8098 | 2024.08.08 23:04:17.379636 [ 3 ] {c0faf590-fc60-4eab-909e-547f63c1e3b3} <Debug> DynamicQueryHandler: Done processing query | ||
8099 | 2024.08.08 23:04:17.379660 [ 3 ] {c0faf590-fc60-4eab-909e-547f63c1e3b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
8100 | 2024.08.08 23:04:17.379676 [ 3 ] {} <Debug> HTTP-Session: 4bf2529a-7704-4de2-94ab-bf88717a958f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8101 | 2024.08.08 23:04:17.379925 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160294, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8102 | 2024.08.08 23:04:17.379973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8103 | 2024.08.08 23:04:17.379992 [ 3 ] {} <Debug> HTTP-Session: a48f3233-0e78-4138-bf87-2ff82b6d9289 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8104 | 2024.08.08 23:04:17.380008 [ 3 ] {} <Debug> HTTP-Session: a48f3233-0e78-4138-bf87-2ff82b6d9289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8105 | 2024.08.08 23:04:17.380022 [ 3 ] {} <Debug> HTTP-Session: a48f3233-0e78-4138-bf87-2ff82b6d9289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8106 | 2024.08.08 23:04:17.380053 [ 3 ] {} <Trace> HTTP-Session: a48f3233-0e78-4138-bf87-2ff82b6d9289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8107 | 2024.08.08 23:04:17.380422 [ 3 ] {b5d0511a-9f8d-425f-bc9f-3a4fa8546238} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8108 | 2024.08.08 23:04:17.380468 [ 3 ] {b5d0511a-9f8d-425f-bc9f-3a4fa8546238} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8109 | 2024.08.08 23:04:17.380619 [ 3 ] {b5d0511a-9f8d-425f-bc9f-3a4fa8546238} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8110 | 2024.08.08 23:04:17.381409 [ 3 ] {b5d0511a-9f8d-425f-bc9f-3a4fa8546238} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8111 | 2024.08.08 23:04:17.381446 [ 3 ] {b5d0511a-9f8d-425f-bc9f-3a4fa8546238} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8112 | 2024.08.08 23:04:17.381871 [ 3 ] {b5d0511a-9f8d-425f-bc9f-3a4fa8546238} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8113 | 2024.08.08 23:04:17.382200 [ 3 ] {b5d0511a-9f8d-425f-bc9f-3a4fa8546238} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8114 | 2024.08.08 23:04:17.382351 [ 3 ] {b5d0511a-9f8d-425f-bc9f-3a4fa8546238} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002169 sec., 389119.40986629785 rows/sec., 26.19 MiB/sec. | ||
8115 | 2024.08.08 23:04:17.382521 [ 3 ] {b5d0511a-9f8d-425f-bc9f-3a4fa8546238} <Debug> DynamicQueryHandler: Done processing query | ||
8116 | 2024.08.08 23:04:17.382546 [ 3 ] {b5d0511a-9f8d-425f-bc9f-3a4fa8546238} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
8117 | 2024.08.08 23:04:17.382561 [ 3 ] {} <Debug> HTTP-Session: a48f3233-0e78-4138-bf87-2ff82b6d9289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8118 | 2024.08.08 23:04:17.382786 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53165, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8119 | 2024.08.08 23:04:17.382835 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8120 | 2024.08.08 23:04:17.382854 [ 3 ] {} <Debug> HTTP-Session: 88ddcf49-9af7-4712-b37e-eb32bfaeee38 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8121 | 2024.08.08 23:04:17.382870 [ 3 ] {} <Debug> HTTP-Session: 88ddcf49-9af7-4712-b37e-eb32bfaeee38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8122 | 2024.08.08 23:04:17.382883 [ 3 ] {} <Debug> HTTP-Session: 88ddcf49-9af7-4712-b37e-eb32bfaeee38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8123 | 2024.08.08 23:04:17.382914 [ 3 ] {} <Trace> HTTP-Session: 88ddcf49-9af7-4712-b37e-eb32bfaeee38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8124 | 2024.08.08 23:04:17.383351 [ 3 ] {d72d993d-55e5-46c0-a6fb-61e30fdf0dbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8125 | 2024.08.08 23:04:17.383414 [ 3 ] {d72d993d-55e5-46c0-a6fb-61e30fdf0dbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8126 | 2024.08.08 23:04:17.383813 [ 3 ] {d72d993d-55e5-46c0-a6fb-61e30fdf0dbe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8127 | 2024.08.08 23:04:17.384510 [ 3 ] {d72d993d-55e5-46c0-a6fb-61e30fdf0dbe} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8128 | 2024.08.08 23:04:17.384546 [ 3 ] {d72d993d-55e5-46c0-a6fb-61e30fdf0dbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8129 | 2024.08.08 23:04:17.385165 [ 3 ] {d72d993d-55e5-46c0-a6fb-61e30fdf0dbe} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
8130 | 2024.08.08 23:04:17.385566 [ 3 ] {d72d993d-55e5-46c0-a6fb-61e30fdf0dbe} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8131 | 2024.08.08 23:04:17.385749 [ 3 ] {d72d993d-55e5-46c0-a6fb-61e30fdf0dbe} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002754 sec., 11982.570806100219 rows/sec., 21.47 MiB/sec. | ||
8132 | 2024.08.08 23:04:17.385969 [ 3 ] {d72d993d-55e5-46c0-a6fb-61e30fdf0dbe} <Debug> DynamicQueryHandler: Done processing query | ||
8133 | 2024.08.08 23:04:17.385994 [ 3 ] {d72d993d-55e5-46c0-a6fb-61e30fdf0dbe} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8134 | 2024.08.08 23:04:17.386009 [ 3 ] {} <Debug> HTTP-Session: 88ddcf49-9af7-4712-b37e-eb32bfaeee38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8135 | 2024.08.08 23:04:17.386138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8136 | 2024.08.08 23:04:17.386186 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8137 | 2024.08.08 23:04:17.386206 [ 3 ] {} <Debug> HTTP-Session: 40bcee24-d021-48cf-a9c2-9a7171b7be90 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8138 | 2024.08.08 23:04:17.386221 [ 3 ] {} <Debug> HTTP-Session: 40bcee24-d021-48cf-a9c2-9a7171b7be90 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8139 | 2024.08.08 23:04:17.386235 [ 3 ] {} <Debug> HTTP-Session: 40bcee24-d021-48cf-a9c2-9a7171b7be90 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8140 | 2024.08.08 23:04:17.386265 [ 3 ] {} <Trace> HTTP-Session: 40bcee24-d021-48cf-a9c2-9a7171b7be90 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8141 | 2024.08.08 23:04:17.386383 [ 3 ] {eff14e4a-35fb-45e0-a200-db311f9a4425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8142 | 2024.08.08 23:04:17.386427 [ 3 ] {eff14e4a-35fb-45e0-a200-db311f9a4425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8143 | 2024.08.08 23:04:17.386552 [ 3 ] {eff14e4a-35fb-45e0-a200-db311f9a4425} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8144 | 2024.08.08 23:04:17.386849 [ 3 ] {eff14e4a-35fb-45e0-a200-db311f9a4425} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8145 | 2024.08.08 23:04:17.386884 [ 3 ] {eff14e4a-35fb-45e0-a200-db311f9a4425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8146 | 2024.08.08 23:04:17.387246 [ 3 ] {eff14e4a-35fb-45e0-a200-db311f9a4425} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
8147 | 2024.08.08 23:04:17.387557 [ 3 ] {eff14e4a-35fb-45e0-a200-db311f9a4425} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8148 | 2024.08.08 23:04:17.387710 [ 3 ] {eff14e4a-35fb-45e0-a200-db311f9a4425} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001366 sec., 43923.86530014641 rows/sec., 2.96 MiB/sec. | ||
8149 | 2024.08.08 23:04:17.387872 [ 3 ] {eff14e4a-35fb-45e0-a200-db311f9a4425} <Debug> DynamicQueryHandler: Done processing query | ||
8150 | 2024.08.08 23:04:17.387895 [ 3 ] {eff14e4a-35fb-45e0-a200-db311f9a4425} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8151 | 2024.08.08 23:04:17.387911 [ 3 ] {} <Debug> HTTP-Session: 40bcee24-d021-48cf-a9c2-9a7171b7be90 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8152 | 2024.08.08 23:04:22.343086 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8153 | 2024.08.08 23:04:22.343213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8154 | 2024.08.08 23:04:22.343238 [ 3 ] {} <Debug> HTTP-Session: 58187f07-b62e-438c-8138-a4cda70328d4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8155 | 2024.08.08 23:04:22.343263 [ 3 ] {} <Debug> HTTP-Session: 58187f07-b62e-438c-8138-a4cda70328d4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8156 | 2024.08.08 23:04:22.343277 [ 3 ] {} <Debug> HTTP-Session: 58187f07-b62e-438c-8138-a4cda70328d4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8157 | 2024.08.08 23:04:22.343326 [ 3 ] {} <Trace> HTTP-Session: 58187f07-b62e-438c-8138-a4cda70328d4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8158 | 2024.08.08 23:04:22.343502 [ 3 ] {7755307f-dc71-49d0-a2c6-57e92b7983d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8159 | 2024.08.08 23:04:22.343567 [ 3 ] {7755307f-dc71-49d0-a2c6-57e92b7983d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8160 | 2024.08.08 23:04:22.343758 [ 3 ] {7755307f-dc71-49d0-a2c6-57e92b7983d9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8161 | 2024.08.08 23:04:22.344192 [ 3 ] {7755307f-dc71-49d0-a2c6-57e92b7983d9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8162 | 2024.08.08 23:04:22.344233 [ 3 ] {7755307f-dc71-49d0-a2c6-57e92b7983d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8163 | 2024.08.08 23:04:22.344596 [ 3 ] {7755307f-dc71-49d0-a2c6-57e92b7983d9} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
8164 | 2024.08.08 23:04:22.344934 [ 3 ] {7755307f-dc71-49d0-a2c6-57e92b7983d9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8165 | 2024.08.08 23:04:22.345115 [ 3 ] {7755307f-dc71-49d0-a2c6-57e92b7983d9} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001658 sec., 3618.8178528347407 rows/sec., 204.97 KiB/sec. | ||
8166 | 2024.08.08 23:04:22.345315 [ 3 ] {7755307f-dc71-49d0-a2c6-57e92b7983d9} <Debug> DynamicQueryHandler: Done processing query | ||
8167 | 2024.08.08 23:04:22.345340 [ 3 ] {7755307f-dc71-49d0-a2c6-57e92b7983d9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8168 | 2024.08.08 23:04:22.345356 [ 3 ] {} <Debug> HTTP-Session: 58187f07-b62e-438c-8138-a4cda70328d4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8169 | 2024.08.08 23:04:22.345552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8170 | 2024.08.08 23:04:22.345602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8171 | 2024.08.08 23:04:22.345623 [ 3 ] {} <Debug> HTTP-Session: 4b129dec-0748-480b-aa01-fecb554a6076 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8172 | 2024.08.08 23:04:22.345640 [ 3 ] {} <Debug> HTTP-Session: 4b129dec-0748-480b-aa01-fecb554a6076 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8173 | 2024.08.08 23:04:22.345654 [ 3 ] {} <Debug> HTTP-Session: 4b129dec-0748-480b-aa01-fecb554a6076 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8174 | 2024.08.08 23:04:22.345686 [ 3 ] {} <Trace> HTTP-Session: 4b129dec-0748-480b-aa01-fecb554a6076 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8175 | 2024.08.08 23:04:22.345823 [ 3 ] {8476e4d0-dac7-4eb1-80b9-38af54d12616} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8176 | 2024.08.08 23:04:22.345867 [ 3 ] {8476e4d0-dac7-4eb1-80b9-38af54d12616} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8177 | 2024.08.08 23:04:22.345991 [ 3 ] {8476e4d0-dac7-4eb1-80b9-38af54d12616} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8178 | 2024.08.08 23:04:22.346405 [ 3 ] {8476e4d0-dac7-4eb1-80b9-38af54d12616} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8179 | 2024.08.08 23:04:22.346442 [ 3 ] {8476e4d0-dac7-4eb1-80b9-38af54d12616} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8180 | 2024.08.08 23:04:22.346758 [ 3 ] {8476e4d0-dac7-4eb1-80b9-38af54d12616} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8181 | 2024.08.08 23:04:22.347072 [ 3 ] {8476e4d0-dac7-4eb1-80b9-38af54d12616} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8182 | 2024.08.08 23:04:22.347200 [ 3 ] {8476e4d0-dac7-4eb1-80b9-38af54d12616} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001439 sec., 111883.25225851286 rows/sec., 9.86 MiB/sec. | ||
8183 | 2024.08.08 23:04:22.347382 [ 3 ] {8476e4d0-dac7-4eb1-80b9-38af54d12616} <Debug> DynamicQueryHandler: Done processing query | ||
8184 | 2024.08.08 23:04:22.347413 [ 3 ] {8476e4d0-dac7-4eb1-80b9-38af54d12616} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8185 | 2024.08.08 23:04:22.347435 [ 3 ] {} <Debug> HTTP-Session: 4b129dec-0748-480b-aa01-fecb554a6076 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8186 | 2024.08.08 23:04:22.347607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8187 | 2024.08.08 23:04:22.347656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8188 | 2024.08.08 23:04:22.347676 [ 3 ] {} <Debug> HTTP-Session: a9eee0a3-e563-4435-aa8d-60799e1dbf0a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8189 | 2024.08.08 23:04:22.347692 [ 3 ] {} <Debug> HTTP-Session: a9eee0a3-e563-4435-aa8d-60799e1dbf0a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8190 | 2024.08.08 23:04:22.347705 [ 3 ] {} <Debug> HTTP-Session: a9eee0a3-e563-4435-aa8d-60799e1dbf0a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8191 | 2024.08.08 23:04:22.347736 [ 3 ] {} <Trace> HTTP-Session: a9eee0a3-e563-4435-aa8d-60799e1dbf0a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8192 | 2024.08.08 23:04:22.347939 [ 3 ] {b7ebc70d-ac48-4475-a15c-e141394f3265} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8193 | 2024.08.08 23:04:22.347981 [ 3 ] {b7ebc70d-ac48-4475-a15c-e141394f3265} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8194 | 2024.08.08 23:04:22.348102 [ 3 ] {b7ebc70d-ac48-4475-a15c-e141394f3265} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8195 | 2024.08.08 23:04:22.348619 [ 3 ] {b7ebc70d-ac48-4475-a15c-e141394f3265} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8196 | 2024.08.08 23:04:22.348655 [ 3 ] {b7ebc70d-ac48-4475-a15c-e141394f3265} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8197 | 2024.08.08 23:04:22.348967 [ 3 ] {b7ebc70d-ac48-4475-a15c-e141394f3265} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8198 | 2024.08.08 23:04:22.349269 [ 3 ] {b7ebc70d-ac48-4475-a15c-e141394f3265} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8199 | 2024.08.08 23:04:22.349395 [ 3 ] {b7ebc70d-ac48-4475-a15c-e141394f3265} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001569 sec., 243467.1765455704 rows/sec., 17.10 MiB/sec. | ||
8200 | 2024.08.08 23:04:22.349553 [ 3 ] {b7ebc70d-ac48-4475-a15c-e141394f3265} <Debug> DynamicQueryHandler: Done processing query | ||
8201 | 2024.08.08 23:04:22.349577 [ 3 ] {b7ebc70d-ac48-4475-a15c-e141394f3265} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8202 | 2024.08.08 23:04:22.349593 [ 3 ] {} <Debug> HTTP-Session: a9eee0a3-e563-4435-aa8d-60799e1dbf0a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8203 | 2024.08.08 23:04:22.349725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8204 | 2024.08.08 23:04:22.349774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8205 | 2024.08.08 23:04:22.349792 [ 3 ] {} <Debug> HTTP-Session: e36bef40-681c-4fcc-916d-fe31fb9ed0ea Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8206 | 2024.08.08 23:04:22.349809 [ 3 ] {} <Debug> HTTP-Session: e36bef40-681c-4fcc-916d-fe31fb9ed0ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8207 | 2024.08.08 23:04:22.349823 [ 3 ] {} <Debug> HTTP-Session: e36bef40-681c-4fcc-916d-fe31fb9ed0ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8208 | 2024.08.08 23:04:22.349853 [ 3 ] {} <Trace> HTTP-Session: e36bef40-681c-4fcc-916d-fe31fb9ed0ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8209 | 2024.08.08 23:04:22.349947 [ 3 ] {6cb26615-792e-4687-b480-f35f975e1092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8210 | 2024.08.08 23:04:22.349991 [ 3 ] {6cb26615-792e-4687-b480-f35f975e1092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8211 | 2024.08.08 23:04:22.350116 [ 3 ] {6cb26615-792e-4687-b480-f35f975e1092} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8212 | 2024.08.08 23:04:22.350374 [ 3 ] {6cb26615-792e-4687-b480-f35f975e1092} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8213 | 2024.08.08 23:04:22.350409 [ 3 ] {6cb26615-792e-4687-b480-f35f975e1092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8214 | 2024.08.08 23:04:22.350765 [ 3 ] {6cb26615-792e-4687-b480-f35f975e1092} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8215 | 2024.08.08 23:04:22.351081 [ 3 ] {6cb26615-792e-4687-b480-f35f975e1092} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8216 | 2024.08.08 23:04:22.351197 [ 60 ] {} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8217 | 2024.08.08 23:04:22.351203 [ 3 ] {6cb26615-792e-4687-b480-f35f975e1092} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001281 sec., 4683.840749414519 rows/sec., 201.26 KiB/sec. | ||
8218 | 2024.08.08 23:04:22.351237 [ 60 ] {} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8219 | 2024.08.08 23:04:22.351272 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8220 | 2024.08.08 23:04:22.351453 [ 3 ] {6cb26615-792e-4687-b480-f35f975e1092} <Debug> DynamicQueryHandler: Done processing query | ||
8221 | 2024.08.08 23:04:22.351522 [ 3 ] {6cb26615-792e-4687-b480-f35f975e1092} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8222 | 2024.08.08 23:04:22.351560 [ 200 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::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 | ||
8223 | 2024.08.08 23:04:22.351576 [ 3 ] {} <Debug> HTTP-Session: e36bef40-681c-4fcc-916d-fe31fb9ed0ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8224 | 2024.08.08 23:04:22.351868 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8225 | 2024.08.08 23:04:22.352012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8226 | 2024.08.08 23:04:22.352029 [ 200 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8227 | 2024.08.08 23:04:22.352039 [ 3 ] {} <Debug> HTTP-Session: 10c86b5a-47a8-4aa0-b360-45e6d27ac490 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8228 | 2024.08.08 23:04:22.352066 [ 3 ] {} <Debug> HTTP-Session: 10c86b5a-47a8-4aa0-b360-45e6d27ac490 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8229 | 2024.08.08 23:04:22.352070 [ 200 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
8230 | 2024.08.08 23:04:22.352081 [ 3 ] {} <Debug> HTTP-Session: 10c86b5a-47a8-4aa0-b360-45e6d27ac490 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8231 | 2024.08.08 23:04:22.352119 [ 3 ] {} <Trace> HTTP-Session: 10c86b5a-47a8-4aa0-b360-45e6d27ac490 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8232 | 2024.08.08 23:04:22.352163 [ 200 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
8233 | 2024.08.08 23:04:22.352502 [ 3 ] {2aba8fd3-c9dd-4df6-bbeb-d764473a6ec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8234 | 2024.08.08 23:04:22.352518 [ 200 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
8235 | 2024.08.08 23:04:22.352698 [ 3 ] {2aba8fd3-c9dd-4df6-bbeb-d764473a6ec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8236 | 2024.08.08 23:04:22.352851 [ 200 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
8237 | 2024.08.08 23:04:22.353131 [ 200 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
8238 | 2024.08.08 23:04:22.353469 [ 200 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
8239 | 2024.08.08 23:04:22.354281 [ 3 ] {2aba8fd3-c9dd-4df6-bbeb-d764473a6ec4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8240 | 2024.08.08 23:04:22.354968 [ 3 ] {2aba8fd3-c9dd-4df6-bbeb-d764473a6ec4} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8241 | 2024.08.08 23:04:22.355016 [ 3 ] {2aba8fd3-c9dd-4df6-bbeb-d764473a6ec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8242 | 2024.08.08 23:04:22.355543 [ 194 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.004194918 sec., 30036.343976211218 rows/sec., 1.26 MiB/sec. | ||
8243 | 2024.08.08 23:04:22.355667 [ 3 ] {2aba8fd3-c9dd-4df6-bbeb-d764473a6ec4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
8244 | 2024.08.08 23:04:22.355775 [ 194 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8245 | 2024.08.08 23:04:22.356496 [ 3 ] {2aba8fd3-c9dd-4df6-bbeb-d764473a6ec4} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8246 | 2024.08.08 23:04:22.356734 [ 60 ] {} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
8247 | 2024.08.08 23:04:22.356798 [ 3 ] {2aba8fd3-c9dd-4df6-bbeb-d764473a6ec4} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004531 sec., 16994.04105054072 rows/sec., 1.05 MiB/sec. | ||
8248 | 2024.08.08 23:04:22.356812 [ 60 ] {} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8249 | 2024.08.08 23:04:22.356818 [ 194 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8250 | 2024.08.08 23:04:22.356890 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8251 | 2024.08.08 23:04:22.357508 [ 3 ] {2aba8fd3-c9dd-4df6-bbeb-d764473a6ec4} <Debug> DynamicQueryHandler: Done processing query | ||
8252 | 2024.08.08 23:04:22.357565 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::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 | ||
8253 | 2024.08.08 23:04:22.357602 [ 3 ] {2aba8fd3-c9dd-4df6-bbeb-d764473a6ec4} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8254 | 2024.08.08 23:04:22.357643 [ 194 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_21_4} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8255 | 2024.08.08 23:04:22.357726 [ 3 ] {} <Debug> HTTP-Session: 10c86b5a-47a8-4aa0-b360-45e6d27ac490 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8256 | 2024.08.08 23:04:22.358017 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8257 | 2024.08.08 23:04:22.358185 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8258 | 2024.08.08 23:04:22.358278 [ 3 ] {} <Debug> HTTP-Session: b2cfbb0e-4679-4a7b-8ee9-bda5ddfb1142 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8259 | 2024.08.08 23:04:22.358278 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8260 | 2024.08.08 23:04:22.358296 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
8261 | 2024.08.08 23:04:22.358319 [ 3 ] {} <Debug> HTTP-Session: b2cfbb0e-4679-4a7b-8ee9-bda5ddfb1142 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8262 | 2024.08.08 23:04:22.358381 [ 3 ] {} <Debug> HTTP-Session: b2cfbb0e-4679-4a7b-8ee9-bda5ddfb1142 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8263 | 2024.08.08 23:04:22.358401 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1232 rows starting from the beginning of the part | ||
8264 | 2024.08.08 23:04:22.358446 [ 3 ] {} <Trace> HTTP-Session: b2cfbb0e-4679-4a7b-8ee9-bda5ddfb1142 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8265 | 2024.08.08 23:04:22.358647 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 77 rows starting from the beginning of the part | ||
8266 | 2024.08.08 23:04:22.358939 [ 3 ] {677c1a24-9090-4daf-8747-0fcf605db972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8267 | 2024.08.08 23:04:22.358960 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 77 rows starting from the beginning of the part | ||
8268 | 2024.08.08 23:04:22.359171 [ 3 ] {677c1a24-9090-4daf-8747-0fcf605db972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8269 | 2024.08.08 23:04:22.359353 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 77 rows starting from the beginning of the part | ||
8270 | 2024.08.08 23:04:22.359716 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 77 rows starting from the beginning of the part | ||
8271 | 2024.08.08 23:04:22.360072 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 77 rows starting from the beginning of the part | ||
8272 | 2024.08.08 23:04:22.360705 [ 3 ] {677c1a24-9090-4daf-8747-0fcf605db972} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8273 | 2024.08.08 23:04:22.361475 [ 3 ] {677c1a24-9090-4daf-8747-0fcf605db972} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8274 | 2024.08.08 23:04:22.361541 [ 3 ] {677c1a24-9090-4daf-8747-0fcf605db972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8275 | 2024.08.08 23:04:22.362631 [ 3 ] {677c1a24-9090-4daf-8747-0fcf605db972} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8276 | 2024.08.08 23:04:22.363345 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1617 rows, containing 5 columns (5 merged, 0 gathered) in 0.006234597 sec., 259359.18552554402 rows/sec., 15.97 MiB/sec. | ||
8277 | 2024.08.08 23:04:22.363550 [ 3 ] {677c1a24-9090-4daf-8747-0fcf605db972} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8278 | 2024.08.08 23:04:22.363585 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
8279 | 2024.08.08 23:04:22.363874 [ 3 ] {677c1a24-9090-4daf-8747-0fcf605db972} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005201 sec., 30763.314747164008 rows/sec., 2.14 MiB/sec. | ||
8280 | 2024.08.08 23:04:22.364701 [ 3 ] {677c1a24-9090-4daf-8747-0fcf605db972} <Debug> DynamicQueryHandler: Done processing query | ||
8281 | 2024.08.08 23:04:22.364780 [ 3 ] {677c1a24-9090-4daf-8747-0fcf605db972} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8282 | 2024.08.08 23:04:22.364853 [ 3 ] {} <Debug> HTTP-Session: b2cfbb0e-4679-4a7b-8ee9-bda5ddfb1142 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8283 | 2024.08.08 23:04:22.365103 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8284 | 2024.08.08 23:04:22.365114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8285 | 2024.08.08 23:04:22.365222 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8286 | 2024.08.08 23:04:22.365264 [ 3 ] {} <Debug> HTTP-Session: f9644562-6cc4-4d59-bec8-1b8a11cac6f3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8287 | 2024.08.08 23:04:22.365270 [ 199 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_21_4} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
8288 | 2024.08.08 23:04:22.365293 [ 3 ] {} <Debug> HTTP-Session: f9644562-6cc4-4d59-bec8-1b8a11cac6f3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8289 | 2024.08.08 23:04:22.365321 [ 3 ] {} <Debug> HTTP-Session: f9644562-6cc4-4d59-bec8-1b8a11cac6f3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8290 | 2024.08.08 23:04:22.365411 [ 3 ] {} <Trace> HTTP-Session: f9644562-6cc4-4d59-bec8-1b8a11cac6f3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8291 | 2024.08.08 23:04:22.365429 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.48 MiB. | ||
8292 | 2024.08.08 23:04:22.365549 [ 3 ] {2d0d80c2-7a83-4d06-9c1c-15483a74dd8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8293 | 2024.08.08 23:04:22.365598 [ 3 ] {2d0d80c2-7a83-4d06-9c1c-15483a74dd8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8294 | 2024.08.08 23:04:22.365753 [ 3 ] {2d0d80c2-7a83-4d06-9c1c-15483a74dd8e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8295 | 2024.08.08 23:04:22.366038 [ 3 ] {2d0d80c2-7a83-4d06-9c1c-15483a74dd8e} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8296 | 2024.08.08 23:04:22.366073 [ 3 ] {2d0d80c2-7a83-4d06-9c1c-15483a74dd8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8297 | 2024.08.08 23:04:22.366434 [ 3 ] {2d0d80c2-7a83-4d06-9c1c-15483a74dd8e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8298 | 2024.08.08 23:04:22.366765 [ 3 ] {2d0d80c2-7a83-4d06-9c1c-15483a74dd8e} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8299 | 2024.08.08 23:04:22.366890 [ 3 ] {2d0d80c2-7a83-4d06-9c1c-15483a74dd8e} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001376 sec., 16715.116279069767 rows/sec., 904.17 KiB/sec. | ||
8300 | 2024.08.08 23:04:22.367052 [ 3 ] {2d0d80c2-7a83-4d06-9c1c-15483a74dd8e} <Debug> DynamicQueryHandler: Done processing query | ||
8301 | 2024.08.08 23:04:22.367076 [ 3 ] {2d0d80c2-7a83-4d06-9c1c-15483a74dd8e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8302 | 2024.08.08 23:04:22.367092 [ 3 ] {} <Debug> HTTP-Session: f9644562-6cc4-4d59-bec8-1b8a11cac6f3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8303 | 2024.08.08 23:04:22.367214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8304 | 2024.08.08 23:04:22.367262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8305 | 2024.08.08 23:04:22.367281 [ 3 ] {} <Debug> HTTP-Session: 66a6acd2-f2cb-41e4-b8bc-85a077a8267e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8306 | 2024.08.08 23:04:22.367297 [ 3 ] {} <Debug> HTTP-Session: 66a6acd2-f2cb-41e4-b8bc-85a077a8267e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8307 | 2024.08.08 23:04:22.367311 [ 3 ] {} <Debug> HTTP-Session: 66a6acd2-f2cb-41e4-b8bc-85a077a8267e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8308 | 2024.08.08 23:04:22.367341 [ 3 ] {} <Trace> HTTP-Session: 66a6acd2-f2cb-41e4-b8bc-85a077a8267e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8309 | 2024.08.08 23:04:22.367460 [ 3 ] {9f06fa92-b19a-4eae-a214-6573973abcd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8310 | 2024.08.08 23:04:22.367503 [ 3 ] {9f06fa92-b19a-4eae-a214-6573973abcd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8311 | 2024.08.08 23:04:22.367634 [ 3 ] {9f06fa92-b19a-4eae-a214-6573973abcd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8312 | 2024.08.08 23:04:22.367925 [ 3 ] {9f06fa92-b19a-4eae-a214-6573973abcd7} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8313 | 2024.08.08 23:04:22.367959 [ 3 ] {9f06fa92-b19a-4eae-a214-6573973abcd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8314 | 2024.08.08 23:04:22.368317 [ 3 ] {9f06fa92-b19a-4eae-a214-6573973abcd7} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
8315 | 2024.08.08 23:04:22.368642 [ 3 ] {9f06fa92-b19a-4eae-a214-6573973abcd7} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8316 | 2024.08.08 23:04:22.368774 [ 3 ] {9f06fa92-b19a-4eae-a214-6573973abcd7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001358 sec., 44182.62150220913 rows/sec., 2.98 MiB/sec. | ||
8317 | 2024.08.08 23:04:22.368933 [ 3 ] {9f06fa92-b19a-4eae-a214-6573973abcd7} <Debug> DynamicQueryHandler: Done processing query | ||
8318 | 2024.08.08 23:04:22.368956 [ 3 ] {9f06fa92-b19a-4eae-a214-6573973abcd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8319 | 2024.08.08 23:04:22.368972 [ 3 ] {} <Debug> HTTP-Session: 66a6acd2-f2cb-41e4-b8bc-85a077a8267e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8320 | 2024.08.08 23:04:23.180551 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8321 | 2024.08.08 23:04:23.180608 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8322 | 2024.08.08 23:04:24.002311 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000905613 sec. | ||
8323 | 2024.08.08 23:04:27.340495 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8324 | 2024.08.08 23:04:27.340644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8325 | 2024.08.08 23:04:27.340676 [ 3 ] {} <Debug> HTTP-Session: 46ebd753-60d7-43fc-802c-1e16d94e686b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8326 | 2024.08.08 23:04:27.340704 [ 3 ] {} <Debug> HTTP-Session: 46ebd753-60d7-43fc-802c-1e16d94e686b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8327 | 2024.08.08 23:04:27.340722 [ 3 ] {} <Debug> HTTP-Session: 46ebd753-60d7-43fc-802c-1e16d94e686b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8328 | 2024.08.08 23:04:27.340777 [ 3 ] {} <Trace> HTTP-Session: 46ebd753-60d7-43fc-802c-1e16d94e686b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8329 | 2024.08.08 23:04:27.340974 [ 3 ] {0725caf7-8b11-4422-b263-e308afe2c3de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8330 | 2024.08.08 23:04:27.341041 [ 3 ] {0725caf7-8b11-4422-b263-e308afe2c3de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8331 | 2024.08.08 23:04:27.341234 [ 3 ] {0725caf7-8b11-4422-b263-e308afe2c3de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8332 | 2024.08.08 23:04:27.341750 [ 3 ] {0725caf7-8b11-4422-b263-e308afe2c3de} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8333 | 2024.08.08 23:04:27.341793 [ 3 ] {0725caf7-8b11-4422-b263-e308afe2c3de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8334 | 2024.08.08 23:04:27.342186 [ 3 ] {0725caf7-8b11-4422-b263-e308afe2c3de} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
8335 | 2024.08.08 23:04:27.342523 [ 3 ] {0725caf7-8b11-4422-b263-e308afe2c3de} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8336 | 2024.08.08 23:04:27.342692 [ 3 ] {0725caf7-8b11-4422-b263-e308afe2c3de} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001776 sec., 18581.08108108108 rows/sec., 1.47 MiB/sec. | ||
8337 | 2024.08.08 23:04:27.342916 [ 3 ] {0725caf7-8b11-4422-b263-e308afe2c3de} <Debug> DynamicQueryHandler: Done processing query | ||
8338 | 2024.08.08 23:04:27.342964 [ 3 ] {0725caf7-8b11-4422-b263-e308afe2c3de} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8339 | 2024.08.08 23:04:27.342987 [ 3 ] {} <Debug> HTTP-Session: 46ebd753-60d7-43fc-802c-1e16d94e686b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8340 | 2024.08.08 23:04:27.343140 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8341 | 2024.08.08 23:04:27.343205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8342 | 2024.08.08 23:04:27.343230 [ 3 ] {} <Debug> HTTP-Session: 046f7c9a-c852-458e-a55c-feaaff428b35 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8343 | 2024.08.08 23:04:27.343250 [ 3 ] {} <Debug> HTTP-Session: 046f7c9a-c852-458e-a55c-feaaff428b35 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8344 | 2024.08.08 23:04:27.343267 [ 3 ] {} <Debug> HTTP-Session: 046f7c9a-c852-458e-a55c-feaaff428b35 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8345 | 2024.08.08 23:04:27.343307 [ 3 ] {} <Trace> HTTP-Session: 046f7c9a-c852-458e-a55c-feaaff428b35 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8346 | 2024.08.08 23:04:27.343430 [ 3 ] {bc53d36e-9c36-435c-835e-10f9f2aec40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8347 | 2024.08.08 23:04:27.343482 [ 3 ] {bc53d36e-9c36-435c-835e-10f9f2aec40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8348 | 2024.08.08 23:04:27.343644 [ 3 ] {bc53d36e-9c36-435c-835e-10f9f2aec40b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8349 | 2024.08.08 23:04:27.343937 [ 3 ] {bc53d36e-9c36-435c-835e-10f9f2aec40b} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8350 | 2024.08.08 23:04:27.343974 [ 3 ] {bc53d36e-9c36-435c-835e-10f9f2aec40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8351 | 2024.08.08 23:04:27.344272 [ 3 ] {bc53d36e-9c36-435c-835e-10f9f2aec40b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
8352 | 2024.08.08 23:04:27.344579 [ 3 ] {bc53d36e-9c36-435c-835e-10f9f2aec40b} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8353 | 2024.08.08 23:04:27.344737 [ 3 ] {bc53d36e-9c36-435c-835e-10f9f2aec40b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001338 sec., 1494.7683109118086 rows/sec., 121.89 KiB/sec. | ||
8354 | 2024.08.08 23:04:27.344902 [ 3 ] {bc53d36e-9c36-435c-835e-10f9f2aec40b} <Debug> DynamicQueryHandler: Done processing query | ||
8355 | 2024.08.08 23:04:27.344926 [ 3 ] {bc53d36e-9c36-435c-835e-10f9f2aec40b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8356 | 2024.08.08 23:04:27.344942 [ 3 ] {} <Debug> HTTP-Session: 046f7c9a-c852-458e-a55c-feaaff428b35 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8357 | 2024.08.08 23:04:27.345075 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8358 | 2024.08.08 23:04:27.345124 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8359 | 2024.08.08 23:04:27.345144 [ 3 ] {} <Debug> HTTP-Session: 74475e6c-db9a-4390-bc40-243d1b7080f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8360 | 2024.08.08 23:04:27.345161 [ 3 ] {} <Debug> HTTP-Session: 74475e6c-db9a-4390-bc40-243d1b7080f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8361 | 2024.08.08 23:04:27.345174 [ 3 ] {} <Debug> HTTP-Session: 74475e6c-db9a-4390-bc40-243d1b7080f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8362 | 2024.08.08 23:04:27.345205 [ 3 ] {} <Trace> HTTP-Session: 74475e6c-db9a-4390-bc40-243d1b7080f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8363 | 2024.08.08 23:04:27.345342 [ 3 ] {f30c1f32-37e7-45e2-b85d-d737eec09c53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8364 | 2024.08.08 23:04:27.345385 [ 3 ] {f30c1f32-37e7-45e2-b85d-d737eec09c53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8365 | 2024.08.08 23:04:27.345513 [ 3 ] {f30c1f32-37e7-45e2-b85d-d737eec09c53} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8366 | 2024.08.08 23:04:27.345892 [ 3 ] {f30c1f32-37e7-45e2-b85d-d737eec09c53} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8367 | 2024.08.08 23:04:27.345929 [ 3 ] {f30c1f32-37e7-45e2-b85d-d737eec09c53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8368 | 2024.08.08 23:04:27.346255 [ 3 ] {f30c1f32-37e7-45e2-b85d-d737eec09c53} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8369 | 2024.08.08 23:04:27.346554 [ 3 ] {f30c1f32-37e7-45e2-b85d-d737eec09c53} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8370 | 2024.08.08 23:04:27.346707 [ 3 ] {f30c1f32-37e7-45e2-b85d-d737eec09c53} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001421 sec., 109781.84377199155 rows/sec., 9.19 MiB/sec. | ||
8371 | 2024.08.08 23:04:27.346706 [ 55 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8372 | 2024.08.08 23:04:27.346810 [ 55 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8373 | 2024.08.08 23:04:27.346866 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8374 | 2024.08.08 23:04:27.346977 [ 3 ] {f30c1f32-37e7-45e2-b85d-d737eec09c53} <Debug> DynamicQueryHandler: Done processing query | ||
8375 | 2024.08.08 23:04:27.347066 [ 3 ] {f30c1f32-37e7-45e2-b85d-d737eec09c53} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8376 | 2024.08.08 23:04:27.347144 [ 3 ] {} <Debug> HTTP-Session: 74475e6c-db9a-4390-bc40-243d1b7080f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8377 | 2024.08.08 23:04:27.347200 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
8378 | 2024.08.08 23:04:27.347439 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8379 | 2024.08.08 23:04:27.347595 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8380 | 2024.08.08 23:04:27.347692 [ 3 ] {} <Debug> HTTP-Session: f9352bca-f3ee-4c01-ad2d-43343c804e5b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8381 | 2024.08.08 23:04:27.347772 [ 3 ] {} <Debug> HTTP-Session: f9352bca-f3ee-4c01-ad2d-43343c804e5b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8382 | 2024.08.08 23:04:27.347832 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8383 | 2024.08.08 23:04:27.347831 [ 3 ] {} <Debug> HTTP-Session: f9352bca-f3ee-4c01-ad2d-43343c804e5b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8384 | 2024.08.08 23:04:27.347946 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1408 rows starting from the beginning of the part | ||
8385 | 2024.08.08 23:04:27.347976 [ 3 ] {} <Trace> HTTP-Session: f9352bca-f3ee-4c01-ad2d-43343c804e5b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8386 | 2024.08.08 23:04:27.348239 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 155 rows starting from the beginning of the part | ||
8387 | 2024.08.08 23:04:27.348338 [ 3 ] {5b24522c-2bbd-4408-89c0-2418af5cc7b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8388 | 2024.08.08 23:04:27.348597 [ 3 ] {5b24522c-2bbd-4408-89c0-2418af5cc7b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8389 | 2024.08.08 23:04:27.348629 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 161 rows starting from the beginning of the part | ||
8390 | 2024.08.08 23:04:27.349064 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1295 rows starting from the beginning of the part | ||
8391 | 2024.08.08 23:04:27.349396 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 161 rows starting from the beginning of the part | ||
8392 | 2024.08.08 23:04:27.349717 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 156 rows starting from the beginning of the part | ||
8393 | 2024.08.08 23:04:27.350010 [ 3 ] {5b24522c-2bbd-4408-89c0-2418af5cc7b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8394 | 2024.08.08 23:04:27.350777 [ 3 ] {5b24522c-2bbd-4408-89c0-2418af5cc7b5} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8395 | 2024.08.08 23:04:27.350837 [ 3 ] {5b24522c-2bbd-4408-89c0-2418af5cc7b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8396 | 2024.08.08 23:04:27.351544 [ 3 ] {5b24522c-2bbd-4408-89c0-2418af5cc7b5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
8397 | 2024.08.08 23:04:27.352337 [ 3 ] {5b24522c-2bbd-4408-89c0-2418af5cc7b5} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8398 | 2024.08.08 23:04:27.352549 [ 3 ] {5b24522c-2bbd-4408-89c0-2418af5cc7b5} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.004342 sec., 460.6172270842929 rows/sec., 32.16 KiB/sec. | ||
8399 | 2024.08.08 23:04:27.353077 [ 3 ] {5b24522c-2bbd-4408-89c0-2418af5cc7b5} <Debug> DynamicQueryHandler: Done processing query | ||
8400 | 2024.08.08 23:04:27.353153 [ 3 ] {5b24522c-2bbd-4408-89c0-2418af5cc7b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8401 | 2024.08.08 23:04:27.353229 [ 3 ] {} <Debug> HTTP-Session: f9352bca-f3ee-4c01-ad2d-43343c804e5b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8402 | 2024.08.08 23:04:27.353329 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3336 rows, containing 4 columns (4 merged, 0 gathered) in 0.006390949 sec., 521988.20550750755 rows/sec., 43.60 MiB/sec. | ||
8403 | 2024.08.08 23:04:27.353387 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8404 | 2024.08.08 23:04:27.353441 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8405 | 2024.08.08 23:04:27.353463 [ 3 ] {} <Debug> HTTP-Session: 9f48a468-a820-41dc-b550-55a8c6e3038b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8406 | 2024.08.08 23:04:27.353480 [ 3 ] {} <Debug> HTTP-Session: 9f48a468-a820-41dc-b550-55a8c6e3038b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8407 | 2024.08.08 23:04:27.353501 [ 3 ] {} <Debug> HTTP-Session: 9f48a468-a820-41dc-b550-55a8c6e3038b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8408 | 2024.08.08 23:04:27.353537 [ 3 ] {} <Trace> HTTP-Session: 9f48a468-a820-41dc-b550-55a8c6e3038b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8409 | 2024.08.08 23:04:27.353586 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8410 | 2024.08.08 23:04:27.353694 [ 3 ] {71416769-656e-43aa-9475-d8bbf8f0c91f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8411 | 2024.08.08 23:04:27.353745 [ 3 ] {71416769-656e-43aa-9475-d8bbf8f0c91f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8412 | 2024.08.08 23:04:27.354124 [ 3 ] {71416769-656e-43aa-9475-d8bbf8f0c91f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8413 | 2024.08.08 23:04:27.354261 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8414 | 2024.08.08 23:04:27.354383 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_46_9} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8415 | 2024.08.08 23:04:27.354521 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
8416 | 2024.08.08 23:04:27.354650 [ 3 ] {71416769-656e-43aa-9475-d8bbf8f0c91f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8417 | 2024.08.08 23:04:27.354687 [ 3 ] {71416769-656e-43aa-9475-d8bbf8f0c91f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8418 | 2024.08.08 23:04:27.355002 [ 3 ] {71416769-656e-43aa-9475-d8bbf8f0c91f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8419 | 2024.08.08 23:04:27.355316 [ 3 ] {71416769-656e-43aa-9475-d8bbf8f0c91f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8420 | 2024.08.08 23:04:27.355469 [ 55 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8421 | 2024.08.08 23:04:27.355476 [ 3 ] {71416769-656e-43aa-9475-d8bbf8f0c91f} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001844 sec., 53687.63557483731 rows/sec., 4.19 MiB/sec. | ||
8422 | 2024.08.08 23:04:27.355514 [ 55 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8423 | 2024.08.08 23:04:27.355589 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8424 | 2024.08.08 23:04:27.355869 [ 3 ] {71416769-656e-43aa-9475-d8bbf8f0c91f} <Debug> DynamicQueryHandler: Done processing query | ||
8425 | 2024.08.08 23:04:27.355931 [ 3 ] {71416769-656e-43aa-9475-d8bbf8f0c91f} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8426 | 2024.08.08 23:04:27.356047 [ 3 ] {} <Debug> HTTP-Session: 9f48a468-a820-41dc-b550-55a8c6e3038b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8427 | 2024.08.08 23:04:27.356177 [ 197 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
8428 | 2024.08.08 23:04:27.356450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30862, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8429 | 2024.08.08 23:04:27.356686 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8430 | 2024.08.08 23:04:27.356826 [ 3 ] {} <Debug> HTTP-Session: 3ccf0976-e24a-465c-8229-bd91455e291a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8431 | 2024.08.08 23:04:27.356952 [ 3 ] {} <Debug> HTTP-Session: 3ccf0976-e24a-465c-8229-bd91455e291a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8432 | 2024.08.08 23:04:27.357064 [ 3 ] {} <Debug> HTTP-Session: 3ccf0976-e24a-465c-8229-bd91455e291a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8433 | 2024.08.08 23:04:27.357266 [ 3 ] {} <Trace> HTTP-Session: 3ccf0976-e24a-465c-8229-bd91455e291a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8434 | 2024.08.08 23:04:27.357454 [ 197 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8435 | 2024.08.08 23:04:27.357686 [ 197 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 905 rows starting from the beginning of the part | ||
8436 | 2024.08.08 23:04:27.357790 [ 3 ] {ecb1f198-dff8-4126-961c-8d27a5f11ca1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8437 | 2024.08.08 23:04:27.357984 [ 3 ] {ecb1f198-dff8-4126-961c-8d27a5f11ca1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8438 | 2024.08.08 23:04:27.358065 [ 197 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 97 rows starting from the beginning of the part | ||
8439 | 2024.08.08 23:04:27.358468 [ 197 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 382 rows starting from the beginning of the part | ||
8440 | 2024.08.08 23:04:27.358875 [ 197 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 553 rows starting from the beginning of the part | ||
8441 | 2024.08.08 23:04:27.359288 [ 197 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 382 rows starting from the beginning of the part | ||
8442 | 2024.08.08 23:04:27.359641 [ 3 ] {ecb1f198-dff8-4126-961c-8d27a5f11ca1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8443 | 2024.08.08 23:04:27.359743 [ 197 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 99 rows starting from the beginning of the part | ||
8444 | 2024.08.08 23:04:27.360679 [ 3 ] {ecb1f198-dff8-4126-961c-8d27a5f11ca1} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8445 | 2024.08.08 23:04:27.360748 [ 3 ] {ecb1f198-dff8-4126-961c-8d27a5f11ca1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8446 | 2024.08.08 23:04:27.361731 [ 3 ] {ecb1f198-dff8-4126-961c-8d27a5f11ca1} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8447 | 2024.08.08 23:04:27.362295 [ 3 ] {ecb1f198-dff8-4126-961c-8d27a5f11ca1} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8448 | 2024.08.08 23:04:27.362653 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8449 | 2024.08.08 23:04:27.362744 [ 3 ] {ecb1f198-dff8-4126-961c-8d27a5f11ca1} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.005157 sec., 31219.701376769437 rows/sec., 2.17 MiB/sec. | ||
8450 | 2024.08.08 23:04:27.362771 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8451 | 2024.08.08 23:04:27.362875 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8452 | 2024.08.08 23:04:27.363009 [ 195 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2418 rows, containing 4 columns (4 merged, 0 gathered) in 0.007280741 sec., 332109.0531856579 rows/sec., 24.12 MiB/sec. | ||
8453 | 2024.08.08 23:04:27.363453 [ 3 ] {ecb1f198-dff8-4126-961c-8d27a5f11ca1} <Debug> DynamicQueryHandler: Done processing query | ||
8454 | 2024.08.08 23:04:27.363468 [ 195 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8455 | 2024.08.08 23:04:27.363534 [ 3 ] {ecb1f198-dff8-4126-961c-8d27a5f11ca1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8456 | 2024.08.08 23:04:27.363579 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
8457 | 2024.08.08 23:04:27.363610 [ 3 ] {} <Debug> HTTP-Session: 3ccf0976-e24a-465c-8229-bd91455e291a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8458 | 2024.08.08 23:04:27.363966 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53145, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8459 | 2024.08.08 23:04:27.364120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8460 | 2024.08.08 23:04:27.364231 [ 3 ] {} <Debug> HTTP-Session: 23c742d4-636a-420a-b1f5-ef113d41c916 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8461 | 2024.08.08 23:04:27.364301 [ 3 ] {} <Debug> HTTP-Session: 23c742d4-636a-420a-b1f5-ef113d41c916 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8462 | 2024.08.08 23:04:27.364354 [ 3 ] {} <Debug> HTTP-Session: 23c742d4-636a-420a-b1f5-ef113d41c916 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8463 | 2024.08.08 23:04:27.364493 [ 3 ] {} <Trace> HTTP-Session: 23c742d4-636a-420a-b1f5-ef113d41c916 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8464 | 2024.08.08 23:04:27.364759 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8465 | 2024.08.08 23:04:27.364879 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 11465 rows starting from the beginning of the part | ||
8466 | 2024.08.08 23:04:27.365097 [ 195 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8467 | 2024.08.08 23:04:27.365426 [ 3 ] {de165ecd-abe7-4f41-84b7-f2d98f00528c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8468 | 2024.08.08 23:04:27.365575 [ 195 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_46_9} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8469 | 2024.08.08 23:04:27.365793 [ 3 ] {de165ecd-abe7-4f41-84b7-f2d98f00528c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8470 | 2024.08.08 23:04:27.365831 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 160 rows starting from the beginning of the part | ||
8471 | 2024.08.08 23:04:27.365868 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
8472 | 2024.08.08 23:04:27.366289 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
8473 | 2024.08.08 23:04:27.366809 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 844 rows starting from the beginning of the part | ||
8474 | 2024.08.08 23:04:27.367195 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 160 rows starting from the beginning of the part | ||
8475 | 2024.08.08 23:04:27.367639 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 161 rows starting from the beginning of the part | ||
8476 | 2024.08.08 23:04:27.368659 [ 3 ] {de165ecd-abe7-4f41-84b7-f2d98f00528c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8477 | 2024.08.08 23:04:27.371063 [ 3 ] {de165ecd-abe7-4f41-84b7-f2d98f00528c} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8478 | 2024.08.08 23:04:27.371147 [ 3 ] {de165ecd-abe7-4f41-84b7-f2d98f00528c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8479 | 2024.08.08 23:04:27.372908 [ 3 ] {de165ecd-abe7-4f41-84b7-f2d98f00528c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
8480 | 2024.08.08 23:04:27.373568 [ 3 ] {de165ecd-abe7-4f41-84b7-f2d98f00528c} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8481 | 2024.08.08 23:04:27.373915 [ 3 ] {de165ecd-abe7-4f41-84b7-f2d98f00528c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.009148 sec., 3607.3458679492787 rows/sec., 6.46 MiB/sec. | ||
8482 | 2024.08.08 23:04:27.374206 [ 3 ] {de165ecd-abe7-4f41-84b7-f2d98f00528c} <Debug> DynamicQueryHandler: Done processing query | ||
8483 | 2024.08.08 23:04:27.374248 [ 3 ] {de165ecd-abe7-4f41-84b7-f2d98f00528c} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8484 | 2024.08.08 23:04:27.374275 [ 3 ] {} <Debug> HTTP-Session: 23c742d4-636a-420a-b1f5-ef113d41c916 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8485 | 2024.08.08 23:04:27.374427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8486 | 2024.08.08 23:04:27.374477 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8487 | 2024.08.08 23:04:27.374504 [ 3 ] {} <Debug> HTTP-Session: 72564ea2-6ed3-4d71-9579-b894bf3f7529 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8488 | 2024.08.08 23:04:27.374529 [ 3 ] {} <Debug> HTTP-Session: 72564ea2-6ed3-4d71-9579-b894bf3f7529 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8489 | 2024.08.08 23:04:27.374543 [ 3 ] {} <Debug> HTTP-Session: 72564ea2-6ed3-4d71-9579-b894bf3f7529 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8490 | 2024.08.08 23:04:27.374575 [ 3 ] {} <Trace> HTTP-Session: 72564ea2-6ed3-4d71-9579-b894bf3f7529 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8491 | 2024.08.08 23:04:27.374737 [ 3 ] {e2f79ff5-0505-4a1d-885c-14b4bb57ec65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8492 | 2024.08.08 23:04:27.374785 [ 3 ] {e2f79ff5-0505-4a1d-885c-14b4bb57ec65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8493 | 2024.08.08 23:04:27.375077 [ 3 ] {e2f79ff5-0505-4a1d-885c-14b4bb57ec65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8494 | 2024.08.08 23:04:27.375447 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12950 rows, containing 5 columns (5 merged, 0 gathered) in 0.012303392 sec., 1052555.2628088254 rows/sec., 71.92 MiB/sec. | ||
8495 | 2024.08.08 23:04:27.375607 [ 3 ] {e2f79ff5-0505-4a1d-885c-14b4bb57ec65} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8496 | 2024.08.08 23:04:27.375649 [ 3 ] {e2f79ff5-0505-4a1d-885c-14b4bb57ec65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8497 | 2024.08.08 23:04:27.375915 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8498 | 2024.08.08 23:04:27.376243 [ 3 ] {e2f79ff5-0505-4a1d-885c-14b4bb57ec65} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
8499 | 2024.08.08 23:04:27.376885 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8500 | 2024.08.08 23:04:27.377062 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8501 | 2024.08.08 23:04:27.377076 [ 3 ] {e2f79ff5-0505-4a1d-885c-14b4bb57ec65} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8502 | 2024.08.08 23:04:27.377233 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.38 MiB. | ||
8503 | 2024.08.08 23:04:27.377364 [ 55 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
8504 | 2024.08.08 23:04:27.377376 [ 3 ] {e2f79ff5-0505-4a1d-885c-14b4bb57ec65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002677 sec., 22413.149047441166 rows/sec., 1.51 MiB/sec. | ||
8505 | 2024.08.08 23:04:27.377410 [ 55 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8506 | 2024.08.08 23:04:27.377478 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8507 | 2024.08.08 23:04:27.377720 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
8508 | 2024.08.08 23:04:27.377788 [ 3 ] {e2f79ff5-0505-4a1d-885c-14b4bb57ec65} <Debug> DynamicQueryHandler: Done processing query | ||
8509 | 2024.08.08 23:04:27.377837 [ 3 ] {e2f79ff5-0505-4a1d-885c-14b4bb57ec65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8510 | 2024.08.08 23:04:27.377884 [ 3 ] {} <Debug> HTTP-Session: 72564ea2-6ed3-4d71-9579-b894bf3f7529 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8511 | 2024.08.08 23:04:27.377975 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8512 | 2024.08.08 23:04:27.378009 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2332 rows starting from the beginning of the part | ||
8513 | 2024.08.08 23:04:27.378069 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
8514 | 2024.08.08 23:04:27.378321 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
8515 | 2024.08.08 23:04:27.378495 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
8516 | 2024.08.08 23:04:27.378660 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 60 rows starting from the beginning of the part | ||
8517 | 2024.08.08 23:04:27.378845 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
8518 | 2024.08.08 23:04:27.380101 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2632 rows, containing 4 columns (4 merged, 0 gathered) in 0.002501105 sec., 1052334.8679883492 rows/sec., 70.92 MiB/sec. | ||
8519 | 2024.08.08 23:04:27.380410 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
8520 | 2024.08.08 23:04:27.380867 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8521 | 2024.08.08 23:04:27.380942 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_46_9} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
8522 | 2024.08.08 23:04:27.381028 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
8523 | 2024.08.08 23:04:32.342578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8524 | 2024.08.08 23:04:32.342699 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8525 | 2024.08.08 23:04:32.342724 [ 3 ] {} <Debug> HTTP-Session: 5fbe44b6-d59b-4c82-b59d-b3e9513389ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8526 | 2024.08.08 23:04:32.342748 [ 3 ] {} <Debug> HTTP-Session: 5fbe44b6-d59b-4c82-b59d-b3e9513389ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8527 | 2024.08.08 23:04:32.342763 [ 3 ] {} <Debug> HTTP-Session: 5fbe44b6-d59b-4c82-b59d-b3e9513389ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8528 | 2024.08.08 23:04:32.342812 [ 3 ] {} <Trace> HTTP-Session: 5fbe44b6-d59b-4c82-b59d-b3e9513389ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8529 | 2024.08.08 23:04:32.342990 [ 3 ] {43aa0dcb-da36-48da-90ae-708652878df9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8530 | 2024.08.08 23:04:32.343055 [ 3 ] {43aa0dcb-da36-48da-90ae-708652878df9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8531 | 2024.08.08 23:04:32.343243 [ 3 ] {43aa0dcb-da36-48da-90ae-708652878df9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8532 | 2024.08.08 23:04:32.343744 [ 3 ] {43aa0dcb-da36-48da-90ae-708652878df9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8533 | 2024.08.08 23:04:32.343786 [ 3 ] {43aa0dcb-da36-48da-90ae-708652878df9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8534 | 2024.08.08 23:04:32.344158 [ 3 ] {43aa0dcb-da36-48da-90ae-708652878df9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
8535 | 2024.08.08 23:04:32.344490 [ 3 ] {43aa0dcb-da36-48da-90ae-708652878df9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8536 | 2024.08.08 23:04:32.344669 [ 3 ] {43aa0dcb-da36-48da-90ae-708652878df9} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001732 sec., 3464.203233256351 rows/sec., 196.21 KiB/sec. | ||
8537 | 2024.08.08 23:04:32.345007 [ 3 ] {43aa0dcb-da36-48da-90ae-708652878df9} <Debug> DynamicQueryHandler: Done processing query | ||
8538 | 2024.08.08 23:04:32.345051 [ 3 ] {43aa0dcb-da36-48da-90ae-708652878df9} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8539 | 2024.08.08 23:04:32.345071 [ 3 ] {} <Debug> HTTP-Session: 5fbe44b6-d59b-4c82-b59d-b3e9513389ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8540 | 2024.08.08 23:04:32.345208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8541 | 2024.08.08 23:04:32.345260 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8542 | 2024.08.08 23:04:32.345279 [ 3 ] {} <Debug> HTTP-Session: 3e807b75-7d79-4b8a-a3f1-1222c012ab95 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8543 | 2024.08.08 23:04:32.345296 [ 3 ] {} <Debug> HTTP-Session: 3e807b75-7d79-4b8a-a3f1-1222c012ab95 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8544 | 2024.08.08 23:04:32.345310 [ 3 ] {} <Debug> HTTP-Session: 3e807b75-7d79-4b8a-a3f1-1222c012ab95 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8545 | 2024.08.08 23:04:32.345341 [ 3 ] {} <Trace> HTTP-Session: 3e807b75-7d79-4b8a-a3f1-1222c012ab95 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8546 | 2024.08.08 23:04:32.345485 [ 3 ] {f89935ab-a364-4533-a099-7dc7af38f184} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8547 | 2024.08.08 23:04:32.345529 [ 3 ] {f89935ab-a364-4533-a099-7dc7af38f184} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8548 | 2024.08.08 23:04:32.345674 [ 3 ] {f89935ab-a364-4533-a099-7dc7af38f184} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8549 | 2024.08.08 23:04:32.346100 [ 3 ] {f89935ab-a364-4533-a099-7dc7af38f184} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8550 | 2024.08.08 23:04:32.346136 [ 3 ] {f89935ab-a364-4533-a099-7dc7af38f184} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8551 | 2024.08.08 23:04:32.346459 [ 3 ] {f89935ab-a364-4533-a099-7dc7af38f184} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8552 | 2024.08.08 23:04:32.346760 [ 3 ] {f89935ab-a364-4533-a099-7dc7af38f184} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8553 | 2024.08.08 23:04:32.346912 [ 3 ] {f89935ab-a364-4533-a099-7dc7af38f184} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001493 sec., 107836.57066309445 rows/sec., 9.50 MiB/sec. | ||
8554 | 2024.08.08 23:04:32.347076 [ 3 ] {f89935ab-a364-4533-a099-7dc7af38f184} <Debug> DynamicQueryHandler: Done processing query | ||
8555 | 2024.08.08 23:04:32.347100 [ 3 ] {f89935ab-a364-4533-a099-7dc7af38f184} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8556 | 2024.08.08 23:04:32.347116 [ 3 ] {} <Debug> HTTP-Session: 3e807b75-7d79-4b8a-a3f1-1222c012ab95 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8557 | 2024.08.08 23:04:32.347284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8558 | 2024.08.08 23:04:32.347332 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8559 | 2024.08.08 23:04:32.347352 [ 3 ] {} <Debug> HTTP-Session: 2433afa3-c1d5-471a-ad4f-2e002422a57c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8560 | 2024.08.08 23:04:32.347369 [ 3 ] {} <Debug> HTTP-Session: 2433afa3-c1d5-471a-ad4f-2e002422a57c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8561 | 2024.08.08 23:04:32.347383 [ 3 ] {} <Debug> HTTP-Session: 2433afa3-c1d5-471a-ad4f-2e002422a57c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8562 | 2024.08.08 23:04:32.347415 [ 3 ] {} <Trace> HTTP-Session: 2433afa3-c1d5-471a-ad4f-2e002422a57c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8563 | 2024.08.08 23:04:32.347617 [ 3 ] {8dfefa8c-7033-44d4-a6ad-dd1da3570b93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8564 | 2024.08.08 23:04:32.347660 [ 3 ] {8dfefa8c-7033-44d4-a6ad-dd1da3570b93} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8565 | 2024.08.08 23:04:32.347792 [ 3 ] {8dfefa8c-7033-44d4-a6ad-dd1da3570b93} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8566 | 2024.08.08 23:04:32.348305 [ 3 ] {8dfefa8c-7033-44d4-a6ad-dd1da3570b93} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8567 | 2024.08.08 23:04:32.348341 [ 3 ] {8dfefa8c-7033-44d4-a6ad-dd1da3570b93} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8568 | 2024.08.08 23:04:32.348663 [ 3 ] {8dfefa8c-7033-44d4-a6ad-dd1da3570b93} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8569 | 2024.08.08 23:04:32.348979 [ 3 ] {8dfefa8c-7033-44d4-a6ad-dd1da3570b93} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8570 | 2024.08.08 23:04:32.349136 [ 3 ] {8dfefa8c-7033-44d4-a6ad-dd1da3570b93} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001633 sec., 233925.29087568892 rows/sec., 16.43 MiB/sec. | ||
8571 | 2024.08.08 23:04:32.349326 [ 3 ] {8dfefa8c-7033-44d4-a6ad-dd1da3570b93} <Debug> DynamicQueryHandler: Done processing query | ||
8572 | 2024.08.08 23:04:32.349364 [ 3 ] {8dfefa8c-7033-44d4-a6ad-dd1da3570b93} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8573 | 2024.08.08 23:04:32.349397 [ 3 ] {} <Debug> HTTP-Session: 2433afa3-c1d5-471a-ad4f-2e002422a57c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8574 | 2024.08.08 23:04:32.349570 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8575 | 2024.08.08 23:04:32.349620 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8576 | 2024.08.08 23:04:32.349639 [ 3 ] {} <Debug> HTTP-Session: 5fd0e928-289e-4331-8fa4-5123dc998d29 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8577 | 2024.08.08 23:04:32.349655 [ 3 ] {} <Debug> HTTP-Session: 5fd0e928-289e-4331-8fa4-5123dc998d29 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8578 | 2024.08.08 23:04:32.349669 [ 3 ] {} <Debug> HTTP-Session: 5fd0e928-289e-4331-8fa4-5123dc998d29 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8579 | 2024.08.08 23:04:32.349701 [ 3 ] {} <Trace> HTTP-Session: 5fd0e928-289e-4331-8fa4-5123dc998d29 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8580 | 2024.08.08 23:04:32.349794 [ 3 ] {50d52ce7-6ce5-4b60-9eac-078c4d5bc642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8581 | 2024.08.08 23:04:32.349840 [ 3 ] {50d52ce7-6ce5-4b60-9eac-078c4d5bc642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8582 | 2024.08.08 23:04:32.349966 [ 3 ] {50d52ce7-6ce5-4b60-9eac-078c4d5bc642} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8583 | 2024.08.08 23:04:32.350236 [ 3 ] {50d52ce7-6ce5-4b60-9eac-078c4d5bc642} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8584 | 2024.08.08 23:04:32.350272 [ 3 ] {50d52ce7-6ce5-4b60-9eac-078c4d5bc642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8585 | 2024.08.08 23:04:32.350622 [ 3 ] {50d52ce7-6ce5-4b60-9eac-078c4d5bc642} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8586 | 2024.08.08 23:04:32.350940 [ 3 ] {50d52ce7-6ce5-4b60-9eac-078c4d5bc642} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8587 | 2024.08.08 23:04:32.351088 [ 3 ] {50d52ce7-6ce5-4b60-9eac-078c4d5bc642} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001319 sec., 4548.900682335102 rows/sec., 195.46 KiB/sec. | ||
8588 | 2024.08.08 23:04:32.351253 [ 3 ] {50d52ce7-6ce5-4b60-9eac-078c4d5bc642} <Debug> DynamicQueryHandler: Done processing query | ||
8589 | 2024.08.08 23:04:32.351278 [ 3 ] {50d52ce7-6ce5-4b60-9eac-078c4d5bc642} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8590 | 2024.08.08 23:04:32.351293 [ 3 ] {} <Debug> HTTP-Session: 5fd0e928-289e-4331-8fa4-5123dc998d29 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8591 | 2024.08.08 23:04:32.351467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8592 | 2024.08.08 23:04:32.351516 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8593 | 2024.08.08 23:04:32.351536 [ 3 ] {} <Debug> HTTP-Session: 691ca192-7d7d-42f5-b02c-9c2155b5f87a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8594 | 2024.08.08 23:04:32.351553 [ 3 ] {} <Debug> HTTP-Session: 691ca192-7d7d-42f5-b02c-9c2155b5f87a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8595 | 2024.08.08 23:04:32.351567 [ 3 ] {} <Debug> HTTP-Session: 691ca192-7d7d-42f5-b02c-9c2155b5f87a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8596 | 2024.08.08 23:04:32.351597 [ 3 ] {} <Trace> HTTP-Session: 691ca192-7d7d-42f5-b02c-9c2155b5f87a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8597 | 2024.08.08 23:04:32.351712 [ 3 ] {aec4c7c6-5cd6-4a7a-98db-66c191c78e33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8598 | 2024.08.08 23:04:32.351758 [ 3 ] {aec4c7c6-5cd6-4a7a-98db-66c191c78e33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8599 | 2024.08.08 23:04:32.351899 [ 3 ] {aec4c7c6-5cd6-4a7a-98db-66c191c78e33} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8600 | 2024.08.08 23:04:32.352238 [ 3 ] {aec4c7c6-5cd6-4a7a-98db-66c191c78e33} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8601 | 2024.08.08 23:04:32.352274 [ 3 ] {aec4c7c6-5cd6-4a7a-98db-66c191c78e33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8602 | 2024.08.08 23:04:32.352634 [ 3 ] {aec4c7c6-5cd6-4a7a-98db-66c191c78e33} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
8603 | 2024.08.08 23:04:32.352961 [ 3 ] {aec4c7c6-5cd6-4a7a-98db-66c191c78e33} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8604 | 2024.08.08 23:04:32.353093 [ 3 ] {aec4c7c6-5cd6-4a7a-98db-66c191c78e33} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001423 sec., 54111.033028812366 rows/sec., 3.33 MiB/sec. | ||
8605 | 2024.08.08 23:04:32.353413 [ 3 ] {aec4c7c6-5cd6-4a7a-98db-66c191c78e33} <Debug> DynamicQueryHandler: Done processing query | ||
8606 | 2024.08.08 23:04:32.353476 [ 3 ] {aec4c7c6-5cd6-4a7a-98db-66c191c78e33} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8607 | 2024.08.08 23:04:32.353538 [ 3 ] {} <Debug> HTTP-Session: 691ca192-7d7d-42f5-b02c-9c2155b5f87a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8608 | 2024.08.08 23:04:32.353702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8609 | 2024.08.08 23:04:32.353756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8610 | 2024.08.08 23:04:32.353776 [ 3 ] {} <Debug> HTTP-Session: 38153fcb-d328-4de3-bb37-e6ff77bcbdef Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8611 | 2024.08.08 23:04:32.353793 [ 3 ] {} <Debug> HTTP-Session: 38153fcb-d328-4de3-bb37-e6ff77bcbdef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8612 | 2024.08.08 23:04:32.353806 [ 3 ] {} <Debug> HTTP-Session: 38153fcb-d328-4de3-bb37-e6ff77bcbdef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8613 | 2024.08.08 23:04:32.353838 [ 3 ] {} <Trace> HTTP-Session: 38153fcb-d328-4de3-bb37-e6ff77bcbdef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8614 | 2024.08.08 23:04:32.354024 [ 3 ] {281ad9e4-18d6-478b-9dc3-05e26202a7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8615 | 2024.08.08 23:04:32.354071 [ 3 ] {281ad9e4-18d6-478b-9dc3-05e26202a7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8616 | 2024.08.08 23:04:32.354234 [ 3 ] {281ad9e4-18d6-478b-9dc3-05e26202a7f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8617 | 2024.08.08 23:04:32.354615 [ 3 ] {281ad9e4-18d6-478b-9dc3-05e26202a7f1} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8618 | 2024.08.08 23:04:32.354651 [ 3 ] {281ad9e4-18d6-478b-9dc3-05e26202a7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8619 | 2024.08.08 23:04:32.355014 [ 3 ] {281ad9e4-18d6-478b-9dc3-05e26202a7f1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8620 | 2024.08.08 23:04:32.355352 [ 3 ] {281ad9e4-18d6-478b-9dc3-05e26202a7f1} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8621 | 2024.08.08 23:04:32.355512 [ 3 ] {281ad9e4-18d6-478b-9dc3-05e26202a7f1} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001587 sec., 100819.15563957152 rows/sec., 7.02 MiB/sec. | ||
8622 | 2024.08.08 23:04:32.355679 [ 3 ] {281ad9e4-18d6-478b-9dc3-05e26202a7f1} <Debug> DynamicQueryHandler: Done processing query | ||
8623 | 2024.08.08 23:04:32.355704 [ 3 ] {281ad9e4-18d6-478b-9dc3-05e26202a7f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8624 | 2024.08.08 23:04:32.355719 [ 3 ] {} <Debug> HTTP-Session: 38153fcb-d328-4de3-bb37-e6ff77bcbdef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8625 | 2024.08.08 23:04:32.355892 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8626 | 2024.08.08 23:04:32.355941 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8627 | 2024.08.08 23:04:32.355960 [ 3 ] {} <Debug> HTTP-Session: 3d3f0749-91a3-4c7a-9a62-9aeb7e9b5402 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8628 | 2024.08.08 23:04:32.355977 [ 3 ] {} <Debug> HTTP-Session: 3d3f0749-91a3-4c7a-9a62-9aeb7e9b5402 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8629 | 2024.08.08 23:04:32.355990 [ 3 ] {} <Debug> HTTP-Session: 3d3f0749-91a3-4c7a-9a62-9aeb7e9b5402 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8630 | 2024.08.08 23:04:32.356021 [ 3 ] {} <Trace> HTTP-Session: 3d3f0749-91a3-4c7a-9a62-9aeb7e9b5402 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8631 | 2024.08.08 23:04:32.356120 [ 3 ] {2f709c4f-39de-4363-8bf5-c464065351a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8632 | 2024.08.08 23:04:32.356164 [ 3 ] {2f709c4f-39de-4363-8bf5-c464065351a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8633 | 2024.08.08 23:04:32.356289 [ 3 ] {2f709c4f-39de-4363-8bf5-c464065351a5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8634 | 2024.08.08 23:04:32.356551 [ 3 ] {2f709c4f-39de-4363-8bf5-c464065351a5} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8635 | 2024.08.08 23:04:32.356586 [ 3 ] {2f709c4f-39de-4363-8bf5-c464065351a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8636 | 2024.08.08 23:04:32.356934 [ 3 ] {2f709c4f-39de-4363-8bf5-c464065351a5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
8637 | 2024.08.08 23:04:32.357253 [ 3 ] {2f709c4f-39de-4363-8bf5-c464065351a5} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8638 | 2024.08.08 23:04:32.357410 [ 3 ] {2f709c4f-39de-4363-8bf5-c464065351a5} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001308 sec., 17584.09785932722 rows/sec., 951.18 KiB/sec. | ||
8639 | 2024.08.08 23:04:32.357594 [ 3 ] {2f709c4f-39de-4363-8bf5-c464065351a5} <Debug> DynamicQueryHandler: Done processing query | ||
8640 | 2024.08.08 23:04:32.357621 [ 3 ] {2f709c4f-39de-4363-8bf5-c464065351a5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8641 | 2024.08.08 23:04:32.357637 [ 3 ] {} <Debug> HTTP-Session: 3d3f0749-91a3-4c7a-9a62-9aeb7e9b5402 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8642 | 2024.08.08 23:04:32.357752 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8643 | 2024.08.08 23:04:32.357800 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8644 | 2024.08.08 23:04:32.357820 [ 3 ] {} <Debug> HTTP-Session: 1d3b7819-f786-4117-aab9-9d8c7827ff09 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8645 | 2024.08.08 23:04:32.357836 [ 3 ] {} <Debug> HTTP-Session: 1d3b7819-f786-4117-aab9-9d8c7827ff09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8646 | 2024.08.08 23:04:32.357850 [ 3 ] {} <Debug> HTTP-Session: 1d3b7819-f786-4117-aab9-9d8c7827ff09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8647 | 2024.08.08 23:04:32.357879 [ 3 ] {} <Trace> HTTP-Session: 1d3b7819-f786-4117-aab9-9d8c7827ff09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8648 | 2024.08.08 23:04:32.358009 [ 3 ] {6e0def82-8195-432b-bd1d-7e3897d5bc20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8649 | 2024.08.08 23:04:32.358053 [ 3 ] {6e0def82-8195-432b-bd1d-7e3897d5bc20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8650 | 2024.08.08 23:04:32.358177 [ 3 ] {6e0def82-8195-432b-bd1d-7e3897d5bc20} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8651 | 2024.08.08 23:04:32.358457 [ 3 ] {6e0def82-8195-432b-bd1d-7e3897d5bc20} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8652 | 2024.08.08 23:04:32.358492 [ 3 ] {6e0def82-8195-432b-bd1d-7e3897d5bc20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.30 GiB. | ||
8653 | 2024.08.08 23:04:32.358861 [ 3 ] {6e0def82-8195-432b-bd1d-7e3897d5bc20} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
8654 | 2024.08.08 23:04:32.359173 [ 3 ] {6e0def82-8195-432b-bd1d-7e3897d5bc20} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8655 | 2024.08.08 23:04:32.359314 [ 3 ] {6e0def82-8195-432b-bd1d-7e3897d5bc20} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001359 sec., 44150.11037527594 rows/sec., 2.98 MiB/sec. | ||
8656 | 2024.08.08 23:04:32.359471 [ 3 ] {6e0def82-8195-432b-bd1d-7e3897d5bc20} <Debug> DynamicQueryHandler: Done processing query | ||
8657 | 2024.08.08 23:04:32.359496 [ 3 ] {6e0def82-8195-432b-bd1d-7e3897d5bc20} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8658 | 2024.08.08 23:04:32.359511 [ 3 ] {} <Debug> HTTP-Session: 1d3b7819-f786-4117-aab9-9d8c7827ff09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8659 | 2024.08.08 23:04:37.340898 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8660 | 2024.08.08 23:04:37.341033 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8661 | 2024.08.08 23:04:37.341062 [ 3 ] {} <Debug> HTTP-Session: 5b8f8c59-80ac-4e1c-a389-8d370ccbe43d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8662 | 2024.08.08 23:04:37.341090 [ 3 ] {} <Debug> HTTP-Session: 5b8f8c59-80ac-4e1c-a389-8d370ccbe43d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8663 | 2024.08.08 23:04:37.341107 [ 3 ] {} <Debug> HTTP-Session: 5b8f8c59-80ac-4e1c-a389-8d370ccbe43d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8664 | 2024.08.08 23:04:37.341186 [ 3 ] {} <Trace> HTTP-Session: 5b8f8c59-80ac-4e1c-a389-8d370ccbe43d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8665 | 2024.08.08 23:04:37.341395 [ 3 ] {d5fc0ed0-9121-47a1-9c53-67d9902ba002} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8666 | 2024.08.08 23:04:37.341469 [ 3 ] {d5fc0ed0-9121-47a1-9c53-67d9902ba002} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8667 | 2024.08.08 23:04:37.341680 [ 3 ] {d5fc0ed0-9121-47a1-9c53-67d9902ba002} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8668 | 2024.08.08 23:04:37.342167 [ 3 ] {d5fc0ed0-9121-47a1-9c53-67d9902ba002} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8669 | 2024.08.08 23:04:37.342212 [ 3 ] {d5fc0ed0-9121-47a1-9c53-67d9902ba002} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8670 | 2024.08.08 23:04:37.342576 [ 3 ] {d5fc0ed0-9121-47a1-9c53-67d9902ba002} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
8671 | 2024.08.08 23:04:37.342917 [ 3 ] {d5fc0ed0-9121-47a1-9c53-67d9902ba002} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8672 | 2024.08.08 23:04:37.343083 [ 3 ] {d5fc0ed0-9121-47a1-9c53-67d9902ba002} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001754 sec., 18814.139110604334 rows/sec., 1.49 MiB/sec. | ||
8673 | 2024.08.08 23:04:37.343107 [ 46 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
8674 | 2024.08.08 23:04:37.343253 [ 46 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8675 | 2024.08.08 23:04:37.343305 [ 46 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8676 | 2024.08.08 23:04:37.343406 [ 3 ] {d5fc0ed0-9121-47a1-9c53-67d9902ba002} <Debug> DynamicQueryHandler: Done processing query | ||
8677 | 2024.08.08 23:04:37.343471 [ 3 ] {d5fc0ed0-9121-47a1-9c53-67d9902ba002} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8678 | 2024.08.08 23:04:37.343511 [ 3 ] {} <Debug> HTTP-Session: 5b8f8c59-80ac-4e1c-a389-8d370ccbe43d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8679 | 2024.08.08 23:04:37.343554 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
8680 | 2024.08.08 23:04:37.343768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8681 | 2024.08.08 23:04:37.343814 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
8682 | 2024.08.08 23:04:37.343880 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8683 | 2024.08.08 23:04:37.343887 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 39 rows starting from the beginning of the part | ||
8684 | 2024.08.08 23:04:37.343924 [ 3 ] {} <Debug> HTTP-Session: 8f5747c0-2d15-4395-8d7b-bd753058e0e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8685 | 2024.08.08 23:04:37.343963 [ 3 ] {} <Debug> HTTP-Session: 8f5747c0-2d15-4395-8d7b-bd753058e0e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8686 | 2024.08.08 23:04:37.344006 [ 3 ] {} <Debug> HTTP-Session: 8f5747c0-2d15-4395-8d7b-bd753058e0e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8687 | 2024.08.08 23:04:37.344129 [ 3 ] {} <Trace> HTTP-Session: 8f5747c0-2d15-4395-8d7b-bd753058e0e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8688 | 2024.08.08 23:04:37.344131 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 33 rows starting from the beginning of the part | ||
8689 | 2024.08.08 23:04:37.344468 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
8690 | 2024.08.08 23:04:37.344641 [ 3 ] {f0c84a66-b1b5-4bce-b61a-bc3332301466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8691 | 2024.08.08 23:04:37.344811 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 33 rows starting from the beginning of the part | ||
8692 | 2024.08.08 23:04:37.344845 [ 3 ] {f0c84a66-b1b5-4bce-b61a-bc3332301466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8693 | 2024.08.08 23:04:37.345085 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
8694 | 2024.08.08 23:04:37.345365 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 33 rows starting from the beginning of the part | ||
8695 | 2024.08.08 23:04:37.346014 [ 3 ] {f0c84a66-b1b5-4bce-b61a-bc3332301466} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8696 | 2024.08.08 23:04:37.346770 [ 3 ] {f0c84a66-b1b5-4bce-b61a-bc3332301466} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8697 | 2024.08.08 23:04:37.346828 [ 3 ] {f0c84a66-b1b5-4bce-b61a-bc3332301466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8698 | 2024.08.08 23:04:37.347722 [ 3 ] {f0c84a66-b1b5-4bce-b61a-bc3332301466} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8699 | 2024.08.08 23:04:37.347966 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.004546624 sec., 32991.5119438071 rows/sec., 2.50 MiB/sec. | ||
8700 | 2024.08.08 23:04:37.348200 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
8701 | 2024.08.08 23:04:37.348468 [ 3 ] {f0c84a66-b1b5-4bce-b61a-bc3332301466} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8702 | 2024.08.08 23:04:37.348894 [ 3 ] {f0c84a66-b1b5-4bce-b61a-bc3332301466} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004491 sec., 890.670229347584 rows/sec., 72.63 KiB/sec. | ||
8703 | 2024.08.08 23:04:37.349189 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8704 | 2024.08.08 23:04:37.349441 [ 3 ] {f0c84a66-b1b5-4bce-b61a-bc3332301466} <Debug> DynamicQueryHandler: Done processing query | ||
8705 | 2024.08.08 23:04:37.349466 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_41_8} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
8706 | 2024.08.08 23:04:37.349487 [ 3 ] {f0c84a66-b1b5-4bce-b61a-bc3332301466} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8707 | 2024.08.08 23:04:37.349514 [ 3 ] {} <Debug> HTTP-Session: 8f5747c0-2d15-4395-8d7b-bd753058e0e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8708 | 2024.08.08 23:04:37.349629 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
8709 | 2024.08.08 23:04:37.349722 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 23016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8710 | 2024.08.08 23:04:37.349783 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8711 | 2024.08.08 23:04:37.349803 [ 3 ] {} <Debug> HTTP-Session: f93aff9b-469a-41fa-8be5-769c4c77bee8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8712 | 2024.08.08 23:04:37.349820 [ 3 ] {} <Debug> HTTP-Session: f93aff9b-469a-41fa-8be5-769c4c77bee8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8713 | 2024.08.08 23:04:37.349834 [ 3 ] {} <Debug> HTTP-Session: f93aff9b-469a-41fa-8be5-769c4c77bee8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8714 | 2024.08.08 23:04:37.349867 [ 3 ] {} <Trace> HTTP-Session: f93aff9b-469a-41fa-8be5-769c4c77bee8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8715 | 2024.08.08 23:04:37.350019 [ 3 ] {a1b67458-d41b-43c1-b8d6-192d053fc91b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8716 | 2024.08.08 23:04:37.350065 [ 3 ] {a1b67458-d41b-43c1-b8d6-192d053fc91b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8717 | 2024.08.08 23:04:37.350207 [ 3 ] {a1b67458-d41b-43c1-b8d6-192d053fc91b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8718 | 2024.08.08 23:04:37.350629 [ 3 ] {a1b67458-d41b-43c1-b8d6-192d053fc91b} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8719 | 2024.08.08 23:04:37.350665 [ 3 ] {a1b67458-d41b-43c1-b8d6-192d053fc91b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8720 | 2024.08.08 23:04:37.350983 [ 3 ] {a1b67458-d41b-43c1-b8d6-192d053fc91b} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8721 | 2024.08.08 23:04:37.351291 [ 3 ] {a1b67458-d41b-43c1-b8d6-192d053fc91b} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8722 | 2024.08.08 23:04:37.351449 [ 3 ] {a1b67458-d41b-43c1-b8d6-192d053fc91b} <Debug> executeQuery: Read 157 rows, 13.45 KiB in 0.00149 sec., 105369.12751677852 rows/sec., 8.81 MiB/sec. | ||
8723 | 2024.08.08 23:04:37.351628 [ 3 ] {a1b67458-d41b-43c1-b8d6-192d053fc91b} <Debug> DynamicQueryHandler: Done processing query | ||
8724 | 2024.08.08 23:04:37.351654 [ 3 ] {a1b67458-d41b-43c1-b8d6-192d053fc91b} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
8725 | 2024.08.08 23:04:37.351670 [ 3 ] {} <Debug> HTTP-Session: f93aff9b-469a-41fa-8be5-769c4c77bee8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8726 | 2024.08.08 23:04:37.351802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8727 | 2024.08.08 23:04:37.351851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8728 | 2024.08.08 23:04:37.351869 [ 3 ] {} <Debug> HTTP-Session: fac88080-c452-48f0-a4ca-81b1532a6c23 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8729 | 2024.08.08 23:04:37.351887 [ 3 ] {} <Debug> HTTP-Session: fac88080-c452-48f0-a4ca-81b1532a6c23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8730 | 2024.08.08 23:04:37.351900 [ 3 ] {} <Debug> HTTP-Session: fac88080-c452-48f0-a4ca-81b1532a6c23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8731 | 2024.08.08 23:04:37.351930 [ 3 ] {} <Trace> HTTP-Session: fac88080-c452-48f0-a4ca-81b1532a6c23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8732 | 2024.08.08 23:04:37.352025 [ 3 ] {d31efa24-8de3-4a92-baf9-d334e24fcae8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
8733 | 2024.08.08 23:04:37.352069 [ 3 ] {d31efa24-8de3-4a92-baf9-d334e24fcae8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
8734 | 2024.08.08 23:04:37.352194 [ 3 ] {d31efa24-8de3-4a92-baf9-d334e24fcae8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8735 | 2024.08.08 23:04:37.352470 [ 3 ] {d31efa24-8de3-4a92-baf9-d334e24fcae8} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8736 | 2024.08.08 23:04:37.352506 [ 3 ] {d31efa24-8de3-4a92-baf9-d334e24fcae8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8737 | 2024.08.08 23:04:37.352807 [ 3 ] {d31efa24-8de3-4a92-baf9-d334e24fcae8} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
8738 | 2024.08.08 23:04:37.353112 [ 3 ] {d31efa24-8de3-4a92-baf9-d334e24fcae8} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8739 | 2024.08.08 23:04:37.353276 [ 3 ] {d31efa24-8de3-4a92-baf9-d334e24fcae8} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001257 sec., 3182.1797931583133 rows/sec., 222.19 KiB/sec. | ||
8740 | 2024.08.08 23:04:37.353605 [ 3 ] {d31efa24-8de3-4a92-baf9-d334e24fcae8} <Debug> DynamicQueryHandler: Done processing query | ||
8741 | 2024.08.08 23:04:37.353663 [ 3 ] {d31efa24-8de3-4a92-baf9-d334e24fcae8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8742 | 2024.08.08 23:04:37.353685 [ 3 ] {} <Debug> HTTP-Session: fac88080-c452-48f0-a4ca-81b1532a6c23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8743 | 2024.08.08 23:04:37.353847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8744 | 2024.08.08 23:04:37.353911 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8745 | 2024.08.08 23:04:37.353937 [ 3 ] {} <Debug> HTTP-Session: 275b1854-47ed-4c7b-a73c-94c21ba25f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8746 | 2024.08.08 23:04:37.353958 [ 3 ] {} <Debug> HTTP-Session: 275b1854-47ed-4c7b-a73c-94c21ba25f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8747 | 2024.08.08 23:04:37.353975 [ 3 ] {} <Debug> HTTP-Session: 275b1854-47ed-4c7b-a73c-94c21ba25f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8748 | 2024.08.08 23:04:37.354014 [ 3 ] {} <Trace> HTTP-Session: 275b1854-47ed-4c7b-a73c-94c21ba25f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8749 | 2024.08.08 23:04:37.354170 [ 3 ] {88e09fc9-18f3-47c7-9e90-d07d41130dc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8750 | 2024.08.08 23:04:37.354215 [ 3 ] {88e09fc9-18f3-47c7-9e90-d07d41130dc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8751 | 2024.08.08 23:04:37.354371 [ 3 ] {88e09fc9-18f3-47c7-9e90-d07d41130dc0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8752 | 2024.08.08 23:04:37.354730 [ 3 ] {88e09fc9-18f3-47c7-9e90-d07d41130dc0} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8753 | 2024.08.08 23:04:37.354767 [ 3 ] {88e09fc9-18f3-47c7-9e90-d07d41130dc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8754 | 2024.08.08 23:04:37.355102 [ 3 ] {88e09fc9-18f3-47c7-9e90-d07d41130dc0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8755 | 2024.08.08 23:04:37.355412 [ 3 ] {88e09fc9-18f3-47c7-9e90-d07d41130dc0} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8756 | 2024.08.08 23:04:37.355566 [ 3 ] {88e09fc9-18f3-47c7-9e90-d07d41130dc0} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.001449 sec., 69703.2436162871 rows/sec., 5.45 MiB/sec. | ||
8757 | 2024.08.08 23:04:37.355727 [ 3 ] {88e09fc9-18f3-47c7-9e90-d07d41130dc0} <Debug> DynamicQueryHandler: Done processing query | ||
8758 | 2024.08.08 23:04:37.355752 [ 3 ] {88e09fc9-18f3-47c7-9e90-d07d41130dc0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
8759 | 2024.08.08 23:04:37.355768 [ 3 ] {} <Debug> HTTP-Session: 275b1854-47ed-4c7b-a73c-94c21ba25f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8760 | 2024.08.08 23:04:37.356003 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8761 | 2024.08.08 23:04:37.356052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8762 | 2024.08.08 23:04:37.356072 [ 3 ] {} <Debug> HTTP-Session: 38b79a40-34e6-4b35-9a44-2765d8569d6e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8763 | 2024.08.08 23:04:37.356089 [ 3 ] {} <Debug> HTTP-Session: 38b79a40-34e6-4b35-9a44-2765d8569d6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8764 | 2024.08.08 23:04:37.356103 [ 3 ] {} <Debug> HTTP-Session: 38b79a40-34e6-4b35-9a44-2765d8569d6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8765 | 2024.08.08 23:04:37.356133 [ 3 ] {} <Trace> HTTP-Session: 38b79a40-34e6-4b35-9a44-2765d8569d6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8766 | 2024.08.08 23:04:37.356275 [ 3 ] {d120ff98-6b0d-413b-93c9-377b66a26d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8767 | 2024.08.08 23:04:37.356323 [ 3 ] {d120ff98-6b0d-413b-93c9-377b66a26d79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8768 | 2024.08.08 23:04:37.356466 [ 3 ] {d120ff98-6b0d-413b-93c9-377b66a26d79} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8769 | 2024.08.08 23:04:37.356834 [ 3 ] {d120ff98-6b0d-413b-93c9-377b66a26d79} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8770 | 2024.08.08 23:04:37.356870 [ 3 ] {d120ff98-6b0d-413b-93c9-377b66a26d79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8771 | 2024.08.08 23:04:37.357261 [ 3 ] {d120ff98-6b0d-413b-93c9-377b66a26d79} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8772 | 2024.08.08 23:04:37.357598 [ 3 ] {d120ff98-6b0d-413b-93c9-377b66a26d79} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8773 | 2024.08.08 23:04:37.357769 [ 3 ] {d120ff98-6b0d-413b-93c9-377b66a26d79} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001556 sec., 104113.11053984576 rows/sec., 7.25 MiB/sec. | ||
8774 | 2024.08.08 23:04:37.357941 [ 3 ] {d120ff98-6b0d-413b-93c9-377b66a26d79} <Debug> DynamicQueryHandler: Done processing query | ||
8775 | 2024.08.08 23:04:37.357966 [ 3 ] {d120ff98-6b0d-413b-93c9-377b66a26d79} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8776 | 2024.08.08 23:04:37.357981 [ 3 ] {} <Debug> HTTP-Session: 38b79a40-34e6-4b35-9a44-2765d8569d6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8777 | 2024.08.08 23:04:37.358138 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53155, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8778 | 2024.08.08 23:04:37.358189 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8779 | 2024.08.08 23:04:37.358209 [ 3 ] {} <Debug> HTTP-Session: 901a4bb2-fba9-4b72-854d-0e56fb769b43 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8780 | 2024.08.08 23:04:37.358225 [ 3 ] {} <Debug> HTTP-Session: 901a4bb2-fba9-4b72-854d-0e56fb769b43 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8781 | 2024.08.08 23:04:37.358238 [ 3 ] {} <Debug> HTTP-Session: 901a4bb2-fba9-4b72-854d-0e56fb769b43 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8782 | 2024.08.08 23:04:37.358268 [ 3 ] {} <Trace> HTTP-Session: 901a4bb2-fba9-4b72-854d-0e56fb769b43 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8783 | 2024.08.08 23:04:37.358621 [ 3 ] {77cd4e79-aa7f-4b73-afb8-923ea4c2fd56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
8784 | 2024.08.08 23:04:37.358684 [ 3 ] {77cd4e79-aa7f-4b73-afb8-923ea4c2fd56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
8785 | 2024.08.08 23:04:37.359113 [ 3 ] {77cd4e79-aa7f-4b73-afb8-923ea4c2fd56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8786 | 2024.08.08 23:04:37.359744 [ 3 ] {77cd4e79-aa7f-4b73-afb8-923ea4c2fd56} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8787 | 2024.08.08 23:04:37.359780 [ 3 ] {77cd4e79-aa7f-4b73-afb8-923ea4c2fd56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8788 | 2024.08.08 23:04:37.360390 [ 3 ] {77cd4e79-aa7f-4b73-afb8-923ea4c2fd56} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
8789 | 2024.08.08 23:04:37.360804 [ 3 ] {77cd4e79-aa7f-4b73-afb8-923ea4c2fd56} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8790 | 2024.08.08 23:04:37.360997 [ 3 ] {77cd4e79-aa7f-4b73-afb8-923ea4c2fd56} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002642 sec., 12490.537471612415 rows/sec., 22.38 MiB/sec. | ||
8791 | 2024.08.08 23:04:37.361194 [ 3 ] {77cd4e79-aa7f-4b73-afb8-923ea4c2fd56} <Debug> DynamicQueryHandler: Done processing query | ||
8792 | 2024.08.08 23:04:37.361219 [ 3 ] {77cd4e79-aa7f-4b73-afb8-923ea4c2fd56} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
8793 | 2024.08.08 23:04:37.361234 [ 3 ] {} <Debug> HTTP-Session: 901a4bb2-fba9-4b72-854d-0e56fb769b43 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8794 | 2024.08.08 23:04:37.361371 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8795 | 2024.08.08 23:04:37.361420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8796 | 2024.08.08 23:04:37.361440 [ 3 ] {} <Debug> HTTP-Session: 22e51df5-08a7-4c68-a42d-ef0de6e16c66 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8797 | 2024.08.08 23:04:37.361457 [ 3 ] {} <Debug> HTTP-Session: 22e51df5-08a7-4c68-a42d-ef0de6e16c66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8798 | 2024.08.08 23:04:37.361470 [ 3 ] {} <Debug> HTTP-Session: 22e51df5-08a7-4c68-a42d-ef0de6e16c66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8799 | 2024.08.08 23:04:37.361500 [ 3 ] {} <Trace> HTTP-Session: 22e51df5-08a7-4c68-a42d-ef0de6e16c66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8800 | 2024.08.08 23:04:37.361617 [ 3 ] {811c6dff-46a2-4149-9208-20897837b034} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8801 | 2024.08.08 23:04:37.361661 [ 3 ] {811c6dff-46a2-4149-9208-20897837b034} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8802 | 2024.08.08 23:04:37.361788 [ 3 ] {811c6dff-46a2-4149-9208-20897837b034} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8803 | 2024.08.08 23:04:37.362087 [ 3 ] {811c6dff-46a2-4149-9208-20897837b034} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8804 | 2024.08.08 23:04:37.362124 [ 3 ] {811c6dff-46a2-4149-9208-20897837b034} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8805 | 2024.08.08 23:04:37.362485 [ 3 ] {811c6dff-46a2-4149-9208-20897837b034} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
8806 | 2024.08.08 23:04:37.362806 [ 3 ] {811c6dff-46a2-4149-9208-20897837b034} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8807 | 2024.08.08 23:04:37.362961 [ 3 ] {811c6dff-46a2-4149-9208-20897837b034} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001385 sec., 43321.29963898917 rows/sec., 2.92 MiB/sec. | ||
8808 | 2024.08.08 23:04:37.363125 [ 3 ] {811c6dff-46a2-4149-9208-20897837b034} <Debug> DynamicQueryHandler: Done processing query | ||
8809 | 2024.08.08 23:04:37.363149 [ 3 ] {811c6dff-46a2-4149-9208-20897837b034} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8810 | 2024.08.08 23:04:37.363166 [ 3 ] {} <Debug> HTTP-Session: 22e51df5-08a7-4c68-a42d-ef0de6e16c66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8811 | 2024.08.08 23:04:38.180662 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
8812 | 2024.08.08 23:04:38.180745 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
8813 | 2024.08.08 23:04:42.343586 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8814 | 2024.08.08 23:04:42.343785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8815 | 2024.08.08 23:04:42.343816 [ 3 ] {} <Debug> HTTP-Session: c3473bc7-fa88-470d-8e36-6c47119beca8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8816 | 2024.08.08 23:04:42.343843 [ 3 ] {} <Debug> HTTP-Session: c3473bc7-fa88-470d-8e36-6c47119beca8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8817 | 2024.08.08 23:04:42.343861 [ 3 ] {} <Debug> HTTP-Session: c3473bc7-fa88-470d-8e36-6c47119beca8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8818 | 2024.08.08 23:04:42.343917 [ 3 ] {} <Trace> HTTP-Session: c3473bc7-fa88-470d-8e36-6c47119beca8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8819 | 2024.08.08 23:04:42.344113 [ 3 ] {d3784805-090b-4d5b-bc0c-14c9a9a62e9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8820 | 2024.08.08 23:04:42.344186 [ 3 ] {d3784805-090b-4d5b-bc0c-14c9a9a62e9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8821 | 2024.08.08 23:04:42.344384 [ 3 ] {d3784805-090b-4d5b-bc0c-14c9a9a62e9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8822 | 2024.08.08 23:04:42.344778 [ 3 ] {d3784805-090b-4d5b-bc0c-14c9a9a62e9b} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8823 | 2024.08.08 23:04:42.344822 [ 3 ] {d3784805-090b-4d5b-bc0c-14c9a9a62e9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8824 | 2024.08.08 23:04:42.345184 [ 3 ] {d3784805-090b-4d5b-bc0c-14c9a9a62e9b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
8825 | 2024.08.08 23:04:42.345505 [ 3 ] {d3784805-090b-4d5b-bc0c-14c9a9a62e9b} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8826 | 2024.08.08 23:04:42.345672 [ 3 ] {d3784805-090b-4d5b-bc0c-14c9a9a62e9b} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001615 sec., 3715.170278637771 rows/sec., 210.43 KiB/sec. | ||
8827 | 2024.08.08 23:04:42.345885 [ 3 ] {d3784805-090b-4d5b-bc0c-14c9a9a62e9b} <Debug> DynamicQueryHandler: Done processing query | ||
8828 | 2024.08.08 23:04:42.345917 [ 3 ] {d3784805-090b-4d5b-bc0c-14c9a9a62e9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8829 | 2024.08.08 23:04:42.345933 [ 3 ] {} <Debug> HTTP-Session: c3473bc7-fa88-470d-8e36-6c47119beca8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8830 | 2024.08.08 23:04:42.346122 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8831 | 2024.08.08 23:04:42.346171 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8832 | 2024.08.08 23:04:42.346190 [ 3 ] {} <Debug> HTTP-Session: 972213e1-fa77-463a-9baa-3f79274f59a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8833 | 2024.08.08 23:04:42.346207 [ 3 ] {} <Debug> HTTP-Session: 972213e1-fa77-463a-9baa-3f79274f59a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8834 | 2024.08.08 23:04:42.346221 [ 3 ] {} <Debug> HTTP-Session: 972213e1-fa77-463a-9baa-3f79274f59a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8835 | 2024.08.08 23:04:42.346253 [ 3 ] {} <Trace> HTTP-Session: 972213e1-fa77-463a-9baa-3f79274f59a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8836 | 2024.08.08 23:04:42.346390 [ 3 ] {ab3edd44-31e3-4083-b960-70c6e4a2c015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8837 | 2024.08.08 23:04:42.346434 [ 3 ] {ab3edd44-31e3-4083-b960-70c6e4a2c015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8838 | 2024.08.08 23:04:42.346558 [ 3 ] {ab3edd44-31e3-4083-b960-70c6e4a2c015} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8839 | 2024.08.08 23:04:42.346982 [ 3 ] {ab3edd44-31e3-4083-b960-70c6e4a2c015} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8840 | 2024.08.08 23:04:42.347019 [ 3 ] {ab3edd44-31e3-4083-b960-70c6e4a2c015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8841 | 2024.08.08 23:04:42.347334 [ 3 ] {ab3edd44-31e3-4083-b960-70c6e4a2c015} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8842 | 2024.08.08 23:04:42.347649 [ 3 ] {ab3edd44-31e3-4083-b960-70c6e4a2c015} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8843 | 2024.08.08 23:04:42.347807 [ 3 ] {ab3edd44-31e3-4083-b960-70c6e4a2c015} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001471 sec., 109449.35418082937 rows/sec., 9.65 MiB/sec. | ||
8844 | 2024.08.08 23:04:42.347974 [ 3 ] {ab3edd44-31e3-4083-b960-70c6e4a2c015} <Debug> DynamicQueryHandler: Done processing query | ||
8845 | 2024.08.08 23:04:42.347999 [ 3 ] {ab3edd44-31e3-4083-b960-70c6e4a2c015} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
8846 | 2024.08.08 23:04:42.348015 [ 3 ] {} <Debug> HTTP-Session: 972213e1-fa77-463a-9baa-3f79274f59a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8847 | 2024.08.08 23:04:42.348205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8848 | 2024.08.08 23:04:42.348255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8849 | 2024.08.08 23:04:42.348275 [ 3 ] {} <Debug> HTTP-Session: 4ec775c4-1d2c-4ed2-a2bd-8fd969a0daf5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8850 | 2024.08.08 23:04:42.348291 [ 3 ] {} <Debug> HTTP-Session: 4ec775c4-1d2c-4ed2-a2bd-8fd969a0daf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8851 | 2024.08.08 23:04:42.348305 [ 3 ] {} <Debug> HTTP-Session: 4ec775c4-1d2c-4ed2-a2bd-8fd969a0daf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8852 | 2024.08.08 23:04:42.348336 [ 3 ] {} <Trace> HTTP-Session: 4ec775c4-1d2c-4ed2-a2bd-8fd969a0daf5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8853 | 2024.08.08 23:04:42.348539 [ 3 ] {7158583f-41b1-44ea-bc8a-ff97569274ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
8854 | 2024.08.08 23:04:42.348581 [ 3 ] {7158583f-41b1-44ea-bc8a-ff97569274ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
8855 | 2024.08.08 23:04:42.348704 [ 3 ] {7158583f-41b1-44ea-bc8a-ff97569274ea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8856 | 2024.08.08 23:04:42.349211 [ 3 ] {7158583f-41b1-44ea-bc8a-ff97569274ea} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8857 | 2024.08.08 23:04:42.349247 [ 3 ] {7158583f-41b1-44ea-bc8a-ff97569274ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8858 | 2024.08.08 23:04:42.349561 [ 3 ] {7158583f-41b1-44ea-bc8a-ff97569274ea} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8859 | 2024.08.08 23:04:42.349860 [ 3 ] {7158583f-41b1-44ea-bc8a-ff97569274ea} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8860 | 2024.08.08 23:04:42.350009 [ 3 ] {7158583f-41b1-44ea-bc8a-ff97569274ea} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001586 sec., 240857.50315258512 rows/sec., 16.92 MiB/sec. | ||
8861 | 2024.08.08 23:04:42.350272 [ 3 ] {7158583f-41b1-44ea-bc8a-ff97569274ea} <Debug> DynamicQueryHandler: Done processing query | ||
8862 | 2024.08.08 23:04:42.350338 [ 3 ] {7158583f-41b1-44ea-bc8a-ff97569274ea} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
8863 | 2024.08.08 23:04:42.350402 [ 3 ] {} <Debug> HTTP-Session: 4ec775c4-1d2c-4ed2-a2bd-8fd969a0daf5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8864 | 2024.08.08 23:04:42.350656 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8865 | 2024.08.08 23:04:42.350709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8866 | 2024.08.08 23:04:42.350729 [ 3 ] {} <Debug> HTTP-Session: 7f78f7bb-418b-4428-bfaa-abf5755c83aa Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8867 | 2024.08.08 23:04:42.350746 [ 3 ] {} <Debug> HTTP-Session: 7f78f7bb-418b-4428-bfaa-abf5755c83aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8868 | 2024.08.08 23:04:42.350760 [ 3 ] {} <Debug> HTTP-Session: 7f78f7bb-418b-4428-bfaa-abf5755c83aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8869 | 2024.08.08 23:04:42.350793 [ 3 ] {} <Trace> HTTP-Session: 7f78f7bb-418b-4428-bfaa-abf5755c83aa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8870 | 2024.08.08 23:04:42.350894 [ 3 ] {923a975e-c7a3-41e1-bd6b-d67bb17f9948} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
8871 | 2024.08.08 23:04:42.350944 [ 3 ] {923a975e-c7a3-41e1-bd6b-d67bb17f9948} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
8872 | 2024.08.08 23:04:42.351099 [ 3 ] {923a975e-c7a3-41e1-bd6b-d67bb17f9948} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8873 | 2024.08.08 23:04:42.351352 [ 3 ] {923a975e-c7a3-41e1-bd6b-d67bb17f9948} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8874 | 2024.08.08 23:04:42.351387 [ 3 ] {923a975e-c7a3-41e1-bd6b-d67bb17f9948} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8875 | 2024.08.08 23:04:42.351739 [ 3 ] {923a975e-c7a3-41e1-bd6b-d67bb17f9948} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8876 | 2024.08.08 23:04:42.352056 [ 3 ] {923a975e-c7a3-41e1-bd6b-d67bb17f9948} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8877 | 2024.08.08 23:04:42.352212 [ 3 ] {923a975e-c7a3-41e1-bd6b-d67bb17f9948} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001347 sec., 4454.342984409799 rows/sec., 191.40 KiB/sec. | ||
8878 | 2024.08.08 23:04:42.352364 [ 3 ] {923a975e-c7a3-41e1-bd6b-d67bb17f9948} <Debug> DynamicQueryHandler: Done processing query | ||
8879 | 2024.08.08 23:04:42.352388 [ 3 ] {923a975e-c7a3-41e1-bd6b-d67bb17f9948} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8880 | 2024.08.08 23:04:42.352403 [ 3 ] {} <Debug> HTTP-Session: 7f78f7bb-418b-4428-bfaa-abf5755c83aa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8881 | 2024.08.08 23:04:42.352529 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8882 | 2024.08.08 23:04:42.352576 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8883 | 2024.08.08 23:04:42.352595 [ 3 ] {} <Debug> HTTP-Session: 8b6b8f00-263c-481f-9eaf-c4f5e7c1746d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8884 | 2024.08.08 23:04:42.352610 [ 3 ] {} <Debug> HTTP-Session: 8b6b8f00-263c-481f-9eaf-c4f5e7c1746d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8885 | 2024.08.08 23:04:42.352624 [ 3 ] {} <Debug> HTTP-Session: 8b6b8f00-263c-481f-9eaf-c4f5e7c1746d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8886 | 2024.08.08 23:04:42.352654 [ 3 ] {} <Trace> HTTP-Session: 8b6b8f00-263c-481f-9eaf-c4f5e7c1746d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8887 | 2024.08.08 23:04:42.352770 [ 3 ] {02b30367-48dd-428d-b4e3-537b0cb2b679} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
8888 | 2024.08.08 23:04:42.352815 [ 3 ] {02b30367-48dd-428d-b4e3-537b0cb2b679} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
8889 | 2024.08.08 23:04:42.352955 [ 3 ] {02b30367-48dd-428d-b4e3-537b0cb2b679} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8890 | 2024.08.08 23:04:42.353345 [ 3 ] {02b30367-48dd-428d-b4e3-537b0cb2b679} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8891 | 2024.08.08 23:04:42.353382 [ 3 ] {02b30367-48dd-428d-b4e3-537b0cb2b679} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8892 | 2024.08.08 23:04:42.353738 [ 3 ] {02b30367-48dd-428d-b4e3-537b0cb2b679} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
8893 | 2024.08.08 23:04:42.354069 [ 3 ] {02b30367-48dd-428d-b4e3-537b0cb2b679} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8894 | 2024.08.08 23:04:42.354217 [ 3 ] {02b30367-48dd-428d-b4e3-537b0cb2b679} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00149 sec., 51677.852348993285 rows/sec., 3.18 MiB/sec. | ||
8895 | 2024.08.08 23:04:42.354382 [ 3 ] {02b30367-48dd-428d-b4e3-537b0cb2b679} <Debug> DynamicQueryHandler: Done processing query | ||
8896 | 2024.08.08 23:04:42.354406 [ 3 ] {02b30367-48dd-428d-b4e3-537b0cb2b679} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
8897 | 2024.08.08 23:04:42.354422 [ 3 ] {} <Debug> HTTP-Session: 8b6b8f00-263c-481f-9eaf-c4f5e7c1746d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8898 | 2024.08.08 23:04:42.354589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8899 | 2024.08.08 23:04:42.354639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8900 | 2024.08.08 23:04:42.354659 [ 3 ] {} <Debug> HTTP-Session: 2b0c83a0-cf3f-49d1-ae52-acd5c9f70f12 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8901 | 2024.08.08 23:04:42.354676 [ 3 ] {} <Debug> HTTP-Session: 2b0c83a0-cf3f-49d1-ae52-acd5c9f70f12 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8902 | 2024.08.08 23:04:42.354689 [ 3 ] {} <Debug> HTTP-Session: 2b0c83a0-cf3f-49d1-ae52-acd5c9f70f12 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8903 | 2024.08.08 23:04:42.354719 [ 3 ] {} <Trace> HTTP-Session: 2b0c83a0-cf3f-49d1-ae52-acd5c9f70f12 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8904 | 2024.08.08 23:04:42.354891 [ 3 ] {549b2e18-283f-48ca-924e-2b126b53cf27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
8905 | 2024.08.08 23:04:42.354935 [ 3 ] {549b2e18-283f-48ca-924e-2b126b53cf27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
8906 | 2024.08.08 23:04:42.355076 [ 3 ] {549b2e18-283f-48ca-924e-2b126b53cf27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8907 | 2024.08.08 23:04:42.355475 [ 3 ] {549b2e18-283f-48ca-924e-2b126b53cf27} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8908 | 2024.08.08 23:04:42.355512 [ 3 ] {549b2e18-283f-48ca-924e-2b126b53cf27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8909 | 2024.08.08 23:04:42.355874 [ 3 ] {549b2e18-283f-48ca-924e-2b126b53cf27} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8910 | 2024.08.08 23:04:42.356200 [ 3 ] {549b2e18-283f-48ca-924e-2b126b53cf27} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8911 | 2024.08.08 23:04:42.356369 [ 3 ] {549b2e18-283f-48ca-924e-2b126b53cf27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
8912 | 2024.08.08 23:04:42.356562 [ 3 ] {549b2e18-283f-48ca-924e-2b126b53cf27} <Debug> DynamicQueryHandler: Done processing query | ||
8913 | 2024.08.08 23:04:42.356597 [ 3 ] {549b2e18-283f-48ca-924e-2b126b53cf27} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
8914 | 2024.08.08 23:04:42.356622 [ 3 ] {} <Debug> HTTP-Session: 2b0c83a0-cf3f-49d1-ae52-acd5c9f70f12 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8915 | 2024.08.08 23:04:42.356756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8916 | 2024.08.08 23:04:42.356806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8917 | 2024.08.08 23:04:42.356824 [ 3 ] {} <Debug> HTTP-Session: 54b953d9-026f-4191-afda-cf7ed56adcef Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8918 | 2024.08.08 23:04:42.356841 [ 3 ] {} <Debug> HTTP-Session: 54b953d9-026f-4191-afda-cf7ed56adcef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8919 | 2024.08.08 23:04:42.356855 [ 3 ] {} <Debug> HTTP-Session: 54b953d9-026f-4191-afda-cf7ed56adcef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8920 | 2024.08.08 23:04:42.356885 [ 3 ] {} <Trace> HTTP-Session: 54b953d9-026f-4191-afda-cf7ed56adcef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8921 | 2024.08.08 23:04:42.356985 [ 3 ] {d1628abd-b79e-45f8-a953-49b4eb63abe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
8922 | 2024.08.08 23:04:42.357029 [ 3 ] {d1628abd-b79e-45f8-a953-49b4eb63abe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
8923 | 2024.08.08 23:04:42.357151 [ 3 ] {d1628abd-b79e-45f8-a953-49b4eb63abe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8924 | 2024.08.08 23:04:42.357425 [ 3 ] {d1628abd-b79e-45f8-a953-49b4eb63abe5} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8925 | 2024.08.08 23:04:42.357459 [ 3 ] {d1628abd-b79e-45f8-a953-49b4eb63abe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8926 | 2024.08.08 23:04:42.357802 [ 3 ] {d1628abd-b79e-45f8-a953-49b4eb63abe5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
8927 | 2024.08.08 23:04:42.358119 [ 3 ] {d1628abd-b79e-45f8-a953-49b4eb63abe5} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8928 | 2024.08.08 23:04:42.358280 [ 3 ] {d1628abd-b79e-45f8-a953-49b4eb63abe5} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001315 sec., 17490.49429657795 rows/sec., 946.11 KiB/sec. | ||
8929 | 2024.08.08 23:04:42.358627 [ 3 ] {d1628abd-b79e-45f8-a953-49b4eb63abe5} <Debug> DynamicQueryHandler: Done processing query | ||
8930 | 2024.08.08 23:04:42.358653 [ 3 ] {d1628abd-b79e-45f8-a953-49b4eb63abe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
8931 | 2024.08.08 23:04:42.358669 [ 3 ] {} <Debug> HTTP-Session: 54b953d9-026f-4191-afda-cf7ed56adcef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8932 | 2024.08.08 23:04:42.358800 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8933 | 2024.08.08 23:04:42.358848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8934 | 2024.08.08 23:04:42.358868 [ 3 ] {} <Debug> HTTP-Session: b230db17-ce86-4b9d-a60d-98149714cc46 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8935 | 2024.08.08 23:04:42.358884 [ 3 ] {} <Debug> HTTP-Session: b230db17-ce86-4b9d-a60d-98149714cc46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8936 | 2024.08.08 23:04:42.358898 [ 3 ] {} <Debug> HTTP-Session: b230db17-ce86-4b9d-a60d-98149714cc46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8937 | 2024.08.08 23:04:42.358927 [ 3 ] {} <Trace> HTTP-Session: b230db17-ce86-4b9d-a60d-98149714cc46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8938 | 2024.08.08 23:04:42.359064 [ 3 ] {e2a669bb-3139-42f5-8da7-9928c04842f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
8939 | 2024.08.08 23:04:42.359110 [ 3 ] {e2a669bb-3139-42f5-8da7-9928c04842f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
8940 | 2024.08.08 23:04:42.359259 [ 3 ] {e2a669bb-3139-42f5-8da7-9928c04842f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8941 | 2024.08.08 23:04:42.359562 [ 3 ] {e2a669bb-3139-42f5-8da7-9928c04842f2} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8942 | 2024.08.08 23:04:42.359598 [ 3 ] {e2a669bb-3139-42f5-8da7-9928c04842f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8943 | 2024.08.08 23:04:42.359952 [ 3 ] {e2a669bb-3139-42f5-8da7-9928c04842f2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
8944 | 2024.08.08 23:04:42.360265 [ 3 ] {e2a669bb-3139-42f5-8da7-9928c04842f2} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8945 | 2024.08.08 23:04:42.360416 [ 3 ] {e2a669bb-3139-42f5-8da7-9928c04842f2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
8946 | 2024.08.08 23:04:42.360671 [ 3 ] {e2a669bb-3139-42f5-8da7-9928c04842f2} <Debug> DynamicQueryHandler: Done processing query | ||
8947 | 2024.08.08 23:04:42.360735 [ 3 ] {e2a669bb-3139-42f5-8da7-9928c04842f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8948 | 2024.08.08 23:04:42.360796 [ 3 ] {} <Debug> HTTP-Session: b230db17-ce86-4b9d-a60d-98149714cc46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8949 | 2024.08.08 23:04:47.370675 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8950 | 2024.08.08 23:04:47.370810 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8951 | 2024.08.08 23:04:47.370835 [ 3 ] {} <Debug> HTTP-Session: a6bedd2d-df64-4252-8636-c1aecd0d0dc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8952 | 2024.08.08 23:04:47.370858 [ 3 ] {} <Debug> HTTP-Session: a6bedd2d-df64-4252-8636-c1aecd0d0dc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8953 | 2024.08.08 23:04:47.370872 [ 3 ] {} <Debug> HTTP-Session: a6bedd2d-df64-4252-8636-c1aecd0d0dc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8954 | 2024.08.08 23:04:47.370920 [ 3 ] {} <Trace> HTTP-Session: a6bedd2d-df64-4252-8636-c1aecd0d0dc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8955 | 2024.08.08 23:04:47.371110 [ 3 ] {5c6db98d-c839-4102-afb5-022b0a02828a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
8956 | 2024.08.08 23:04:47.371174 [ 3 ] {5c6db98d-c839-4102-afb5-022b0a02828a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
8957 | 2024.08.08 23:04:47.371359 [ 3 ] {5c6db98d-c839-4102-afb5-022b0a02828a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8958 | 2024.08.08 23:04:47.371824 [ 3 ] {5c6db98d-c839-4102-afb5-022b0a02828a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8959 | 2024.08.08 23:04:47.371866 [ 3 ] {5c6db98d-c839-4102-afb5-022b0a02828a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8960 | 2024.08.08 23:04:47.372225 [ 3 ] {5c6db98d-c839-4102-afb5-022b0a02828a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
8961 | 2024.08.08 23:04:47.372556 [ 3 ] {5c6db98d-c839-4102-afb5-022b0a02828a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8962 | 2024.08.08 23:04:47.372730 [ 3 ] {5c6db98d-c839-4102-afb5-022b0a02828a} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001673 sec., 19725.04482964734 rows/sec., 1.56 MiB/sec. | ||
8963 | 2024.08.08 23:04:47.372931 [ 3 ] {5c6db98d-c839-4102-afb5-022b0a02828a} <Debug> DynamicQueryHandler: Done processing query | ||
8964 | 2024.08.08 23:04:47.372956 [ 3 ] {5c6db98d-c839-4102-afb5-022b0a02828a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
8965 | 2024.08.08 23:04:47.372972 [ 3 ] {} <Debug> HTTP-Session: a6bedd2d-df64-4252-8636-c1aecd0d0dc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8966 | 2024.08.08 23:04:47.373106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8967 | 2024.08.08 23:04:47.373156 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8968 | 2024.08.08 23:04:47.373174 [ 3 ] {} <Debug> HTTP-Session: 9f36a76e-d137-4139-84ec-7c60e5a0cd8d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8969 | 2024.08.08 23:04:47.373191 [ 3 ] {} <Debug> HTTP-Session: 9f36a76e-d137-4139-84ec-7c60e5a0cd8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8970 | 2024.08.08 23:04:47.373205 [ 3 ] {} <Debug> HTTP-Session: 9f36a76e-d137-4139-84ec-7c60e5a0cd8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8971 | 2024.08.08 23:04:47.373236 [ 3 ] {} <Trace> HTTP-Session: 9f36a76e-d137-4139-84ec-7c60e5a0cd8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8972 | 2024.08.08 23:04:47.373330 [ 3 ] {c6333aeb-31e3-4a0e-b030-282f5147eb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
8973 | 2024.08.08 23:04:47.373373 [ 3 ] {c6333aeb-31e3-4a0e-b030-282f5147eb68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
8974 | 2024.08.08 23:04:47.373498 [ 3 ] {c6333aeb-31e3-4a0e-b030-282f5147eb68} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8975 | 2024.08.08 23:04:47.373810 [ 3 ] {c6333aeb-31e3-4a0e-b030-282f5147eb68} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8976 | 2024.08.08 23:04:47.373846 [ 3 ] {c6333aeb-31e3-4a0e-b030-282f5147eb68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8977 | 2024.08.08 23:04:47.374136 [ 3 ] {c6333aeb-31e3-4a0e-b030-282f5147eb68} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
8978 | 2024.08.08 23:04:47.374441 [ 3 ] {c6333aeb-31e3-4a0e-b030-282f5147eb68} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8979 | 2024.08.08 23:04:47.374597 [ 3 ] {c6333aeb-31e3-4a0e-b030-282f5147eb68} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001286 sec., 4665.629860031104 rows/sec., 380.45 KiB/sec. | ||
8980 | 2024.08.08 23:04:47.374759 [ 3 ] {c6333aeb-31e3-4a0e-b030-282f5147eb68} <Debug> DynamicQueryHandler: Done processing query | ||
8981 | 2024.08.08 23:04:47.374783 [ 3 ] {c6333aeb-31e3-4a0e-b030-282f5147eb68} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
8982 | 2024.08.08 23:04:47.374799 [ 3 ] {} <Debug> HTTP-Session: 9f36a76e-d137-4139-84ec-7c60e5a0cd8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8983 | 2024.08.08 23:04:47.375058 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 188074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
8984 | 2024.08.08 23:04:47.375107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
8985 | 2024.08.08 23:04:47.375125 [ 3 ] {} <Debug> HTTP-Session: 20d3ae0c-ed87-464b-bee7-17eb89026831 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
8986 | 2024.08.08 23:04:47.375141 [ 3 ] {} <Debug> HTTP-Session: 20d3ae0c-ed87-464b-bee7-17eb89026831 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
8987 | 2024.08.08 23:04:47.375155 [ 3 ] {} <Debug> HTTP-Session: 20d3ae0c-ed87-464b-bee7-17eb89026831 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
8988 | 2024.08.08 23:04:47.375185 [ 3 ] {} <Trace> HTTP-Session: 20d3ae0c-ed87-464b-bee7-17eb89026831 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
8989 | 2024.08.08 23:04:47.375715 [ 3 ] {5ac2a395-32cf-4923-9325-e8d3d77c6bb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
8990 | 2024.08.08 23:04:47.375759 [ 3 ] {5ac2a395-32cf-4923-9325-e8d3d77c6bb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
8991 | 2024.08.08 23:04:47.375884 [ 3 ] {5ac2a395-32cf-4923-9325-e8d3d77c6bb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
8992 | 2024.08.08 23:04:47.377006 [ 3 ] {5ac2a395-32cf-4923-9325-e8d3d77c6bb8} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
8993 | 2024.08.08 23:04:47.377042 [ 3 ] {5ac2a395-32cf-4923-9325-e8d3d77c6bb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
8994 | 2024.08.08 23:04:47.377453 [ 3 ] {5ac2a395-32cf-4923-9325-e8d3d77c6bb8} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
8995 | 2024.08.08 23:04:47.377775 [ 3 ] {5ac2a395-32cf-4923-9325-e8d3d77c6bb8} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
8996 | 2024.08.08 23:04:47.377936 [ 3 ] {5ac2a395-32cf-4923-9325-e8d3d77c6bb8} <Debug> executeQuery: Read 1298 rows, 109.64 KiB in 0.002521 sec., 514875.0495834987 rows/sec., 42.47 MiB/sec. | ||
8997 | 2024.08.08 23:04:47.378098 [ 3 ] {5ac2a395-32cf-4923-9325-e8d3d77c6bb8} <Debug> DynamicQueryHandler: Done processing query | ||
8998 | 2024.08.08 23:04:47.378122 [ 3 ] {5ac2a395-32cf-4923-9325-e8d3d77c6bb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
8999 | 2024.08.08 23:04:47.378138 [ 3 ] {} <Debug> HTTP-Session: 20d3ae0c-ed87-464b-bee7-17eb89026831 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9000 | 2024.08.08 23:04:47.378285 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9001 | 2024.08.08 23:04:47.378333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9002 | 2024.08.08 23:04:47.378352 [ 3 ] {} <Debug> HTTP-Session: eb54f225-d0b5-49a7-a54e-1dc67f191a11 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9003 | 2024.08.08 23:04:47.378368 [ 3 ] {} <Debug> HTTP-Session: eb54f225-d0b5-49a7-a54e-1dc67f191a11 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9004 | 2024.08.08 23:04:47.378381 [ 3 ] {} <Debug> HTTP-Session: eb54f225-d0b5-49a7-a54e-1dc67f191a11 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9005 | 2024.08.08 23:04:47.378412 [ 3 ] {} <Trace> HTTP-Session: eb54f225-d0b5-49a7-a54e-1dc67f191a11 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9006 | 2024.08.08 23:04:47.378505 [ 3 ] {ff7adc96-e40f-4f5d-80bc-cf2836590bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9007 | 2024.08.08 23:04:47.378548 [ 3 ] {ff7adc96-e40f-4f5d-80bc-cf2836590bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9008 | 2024.08.08 23:04:47.378674 [ 3 ] {ff7adc96-e40f-4f5d-80bc-cf2836590bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9009 | 2024.08.08 23:04:47.378961 [ 3 ] {ff7adc96-e40f-4f5d-80bc-cf2836590bcb} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9010 | 2024.08.08 23:04:47.378998 [ 3 ] {ff7adc96-e40f-4f5d-80bc-cf2836590bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9011 | 2024.08.08 23:04:47.379287 [ 3 ] {ff7adc96-e40f-4f5d-80bc-cf2836590bcb} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
9012 | 2024.08.08 23:04:47.379590 [ 3 ] {ff7adc96-e40f-4f5d-80bc-cf2836590bcb} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9013 | 2024.08.08 23:04:47.379743 [ 3 ] {ff7adc96-e40f-4f5d-80bc-cf2836590bcb} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001252 sec., 4792.3322683706065 rows/sec., 334.62 KiB/sec. | ||
9014 | 2024.08.08 23:04:47.380026 [ 3 ] {ff7adc96-e40f-4f5d-80bc-cf2836590bcb} <Debug> DynamicQueryHandler: Done processing query | ||
9015 | 2024.08.08 23:04:47.380051 [ 3 ] {ff7adc96-e40f-4f5d-80bc-cf2836590bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9016 | 2024.08.08 23:04:47.380066 [ 3 ] {} <Debug> HTTP-Session: eb54f225-d0b5-49a7-a54e-1dc67f191a11 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9017 | 2024.08.08 23:04:47.380207 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9018 | 2024.08.08 23:04:47.380257 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9019 | 2024.08.08 23:04:47.380275 [ 3 ] {} <Debug> HTTP-Session: 91b18da1-7ebb-45d3-be84-7f231b81f94e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9020 | 2024.08.08 23:04:47.380291 [ 3 ] {} <Debug> HTTP-Session: 91b18da1-7ebb-45d3-be84-7f231b81f94e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9021 | 2024.08.08 23:04:47.380304 [ 3 ] {} <Debug> HTTP-Session: 91b18da1-7ebb-45d3-be84-7f231b81f94e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9022 | 2024.08.08 23:04:47.380333 [ 3 ] {} <Trace> HTTP-Session: 91b18da1-7ebb-45d3-be84-7f231b81f94e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9023 | 2024.08.08 23:04:47.380477 [ 3 ] {4e84ff0c-42d1-491f-953b-1518b4c6df09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9024 | 2024.08.08 23:04:47.380520 [ 3 ] {4e84ff0c-42d1-491f-953b-1518b4c6df09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9025 | 2024.08.08 23:04:47.380662 [ 3 ] {4e84ff0c-42d1-491f-953b-1518b4c6df09} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9026 | 2024.08.08 23:04:47.381088 [ 3 ] {4e84ff0c-42d1-491f-953b-1518b4c6df09} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9027 | 2024.08.08 23:04:47.381125 [ 3 ] {4e84ff0c-42d1-491f-953b-1518b4c6df09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9028 | 2024.08.08 23:04:47.381438 [ 3 ] {4e84ff0c-42d1-491f-953b-1518b4c6df09} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
9029 | 2024.08.08 23:04:47.381738 [ 3 ] {4e84ff0c-42d1-491f-953b-1518b4c6df09} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9030 | 2024.08.08 23:04:47.381900 [ 3 ] {4e84ff0c-42d1-491f-953b-1518b4c6df09} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001479 sec., 154158.21501014198 rows/sec., 10.44 MiB/sec. | ||
9031 | 2024.08.08 23:04:47.382162 [ 3 ] {4e84ff0c-42d1-491f-953b-1518b4c6df09} <Debug> DynamicQueryHandler: Done processing query | ||
9032 | 2024.08.08 23:04:47.382187 [ 3 ] {4e84ff0c-42d1-491f-953b-1518b4c6df09} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9033 | 2024.08.08 23:04:47.382202 [ 3 ] {} <Debug> HTTP-Session: 91b18da1-7ebb-45d3-be84-7f231b81f94e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9034 | 2024.08.08 23:04:47.382359 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 92447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9035 | 2024.08.08 23:04:47.382407 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9036 | 2024.08.08 23:04:47.382426 [ 3 ] {} <Debug> HTTP-Session: 7a03c4e0-ac3e-44ef-a636-57a9dc2dd41a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9037 | 2024.08.08 23:04:47.382442 [ 3 ] {} <Debug> HTTP-Session: 7a03c4e0-ac3e-44ef-a636-57a9dc2dd41a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9038 | 2024.08.08 23:04:47.382460 [ 3 ] {} <Debug> HTTP-Session: 7a03c4e0-ac3e-44ef-a636-57a9dc2dd41a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9039 | 2024.08.08 23:04:47.382497 [ 3 ] {} <Trace> HTTP-Session: 7a03c4e0-ac3e-44ef-a636-57a9dc2dd41a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9040 | 2024.08.08 23:04:47.382843 [ 3 ] {67757a37-ed8c-46d9-a496-d275bf835bf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9041 | 2024.08.08 23:04:47.382887 [ 3 ] {67757a37-ed8c-46d9-a496-d275bf835bf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9042 | 2024.08.08 23:04:47.383030 [ 3 ] {67757a37-ed8c-46d9-a496-d275bf835bf2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9043 | 2024.08.08 23:04:47.383667 [ 3 ] {67757a37-ed8c-46d9-a496-d275bf835bf2} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9044 | 2024.08.08 23:04:47.383702 [ 3 ] {67757a37-ed8c-46d9-a496-d275bf835bf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9045 | 2024.08.08 23:04:47.384031 [ 3 ] {67757a37-ed8c-46d9-a496-d275bf835bf2} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9046 | 2024.08.08 23:04:47.384339 [ 3 ] {67757a37-ed8c-46d9-a496-d275bf835bf2} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9047 | 2024.08.08 23:04:47.384499 [ 3 ] {67757a37-ed8c-46d9-a496-d275bf835bf2} <Debug> executeQuery: Read 559 rows, 42.54 KiB in 0.001897 sec., 294675.80390089616 rows/sec., 21.90 MiB/sec. | ||
9048 | 2024.08.08 23:04:47.384690 [ 3 ] {67757a37-ed8c-46d9-a496-d275bf835bf2} <Debug> DynamicQueryHandler: Done processing query | ||
9049 | 2024.08.08 23:04:47.384726 [ 3 ] {67757a37-ed8c-46d9-a496-d275bf835bf2} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
9050 | 2024.08.08 23:04:47.384758 [ 3 ] {} <Debug> HTTP-Session: 7a03c4e0-ac3e-44ef-a636-57a9dc2dd41a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9051 | 2024.08.08 23:04:47.384990 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160886, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9052 | 2024.08.08 23:04:47.385040 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9053 | 2024.08.08 23:04:47.385059 [ 3 ] {} <Debug> HTTP-Session: 89806443-cef2-4d69-b0cb-9f1ec7b30878 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9054 | 2024.08.08 23:04:47.385075 [ 3 ] {} <Debug> HTTP-Session: 89806443-cef2-4d69-b0cb-9f1ec7b30878 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9055 | 2024.08.08 23:04:47.385088 [ 3 ] {} <Debug> HTTP-Session: 89806443-cef2-4d69-b0cb-9f1ec7b30878 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9056 | 2024.08.08 23:04:47.385117 [ 3 ] {} <Trace> HTTP-Session: 89806443-cef2-4d69-b0cb-9f1ec7b30878 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9057 | 2024.08.08 23:04:47.385516 [ 3 ] {9053bb68-fbbf-4bd4-b45f-ba3f0634870f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9058 | 2024.08.08 23:04:47.385565 [ 3 ] {9053bb68-fbbf-4bd4-b45f-ba3f0634870f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9059 | 2024.08.08 23:04:47.385708 [ 3 ] {9053bb68-fbbf-4bd4-b45f-ba3f0634870f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9060 | 2024.08.08 23:04:47.386559 [ 3 ] {9053bb68-fbbf-4bd4-b45f-ba3f0634870f} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9061 | 2024.08.08 23:04:47.386595 [ 3 ] {9053bb68-fbbf-4bd4-b45f-ba3f0634870f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9062 | 2024.08.08 23:04:47.387020 [ 3 ] {9053bb68-fbbf-4bd4-b45f-ba3f0634870f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9063 | 2024.08.08 23:04:47.387357 [ 3 ] {9053bb68-fbbf-4bd4-b45f-ba3f0634870f} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9064 | 2024.08.08 23:04:47.387523 [ 3 ] {9053bb68-fbbf-4bd4-b45f-ba3f0634870f} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.00226 sec., 374778.7610619469 rows/sec., 25.23 MiB/sec. | ||
9065 | 2024.08.08 23:04:47.387691 [ 3 ] {9053bb68-fbbf-4bd4-b45f-ba3f0634870f} <Debug> DynamicQueryHandler: Done processing query | ||
9066 | 2024.08.08 23:04:47.387715 [ 3 ] {9053bb68-fbbf-4bd4-b45f-ba3f0634870f} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
9067 | 2024.08.08 23:04:47.387731 [ 3 ] {} <Debug> HTTP-Session: 89806443-cef2-4d69-b0cb-9f1ec7b30878 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9068 | 2024.08.08 23:04:47.387909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9069 | 2024.08.08 23:04:47.387959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9070 | 2024.08.08 23:04:47.387977 [ 3 ] {} <Debug> HTTP-Session: 3c71c5ee-8df7-44a2-ad51-6adbbf3b9023 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9071 | 2024.08.08 23:04:47.387993 [ 3 ] {} <Debug> HTTP-Session: 3c71c5ee-8df7-44a2-ad51-6adbbf3b9023 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9072 | 2024.08.08 23:04:47.388006 [ 3 ] {} <Debug> HTTP-Session: 3c71c5ee-8df7-44a2-ad51-6adbbf3b9023 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9073 | 2024.08.08 23:04:47.388037 [ 3 ] {} <Trace> HTTP-Session: 3c71c5ee-8df7-44a2-ad51-6adbbf3b9023 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9074 | 2024.08.08 23:04:47.388492 [ 3 ] {87a1ebea-5af6-499b-be8a-af7b3a5e7b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9075 | 2024.08.08 23:04:47.388555 [ 3 ] {87a1ebea-5af6-499b-be8a-af7b3a5e7b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9076 | 2024.08.08 23:04:47.388948 [ 3 ] {87a1ebea-5af6-499b-be8a-af7b3a5e7b8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9077 | 2024.08.08 23:04:47.389647 [ 3 ] {87a1ebea-5af6-499b-be8a-af7b3a5e7b8c} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9078 | 2024.08.08 23:04:47.389683 [ 3 ] {87a1ebea-5af6-499b-be8a-af7b3a5e7b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9079 | 2024.08.08 23:04:47.390274 [ 3 ] {87a1ebea-5af6-499b-be8a-af7b3a5e7b8c} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
9080 | 2024.08.08 23:04:47.390671 [ 3 ] {87a1ebea-5af6-499b-be8a-af7b3a5e7b8c} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9081 | 2024.08.08 23:04:47.390877 [ 3 ] {87a1ebea-5af6-499b-be8a-af7b3a5e7b8c} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002751 sec., 11995.637949836424 rows/sec., 21.50 MiB/sec. | ||
9082 | 2024.08.08 23:04:47.391405 [ 3 ] {87a1ebea-5af6-499b-be8a-af7b3a5e7b8c} <Debug> DynamicQueryHandler: Done processing query | ||
9083 | 2024.08.08 23:04:47.391430 [ 3 ] {87a1ebea-5af6-499b-be8a-af7b3a5e7b8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9084 | 2024.08.08 23:04:47.391446 [ 3 ] {} <Debug> HTTP-Session: 3c71c5ee-8df7-44a2-ad51-6adbbf3b9023 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9085 | 2024.08.08 23:04:47.391562 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9086 | 2024.08.08 23:04:47.391611 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9087 | 2024.08.08 23:04:47.391630 [ 3 ] {} <Debug> HTTP-Session: 8d1640e4-007d-4566-81ec-de91b0a41f0b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9088 | 2024.08.08 23:04:47.391646 [ 3 ] {} <Debug> HTTP-Session: 8d1640e4-007d-4566-81ec-de91b0a41f0b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9089 | 2024.08.08 23:04:47.391659 [ 3 ] {} <Debug> HTTP-Session: 8d1640e4-007d-4566-81ec-de91b0a41f0b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9090 | 2024.08.08 23:04:47.391689 [ 3 ] {} <Trace> HTTP-Session: 8d1640e4-007d-4566-81ec-de91b0a41f0b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9091 | 2024.08.08 23:04:47.391821 [ 3 ] {26eb7d5e-c845-4287-8d50-0adaebd451f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9092 | 2024.08.08 23:04:47.391865 [ 3 ] {26eb7d5e-c845-4287-8d50-0adaebd451f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9093 | 2024.08.08 23:04:47.392007 [ 3 ] {26eb7d5e-c845-4287-8d50-0adaebd451f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9094 | 2024.08.08 23:04:47.392309 [ 3 ] {26eb7d5e-c845-4287-8d50-0adaebd451f0} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9095 | 2024.08.08 23:04:47.392345 [ 3 ] {26eb7d5e-c845-4287-8d50-0adaebd451f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9096 | 2024.08.08 23:04:47.392710 [ 3 ] {26eb7d5e-c845-4287-8d50-0adaebd451f0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
9097 | 2024.08.08 23:04:47.393037 [ 3 ] {26eb7d5e-c845-4287-8d50-0adaebd451f0} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9098 | 2024.08.08 23:04:47.393194 [ 3 ] {26eb7d5e-c845-4287-8d50-0adaebd451f0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001419 sec., 42283.29809725159 rows/sec., 2.85 MiB/sec. | ||
9099 | 2024.08.08 23:04:47.393537 [ 3 ] {26eb7d5e-c845-4287-8d50-0adaebd451f0} <Debug> DynamicQueryHandler: Done processing query | ||
9100 | 2024.08.08 23:04:47.393579 [ 3 ] {26eb7d5e-c845-4287-8d50-0adaebd451f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9101 | 2024.08.08 23:04:47.393596 [ 3 ] {} <Debug> HTTP-Session: 8d1640e4-007d-4566-81ec-de91b0a41f0b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9102 | 2024.08.08 23:04:52.343383 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9103 | 2024.08.08 23:04:52.343506 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9104 | 2024.08.08 23:04:52.343531 [ 3 ] {} <Debug> HTTP-Session: aa4a6438-cef8-49f8-a420-17affc8bccc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9105 | 2024.08.08 23:04:52.343554 [ 3 ] {} <Debug> HTTP-Session: aa4a6438-cef8-49f8-a420-17affc8bccc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9106 | 2024.08.08 23:04:52.343568 [ 3 ] {} <Debug> HTTP-Session: aa4a6438-cef8-49f8-a420-17affc8bccc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9107 | 2024.08.08 23:04:52.343616 [ 3 ] {} <Trace> HTTP-Session: aa4a6438-cef8-49f8-a420-17affc8bccc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9108 | 2024.08.08 23:04:52.343788 [ 3 ] {142420b7-9c46-4829-bcf6-e98b92a69d14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9109 | 2024.08.08 23:04:52.343853 [ 3 ] {142420b7-9c46-4829-bcf6-e98b92a69d14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9110 | 2024.08.08 23:04:52.344042 [ 3 ] {142420b7-9c46-4829-bcf6-e98b92a69d14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9111 | 2024.08.08 23:04:52.344482 [ 3 ] {142420b7-9c46-4829-bcf6-e98b92a69d14} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9112 | 2024.08.08 23:04:52.344523 [ 3 ] {142420b7-9c46-4829-bcf6-e98b92a69d14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9113 | 2024.08.08 23:04:52.344886 [ 3 ] {142420b7-9c46-4829-bcf6-e98b92a69d14} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
9114 | 2024.08.08 23:04:52.345223 [ 3 ] {142420b7-9c46-4829-bcf6-e98b92a69d14} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9115 | 2024.08.08 23:04:52.345395 [ 3 ] {142420b7-9c46-4829-bcf6-e98b92a69d14} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001657 sec., 3621.0018105009053 rows/sec., 205.10 KiB/sec. | ||
9116 | 2024.08.08 23:04:52.345587 [ 3 ] {142420b7-9c46-4829-bcf6-e98b92a69d14} <Debug> DynamicQueryHandler: Done processing query | ||
9117 | 2024.08.08 23:04:52.345613 [ 3 ] {142420b7-9c46-4829-bcf6-e98b92a69d14} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9118 | 2024.08.08 23:04:52.345629 [ 3 ] {} <Debug> HTTP-Session: aa4a6438-cef8-49f8-a420-17affc8bccc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9119 | 2024.08.08 23:04:52.345804 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9120 | 2024.08.08 23:04:52.345854 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9121 | 2024.08.08 23:04:52.345873 [ 3 ] {} <Debug> HTTP-Session: 04bde713-c012-4273-8c65-5cfade340fac Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9122 | 2024.08.08 23:04:52.345889 [ 3 ] {} <Debug> HTTP-Session: 04bde713-c012-4273-8c65-5cfade340fac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9123 | 2024.08.08 23:04:52.345903 [ 3 ] {} <Debug> HTTP-Session: 04bde713-c012-4273-8c65-5cfade340fac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9124 | 2024.08.08 23:04:52.345934 [ 3 ] {} <Trace> HTTP-Session: 04bde713-c012-4273-8c65-5cfade340fac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9125 | 2024.08.08 23:04:52.346028 [ 3 ] {da85092c-92a4-41cc-ab1b-d1b77dfcaae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
9126 | 2024.08.08 23:04:52.346072 [ 3 ] {da85092c-92a4-41cc-ab1b-d1b77dfcaae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
9127 | 2024.08.08 23:04:52.346197 [ 3 ] {da85092c-92a4-41cc-ab1b-d1b77dfcaae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9128 | 2024.08.08 23:04:52.346506 [ 3 ] {da85092c-92a4-41cc-ab1b-d1b77dfcaae4} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9129 | 2024.08.08 23:04:52.346542 [ 3 ] {da85092c-92a4-41cc-ab1b-d1b77dfcaae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9130 | 2024.08.08 23:04:52.346841 [ 3 ] {da85092c-92a4-41cc-ab1b-d1b77dfcaae4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
9131 | 2024.08.08 23:04:52.347169 [ 3 ] {da85092c-92a4-41cc-ab1b-d1b77dfcaae4} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9132 | 2024.08.08 23:04:52.347322 [ 3 ] {da85092c-92a4-41cc-ab1b-d1b77dfcaae4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001309 sec., 3055.7677616501146 rows/sec., 249.18 KiB/sec. | ||
9133 | 2024.08.08 23:04:52.347533 [ 3 ] {da85092c-92a4-41cc-ab1b-d1b77dfcaae4} <Debug> DynamicQueryHandler: Done processing query | ||
9134 | 2024.08.08 23:04:52.347557 [ 3 ] {da85092c-92a4-41cc-ab1b-d1b77dfcaae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9135 | 2024.08.08 23:04:52.347572 [ 3 ] {} <Debug> HTTP-Session: 04bde713-c012-4273-8c65-5cfade340fac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9136 | 2024.08.08 23:04:52.347732 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9137 | 2024.08.08 23:04:52.347782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9138 | 2024.08.08 23:04:52.347801 [ 3 ] {} <Debug> HTTP-Session: 5505a02c-f0d2-431e-bc6b-f496eaa3c8f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9139 | 2024.08.08 23:04:52.347817 [ 3 ] {} <Debug> HTTP-Session: 5505a02c-f0d2-431e-bc6b-f496eaa3c8f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9140 | 2024.08.08 23:04:52.347831 [ 3 ] {} <Debug> HTTP-Session: 5505a02c-f0d2-431e-bc6b-f496eaa3c8f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9141 | 2024.08.08 23:04:52.347861 [ 3 ] {} <Trace> HTTP-Session: 5505a02c-f0d2-431e-bc6b-f496eaa3c8f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9142 | 2024.08.08 23:04:52.347997 [ 3 ] {ac99e523-7f2f-4bbc-b348-0c343777b3ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9143 | 2024.08.08 23:04:52.348039 [ 3 ] {ac99e523-7f2f-4bbc-b348-0c343777b3ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9144 | 2024.08.08 23:04:52.348160 [ 3 ] {ac99e523-7f2f-4bbc-b348-0c343777b3ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9145 | 2024.08.08 23:04:52.348561 [ 3 ] {ac99e523-7f2f-4bbc-b348-0c343777b3ad} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9146 | 2024.08.08 23:04:52.348598 [ 3 ] {ac99e523-7f2f-4bbc-b348-0c343777b3ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9147 | 2024.08.08 23:04:52.348923 [ 3 ] {ac99e523-7f2f-4bbc-b348-0c343777b3ad} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9148 | 2024.08.08 23:04:52.349226 [ 3 ] {ac99e523-7f2f-4bbc-b348-0c343777b3ad} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9149 | 2024.08.08 23:04:52.349381 [ 126 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9150 | 2024.08.08 23:04:52.349386 [ 3 ] {ac99e523-7f2f-4bbc-b348-0c343777b3ad} <Debug> executeQuery: Read 163 rows, 14.68 KiB in 0.001442 sec., 113037.4479889043 rows/sec., 9.94 MiB/sec. | ||
9151 | 2024.08.08 23:04:52.349465 [ 126 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9152 | 2024.08.08 23:04:52.349532 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9153 | 2024.08.08 23:04:52.349728 [ 3 ] {ac99e523-7f2f-4bbc-b348-0c343777b3ad} <Debug> DynamicQueryHandler: Done processing query | ||
9154 | 2024.08.08 23:04:52.349741 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
9155 | 2024.08.08 23:04:52.349763 [ 3 ] {ac99e523-7f2f-4bbc-b348-0c343777b3ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9156 | 2024.08.08 23:04:52.349816 [ 3 ] {} <Debug> HTTP-Session: 5505a02c-f0d2-431e-bc6b-f496eaa3c8f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9157 | 2024.08.08 23:04:52.349967 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9158 | 2024.08.08 23:04:52.350009 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9159 | 2024.08.08 23:04:52.350035 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1408 rows starting from the beginning of the part | ||
9160 | 2024.08.08 23:04:52.350115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9161 | 2024.08.08 23:04:52.350176 [ 3 ] {} <Debug> HTTP-Session: ef6050a1-fb82-4c7a-af7a-20eb7289ef5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9162 | 2024.08.08 23:04:52.350246 [ 3 ] {} <Debug> HTTP-Session: ef6050a1-fb82-4c7a-af7a-20eb7289ef5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9163 | 2024.08.08 23:04:52.350313 [ 3 ] {} <Debug> HTTP-Session: ef6050a1-fb82-4c7a-af7a-20eb7289ef5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9164 | 2024.08.08 23:04:52.350303 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 161 rows starting from the beginning of the part | ||
9165 | 2024.08.08 23:04:52.350415 [ 3 ] {} <Trace> HTTP-Session: ef6050a1-fb82-4c7a-af7a-20eb7289ef5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9166 | 2024.08.08 23:04:52.350684 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 157 rows starting from the beginning of the part | ||
9167 | 2024.08.08 23:04:52.350845 [ 3 ] {d82b5655-4617-47c9-b958-814c2667fea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
9168 | 2024.08.08 23:04:52.351009 [ 3 ] {d82b5655-4617-47c9-b958-814c2667fea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
9169 | 2024.08.08 23:04:52.351023 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 161 rows starting from the beginning of the part | ||
9170 | 2024.08.08 23:04:52.351405 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1298 rows starting from the beginning of the part | ||
9171 | 2024.08.08 23:04:52.351771 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 163 rows starting from the beginning of the part | ||
9172 | 2024.08.08 23:04:52.351822 [ 3 ] {d82b5655-4617-47c9-b958-814c2667fea0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9173 | 2024.08.08 23:04:52.352790 [ 3 ] {d82b5655-4617-47c9-b958-814c2667fea0} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9174 | 2024.08.08 23:04:52.352854 [ 3 ] {d82b5655-4617-47c9-b958-814c2667fea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9175 | 2024.08.08 23:04:52.353640 [ 3 ] {d82b5655-4617-47c9-b958-814c2667fea0} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
9176 | 2024.08.08 23:04:52.354376 [ 3 ] {d82b5655-4617-47c9-b958-814c2667fea0} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9177 | 2024.08.08 23:04:52.354600 [ 3 ] {d82b5655-4617-47c9-b958-814c2667fea0} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.003894 sec., 1027.221366204417 rows/sec., 71.72 KiB/sec. | ||
9178 | 2024.08.08 23:04:52.355236 [ 3 ] {d82b5655-4617-47c9-b958-814c2667fea0} <Debug> DynamicQueryHandler: Done processing query | ||
9179 | 2024.08.08 23:04:52.355332 [ 3 ] {d82b5655-4617-47c9-b958-814c2667fea0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9180 | 2024.08.08 23:04:52.355442 [ 3 ] {} <Debug> HTTP-Session: ef6050a1-fb82-4c7a-af7a-20eb7289ef5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9181 | 2024.08.08 23:04:52.355564 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3348 rows, containing 4 columns (4 merged, 0 gathered) in 0.005918343 sec., 565698.8788922845 rows/sec., 47.35 MiB/sec. | ||
9182 | 2024.08.08 23:04:52.355709 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 62293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9183 | 2024.08.08 23:04:52.355785 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9184 | 2024.08.08 23:04:52.355813 [ 3 ] {} <Debug> HTTP-Session: ef8560ba-14da-45f8-9eb8-309bf7a59676 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9185 | 2024.08.08 23:04:52.355842 [ 3 ] {} <Debug> HTTP-Session: ef8560ba-14da-45f8-9eb8-309bf7a59676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9186 | 2024.08.08 23:04:52.355864 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9187 | 2024.08.08 23:04:52.355874 [ 3 ] {} <Debug> HTTP-Session: ef8560ba-14da-45f8-9eb8-309bf7a59676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9188 | 2024.08.08 23:04:52.355986 [ 3 ] {} <Trace> HTTP-Session: ef8560ba-14da-45f8-9eb8-309bf7a59676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9189 | 2024.08.08 23:04:52.356393 [ 3 ] {72f59364-a44c-484c-a8ae-156542a08c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9190 | 2024.08.08 23:04:52.356462 [ 3 ] {72f59364-a44c-484c-a8ae-156542a08c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9191 | 2024.08.08 23:04:52.356559 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9192 | 2024.08.08 23:04:52.356790 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_51_10} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9193 | 2024.08.08 23:04:52.356884 [ 3 ] {72f59364-a44c-484c-a8ae-156542a08c89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9194 | 2024.08.08 23:04:52.356961 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
9195 | 2024.08.08 23:04:52.357608 [ 3 ] {72f59364-a44c-484c-a8ae-156542a08c89} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9196 | 2024.08.08 23:04:52.357651 [ 3 ] {72f59364-a44c-484c-a8ae-156542a08c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9197 | 2024.08.08 23:04:52.357992 [ 3 ] {72f59364-a44c-484c-a8ae-156542a08c89} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9198 | 2024.08.08 23:04:52.358308 [ 3 ] {72f59364-a44c-484c-a8ae-156542a08c89} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9199 | 2024.08.08 23:04:52.358463 [ 126 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9200 | 2024.08.08 23:04:52.358468 [ 3 ] {72f59364-a44c-484c-a8ae-156542a08c89} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.002333 sec., 165452.20745820832 rows/sec., 11.64 MiB/sec. | ||
9201 | 2024.08.08 23:04:52.358526 [ 126 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9202 | 2024.08.08 23:04:52.358613 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9203 | 2024.08.08 23:04:52.358826 [ 3 ] {72f59364-a44c-484c-a8ae-156542a08c89} <Debug> DynamicQueryHandler: Done processing query | ||
9204 | 2024.08.08 23:04:52.358841 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
9205 | 2024.08.08 23:04:52.358862 [ 3 ] {72f59364-a44c-484c-a8ae-156542a08c89} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9206 | 2024.08.08 23:04:52.358911 [ 3 ] {} <Debug> HTTP-Session: ef8560ba-14da-45f8-9eb8-309bf7a59676 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9207 | 2024.08.08 23:04:52.359193 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9208 | 2024.08.08 23:04:52.359257 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 905 rows starting from the beginning of the part | ||
9209 | 2024.08.08 23:04:52.359278 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9210 | 2024.08.08 23:04:52.359387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9211 | 2024.08.08 23:04:52.359481 [ 3 ] {} <Debug> HTTP-Session: fb080d4e-1ad0-4a77-96b3-2df5ef7db5a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9212 | 2024.08.08 23:04:52.359495 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 382 rows starting from the beginning of the part | ||
9213 | 2024.08.08 23:04:52.359543 [ 3 ] {} <Debug> HTTP-Session: fb080d4e-1ad0-4a77-96b3-2df5ef7db5a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9214 | 2024.08.08 23:04:52.359598 [ 3 ] {} <Debug> HTTP-Session: fb080d4e-1ad0-4a77-96b3-2df5ef7db5a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9215 | 2024.08.08 23:04:52.359723 [ 3 ] {} <Trace> HTTP-Session: fb080d4e-1ad0-4a77-96b3-2df5ef7db5a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9216 | 2024.08.08 23:04:52.359808 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 101 rows starting from the beginning of the part | ||
9217 | 2024.08.08 23:04:52.360095 [ 3 ] {cf57ceca-8096-4845-a255-7c25fb400bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9218 | 2024.08.08 23:04:52.360120 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 382 rows starting from the beginning of the part | ||
9219 | 2024.08.08 23:04:52.360243 [ 3 ] {cf57ceca-8096-4845-a255-7c25fb400bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9220 | 2024.08.08 23:04:52.360456 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 559 rows starting from the beginning of the part | ||
9221 | 2024.08.08 23:04:52.360839 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 386 rows starting from the beginning of the part | ||
9222 | 2024.08.08 23:04:52.361473 [ 3 ] {cf57ceca-8096-4845-a255-7c25fb400bed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9223 | 2024.08.08 23:04:52.361904 [ 3 ] {cf57ceca-8096-4845-a255-7c25fb400bed} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9224 | 2024.08.08 23:04:52.361945 [ 3 ] {cf57ceca-8096-4845-a255-7c25fb400bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9225 | 2024.08.08 23:04:52.362490 [ 3 ] {cf57ceca-8096-4845-a255-7c25fb400bed} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9226 | 2024.08.08 23:04:52.362863 [ 3 ] {cf57ceca-8096-4845-a255-7c25fb400bed} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9227 | 2024.08.08 23:04:52.363172 [ 3 ] {cf57ceca-8096-4845-a255-7c25fb400bed} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003242 sec., 1850.7094386181368 rows/sec., 79.52 KiB/sec. | ||
9228 | 2024.08.08 23:04:52.363198 [ 194 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2715 rows, containing 4 columns (4 merged, 0 gathered) in 0.004457142 sec., 609134.7325259101 rows/sec., 43.94 MiB/sec. | ||
9229 | 2024.08.08 23:04:52.363634 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9230 | 2024.08.08 23:04:52.363666 [ 3 ] {cf57ceca-8096-4845-a255-7c25fb400bed} <Debug> DynamicQueryHandler: Done processing query | ||
9231 | 2024.08.08 23:04:52.363731 [ 3 ] {cf57ceca-8096-4845-a255-7c25fb400bed} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9232 | 2024.08.08 23:04:52.363770 [ 3 ] {} <Debug> HTTP-Session: fb080d4e-1ad0-4a77-96b3-2df5ef7db5a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9233 | 2024.08.08 23:04:52.364021 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9234 | 2024.08.08 23:04:52.364116 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9235 | 2024.08.08 23:04:52.364146 [ 3 ] {} <Debug> HTTP-Session: 4fab11a1-f1d1-4a1e-8c07-944b107286a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9236 | 2024.08.08 23:04:52.364189 [ 3 ] {} <Debug> HTTP-Session: 4fab11a1-f1d1-4a1e-8c07-944b107286a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9237 | 2024.08.08 23:04:52.364209 [ 3 ] {} <Debug> HTTP-Session: 4fab11a1-f1d1-4a1e-8c07-944b107286a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9238 | 2024.08.08 23:04:52.364266 [ 3 ] {} <Trace> HTTP-Session: 4fab11a1-f1d1-4a1e-8c07-944b107286a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9239 | 2024.08.08 23:04:52.364413 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9240 | 2024.08.08 23:04:52.364483 [ 3 ] {498cc7f2-f47c-43c8-bfb6-3f3be8e0a1b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9241 | 2024.08.08 23:04:52.364570 [ 3 ] {498cc7f2-f47c-43c8-bfb6-3f3be8e0a1b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9242 | 2024.08.08 23:04:52.364596 [ 187 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_51_10} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9243 | 2024.08.08 23:04:52.364807 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
9244 | 2024.08.08 23:04:52.364932 [ 3 ] {498cc7f2-f47c-43c8-bfb6-3f3be8e0a1b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9245 | 2024.08.08 23:04:52.365282 [ 3 ] {498cc7f2-f47c-43c8-bfb6-3f3be8e0a1b9} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9246 | 2024.08.08 23:04:52.365322 [ 3 ] {498cc7f2-f47c-43c8-bfb6-3f3be8e0a1b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9247 | 2024.08.08 23:04:52.365698 [ 3 ] {498cc7f2-f47c-43c8-bfb6-3f3be8e0a1b9} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
9248 | 2024.08.08 23:04:52.366048 [ 3 ] {498cc7f2-f47c-43c8-bfb6-3f3be8e0a1b9} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9249 | 2024.08.08 23:04:52.366216 [ 3 ] {498cc7f2-f47c-43c8-bfb6-3f3be8e0a1b9} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001809 sec., 42564.953012714206 rows/sec., 2.62 MiB/sec. | ||
9250 | 2024.08.08 23:04:52.366442 [ 3 ] {498cc7f2-f47c-43c8-bfb6-3f3be8e0a1b9} <Debug> DynamicQueryHandler: Done processing query | ||
9251 | 2024.08.08 23:04:52.366466 [ 3 ] {498cc7f2-f47c-43c8-bfb6-3f3be8e0a1b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9252 | 2024.08.08 23:04:52.366482 [ 3 ] {} <Debug> HTTP-Session: 4fab11a1-f1d1-4a1e-8c07-944b107286a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9253 | 2024.08.08 23:04:52.366667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9254 | 2024.08.08 23:04:52.366715 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9255 | 2024.08.08 23:04:52.366734 [ 3 ] {} <Debug> HTTP-Session: 419722ef-3f91-4768-9338-b7b84b6aa1da Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9256 | 2024.08.08 23:04:52.366752 [ 3 ] {} <Debug> HTTP-Session: 419722ef-3f91-4768-9338-b7b84b6aa1da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9257 | 2024.08.08 23:04:52.366765 [ 3 ] {} <Debug> HTTP-Session: 419722ef-3f91-4768-9338-b7b84b6aa1da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9258 | 2024.08.08 23:04:52.366798 [ 3 ] {} <Trace> HTTP-Session: 419722ef-3f91-4768-9338-b7b84b6aa1da Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9259 | 2024.08.08 23:04:52.366941 [ 3 ] {bd32faab-0640-4bbf-a143-921e1dabd6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9260 | 2024.08.08 23:04:52.366986 [ 3 ] {bd32faab-0640-4bbf-a143-921e1dabd6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9261 | 2024.08.08 23:04:52.367132 [ 3 ] {bd32faab-0640-4bbf-a143-921e1dabd6cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9262 | 2024.08.08 23:04:52.367523 [ 3 ] {bd32faab-0640-4bbf-a143-921e1dabd6cb} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9263 | 2024.08.08 23:04:52.367560 [ 3 ] {bd32faab-0640-4bbf-a143-921e1dabd6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9264 | 2024.08.08 23:04:52.367934 [ 3 ] {bd32faab-0640-4bbf-a143-921e1dabd6cb} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9265 | 2024.08.08 23:04:52.368289 [ 3 ] {bd32faab-0640-4bbf-a143-921e1dabd6cb} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9266 | 2024.08.08 23:04:52.368446 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9267 | 2024.08.08 23:04:52.368459 [ 3 ] {bd32faab-0640-4bbf-a143-921e1dabd6cb} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001575 sec., 102857.14285714286 rows/sec., 7.16 MiB/sec. | ||
9268 | 2024.08.08 23:04:52.368495 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9269 | 2024.08.08 23:04:52.368564 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9270 | 2024.08.08 23:04:52.368844 [ 3 ] {bd32faab-0640-4bbf-a143-921e1dabd6cb} <Debug> DynamicQueryHandler: Done processing query | ||
9271 | 2024.08.08 23:04:52.368872 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
9272 | 2024.08.08 23:04:52.368887 [ 3 ] {bd32faab-0640-4bbf-a143-921e1dabd6cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9273 | 2024.08.08 23:04:52.368982 [ 3 ] {} <Debug> HTTP-Session: 419722ef-3f91-4768-9338-b7b84b6aa1da Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9274 | 2024.08.08 23:04:52.369161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9275 | 2024.08.08 23:04:52.369302 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9276 | 2024.08.08 23:04:52.369374 [ 3 ] {} <Debug> HTTP-Session: b8291c2a-2f3e-48a6-a989-0abf0a733047 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9277 | 2024.08.08 23:04:52.369379 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9278 | 2024.08.08 23:04:52.369415 [ 3 ] {} <Debug> HTTP-Session: b8291c2a-2f3e-48a6-a989-0abf0a733047 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9279 | 2024.08.08 23:04:52.369452 [ 3 ] {} <Debug> HTTP-Session: b8291c2a-2f3e-48a6-a989-0abf0a733047 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9280 | 2024.08.08 23:04:52.369500 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 12950 rows starting from the beginning of the part | ||
9281 | 2024.08.08 23:04:52.369519 [ 3 ] {} <Trace> HTTP-Session: b8291c2a-2f3e-48a6-a989-0abf0a733047 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9282 | 2024.08.08 23:04:52.369766 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 160 rows starting from the beginning of the part | ||
9283 | 2024.08.08 23:04:52.369929 [ 3 ] {feaeef96-9b7d-443c-8d09-ff1216a5510a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9284 | 2024.08.08 23:04:52.370111 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 162 rows starting from the beginning of the part | ||
9285 | 2024.08.08 23:04:52.370136 [ 3 ] {feaeef96-9b7d-443c-8d09-ff1216a5510a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9286 | 2024.08.08 23:04:52.370463 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 160 rows starting from the beginning of the part | ||
9287 | 2024.08.08 23:04:52.370777 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 847 rows starting from the beginning of the part | ||
9288 | 2024.08.08 23:04:52.371123 [ 194 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 162 rows starting from the beginning of the part | ||
9289 | 2024.08.08 23:04:52.371489 [ 3 ] {feaeef96-9b7d-443c-8d09-ff1216a5510a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9290 | 2024.08.08 23:04:52.372358 [ 3 ] {feaeef96-9b7d-443c-8d09-ff1216a5510a} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9291 | 2024.08.08 23:04:52.372432 [ 3 ] {feaeef96-9b7d-443c-8d09-ff1216a5510a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9292 | 2024.08.08 23:04:52.372882 [ 3 ] {feaeef96-9b7d-443c-8d09-ff1216a5510a} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9293 | 2024.08.08 23:04:52.373410 [ 3 ] {feaeef96-9b7d-443c-8d09-ff1216a5510a} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9294 | 2024.08.08 23:04:52.373705 [ 126 ] {} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9295 | 2024.08.08 23:04:52.373798 [ 126 ] {} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9296 | 2024.08.08 23:04:52.373861 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9297 | 2024.08.08 23:04:52.373871 [ 3 ] {feaeef96-9b7d-443c-8d09-ff1216a5510a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004113 sec., 5592.025285679552 rows/sec., 302.49 KiB/sec. | ||
9298 | 2024.08.08 23:04:52.374476 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::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 | ||
9299 | 2024.08.08 23:04:52.374806 [ 3 ] {feaeef96-9b7d-443c-8d09-ff1216a5510a} <Debug> DynamicQueryHandler: Done processing query | ||
9300 | 2024.08.08 23:04:52.374946 [ 3 ] {feaeef96-9b7d-443c-8d09-ff1216a5510a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9301 | 2024.08.08 23:04:52.375087 [ 3 ] {} <Debug> HTTP-Session: b8291c2a-2f3e-48a6-a989-0abf0a733047 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9302 | 2024.08.08 23:04:52.375291 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9303 | 2024.08.08 23:04:52.375401 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 464 rows starting from the beginning of the part | ||
9304 | 2024.08.08 23:04:52.375427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9305 | 2024.08.08 23:04:52.375608 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9306 | 2024.08.08 23:04:52.375727 [ 3 ] {} <Debug> HTTP-Session: e008d0a7-4c82-44cc-80e8-2b614052d57a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9307 | 2024.08.08 23:04:52.375812 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 23 rows starting from the beginning of the part | ||
9308 | 2024.08.08 23:04:52.375850 [ 3 ] {} <Debug> HTTP-Session: e008d0a7-4c82-44cc-80e8-2b614052d57a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9309 | 2024.08.08 23:04:52.375941 [ 3 ] {} <Debug> HTTP-Session: e008d0a7-4c82-44cc-80e8-2b614052d57a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9310 | 2024.08.08 23:04:52.376125 [ 3 ] {} <Trace> HTTP-Session: e008d0a7-4c82-44cc-80e8-2b614052d57a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9311 | 2024.08.08 23:04:52.376197 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 23 rows starting from the beginning of the part | ||
9312 | 2024.08.08 23:04:52.376566 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 23 rows starting from the beginning of the part | ||
9313 | 2024.08.08 23:04:52.376613 [ 3 ] {ab42aa1b-0384-411a-aafd-d0b8d8c1b73c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9314 | 2024.08.08 23:04:52.376952 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 23 rows starting from the beginning of the part | ||
9315 | 2024.08.08 23:04:52.377115 [ 3 ] {ab42aa1b-0384-411a-aafd-d0b8d8c1b73c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9316 | 2024.08.08 23:04:52.377371 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 23 rows starting from the beginning of the part | ||
9317 | 2024.08.08 23:04:52.378279 [ 3 ] {ab42aa1b-0384-411a-aafd-d0b8d8c1b73c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9318 | 2024.08.08 23:04:52.379248 [ 3 ] {ab42aa1b-0384-411a-aafd-d0b8d8c1b73c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9319 | 2024.08.08 23:04:52.379312 [ 3 ] {ab42aa1b-0384-411a-aafd-d0b8d8c1b73c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9320 | 2024.08.08 23:04:52.380751 [ 199 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14441 rows, containing 5 columns (5 merged, 0 gathered) in 0.011991117 sec., 1204308.155778982 rows/sec., 82.29 MiB/sec. | ||
9321 | 2024.08.08 23:04:52.381022 [ 3 ] {ab42aa1b-0384-411a-aafd-d0b8d8c1b73c} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
9322 | 2024.08.08 23:04:52.381356 [ 199 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9323 | 2024.08.08 23:04:52.381850 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 579 rows, containing 4 columns (4 merged, 0 gathered) in 0.007843119 sec., 73822.67182226866 rows/sec., 3.97 MiB/sec. | ||
9324 | 2024.08.08 23:04:52.382124 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9325 | 2024.08.08 23:04:52.382586 [ 3 ] {ab42aa1b-0384-411a-aafd-d0b8d8c1b73c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9326 | 2024.08.08 23:04:52.383024 [ 199 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9327 | 2024.08.08 23:04:52.383308 [ 3 ] {ab42aa1b-0384-411a-aafd-d0b8d8c1b73c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006896 sec., 8700.696055684455 rows/sec., 600.44 KiB/sec. | ||
9328 | 2024.08.08 23:04:52.383389 [ 199 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9329 | 2024.08.08 23:04:52.383405 [ 126 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
9330 | 2024.08.08 23:04:52.383698 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
9331 | 2024.08.08 23:04:52.383839 [ 126 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9332 | 2024.08.08 23:04:52.383857 [ 186 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9333 | 2024.08.08 23:04:52.383923 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9334 | 2024.08.08 23:04:52.384085 [ 3 ] {ab42aa1b-0384-411a-aafd-d0b8d8c1b73c} <Debug> DynamicQueryHandler: Done processing query | ||
9335 | 2024.08.08 23:04:52.384173 [ 3 ] {ab42aa1b-0384-411a-aafd-d0b8d8c1b73c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9336 | 2024.08.08 23:04:52.384174 [ 186 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_26_5} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9337 | 2024.08.08 23:04:52.384258 [ 3 ] {} <Debug> HTTP-Session: e008d0a7-4c82-44cc-80e8-2b614052d57a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9338 | 2024.08.08 23:04:52.384318 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
9339 | 2024.08.08 23:04:52.384449 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
9340 | 2024.08.08 23:04:52.384577 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9341 | 2024.08.08 23:04:52.384612 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2632 rows starting from the beginning of the part | ||
9342 | 2024.08.08 23:04:52.384701 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 60 rows starting from the beginning of the part | ||
9343 | 2024.08.08 23:04:52.384908 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
9344 | 2024.08.08 23:04:52.385055 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 60 rows starting from the beginning of the part | ||
9345 | 2024.08.08 23:04:52.385234 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
9346 | 2024.08.08 23:04:52.385427 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 60 rows starting from the beginning of the part | ||
9347 | 2024.08.08 23:04:52.386870 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2932 rows, containing 4 columns (4 merged, 0 gathered) in 0.0028325 sec., 1035127.9788172992 rows/sec., 69.76 MiB/sec. | ||
9348 | 2024.08.08 23:04:52.387127 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
9349 | 2024.08.08 23:04:52.387538 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9350 | 2024.08.08 23:04:52.387620 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_51_10} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
9351 | 2024.08.08 23:04:52.387702 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
9352 | 2024.08.08 23:04:53.180839 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9353 | 2024.08.08 23:04:53.180892 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9354 | 2024.08.08 23:04:57.340421 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9355 | 2024.08.08 23:04:57.340548 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9356 | 2024.08.08 23:04:57.340573 [ 3 ] {} <Debug> HTTP-Session: ffd64db6-7934-4538-99a5-391b4c430d86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9357 | 2024.08.08 23:04:57.340596 [ 3 ] {} <Debug> HTTP-Session: ffd64db6-7934-4538-99a5-391b4c430d86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9358 | 2024.08.08 23:04:57.340611 [ 3 ] {} <Debug> HTTP-Session: ffd64db6-7934-4538-99a5-391b4c430d86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9359 | 2024.08.08 23:04:57.340658 [ 3 ] {} <Trace> HTTP-Session: ffd64db6-7934-4538-99a5-391b4c430d86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9360 | 2024.08.08 23:04:57.340877 [ 3 ] {44c283d8-139f-4956-b815-d943ba2928b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9361 | 2024.08.08 23:04:57.340944 [ 3 ] {44c283d8-139f-4956-b815-d943ba2928b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9362 | 2024.08.08 23:04:57.341129 [ 3 ] {44c283d8-139f-4956-b815-d943ba2928b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9363 | 2024.08.08 23:04:57.341606 [ 3 ] {44c283d8-139f-4956-b815-d943ba2928b4} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9364 | 2024.08.08 23:04:57.341648 [ 3 ] {44c283d8-139f-4956-b815-d943ba2928b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9365 | 2024.08.08 23:04:57.342011 [ 3 ] {44c283d8-139f-4956-b815-d943ba2928b4} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
9366 | 2024.08.08 23:04:57.342401 [ 3 ] {44c283d8-139f-4956-b815-d943ba2928b4} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9367 | 2024.08.08 23:04:57.342564 [ 3 ] {44c283d8-139f-4956-b815-d943ba2928b4} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001766 sec., 18686.296715741788 rows/sec., 1.48 MiB/sec. | ||
9368 | 2024.08.08 23:04:57.342755 [ 3 ] {44c283d8-139f-4956-b815-d943ba2928b4} <Debug> DynamicQueryHandler: Done processing query | ||
9369 | 2024.08.08 23:04:57.342781 [ 3 ] {44c283d8-139f-4956-b815-d943ba2928b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9370 | 2024.08.08 23:04:57.342821 [ 3 ] {} <Debug> HTTP-Session: ffd64db6-7934-4538-99a5-391b4c430d86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9371 | 2024.08.08 23:04:57.342967 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9372 | 2024.08.08 23:04:57.343028 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9373 | 2024.08.08 23:04:57.343048 [ 3 ] {} <Debug> HTTP-Session: 8d313baf-3bf3-42a2-8f36-f69810d9b266 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9374 | 2024.08.08 23:04:57.343064 [ 3 ] {} <Debug> HTTP-Session: 8d313baf-3bf3-42a2-8f36-f69810d9b266 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9375 | 2024.08.08 23:04:57.343077 [ 3 ] {} <Debug> HTTP-Session: 8d313baf-3bf3-42a2-8f36-f69810d9b266 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9376 | 2024.08.08 23:04:57.343108 [ 3 ] {} <Trace> HTTP-Session: 8d313baf-3bf3-42a2-8f36-f69810d9b266 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9377 | 2024.08.08 23:04:57.343245 [ 3 ] {47f25b93-23e3-4caa-be11-77afa003747d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9378 | 2024.08.08 23:04:57.343287 [ 3 ] {47f25b93-23e3-4caa-be11-77afa003747d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9379 | 2024.08.08 23:04:57.343410 [ 3 ] {47f25b93-23e3-4caa-be11-77afa003747d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9380 | 2024.08.08 23:04:57.343850 [ 3 ] {47f25b93-23e3-4caa-be11-77afa003747d} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9381 | 2024.08.08 23:04:57.343886 [ 3 ] {47f25b93-23e3-4caa-be11-77afa003747d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9382 | 2024.08.08 23:04:57.344239 [ 3 ] {47f25b93-23e3-4caa-be11-77afa003747d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9383 | 2024.08.08 23:04:57.344585 [ 3 ] {47f25b93-23e3-4caa-be11-77afa003747d} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9384 | 2024.08.08 23:04:57.344717 [ 3 ] {47f25b93-23e3-4caa-be11-77afa003747d} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001531 sec., 101241.01894186805 rows/sec., 8.48 MiB/sec. | ||
9385 | 2024.08.08 23:04:57.345008 [ 3 ] {47f25b93-23e3-4caa-be11-77afa003747d} <Debug> DynamicQueryHandler: Done processing query | ||
9386 | 2024.08.08 23:04:57.345063 [ 3 ] {47f25b93-23e3-4caa-be11-77afa003747d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9387 | 2024.08.08 23:04:57.345122 [ 3 ] {} <Debug> HTTP-Session: 8d313baf-3bf3-42a2-8f36-f69810d9b266 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9388 | 2024.08.08 23:04:57.345307 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9389 | 2024.08.08 23:04:57.345360 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9390 | 2024.08.08 23:04:57.345384 [ 3 ] {} <Debug> HTTP-Session: 59ae5068-a2bb-4d5f-9813-97faf96b700b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9391 | 2024.08.08 23:04:57.345400 [ 3 ] {} <Debug> HTTP-Session: 59ae5068-a2bb-4d5f-9813-97faf96b700b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9392 | 2024.08.08 23:04:57.345414 [ 3 ] {} <Debug> HTTP-Session: 59ae5068-a2bb-4d5f-9813-97faf96b700b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9393 | 2024.08.08 23:04:57.345445 [ 3 ] {} <Trace> HTTP-Session: 59ae5068-a2bb-4d5f-9813-97faf96b700b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9394 | 2024.08.08 23:04:57.345587 [ 3 ] {f06f8ec0-1372-4a88-9003-9ca1e14d01c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9395 | 2024.08.08 23:04:57.345631 [ 3 ] {f06f8ec0-1372-4a88-9003-9ca1e14d01c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9396 | 2024.08.08 23:04:57.345773 [ 3 ] {f06f8ec0-1372-4a88-9003-9ca1e14d01c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9397 | 2024.08.08 23:04:57.346155 [ 3 ] {f06f8ec0-1372-4a88-9003-9ca1e14d01c0} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9398 | 2024.08.08 23:04:57.346190 [ 3 ] {f06f8ec0-1372-4a88-9003-9ca1e14d01c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9399 | 2024.08.08 23:04:57.346498 [ 3 ] {f06f8ec0-1372-4a88-9003-9ca1e14d01c0} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9400 | 2024.08.08 23:04:57.346803 [ 3 ] {f06f8ec0-1372-4a88-9003-9ca1e14d01c0} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9401 | 2024.08.08 23:04:57.346924 [ 3 ] {f06f8ec0-1372-4a88-9003-9ca1e14d01c0} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001394 sec., 69583.93113342898 rows/sec., 5.43 MiB/sec. | ||
9402 | 2024.08.08 23:04:57.347121 [ 3 ] {f06f8ec0-1372-4a88-9003-9ca1e14d01c0} <Debug> DynamicQueryHandler: Done processing query | ||
9403 | 2024.08.08 23:04:57.347157 [ 3 ] {f06f8ec0-1372-4a88-9003-9ca1e14d01c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9404 | 2024.08.08 23:04:57.347185 [ 3 ] {} <Debug> HTTP-Session: 59ae5068-a2bb-4d5f-9813-97faf96b700b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9405 | 2024.08.08 23:04:57.347349 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9406 | 2024.08.08 23:04:57.347398 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9407 | 2024.08.08 23:04:57.347418 [ 3 ] {} <Debug> HTTP-Session: c837e3a3-0cc4-4232-abd0-4cac766bc69b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9408 | 2024.08.08 23:04:57.347433 [ 3 ] {} <Debug> HTTP-Session: c837e3a3-0cc4-4232-abd0-4cac766bc69b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9409 | 2024.08.08 23:04:57.347446 [ 3 ] {} <Debug> HTTP-Session: c837e3a3-0cc4-4232-abd0-4cac766bc69b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9410 | 2024.08.08 23:04:57.347476 [ 3 ] {} <Trace> HTTP-Session: c837e3a3-0cc4-4232-abd0-4cac766bc69b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9411 | 2024.08.08 23:04:57.347620 [ 3 ] {4ea8f71a-37ed-44e1-9c99-4cf8830f01e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9412 | 2024.08.08 23:04:57.347666 [ 3 ] {4ea8f71a-37ed-44e1-9c99-4cf8830f01e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9413 | 2024.08.08 23:04:57.347812 [ 3 ] {4ea8f71a-37ed-44e1-9c99-4cf8830f01e9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9414 | 2024.08.08 23:04:57.348209 [ 3 ] {4ea8f71a-37ed-44e1-9c99-4cf8830f01e9} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9415 | 2024.08.08 23:04:57.348244 [ 3 ] {4ea8f71a-37ed-44e1-9c99-4cf8830f01e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9416 | 2024.08.08 23:04:57.348623 [ 3 ] {4ea8f71a-37ed-44e1-9c99-4cf8830f01e9} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9417 | 2024.08.08 23:04:57.348955 [ 3 ] {4ea8f71a-37ed-44e1-9c99-4cf8830f01e9} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9418 | 2024.08.08 23:04:57.349082 [ 3 ] {4ea8f71a-37ed-44e1-9c99-4cf8830f01e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001527 sec., 104780.61558611658 rows/sec., 7.30 MiB/sec. | ||
9419 | 2024.08.08 23:04:57.349242 [ 3 ] {4ea8f71a-37ed-44e1-9c99-4cf8830f01e9} <Debug> DynamicQueryHandler: Done processing query | ||
9420 | 2024.08.08 23:04:57.349265 [ 3 ] {4ea8f71a-37ed-44e1-9c99-4cf8830f01e9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9421 | 2024.08.08 23:04:57.349280 [ 3 ] {} <Debug> HTTP-Session: c837e3a3-0cc4-4232-abd0-4cac766bc69b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9422 | 2024.08.08 23:04:57.349448 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53189, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9423 | 2024.08.08 23:04:57.349497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9424 | 2024.08.08 23:04:57.349516 [ 3 ] {} <Debug> HTTP-Session: 2493818c-3aac-4e09-aa28-761d482a2739 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9425 | 2024.08.08 23:04:57.349532 [ 3 ] {} <Debug> HTTP-Session: 2493818c-3aac-4e09-aa28-761d482a2739 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9426 | 2024.08.08 23:04:57.349545 [ 3 ] {} <Debug> HTTP-Session: 2493818c-3aac-4e09-aa28-761d482a2739 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9427 | 2024.08.08 23:04:57.349575 [ 3 ] {} <Trace> HTTP-Session: 2493818c-3aac-4e09-aa28-761d482a2739 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9428 | 2024.08.08 23:04:57.349948 [ 3 ] {092ee5ec-59d0-4fa4-afc6-63cb3d9e8b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9429 | 2024.08.08 23:04:57.350010 [ 3 ] {092ee5ec-59d0-4fa4-afc6-63cb3d9e8b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9430 | 2024.08.08 23:04:57.350411 [ 3 ] {092ee5ec-59d0-4fa4-afc6-63cb3d9e8b4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9431 | 2024.08.08 23:04:57.351153 [ 3 ] {092ee5ec-59d0-4fa4-afc6-63cb3d9e8b4a} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9432 | 2024.08.08 23:04:57.351188 [ 3 ] {092ee5ec-59d0-4fa4-afc6-63cb3d9e8b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9433 | 2024.08.08 23:04:57.351809 [ 3 ] {092ee5ec-59d0-4fa4-afc6-63cb3d9e8b4a} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
9434 | 2024.08.08 23:04:57.352216 [ 3 ] {092ee5ec-59d0-4fa4-afc6-63cb3d9e8b4a} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9435 | 2024.08.08 23:04:57.352351 [ 28 ] {} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
9436 | 2024.08.08 23:04:57.352361 [ 3 ] {092ee5ec-59d0-4fa4-afc6-63cb3d9e8b4a} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002695 sec., 12244.897959183674 rows/sec., 21.94 MiB/sec. | ||
9437 | 2024.08.08 23:04:57.352392 [ 28 ] {} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9438 | 2024.08.08 23:04:57.352429 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.29 GiB. | ||
9439 | 2024.08.08 23:04:57.352843 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::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 | ||
9440 | 2024.08.08 23:04:57.353029 [ 3 ] {092ee5ec-59d0-4fa4-afc6-63cb3d9e8b4a} <Debug> DynamicQueryHandler: Done processing query | ||
9441 | 2024.08.08 23:04:57.353073 [ 3 ] {092ee5ec-59d0-4fa4-afc6-63cb3d9e8b4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9442 | 2024.08.08 23:04:57.353111 [ 3 ] {} <Debug> HTTP-Session: 2493818c-3aac-4e09-aa28-761d482a2739 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9443 | 2024.08.08 23:04:57.353320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9444 | 2024.08.08 23:04:57.353434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9445 | 2024.08.08 23:04:57.353494 [ 3 ] {} <Debug> HTTP-Session: 73b4fe4b-c055-4b22-ae7a-29042a391378 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9446 | 2024.08.08 23:04:57.353541 [ 3 ] {} <Debug> HTTP-Session: 73b4fe4b-c055-4b22-ae7a-29042a391378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9447 | 2024.08.08 23:04:57.353586 [ 3 ] {} <Debug> HTTP-Session: 73b4fe4b-c055-4b22-ae7a-29042a391378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9448 | 2024.08.08 23:04:57.353673 [ 3 ] {} <Trace> HTTP-Session: 73b4fe4b-c055-4b22-ae7a-29042a391378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9449 | 2024.08.08 23:04:57.353756 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9450 | 2024.08.08 23:04:57.353931 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 516 rows starting from the beginning of the part | ||
9451 | 2024.08.08 23:04:57.353971 [ 3 ] {4e41d6a3-7fa8-4a86-8000-009d520a4813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9452 | 2024.08.08 23:04:57.354098 [ 3 ] {4e41d6a3-7fa8-4a86-8000-009d520a4813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9453 | 2024.08.08 23:04:57.354712 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part | ||
9454 | 2024.08.08 23:04:57.355021 [ 3 ] {4e41d6a3-7fa8-4a86-8000-009d520a4813} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9455 | 2024.08.08 23:04:57.355463 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 33 rows starting from the beginning of the part | ||
9456 | 2024.08.08 23:04:57.356200 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 33 rows starting from the beginning of the part | ||
9457 | 2024.08.08 23:04:57.356317 [ 3 ] {4e41d6a3-7fa8-4a86-8000-009d520a4813} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9458 | 2024.08.08 23:04:57.356398 [ 3 ] {4e41d6a3-7fa8-4a86-8000-009d520a4813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9459 | 2024.08.08 23:04:57.356738 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 33 rows starting from the beginning of the part | ||
9460 | 2024.08.08 23:04:57.357288 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part | ||
9461 | 2024.08.08 23:04:57.357981 [ 3 ] {4e41d6a3-7fa8-4a86-8000-009d520a4813} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
9462 | 2024.08.08 23:04:57.358796 [ 3 ] {4e41d6a3-7fa8-4a86-8000-009d520a4813} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9463 | 2024.08.08 23:04:57.359234 [ 3 ] {4e41d6a3-7fa8-4a86-8000-009d520a4813} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00539 sec., 11131.725417439704 rows/sec., 768.21 KiB/sec. | ||
9464 | 2024.08.08 23:04:57.359532 [ 3 ] {4e41d6a3-7fa8-4a86-8000-009d520a4813} <Debug> DynamicQueryHandler: Done processing query | ||
9465 | 2024.08.08 23:04:57.359562 [ 3 ] {4e41d6a3-7fa8-4a86-8000-009d520a4813} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9466 | 2024.08.08 23:04:57.359579 [ 3 ] {} <Debug> HTTP-Session: 73b4fe4b-c055-4b22-ae7a-29042a391378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9467 | 2024.08.08 23:04:57.374099 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 681 rows, containing 19 columns (19 merged, 0 gathered) in 0.02154737 sec., 31604.785177959075 rows/sec., 56.63 MiB/sec. | ||
9468 | 2024.08.08 23:04:57.375194 [ 197 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
9469 | 2024.08.08 23:04:57.375844 [ 197 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9470 | 2024.08.08 23:04:57.375935 [ 197 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_21_4} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
9471 | 2024.08.08 23:04:57.376094 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. | ||
9472 | 2024.08.08 23:04:58.000163 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.27 MiB, peak 209.09 MiB, free memory in arenas 0.00 B, will set to 196.69 MiB (RSS), difference: 1.42 MiB | ||
9473 | 2024.08.08 23:05:02.342947 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9474 | 2024.08.08 23:05:02.343131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9475 | 2024.08.08 23:05:02.343177 [ 3 ] {} <Debug> HTTP-Session: cdebcf0c-37aa-4365-99da-b18483a10d62 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9476 | 2024.08.08 23:05:02.343218 [ 3 ] {} <Debug> HTTP-Session: cdebcf0c-37aa-4365-99da-b18483a10d62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9477 | 2024.08.08 23:05:02.343246 [ 3 ] {} <Debug> HTTP-Session: cdebcf0c-37aa-4365-99da-b18483a10d62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9478 | 2024.08.08 23:05:02.343326 [ 3 ] {} <Trace> HTTP-Session: cdebcf0c-37aa-4365-99da-b18483a10d62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9479 | 2024.08.08 23:05:02.343599 [ 3 ] {4062f530-745c-48ac-85d1-7f3ff7023eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9480 | 2024.08.08 23:05:02.343702 [ 3 ] {4062f530-745c-48ac-85d1-7f3ff7023eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9481 | 2024.08.08 23:05:02.343963 [ 3 ] {4062f530-745c-48ac-85d1-7f3ff7023eb8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9482 | 2024.08.08 23:05:02.344466 [ 3 ] {4062f530-745c-48ac-85d1-7f3ff7023eb8} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9483 | 2024.08.08 23:05:02.344506 [ 3 ] {4062f530-745c-48ac-85d1-7f3ff7023eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9484 | 2024.08.08 23:05:02.344868 [ 3 ] {4062f530-745c-48ac-85d1-7f3ff7023eb8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
9485 | 2024.08.08 23:05:02.345211 [ 3 ] {4062f530-745c-48ac-85d1-7f3ff7023eb8} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9486 | 2024.08.08 23:05:02.345373 [ 3 ] {4062f530-745c-48ac-85d1-7f3ff7023eb8} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001853 sec., 3237.9924446842956 rows/sec., 183.40 KiB/sec. | ||
9487 | 2024.08.08 23:05:02.345389 [ 31 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
9488 | 2024.08.08 23:05:02.345480 [ 31 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9489 | 2024.08.08 23:05:02.345522 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9490 | 2024.08.08 23:05:02.345661 [ 3 ] {4062f530-745c-48ac-85d1-7f3ff7023eb8} <Debug> DynamicQueryHandler: Done processing query | ||
9491 | 2024.08.08 23:05:02.345688 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
9492 | 2024.08.08 23:05:02.345704 [ 3 ] {4062f530-745c-48ac-85d1-7f3ff7023eb8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9493 | 2024.08.08 23:05:02.345766 [ 3 ] {} <Debug> HTTP-Session: cdebcf0c-37aa-4365-99da-b18483a10d62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9494 | 2024.08.08 23:05:02.345905 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9495 | 2024.08.08 23:05:02.345962 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 39 rows starting from the beginning of the part | ||
9496 | 2024.08.08 23:05:02.345986 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9497 | 2024.08.08 23:05:02.346113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9498 | 2024.08.08 23:05:02.346176 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
9499 | 2024.08.08 23:05:02.346202 [ 3 ] {} <Debug> HTTP-Session: dd04cb7f-317e-4a83-893d-453ac6409ec4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9500 | 2024.08.08 23:05:02.346270 [ 3 ] {} <Debug> HTTP-Session: dd04cb7f-317e-4a83-893d-453ac6409ec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9501 | 2024.08.08 23:05:02.346328 [ 3 ] {} <Debug> HTTP-Session: dd04cb7f-317e-4a83-893d-453ac6409ec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9502 | 2024.08.08 23:05:02.346480 [ 3 ] {} <Trace> HTTP-Session: dd04cb7f-317e-4a83-893d-453ac6409ec4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9503 | 2024.08.08 23:05:02.346617 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 33 rows starting from the beginning of the part | ||
9504 | 2024.08.08 23:05:02.346855 [ 3 ] {c6feffdf-9707-46a4-9fea-486aaddba577} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9505 | 2024.08.08 23:05:02.346902 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
9506 | 2024.08.08 23:05:02.346977 [ 3 ] {c6feffdf-9707-46a4-9fea-486aaddba577} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9507 | 2024.08.08 23:05:02.347251 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 33 rows starting from the beginning of the part | ||
9508 | 2024.08.08 23:05:02.347618 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
9509 | 2024.08.08 23:05:02.347901 [ 3 ] {c6feffdf-9707-46a4-9fea-486aaddba577} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9510 | 2024.08.08 23:05:02.348980 [ 3 ] {c6feffdf-9707-46a4-9fea-486aaddba577} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9511 | 2024.08.08 23:05:02.349046 [ 3 ] {c6feffdf-9707-46a4-9fea-486aaddba577} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9512 | 2024.08.08 23:05:02.349927 [ 3 ] {c6feffdf-9707-46a4-9fea-486aaddba577} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9513 | 2024.08.08 23:05:02.350229 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.004614865 sec., 26653.000683660302 rows/sec., 1.97 MiB/sec. | ||
9514 | 2024.08.08 23:05:02.350473 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
9515 | 2024.08.08 23:05:02.350634 [ 3 ] {c6feffdf-9707-46a4-9fea-486aaddba577} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9516 | 2024.08.08 23:05:02.351069 [ 3 ] {c6feffdf-9707-46a4-9fea-486aaddba577} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.004361 sec., 36918.138041733546 rows/sec., 3.25 MiB/sec. | ||
9517 | 2024.08.08 23:05:02.351452 [ 3 ] {c6feffdf-9707-46a4-9fea-486aaddba577} <Debug> DynamicQueryHandler: Done processing query | ||
9518 | 2024.08.08 23:05:02.351459 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9519 | 2024.08.08 23:05:02.351496 [ 3 ] {c6feffdf-9707-46a4-9fea-486aaddba577} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9520 | 2024.08.08 23:05:02.351546 [ 3 ] {} <Debug> HTTP-Session: dd04cb7f-317e-4a83-893d-453ac6409ec4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9521 | 2024.08.08 23:05:02.351643 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_46_9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
9522 | 2024.08.08 23:05:02.351765 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
9523 | 2024.08.08 23:05:02.351855 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9524 | 2024.08.08 23:05:02.351917 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9525 | 2024.08.08 23:05:02.351938 [ 3 ] {} <Debug> HTTP-Session: 2b0b84b8-05da-4985-9dfb-43892b8b3a71 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9526 | 2024.08.08 23:05:02.351954 [ 3 ] {} <Debug> HTTP-Session: 2b0b84b8-05da-4985-9dfb-43892b8b3a71 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9527 | 2024.08.08 23:05:02.351968 [ 3 ] {} <Debug> HTTP-Session: 2b0b84b8-05da-4985-9dfb-43892b8b3a71 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9528 | 2024.08.08 23:05:02.352001 [ 3 ] {} <Trace> HTTP-Session: 2b0b84b8-05da-4985-9dfb-43892b8b3a71 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9529 | 2024.08.08 23:05:02.352220 [ 3 ] {aa0bf5c0-510c-4772-a29b-a00de873e3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9530 | 2024.08.08 23:05:02.352267 [ 3 ] {aa0bf5c0-510c-4772-a29b-a00de873e3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9531 | 2024.08.08 23:05:02.352414 [ 3 ] {aa0bf5c0-510c-4772-a29b-a00de873e3c4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9532 | 2024.08.08 23:05:02.352965 [ 3 ] {aa0bf5c0-510c-4772-a29b-a00de873e3c4} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9533 | 2024.08.08 23:05:02.353002 [ 3 ] {aa0bf5c0-510c-4772-a29b-a00de873e3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9534 | 2024.08.08 23:05:02.353331 [ 3 ] {aa0bf5c0-510c-4772-a29b-a00de873e3c4} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9535 | 2024.08.08 23:05:02.353647 [ 3 ] {aa0bf5c0-510c-4772-a29b-a00de873e3c4} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9536 | 2024.08.08 23:05:02.353803 [ 3 ] {aa0bf5c0-510c-4772-a29b-a00de873e3c4} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001701 sec., 224573.78012933568 rows/sec., 15.77 MiB/sec. | ||
9537 | 2024.08.08 23:05:02.354082 [ 3 ] {aa0bf5c0-510c-4772-a29b-a00de873e3c4} <Debug> DynamicQueryHandler: Done processing query | ||
9538 | 2024.08.08 23:05:02.354142 [ 3 ] {aa0bf5c0-510c-4772-a29b-a00de873e3c4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9539 | 2024.08.08 23:05:02.354189 [ 3 ] {} <Debug> HTTP-Session: 2b0b84b8-05da-4985-9dfb-43892b8b3a71 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9540 | 2024.08.08 23:05:02.354363 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9541 | 2024.08.08 23:05:02.354413 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9542 | 2024.08.08 23:05:02.354433 [ 3 ] {} <Debug> HTTP-Session: f546f707-0171-4116-8109-9b98bb485e99 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9543 | 2024.08.08 23:05:02.354449 [ 3 ] {} <Debug> HTTP-Session: f546f707-0171-4116-8109-9b98bb485e99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9544 | 2024.08.08 23:05:02.354463 [ 3 ] {} <Debug> HTTP-Session: f546f707-0171-4116-8109-9b98bb485e99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9545 | 2024.08.08 23:05:02.354494 [ 3 ] {} <Trace> HTTP-Session: f546f707-0171-4116-8109-9b98bb485e99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9546 | 2024.08.08 23:05:02.354594 [ 3 ] {99b6682f-4c84-47aa-b22b-b91ecc9e0c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9547 | 2024.08.08 23:05:02.354641 [ 3 ] {99b6682f-4c84-47aa-b22b-b91ecc9e0c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9548 | 2024.08.08 23:05:02.354785 [ 3 ] {99b6682f-4c84-47aa-b22b-b91ecc9e0c64} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9549 | 2024.08.08 23:05:02.355073 [ 3 ] {99b6682f-4c84-47aa-b22b-b91ecc9e0c64} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9550 | 2024.08.08 23:05:02.355109 [ 3 ] {99b6682f-4c84-47aa-b22b-b91ecc9e0c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9551 | 2024.08.08 23:05:02.355460 [ 3 ] {99b6682f-4c84-47aa-b22b-b91ecc9e0c64} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9552 | 2024.08.08 23:05:02.355792 [ 3 ] {99b6682f-4c84-47aa-b22b-b91ecc9e0c64} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9553 | 2024.08.08 23:05:02.355958 [ 3 ] {99b6682f-4c84-47aa-b22b-b91ecc9e0c64} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001383 sec., 4338.394793926248 rows/sec., 186.42 KiB/sec. | ||
9554 | 2024.08.08 23:05:02.356119 [ 3 ] {99b6682f-4c84-47aa-b22b-b91ecc9e0c64} <Debug> DynamicQueryHandler: Done processing query | ||
9555 | 2024.08.08 23:05:02.356144 [ 3 ] {99b6682f-4c84-47aa-b22b-b91ecc9e0c64} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9556 | 2024.08.08 23:05:02.356159 [ 3 ] {} <Debug> HTTP-Session: f546f707-0171-4116-8109-9b98bb485e99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9557 | 2024.08.08 23:05:02.356294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9558 | 2024.08.08 23:05:02.356341 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9559 | 2024.08.08 23:05:02.356360 [ 3 ] {} <Debug> HTTP-Session: ef0343b3-2a57-46d8-8aa4-0bd39bd480f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9560 | 2024.08.08 23:05:02.356377 [ 3 ] {} <Debug> HTTP-Session: ef0343b3-2a57-46d8-8aa4-0bd39bd480f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9561 | 2024.08.08 23:05:02.356390 [ 3 ] {} <Debug> HTTP-Session: ef0343b3-2a57-46d8-8aa4-0bd39bd480f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9562 | 2024.08.08 23:05:02.356419 [ 3 ] {} <Trace> HTTP-Session: ef0343b3-2a57-46d8-8aa4-0bd39bd480f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9563 | 2024.08.08 23:05:02.356535 [ 3 ] {fc03acdb-0a54-4900-a9a1-f96e5b8d078b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9564 | 2024.08.08 23:05:02.356581 [ 3 ] {fc03acdb-0a54-4900-a9a1-f96e5b8d078b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9565 | 2024.08.08 23:05:02.356722 [ 3 ] {fc03acdb-0a54-4900-a9a1-f96e5b8d078b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9566 | 2024.08.08 23:05:02.357049 [ 3 ] {fc03acdb-0a54-4900-a9a1-f96e5b8d078b} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9567 | 2024.08.08 23:05:02.357084 [ 3 ] {fc03acdb-0a54-4900-a9a1-f96e5b8d078b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9568 | 2024.08.08 23:05:02.357448 [ 3 ] {fc03acdb-0a54-4900-a9a1-f96e5b8d078b} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
9569 | 2024.08.08 23:05:02.357787 [ 3 ] {fc03acdb-0a54-4900-a9a1-f96e5b8d078b} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9570 | 2024.08.08 23:05:02.357965 [ 3 ] {fc03acdb-0a54-4900-a9a1-f96e5b8d078b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001463 sec., 52631.57894736842 rows/sec., 3.24 MiB/sec. | ||
9571 | 2024.08.08 23:05:02.358143 [ 3 ] {fc03acdb-0a54-4900-a9a1-f96e5b8d078b} <Debug> DynamicQueryHandler: Done processing query | ||
9572 | 2024.08.08 23:05:02.358167 [ 3 ] {fc03acdb-0a54-4900-a9a1-f96e5b8d078b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9573 | 2024.08.08 23:05:02.358183 [ 3 ] {} <Debug> HTTP-Session: ef0343b3-2a57-46d8-8aa4-0bd39bd480f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9574 | 2024.08.08 23:05:02.358397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9575 | 2024.08.08 23:05:02.358446 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9576 | 2024.08.08 23:05:02.358465 [ 3 ] {} <Debug> HTTP-Session: 07dc2001-8c00-48a7-a287-c7690755ab24 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9577 | 2024.08.08 23:05:02.358482 [ 3 ] {} <Debug> HTTP-Session: 07dc2001-8c00-48a7-a287-c7690755ab24 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9578 | 2024.08.08 23:05:02.358495 [ 3 ] {} <Debug> HTTP-Session: 07dc2001-8c00-48a7-a287-c7690755ab24 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9579 | 2024.08.08 23:05:02.358525 [ 3 ] {} <Trace> HTTP-Session: 07dc2001-8c00-48a7-a287-c7690755ab24 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9580 | 2024.08.08 23:05:02.358697 [ 3 ] {93b4540d-8357-456e-91e0-582fcf101aa0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9581 | 2024.08.08 23:05:02.358742 [ 3 ] {93b4540d-8357-456e-91e0-582fcf101aa0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9582 | 2024.08.08 23:05:02.358885 [ 3 ] {93b4540d-8357-456e-91e0-582fcf101aa0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9583 | 2024.08.08 23:05:02.359263 [ 3 ] {93b4540d-8357-456e-91e0-582fcf101aa0} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9584 | 2024.08.08 23:05:02.359299 [ 3 ] {93b4540d-8357-456e-91e0-582fcf101aa0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9585 | 2024.08.08 23:05:02.359659 [ 3 ] {93b4540d-8357-456e-91e0-582fcf101aa0} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9586 | 2024.08.08 23:05:02.359994 [ 3 ] {93b4540d-8357-456e-91e0-582fcf101aa0} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9587 | 2024.08.08 23:05:02.360165 [ 3 ] {93b4540d-8357-456e-91e0-582fcf101aa0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001559 sec., 102629.89095574086 rows/sec., 7.15 MiB/sec. | ||
9588 | 2024.08.08 23:05:02.360449 [ 3 ] {93b4540d-8357-456e-91e0-582fcf101aa0} <Debug> DynamicQueryHandler: Done processing query | ||
9589 | 2024.08.08 23:05:02.360508 [ 3 ] {93b4540d-8357-456e-91e0-582fcf101aa0} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9590 | 2024.08.08 23:05:02.360571 [ 3 ] {} <Debug> HTTP-Session: 07dc2001-8c00-48a7-a287-c7690755ab24 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9591 | 2024.08.08 23:05:02.360737 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9592 | 2024.08.08 23:05:02.360788 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9593 | 2024.08.08 23:05:02.360808 [ 3 ] {} <Debug> HTTP-Session: 24acf554-bcea-49e5-a003-b26c90f9feca Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9594 | 2024.08.08 23:05:02.360825 [ 3 ] {} <Debug> HTTP-Session: 24acf554-bcea-49e5-a003-b26c90f9feca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9595 | 2024.08.08 23:05:02.360840 [ 3 ] {} <Debug> HTTP-Session: 24acf554-bcea-49e5-a003-b26c90f9feca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9596 | 2024.08.08 23:05:02.360871 [ 3 ] {} <Trace> HTTP-Session: 24acf554-bcea-49e5-a003-b26c90f9feca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9597 | 2024.08.08 23:05:02.360978 [ 3 ] {2288303d-1fdd-416b-92a0-9174eb395739} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9598 | 2024.08.08 23:05:02.361023 [ 3 ] {2288303d-1fdd-416b-92a0-9174eb395739} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9599 | 2024.08.08 23:05:02.361165 [ 3 ] {2288303d-1fdd-416b-92a0-9174eb395739} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9600 | 2024.08.08 23:05:02.361432 [ 3 ] {2288303d-1fdd-416b-92a0-9174eb395739} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9601 | 2024.08.08 23:05:02.361467 [ 3 ] {2288303d-1fdd-416b-92a0-9174eb395739} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9602 | 2024.08.08 23:05:02.361829 [ 3 ] {2288303d-1fdd-416b-92a0-9174eb395739} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
9603 | 2024.08.08 23:05:02.362148 [ 3 ] {2288303d-1fdd-416b-92a0-9174eb395739} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9604 | 2024.08.08 23:05:02.362300 [ 3 ] {2288303d-1fdd-416b-92a0-9174eb395739} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001346 sec., 17087.667161961366 rows/sec., 924.32 KiB/sec. | ||
9605 | 2024.08.08 23:05:02.362465 [ 3 ] {2288303d-1fdd-416b-92a0-9174eb395739} <Debug> DynamicQueryHandler: Done processing query | ||
9606 | 2024.08.08 23:05:02.362491 [ 3 ] {2288303d-1fdd-416b-92a0-9174eb395739} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9607 | 2024.08.08 23:05:02.362506 [ 3 ] {} <Debug> HTTP-Session: 24acf554-bcea-49e5-a003-b26c90f9feca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9608 | 2024.08.08 23:05:02.362626 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9609 | 2024.08.08 23:05:02.362674 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9610 | 2024.08.08 23:05:02.362694 [ 3 ] {} <Debug> HTTP-Session: 8a371100-2f18-4289-a29f-006c5d84fd63 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9611 | 2024.08.08 23:05:02.362710 [ 3 ] {} <Debug> HTTP-Session: 8a371100-2f18-4289-a29f-006c5d84fd63 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9612 | 2024.08.08 23:05:02.362723 [ 3 ] {} <Debug> HTTP-Session: 8a371100-2f18-4289-a29f-006c5d84fd63 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9613 | 2024.08.08 23:05:02.362753 [ 3 ] {} <Trace> HTTP-Session: 8a371100-2f18-4289-a29f-006c5d84fd63 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9614 | 2024.08.08 23:05:02.362869 [ 3 ] {a0a24af1-9725-4fcc-8051-79aea1013ea5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9615 | 2024.08.08 23:05:02.362914 [ 3 ] {a0a24af1-9725-4fcc-8051-79aea1013ea5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9616 | 2024.08.08 23:05:02.363042 [ 3 ] {a0a24af1-9725-4fcc-8051-79aea1013ea5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9617 | 2024.08.08 23:05:02.363330 [ 3 ] {a0a24af1-9725-4fcc-8051-79aea1013ea5} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9618 | 2024.08.08 23:05:02.363365 [ 3 ] {a0a24af1-9725-4fcc-8051-79aea1013ea5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9619 | 2024.08.08 23:05:02.363715 [ 3 ] {a0a24af1-9725-4fcc-8051-79aea1013ea5} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
9620 | 2024.08.08 23:05:02.364044 [ 3 ] {a0a24af1-9725-4fcc-8051-79aea1013ea5} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9621 | 2024.08.08 23:05:02.364185 [ 3 ] {a0a24af1-9725-4fcc-8051-79aea1013ea5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
9622 | 2024.08.08 23:05:02.364342 [ 3 ] {a0a24af1-9725-4fcc-8051-79aea1013ea5} <Debug> DynamicQueryHandler: Done processing query | ||
9623 | 2024.08.08 23:05:02.364366 [ 3 ] {a0a24af1-9725-4fcc-8051-79aea1013ea5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9624 | 2024.08.08 23:05:02.364381 [ 3 ] {} <Debug> HTTP-Session: 8a371100-2f18-4289-a29f-006c5d84fd63 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9625 | 2024.08.08 23:05:03.653470 [ 27 ] {} <Debug> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
9626 | 2024.08.08 23:05:03.653543 [ 27 ] {} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9627 | 2024.08.08 23:05:03.653569 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9628 | 2024.08.08 23:05:03.653877 [ 192 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
9629 | 2024.08.08 23:05:03.654135 [ 192 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9630 | 2024.08.08 23:05:03.654191 [ 192 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 16 rows starting from the beginning of the part | ||
9631 | 2024.08.08 23:05:03.654316 [ 192 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
9632 | 2024.08.08 23:05:03.654565 [ 192 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
9633 | 2024.08.08 23:05:03.654843 [ 192 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
9634 | 2024.08.08 23:05:03.655000 [ 192 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
9635 | 2024.08.08 23:05:03.656105 [ 197 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002429513 sec., 13171.363972944373 rows/sec., 919.68 KiB/sec. | ||
9636 | 2024.08.08 23:05:03.656293 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
9637 | 2024.08.08 23:05:03.656703 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9638 | 2024.08.08 23:05:03.656787 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_14_3} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
9639 | 2024.08.08 23:05:03.656881 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
9640 | 2024.08.08 23:05:04.610744 [ 26 ] {} <Debug> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Selected 5 parts from all_1_10_2 to all_14_14_0 | ||
9641 | 2024.08.08 23:05:04.610849 [ 26 ] {} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9642 | 2024.08.08 23:05:04.610892 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9643 | 2024.08.08 23:05:04.611143 [ 192 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_10_2 to all_14_14_0 into Compact with storage Full | ||
9644 | 2024.08.08 23:05:04.611412 [ 192 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9645 | 2024.08.08 23:05:04.611472 [ 192 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 16 rows starting from the beginning of the part | ||
9646 | 2024.08.08 23:05:04.611593 [ 192 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 2 rows starting from the beginning of the part | ||
9647 | 2024.08.08 23:05:04.611929 [ 192 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 4 rows starting from the beginning of the part | ||
9648 | 2024.08.08 23:05:04.612146 [ 192 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
9649 | 2024.08.08 23:05:04.612230 [ 192 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 4 rows starting from the beginning of the part | ||
9650 | 2024.08.08 23:05:04.613394 [ 197 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002387574 sec., 13402.72594692353 rows/sec., 1.07 MiB/sec. | ||
9651 | 2024.08.08 23:05:04.613605 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Trace> MergedBlockOutputStream: filled checksums all_1_14_3 (state Temporary) | ||
9652 | 2024.08.08 23:05:04.614063 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_merge_all_1_14_3 to all_1_14_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9653 | 2024.08.08 23:05:04.614151 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_14_3} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Merged 5 parts: [all_1_10_2, all_14_14_0] -> all_1_14_3 | ||
9654 | 2024.08.08 23:05:04.614247 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
9655 | 2024.08.08 23:05:07.341931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9656 | 2024.08.08 23:05:07.342108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9657 | 2024.08.08 23:05:07.342133 [ 3 ] {} <Debug> HTTP-Session: b7917e3a-a219-4729-8d23-3ac5730a5be2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9658 | 2024.08.08 23:05:07.342156 [ 3 ] {} <Debug> HTTP-Session: b7917e3a-a219-4729-8d23-3ac5730a5be2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9659 | 2024.08.08 23:05:07.342170 [ 3 ] {} <Debug> HTTP-Session: b7917e3a-a219-4729-8d23-3ac5730a5be2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9660 | 2024.08.08 23:05:07.342218 [ 3 ] {} <Trace> HTTP-Session: b7917e3a-a219-4729-8d23-3ac5730a5be2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9661 | 2024.08.08 23:05:07.342400 [ 3 ] {f84f3f8b-de38-43e6-9e2f-f04db7bf7e77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9662 | 2024.08.08 23:05:07.342464 [ 3 ] {f84f3f8b-de38-43e6-9e2f-f04db7bf7e77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9663 | 2024.08.08 23:05:07.342650 [ 3 ] {f84f3f8b-de38-43e6-9e2f-f04db7bf7e77} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9664 | 2024.08.08 23:05:07.343089 [ 3 ] {f84f3f8b-de38-43e6-9e2f-f04db7bf7e77} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9665 | 2024.08.08 23:05:07.343128 [ 3 ] {f84f3f8b-de38-43e6-9e2f-f04db7bf7e77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9666 | 2024.08.08 23:05:07.343490 [ 3 ] {f84f3f8b-de38-43e6-9e2f-f04db7bf7e77} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
9667 | 2024.08.08 23:05:07.343823 [ 3 ] {f84f3f8b-de38-43e6-9e2f-f04db7bf7e77} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9668 | 2024.08.08 23:05:07.343987 [ 3 ] {f84f3f8b-de38-43e6-9e2f-f04db7bf7e77} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001643 sec., 20085.209981740718 rows/sec., 1.59 MiB/sec. | ||
9669 | 2024.08.08 23:05:07.344293 [ 3 ] {f84f3f8b-de38-43e6-9e2f-f04db7bf7e77} <Debug> DynamicQueryHandler: Done processing query | ||
9670 | 2024.08.08 23:05:07.344354 [ 3 ] {f84f3f8b-de38-43e6-9e2f-f04db7bf7e77} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9671 | 2024.08.08 23:05:07.344388 [ 3 ] {} <Debug> HTTP-Session: b7917e3a-a219-4729-8d23-3ac5730a5be2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9672 | 2024.08.08 23:05:07.344589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9673 | 2024.08.08 23:05:07.344639 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9674 | 2024.08.08 23:05:07.344657 [ 3 ] {} <Debug> HTTP-Session: 063fc2c1-fcfb-4998-befd-cda878586dfe Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9675 | 2024.08.08 23:05:07.344673 [ 3 ] {} <Debug> HTTP-Session: 063fc2c1-fcfb-4998-befd-cda878586dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9676 | 2024.08.08 23:05:07.344687 [ 3 ] {} <Debug> HTTP-Session: 063fc2c1-fcfb-4998-befd-cda878586dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9677 | 2024.08.08 23:05:07.344717 [ 3 ] {} <Trace> HTTP-Session: 063fc2c1-fcfb-4998-befd-cda878586dfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9678 | 2024.08.08 23:05:07.344858 [ 3 ] {a0e70a9f-8a0f-46ee-bebb-2155c8a09d00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9679 | 2024.08.08 23:05:07.344903 [ 3 ] {a0e70a9f-8a0f-46ee-bebb-2155c8a09d00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9680 | 2024.08.08 23:05:07.345048 [ 3 ] {a0e70a9f-8a0f-46ee-bebb-2155c8a09d00} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9681 | 2024.08.08 23:05:07.345449 [ 3 ] {a0e70a9f-8a0f-46ee-bebb-2155c8a09d00} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9682 | 2024.08.08 23:05:07.345484 [ 3 ] {a0e70a9f-8a0f-46ee-bebb-2155c8a09d00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9683 | 2024.08.08 23:05:07.345804 [ 3 ] {a0e70a9f-8a0f-46ee-bebb-2155c8a09d00} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9684 | 2024.08.08 23:05:07.346108 [ 3 ] {a0e70a9f-8a0f-46ee-bebb-2155c8a09d00} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9685 | 2024.08.08 23:05:07.346254 [ 3 ] {a0e70a9f-8a0f-46ee-bebb-2155c8a09d00} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001453 sec., 106675.84308327598 rows/sec., 8.94 MiB/sec. | ||
9686 | 2024.08.08 23:05:07.346409 [ 3 ] {a0e70a9f-8a0f-46ee-bebb-2155c8a09d00} <Debug> DynamicQueryHandler: Done processing query | ||
9687 | 2024.08.08 23:05:07.346431 [ 3 ] {a0e70a9f-8a0f-46ee-bebb-2155c8a09d00} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
9688 | 2024.08.08 23:05:07.346447 [ 3 ] {} <Debug> HTTP-Session: 063fc2c1-fcfb-4998-befd-cda878586dfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9689 | 2024.08.08 23:05:07.346604 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9690 | 2024.08.08 23:05:07.346653 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9691 | 2024.08.08 23:05:07.346672 [ 3 ] {} <Debug> HTTP-Session: 315398c6-d753-427b-84f5-0cdeab7ff54b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9692 | 2024.08.08 23:05:07.346688 [ 3 ] {} <Debug> HTTP-Session: 315398c6-d753-427b-84f5-0cdeab7ff54b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9693 | 2024.08.08 23:05:07.346701 [ 3 ] {} <Debug> HTTP-Session: 315398c6-d753-427b-84f5-0cdeab7ff54b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9694 | 2024.08.08 23:05:07.346732 [ 3 ] {} <Trace> HTTP-Session: 315398c6-d753-427b-84f5-0cdeab7ff54b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9695 | 2024.08.08 23:05:07.346858 [ 3 ] {56278920-dadd-447c-bc72-3c49ea425a92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9696 | 2024.08.08 23:05:07.346898 [ 3 ] {56278920-dadd-447c-bc72-3c49ea425a92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9697 | 2024.08.08 23:05:07.347022 [ 3 ] {56278920-dadd-447c-bc72-3c49ea425a92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9698 | 2024.08.08 23:05:07.347362 [ 3 ] {56278920-dadd-447c-bc72-3c49ea425a92} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9699 | 2024.08.08 23:05:07.347396 [ 3 ] {56278920-dadd-447c-bc72-3c49ea425a92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9700 | 2024.08.08 23:05:07.347700 [ 3 ] {56278920-dadd-447c-bc72-3c49ea425a92} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9701 | 2024.08.08 23:05:07.348005 [ 3 ] {56278920-dadd-447c-bc72-3c49ea425a92} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9702 | 2024.08.08 23:05:07.348146 [ 3 ] {56278920-dadd-447c-bc72-3c49ea425a92} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001336 sec., 72604.79041916168 rows/sec., 5.67 MiB/sec. | ||
9703 | 2024.08.08 23:05:07.348311 [ 3 ] {56278920-dadd-447c-bc72-3c49ea425a92} <Debug> DynamicQueryHandler: Done processing query | ||
9704 | 2024.08.08 23:05:07.348334 [ 3 ] {56278920-dadd-447c-bc72-3c49ea425a92} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
9705 | 2024.08.08 23:05:07.348350 [ 3 ] {} <Debug> HTTP-Session: 315398c6-d753-427b-84f5-0cdeab7ff54b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9706 | 2024.08.08 23:05:07.348512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9707 | 2024.08.08 23:05:07.348559 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9708 | 2024.08.08 23:05:07.348578 [ 3 ] {} <Debug> HTTP-Session: 894bb3a2-872a-4187-81df-d2bb5306be83 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9709 | 2024.08.08 23:05:07.348594 [ 3 ] {} <Debug> HTTP-Session: 894bb3a2-872a-4187-81df-d2bb5306be83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9710 | 2024.08.08 23:05:07.348608 [ 3 ] {} <Debug> HTTP-Session: 894bb3a2-872a-4187-81df-d2bb5306be83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9711 | 2024.08.08 23:05:07.348638 [ 3 ] {} <Trace> HTTP-Session: 894bb3a2-872a-4187-81df-d2bb5306be83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9712 | 2024.08.08 23:05:07.348779 [ 3 ] {a2a6c71d-d509-44fb-85e9-e97519aaea2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9713 | 2024.08.08 23:05:07.348825 [ 3 ] {a2a6c71d-d509-44fb-85e9-e97519aaea2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9714 | 2024.08.08 23:05:07.348967 [ 3 ] {a2a6c71d-d509-44fb-85e9-e97519aaea2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9715 | 2024.08.08 23:05:07.349386 [ 3 ] {a2a6c71d-d509-44fb-85e9-e97519aaea2c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9716 | 2024.08.08 23:05:07.349421 [ 3 ] {a2a6c71d-d509-44fb-85e9-e97519aaea2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9717 | 2024.08.08 23:05:07.349801 [ 3 ] {a2a6c71d-d509-44fb-85e9-e97519aaea2c} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9718 | 2024.08.08 23:05:07.350142 [ 3 ] {a2a6c71d-d509-44fb-85e9-e97519aaea2c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9719 | 2024.08.08 23:05:07.350289 [ 3 ] {a2a6c71d-d509-44fb-85e9-e97519aaea2c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
9720 | 2024.08.08 23:05:07.350461 [ 3 ] {a2a6c71d-d509-44fb-85e9-e97519aaea2c} <Debug> DynamicQueryHandler: Done processing query | ||
9721 | 2024.08.08 23:05:07.350485 [ 3 ] {a2a6c71d-d509-44fb-85e9-e97519aaea2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9722 | 2024.08.08 23:05:07.350501 [ 3 ] {} <Debug> HTTP-Session: 894bb3a2-872a-4187-81df-d2bb5306be83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9723 | 2024.08.08 23:05:07.350686 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53200, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9724 | 2024.08.08 23:05:07.350735 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9725 | 2024.08.08 23:05:07.350753 [ 3 ] {} <Debug> HTTP-Session: 34f61170-cccc-4745-9ef7-56646011bc0c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9726 | 2024.08.08 23:05:07.350769 [ 3 ] {} <Debug> HTTP-Session: 34f61170-cccc-4745-9ef7-56646011bc0c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9727 | 2024.08.08 23:05:07.350782 [ 3 ] {} <Debug> HTTP-Session: 34f61170-cccc-4745-9ef7-56646011bc0c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9728 | 2024.08.08 23:05:07.350812 [ 3 ] {} <Trace> HTTP-Session: 34f61170-cccc-4745-9ef7-56646011bc0c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9729 | 2024.08.08 23:05:07.351172 [ 3 ] {f054748e-6c28-4ee2-9e41-a1f6940a90de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
9730 | 2024.08.08 23:05:07.351234 [ 3 ] {f054748e-6c28-4ee2-9e41-a1f6940a90de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
9731 | 2024.08.08 23:05:07.351636 [ 3 ] {f054748e-6c28-4ee2-9e41-a1f6940a90de} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9732 | 2024.08.08 23:05:07.352328 [ 3 ] {f054748e-6c28-4ee2-9e41-a1f6940a90de} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9733 | 2024.08.08 23:05:07.352363 [ 3 ] {f054748e-6c28-4ee2-9e41-a1f6940a90de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9734 | 2024.08.08 23:05:07.352961 [ 3 ] {f054748e-6c28-4ee2-9e41-a1f6940a90de} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
9735 | 2024.08.08 23:05:07.353368 [ 3 ] {f054748e-6c28-4ee2-9e41-a1f6940a90de} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9736 | 2024.08.08 23:05:07.353558 [ 3 ] {f054748e-6c28-4ee2-9e41-a1f6940a90de} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002654 sec., 12434.061793519215 rows/sec., 22.28 MiB/sec. | ||
9737 | 2024.08.08 23:05:07.353768 [ 3 ] {f054748e-6c28-4ee2-9e41-a1f6940a90de} <Debug> DynamicQueryHandler: Done processing query | ||
9738 | 2024.08.08 23:05:07.353792 [ 3 ] {f054748e-6c28-4ee2-9e41-a1f6940a90de} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
9739 | 2024.08.08 23:05:07.353807 [ 3 ] {} <Debug> HTTP-Session: 34f61170-cccc-4745-9ef7-56646011bc0c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9740 | 2024.08.08 23:05:07.353934 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9741 | 2024.08.08 23:05:07.353981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9742 | 2024.08.08 23:05:07.354000 [ 3 ] {} <Debug> HTTP-Session: a326bff9-38b3-4628-ad04-405e945a6568 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9743 | 2024.08.08 23:05:07.354016 [ 3 ] {} <Debug> HTTP-Session: a326bff9-38b3-4628-ad04-405e945a6568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9744 | 2024.08.08 23:05:07.354030 [ 3 ] {} <Debug> HTTP-Session: a326bff9-38b3-4628-ad04-405e945a6568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9745 | 2024.08.08 23:05:07.354060 [ 3 ] {} <Trace> HTTP-Session: a326bff9-38b3-4628-ad04-405e945a6568 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9746 | 2024.08.08 23:05:07.354171 [ 3 ] {3c2d854a-d762-47ed-89f6-1a4933ee4267} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9747 | 2024.08.08 23:05:07.354215 [ 3 ] {3c2d854a-d762-47ed-89f6-1a4933ee4267} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9748 | 2024.08.08 23:05:07.354340 [ 3 ] {3c2d854a-d762-47ed-89f6-1a4933ee4267} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9749 | 2024.08.08 23:05:07.354724 [ 3 ] {3c2d854a-d762-47ed-89f6-1a4933ee4267} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9750 | 2024.08.08 23:05:07.354760 [ 3 ] {3c2d854a-d762-47ed-89f6-1a4933ee4267} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9751 | 2024.08.08 23:05:07.355116 [ 3 ] {3c2d854a-d762-47ed-89f6-1a4933ee4267} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
9752 | 2024.08.08 23:05:07.355437 [ 3 ] {3c2d854a-d762-47ed-89f6-1a4933ee4267} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9753 | 2024.08.08 23:05:07.355590 [ 3 ] {3c2d854a-d762-47ed-89f6-1a4933ee4267} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00145 sec., 41379.31034482759 rows/sec., 2.79 MiB/sec. | ||
9754 | 2024.08.08 23:05:07.355763 [ 3 ] {3c2d854a-d762-47ed-89f6-1a4933ee4267} <Debug> DynamicQueryHandler: Done processing query | ||
9755 | 2024.08.08 23:05:07.355787 [ 3 ] {3c2d854a-d762-47ed-89f6-1a4933ee4267} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9756 | 2024.08.08 23:05:07.355802 [ 3 ] {} <Debug> HTTP-Session: a326bff9-38b3-4628-ad04-405e945a6568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9757 | 2024.08.08 23:05:08.180940 [ 90 ] {} <Debug> DNSResolver: Updating DNS cache | ||
9758 | 2024.08.08 23:05:08.181025 [ 90 ] {} <Debug> DNSResolver: Updated DNS cache | ||
9759 | 2024.08.08 23:05:12.343374 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9760 | 2024.08.08 23:05:12.343514 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9761 | 2024.08.08 23:05:12.343544 [ 3 ] {} <Debug> HTTP-Session: 661a47c0-8932-4b99-b192-cadcfa26e2d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9762 | 2024.08.08 23:05:12.343571 [ 3 ] {} <Debug> HTTP-Session: 661a47c0-8932-4b99-b192-cadcfa26e2d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9763 | 2024.08.08 23:05:12.343589 [ 3 ] {} <Debug> HTTP-Session: 661a47c0-8932-4b99-b192-cadcfa26e2d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9764 | 2024.08.08 23:05:12.343644 [ 3 ] {} <Trace> HTTP-Session: 661a47c0-8932-4b99-b192-cadcfa26e2d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9765 | 2024.08.08 23:05:12.343845 [ 3 ] {399d7c9e-aa19-4ffa-a5e3-202fbfcdf71d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9766 | 2024.08.08 23:05:12.343920 [ 3 ] {399d7c9e-aa19-4ffa-a5e3-202fbfcdf71d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9767 | 2024.08.08 23:05:12.344138 [ 3 ] {399d7c9e-aa19-4ffa-a5e3-202fbfcdf71d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9768 | 2024.08.08 23:05:12.344654 [ 3 ] {399d7c9e-aa19-4ffa-a5e3-202fbfcdf71d} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9769 | 2024.08.08 23:05:12.344700 [ 3 ] {399d7c9e-aa19-4ffa-a5e3-202fbfcdf71d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9770 | 2024.08.08 23:05:12.345065 [ 3 ] {399d7c9e-aa19-4ffa-a5e3-202fbfcdf71d} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
9771 | 2024.08.08 23:05:12.345395 [ 3 ] {399d7c9e-aa19-4ffa-a5e3-202fbfcdf71d} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9772 | 2024.08.08 23:05:12.345562 [ 3 ] {399d7c9e-aa19-4ffa-a5e3-202fbfcdf71d} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001775 sec., 3380.281690140845 rows/sec., 191.46 KiB/sec. | ||
9773 | 2024.08.08 23:05:12.345861 [ 3 ] {399d7c9e-aa19-4ffa-a5e3-202fbfcdf71d} <Debug> DynamicQueryHandler: Done processing query | ||
9774 | 2024.08.08 23:05:12.345924 [ 3 ] {399d7c9e-aa19-4ffa-a5e3-202fbfcdf71d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
9775 | 2024.08.08 23:05:12.345960 [ 3 ] {} <Debug> HTTP-Session: 661a47c0-8932-4b99-b192-cadcfa26e2d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9776 | 2024.08.08 23:05:12.346130 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9777 | 2024.08.08 23:05:12.346190 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9778 | 2024.08.08 23:05:12.346210 [ 3 ] {} <Debug> HTTP-Session: 4ad83c9d-b5fb-4384-b04b-4b8db4f38497 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9779 | 2024.08.08 23:05:12.346228 [ 3 ] {} <Debug> HTTP-Session: 4ad83c9d-b5fb-4384-b04b-4b8db4f38497 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9780 | 2024.08.08 23:05:12.346241 [ 3 ] {} <Debug> HTTP-Session: 4ad83c9d-b5fb-4384-b04b-4b8db4f38497 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9781 | 2024.08.08 23:05:12.346277 [ 3 ] {} <Trace> HTTP-Session: 4ad83c9d-b5fb-4384-b04b-4b8db4f38497 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9782 | 2024.08.08 23:05:12.346432 [ 3 ] {7775da79-f546-4f65-9699-db936546779f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9783 | 2024.08.08 23:05:12.346480 [ 3 ] {7775da79-f546-4f65-9699-db936546779f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9784 | 2024.08.08 23:05:12.346631 [ 3 ] {7775da79-f546-4f65-9699-db936546779f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9785 | 2024.08.08 23:05:12.347073 [ 3 ] {7775da79-f546-4f65-9699-db936546779f} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9786 | 2024.08.08 23:05:12.347110 [ 3 ] {7775da79-f546-4f65-9699-db936546779f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9787 | 2024.08.08 23:05:12.347432 [ 3 ] {7775da79-f546-4f65-9699-db936546779f} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9788 | 2024.08.08 23:05:12.347736 [ 3 ] {7775da79-f546-4f65-9699-db936546779f} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9789 | 2024.08.08 23:05:12.347898 [ 3 ] {7775da79-f546-4f65-9699-db936546779f} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001528 sec., 105366.49214659685 rows/sec., 9.29 MiB/sec. | ||
9790 | 2024.08.08 23:05:12.348067 [ 3 ] {7775da79-f546-4f65-9699-db936546779f} <Debug> DynamicQueryHandler: Done processing query | ||
9791 | 2024.08.08 23:05:12.348092 [ 3 ] {7775da79-f546-4f65-9699-db936546779f} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
9792 | 2024.08.08 23:05:12.348108 [ 3 ] {} <Debug> HTTP-Session: 4ad83c9d-b5fb-4384-b04b-4b8db4f38497 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9793 | 2024.08.08 23:05:12.348279 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9794 | 2024.08.08 23:05:12.348331 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9795 | 2024.08.08 23:05:12.348351 [ 3 ] {} <Debug> HTTP-Session: 8773d9fd-d8f3-46db-a973-729c03f9251f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9796 | 2024.08.08 23:05:12.348368 [ 3 ] {} <Debug> HTTP-Session: 8773d9fd-d8f3-46db-a973-729c03f9251f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9797 | 2024.08.08 23:05:12.348382 [ 3 ] {} <Debug> HTTP-Session: 8773d9fd-d8f3-46db-a973-729c03f9251f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9798 | 2024.08.08 23:05:12.348414 [ 3 ] {} <Trace> HTTP-Session: 8773d9fd-d8f3-46db-a973-729c03f9251f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9799 | 2024.08.08 23:05:12.348624 [ 3 ] {f685d3f1-07d2-48b4-ae63-4d4c70d65286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
9800 | 2024.08.08 23:05:12.348670 [ 3 ] {f685d3f1-07d2-48b4-ae63-4d4c70d65286} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
9801 | 2024.08.08 23:05:12.348800 [ 3 ] {f685d3f1-07d2-48b4-ae63-4d4c70d65286} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9802 | 2024.08.08 23:05:12.349367 [ 3 ] {f685d3f1-07d2-48b4-ae63-4d4c70d65286} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9803 | 2024.08.08 23:05:12.349403 [ 3 ] {f685d3f1-07d2-48b4-ae63-4d4c70d65286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9804 | 2024.08.08 23:05:12.349728 [ 3 ] {f685d3f1-07d2-48b4-ae63-4d4c70d65286} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9805 | 2024.08.08 23:05:12.350030 [ 3 ] {f685d3f1-07d2-48b4-ae63-4d4c70d65286} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9806 | 2024.08.08 23:05:12.350200 [ 3 ] {f685d3f1-07d2-48b4-ae63-4d4c70d65286} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00168 sec., 227380.95238095237 rows/sec., 15.97 MiB/sec. | ||
9807 | 2024.08.08 23:05:12.350379 [ 3 ] {f685d3f1-07d2-48b4-ae63-4d4c70d65286} <Debug> DynamicQueryHandler: Done processing query | ||
9808 | 2024.08.08 23:05:12.350404 [ 3 ] {f685d3f1-07d2-48b4-ae63-4d4c70d65286} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
9809 | 2024.08.08 23:05:12.350420 [ 3 ] {} <Debug> HTTP-Session: 8773d9fd-d8f3-46db-a973-729c03f9251f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9810 | 2024.08.08 23:05:12.350528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9811 | 2024.08.08 23:05:12.350579 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9812 | 2024.08.08 23:05:12.350598 [ 3 ] {} <Debug> HTTP-Session: e944efbf-a8ea-4ae5-9590-d820b21503fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9813 | 2024.08.08 23:05:12.350614 [ 3 ] {} <Debug> HTTP-Session: e944efbf-a8ea-4ae5-9590-d820b21503fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9814 | 2024.08.08 23:05:12.350628 [ 3 ] {} <Debug> HTTP-Session: e944efbf-a8ea-4ae5-9590-d820b21503fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9815 | 2024.08.08 23:05:12.350659 [ 3 ] {} <Trace> HTTP-Session: e944efbf-a8ea-4ae5-9590-d820b21503fb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9816 | 2024.08.08 23:05:12.350753 [ 3 ] {cb0a967f-8d2e-4d01-97b4-341d45f5eb78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
9817 | 2024.08.08 23:05:12.350799 [ 3 ] {cb0a967f-8d2e-4d01-97b4-341d45f5eb78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
9818 | 2024.08.08 23:05:12.350931 [ 3 ] {cb0a967f-8d2e-4d01-97b4-341d45f5eb78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9819 | 2024.08.08 23:05:12.351312 [ 3 ] {cb0a967f-8d2e-4d01-97b4-341d45f5eb78} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9820 | 2024.08.08 23:05:12.351348 [ 3 ] {cb0a967f-8d2e-4d01-97b4-341d45f5eb78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9821 | 2024.08.08 23:05:12.351706 [ 3 ] {cb0a967f-8d2e-4d01-97b4-341d45f5eb78} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9822 | 2024.08.08 23:05:12.352033 [ 3 ] {cb0a967f-8d2e-4d01-97b4-341d45f5eb78} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9823 | 2024.08.08 23:05:12.352194 [ 3 ] {cb0a967f-8d2e-4d01-97b4-341d45f5eb78} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001455 sec., 4123.711340206186 rows/sec., 177.19 KiB/sec. | ||
9824 | 2024.08.08 23:05:12.352190 [ 118 ] {} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9825 | 2024.08.08 23:05:12.352307 [ 118 ] {} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9826 | 2024.08.08 23:05:12.352360 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9827 | 2024.08.08 23:05:12.352438 [ 3 ] {cb0a967f-8d2e-4d01-97b4-341d45f5eb78} <Debug> DynamicQueryHandler: Done processing query | ||
9828 | 2024.08.08 23:05:12.352515 [ 3 ] {cb0a967f-8d2e-4d01-97b4-341d45f5eb78} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9829 | 2024.08.08 23:05:12.352576 [ 3 ] {} <Debug> HTTP-Session: e944efbf-a8ea-4ae5-9590-d820b21503fb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9830 | 2024.08.08 23:05:12.352693 [ 192 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::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 | ||
9831 | 2024.08.08 23:05:12.352808 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9832 | 2024.08.08 23:05:12.353001 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9833 | 2024.08.08 23:05:12.353107 [ 3 ] {} <Debug> HTTP-Session: db90c2ed-5bf8-457d-a80a-788e879c7849 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9834 | 2024.08.08 23:05:12.353154 [ 3 ] {} <Debug> HTTP-Session: db90c2ed-5bf8-457d-a80a-788e879c7849 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9835 | 2024.08.08 23:05:12.353178 [ 3 ] {} <Debug> HTTP-Session: db90c2ed-5bf8-457d-a80a-788e879c7849 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9836 | 2024.08.08 23:05:12.353204 [ 192 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9837 | 2024.08.08 23:05:12.353227 [ 3 ] {} <Trace> HTTP-Session: db90c2ed-5bf8-457d-a80a-788e879c7849 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9838 | 2024.08.08 23:05:12.353245 [ 192 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
9839 | 2024.08.08 23:05:12.353397 [ 192 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
9840 | 2024.08.08 23:05:12.353485 [ 3 ] {b6ad40e3-4021-4830-ba2c-4abebebdc898} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
9841 | 2024.08.08 23:05:12.353742 [ 3 ] {b6ad40e3-4021-4830-ba2c-4abebebdc898} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
9842 | 2024.08.08 23:05:12.353765 [ 192 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
9843 | 2024.08.08 23:05:12.354120 [ 192 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
9844 | 2024.08.08 23:05:12.354474 [ 192 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
9845 | 2024.08.08 23:05:12.354892 [ 192 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
9846 | 2024.08.08 23:05:12.355521 [ 3 ] {b6ad40e3-4021-4830-ba2c-4abebebdc898} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9847 | 2024.08.08 23:05:12.356054 [ 3 ] {b6ad40e3-4021-4830-ba2c-4abebebdc898} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9848 | 2024.08.08 23:05:12.356098 [ 3 ] {b6ad40e3-4021-4830-ba2c-4abebebdc898} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9849 | 2024.08.08 23:05:12.356729 [ 3 ] {b6ad40e3-4021-4830-ba2c-4abebebdc898} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
9850 | 2024.08.08 23:05:12.356751 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.00428882 sec., 36373.64123465196 rows/sec., 1.53 MiB/sec. | ||
9851 | 2024.08.08 23:05:12.357029 [ 195 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9852 | 2024.08.08 23:05:12.357315 [ 3 ] {b6ad40e3-4021-4830-ba2c-4abebebdc898} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9853 | 2024.08.08 23:05:12.357663 [ 118 ] {} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
9854 | 2024.08.08 23:05:12.357750 [ 3 ] {b6ad40e3-4021-4830-ba2c-4abebebdc898} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004399 sec., 17503.978176858378 rows/sec., 1.08 MiB/sec. | ||
9855 | 2024.08.08 23:05:12.357795 [ 118 ] {} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9856 | 2024.08.08 23:05:12.357911 [ 118 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9857 | 2024.08.08 23:05:12.358347 [ 3 ] {b6ad40e3-4021-4830-ba2c-4abebebdc898} <Debug> DynamicQueryHandler: Done processing query | ||
9858 | 2024.08.08 23:05:12.358376 [ 195 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9859 | 2024.08.08 23:05:12.358442 [ 3 ] {b6ad40e3-4021-4830-ba2c-4abebebdc898} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
9860 | 2024.08.08 23:05:12.358471 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::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 | ||
9861 | 2024.08.08 23:05:12.358571 [ 3 ] {} <Debug> HTTP-Session: db90c2ed-5bf8-457d-a80a-788e879c7849 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9862 | 2024.08.08 23:05:12.358855 [ 195 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_26_5} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9863 | 2024.08.08 23:05:12.358963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9864 | 2024.08.08 23:05:12.359275 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9865 | 2024.08.08 23:05:12.359338 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
9866 | 2024.08.08 23:05:12.359432 [ 3 ] {} <Debug> HTTP-Session: 4b6cd120-48e3-4ef7-a72c-ab5ffe7d3f9c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9867 | 2024.08.08 23:05:12.359535 [ 3 ] {} <Debug> HTTP-Session: 4b6cd120-48e3-4ef7-a72c-ab5ffe7d3f9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9868 | 2024.08.08 23:05:12.359593 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9869 | 2024.08.08 23:05:12.359608 [ 3 ] {} <Debug> HTTP-Session: 4b6cd120-48e3-4ef7-a72c-ab5ffe7d3f9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9870 | 2024.08.08 23:05:12.359658 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1617 rows starting from the beginning of the part | ||
9871 | 2024.08.08 23:05:12.359670 [ 3 ] {} <Trace> HTTP-Session: 4b6cd120-48e3-4ef7-a72c-ab5ffe7d3f9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9872 | 2024.08.08 23:05:12.359810 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 77 rows starting from the beginning of the part | ||
9873 | 2024.08.08 23:05:12.360129 [ 3 ] {76329691-f4c5-4dbf-801a-bf05695edc6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
9874 | 2024.08.08 23:05:12.360190 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 77 rows starting from the beginning of the part | ||
9875 | 2024.08.08 23:05:12.360306 [ 3 ] {76329691-f4c5-4dbf-801a-bf05695edc6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
9876 | 2024.08.08 23:05:12.360502 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 77 rows starting from the beginning of the part | ||
9877 | 2024.08.08 23:05:12.360894 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 77 rows starting from the beginning of the part | ||
9878 | 2024.08.08 23:05:12.361278 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 77 rows starting from the beginning of the part | ||
9879 | 2024.08.08 23:05:12.361738 [ 3 ] {76329691-f4c5-4dbf-801a-bf05695edc6d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9880 | 2024.08.08 23:05:12.362316 [ 3 ] {76329691-f4c5-4dbf-801a-bf05695edc6d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9881 | 2024.08.08 23:05:12.362361 [ 3 ] {76329691-f4c5-4dbf-801a-bf05695edc6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9882 | 2024.08.08 23:05:12.362972 [ 3 ] {76329691-f4c5-4dbf-801a-bf05695edc6d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9883 | 2024.08.08 23:05:12.363446 [ 197 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2002 rows, containing 5 columns (5 merged, 0 gathered) in 0.005344785 sec., 374570.7264183685 rows/sec., 23.07 MiB/sec. | ||
9884 | 2024.08.08 23:05:12.363604 [ 3 ] {76329691-f4c5-4dbf-801a-bf05695edc6d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9885 | 2024.08.08 23:05:12.363828 [ 197 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
9886 | 2024.08.08 23:05:12.363903 [ 3 ] {76329691-f4c5-4dbf-801a-bf05695edc6d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004065 sec., 39360.39360393604 rows/sec., 2.74 MiB/sec. | ||
9887 | 2024.08.08 23:05:12.364602 [ 3 ] {76329691-f4c5-4dbf-801a-bf05695edc6d} <Debug> DynamicQueryHandler: Done processing query | ||
9888 | 2024.08.08 23:05:12.364701 [ 3 ] {76329691-f4c5-4dbf-801a-bf05695edc6d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
9889 | 2024.08.08 23:05:12.364827 [ 3 ] {} <Debug> HTTP-Session: 4b6cd120-48e3-4ef7-a72c-ab5ffe7d3f9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9890 | 2024.08.08 23:05:12.365198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9891 | 2024.08.08 23:05:12.365304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9892 | 2024.08.08 23:05:12.365336 [ 3 ] {} <Debug> HTTP-Session: 62487dd0-2c5b-4975-9c41-075b03b3032a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9893 | 2024.08.08 23:05:12.365369 [ 3 ] {} <Debug> HTTP-Session: 62487dd0-2c5b-4975-9c41-075b03b3032a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9894 | 2024.08.08 23:05:12.365389 [ 3 ] {} <Debug> HTTP-Session: 62487dd0-2c5b-4975-9c41-075b03b3032a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9895 | 2024.08.08 23:05:12.365447 [ 3 ] {} <Trace> HTTP-Session: 62487dd0-2c5b-4975-9c41-075b03b3032a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9896 | 2024.08.08 23:05:12.365505 [ 197 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9897 | 2024.08.08 23:05:12.365665 [ 3 ] {7d50cacb-932c-4109-84c1-57b554ced187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
9898 | 2024.08.08 23:05:12.365696 [ 197 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_26_5} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
9899 | 2024.08.08 23:05:12.365741 [ 3 ] {7d50cacb-932c-4109-84c1-57b554ced187} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
9900 | 2024.08.08 23:05:12.365920 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
9901 | 2024.08.08 23:05:12.366061 [ 3 ] {7d50cacb-932c-4109-84c1-57b554ced187} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9902 | 2024.08.08 23:05:12.366366 [ 3 ] {7d50cacb-932c-4109-84c1-57b554ced187} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9903 | 2024.08.08 23:05:12.366403 [ 3 ] {7d50cacb-932c-4109-84c1-57b554ced187} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9904 | 2024.08.08 23:05:12.366769 [ 3 ] {7d50cacb-932c-4109-84c1-57b554ced187} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
9905 | 2024.08.08 23:05:12.367105 [ 3 ] {7d50cacb-932c-4109-84c1-57b554ced187} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9906 | 2024.08.08 23:05:12.367272 [ 3 ] {7d50cacb-932c-4109-84c1-57b554ced187} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001704 sec., 13497.652582159624 rows/sec., 730.13 KiB/sec. | ||
9907 | 2024.08.08 23:05:12.367574 [ 3 ] {7d50cacb-932c-4109-84c1-57b554ced187} <Debug> DynamicQueryHandler: Done processing query | ||
9908 | 2024.08.08 23:05:12.367617 [ 3 ] {7d50cacb-932c-4109-84c1-57b554ced187} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
9909 | 2024.08.08 23:05:12.367634 [ 3 ] {} <Debug> HTTP-Session: 62487dd0-2c5b-4975-9c41-075b03b3032a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9910 | 2024.08.08 23:05:12.367749 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9911 | 2024.08.08 23:05:12.367798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9912 | 2024.08.08 23:05:12.367817 [ 3 ] {} <Debug> HTTP-Session: 7854bd36-84f8-4869-8f40-861a3fc104db Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9913 | 2024.08.08 23:05:12.367833 [ 3 ] {} <Debug> HTTP-Session: 7854bd36-84f8-4869-8f40-861a3fc104db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9914 | 2024.08.08 23:05:12.367846 [ 3 ] {} <Debug> HTTP-Session: 7854bd36-84f8-4869-8f40-861a3fc104db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9915 | 2024.08.08 23:05:12.367877 [ 3 ] {} <Trace> HTTP-Session: 7854bd36-84f8-4869-8f40-861a3fc104db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9916 | 2024.08.08 23:05:12.368007 [ 3 ] {c9c7fea4-0584-4fe8-aa29-ca83c4621702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
9917 | 2024.08.08 23:05:12.368052 [ 3 ] {c9c7fea4-0584-4fe8-aa29-ca83c4621702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
9918 | 2024.08.08 23:05:12.368195 [ 3 ] {c9c7fea4-0584-4fe8-aa29-ca83c4621702} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9919 | 2024.08.08 23:05:12.368485 [ 3 ] {c9c7fea4-0584-4fe8-aa29-ca83c4621702} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9920 | 2024.08.08 23:05:12.368520 [ 3 ] {c9c7fea4-0584-4fe8-aa29-ca83c4621702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9921 | 2024.08.08 23:05:12.368877 [ 3 ] {c9c7fea4-0584-4fe8-aa29-ca83c4621702} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
9922 | 2024.08.08 23:05:12.369212 [ 3 ] {c9c7fea4-0584-4fe8-aa29-ca83c4621702} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9923 | 2024.08.08 23:05:12.369372 [ 3 ] {c9c7fea4-0584-4fe8-aa29-ca83c4621702} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001409 sec., 42583.392476933994 rows/sec., 2.87 MiB/sec. | ||
9924 | 2024.08.08 23:05:12.369626 [ 3 ] {c9c7fea4-0584-4fe8-aa29-ca83c4621702} <Debug> DynamicQueryHandler: Done processing query | ||
9925 | 2024.08.08 23:05:12.369691 [ 3 ] {c9c7fea4-0584-4fe8-aa29-ca83c4621702} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9926 | 2024.08.08 23:05:12.369757 [ 3 ] {} <Debug> HTTP-Session: 7854bd36-84f8-4869-8f40-861a3fc104db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9927 | 2024.08.08 23:05:17.370413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9928 | 2024.08.08 23:05:17.370546 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9929 | 2024.08.08 23:05:17.370577 [ 3 ] {} <Debug> HTTP-Session: 635f02e1-1274-40ff-9a82-fd07e7e86a7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9930 | 2024.08.08 23:05:17.370604 [ 3 ] {} <Debug> HTTP-Session: 635f02e1-1274-40ff-9a82-fd07e7e86a7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9931 | 2024.08.08 23:05:17.370623 [ 3 ] {} <Debug> HTTP-Session: 635f02e1-1274-40ff-9a82-fd07e7e86a7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9932 | 2024.08.08 23:05:17.370676 [ 3 ] {} <Trace> HTTP-Session: 635f02e1-1274-40ff-9a82-fd07e7e86a7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9933 | 2024.08.08 23:05:17.370883 [ 3 ] {04e67659-3f93-47dc-90dc-313c37d09a83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
9934 | 2024.08.08 23:05:17.370957 [ 3 ] {04e67659-3f93-47dc-90dc-313c37d09a83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
9935 | 2024.08.08 23:05:17.371170 [ 3 ] {04e67659-3f93-47dc-90dc-313c37d09a83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9936 | 2024.08.08 23:05:17.371600 [ 3 ] {04e67659-3f93-47dc-90dc-313c37d09a83} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9937 | 2024.08.08 23:05:17.371644 [ 3 ] {04e67659-3f93-47dc-90dc-313c37d09a83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9938 | 2024.08.08 23:05:17.372007 [ 3 ] {04e67659-3f93-47dc-90dc-313c37d09a83} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
9939 | 2024.08.08 23:05:17.372343 [ 3 ] {04e67659-3f93-47dc-90dc-313c37d09a83} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9940 | 2024.08.08 23:05:17.372513 [ 3 ] {04e67659-3f93-47dc-90dc-313c37d09a83} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001697 sec., 19446.08131997643 rows/sec., 1.54 MiB/sec. | ||
9941 | 2024.08.08 23:05:17.372712 [ 3 ] {04e67659-3f93-47dc-90dc-313c37d09a83} <Debug> DynamicQueryHandler: Done processing query | ||
9942 | 2024.08.08 23:05:17.372739 [ 3 ] {04e67659-3f93-47dc-90dc-313c37d09a83} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
9943 | 2024.08.08 23:05:17.372754 [ 3 ] {} <Debug> HTTP-Session: 635f02e1-1274-40ff-9a82-fd07e7e86a7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9944 | 2024.08.08 23:05:17.373060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 187673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9945 | 2024.08.08 23:05:17.373114 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9946 | 2024.08.08 23:05:17.373135 [ 3 ] {} <Debug> HTTP-Session: 76de3c93-34be-40f1-9761-bcf3d754a808 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9947 | 2024.08.08 23:05:17.373154 [ 3 ] {} <Debug> HTTP-Session: 76de3c93-34be-40f1-9761-bcf3d754a808 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9948 | 2024.08.08 23:05:17.373168 [ 3 ] {} <Debug> HTTP-Session: 76de3c93-34be-40f1-9761-bcf3d754a808 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9949 | 2024.08.08 23:05:17.373202 [ 3 ] {} <Trace> HTTP-Session: 76de3c93-34be-40f1-9761-bcf3d754a808 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9950 | 2024.08.08 23:05:17.373766 [ 3 ] {a6dbba7d-1917-4293-b850-874a9d24f9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
9951 | 2024.08.08 23:05:17.373815 [ 3 ] {a6dbba7d-1917-4293-b850-874a9d24f9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
9952 | 2024.08.08 23:05:17.373950 [ 3 ] {a6dbba7d-1917-4293-b850-874a9d24f9e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9953 | 2024.08.08 23:05:17.375207 [ 3 ] {a6dbba7d-1917-4293-b850-874a9d24f9e6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9954 | 2024.08.08 23:05:17.375246 [ 3 ] {a6dbba7d-1917-4293-b850-874a9d24f9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9955 | 2024.08.08 23:05:17.375636 [ 3 ] {a6dbba7d-1917-4293-b850-874a9d24f9e6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
9956 | 2024.08.08 23:05:17.375960 [ 3 ] {a6dbba7d-1917-4293-b850-874a9d24f9e6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9957 | 2024.08.08 23:05:17.376121 [ 3 ] {a6dbba7d-1917-4293-b850-874a9d24f9e6} <Debug> executeQuery: Read 1295 rows, 109.42 KiB in 0.002763 sec., 468693.44914947526 rows/sec., 38.67 MiB/sec. | ||
9958 | 2024.08.08 23:05:17.376134 [ 125 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
9959 | 2024.08.08 23:05:17.376246 [ 125 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9960 | 2024.08.08 23:05:17.376288 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9961 | 2024.08.08 23:05:17.376375 [ 3 ] {a6dbba7d-1917-4293-b850-874a9d24f9e6} <Debug> DynamicQueryHandler: Done processing query | ||
9962 | 2024.08.08 23:05:17.376433 [ 3 ] {a6dbba7d-1917-4293-b850-874a9d24f9e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
9963 | 2024.08.08 23:05:17.376487 [ 3 ] {} <Debug> HTTP-Session: 76de3c93-34be-40f1-9761-bcf3d754a808 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9964 | 2024.08.08 23:05:17.376547 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
9965 | 2024.08.08 23:05:17.376759 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9966 | 2024.08.08 23:05:17.376781 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9967 | 2024.08.08 23:05:17.376816 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1408 rows starting from the beginning of the part | ||
9968 | 2024.08.08 23:05:17.376878 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9969 | 2024.08.08 23:05:17.376936 [ 3 ] {} <Debug> HTTP-Session: f5fd0a81-779e-45f9-ad3b-b065dfcc5764 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
9970 | 2024.08.08 23:05:17.377020 [ 3 ] {} <Debug> HTTP-Session: f5fd0a81-779e-45f9-ad3b-b065dfcc5764 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
9971 | 2024.08.08 23:05:17.377062 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 155 rows starting from the beginning of the part | ||
9972 | 2024.08.08 23:05:17.377084 [ 3 ] {} <Debug> HTTP-Session: f5fd0a81-779e-45f9-ad3b-b065dfcc5764 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9973 | 2024.08.08 23:05:17.377232 [ 3 ] {} <Trace> HTTP-Session: f5fd0a81-779e-45f9-ad3b-b065dfcc5764 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
9974 | 2024.08.08 23:05:17.377362 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 161 rows starting from the beginning of the part | ||
9975 | 2024.08.08 23:05:17.377662 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 155 rows starting from the beginning of the part | ||
9976 | 2024.08.08 23:05:17.377768 [ 3 ] {aa62dd34-cd2d-4c52-affc-158c6fa72cd4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
9977 | 2024.08.08 23:05:17.377947 [ 3 ] {aa62dd34-cd2d-4c52-affc-158c6fa72cd4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
9978 | 2024.08.08 23:05:17.377965 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 161 rows starting from the beginning of the part | ||
9979 | 2024.08.08 23:05:17.378385 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1295 rows starting from the beginning of the part | ||
9980 | 2024.08.08 23:05:17.379087 [ 3 ] {aa62dd34-cd2d-4c52-affc-158c6fa72cd4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
9981 | 2024.08.08 23:05:17.379795 [ 3 ] {aa62dd34-cd2d-4c52-affc-158c6fa72cd4} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9982 | 2024.08.08 23:05:17.379868 [ 3 ] {aa62dd34-cd2d-4c52-affc-158c6fa72cd4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9983 | 2024.08.08 23:05:17.380764 [ 3 ] {aa62dd34-cd2d-4c52-affc-158c6fa72cd4} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
9984 | 2024.08.08 23:05:17.381168 [ 3 ] {aa62dd34-cd2d-4c52-affc-158c6fa72cd4} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
9985 | 2024.08.08 23:05:17.381385 [ 3 ] {aa62dd34-cd2d-4c52-affc-158c6fa72cd4} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003908 sec., 58341.86284544524 rows/sec., 3.95 MiB/sec. | ||
9986 | 2024.08.08 23:05:17.381380 [ 125 ] {} <Debug> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
9987 | 2024.08.08 23:05:17.381527 [ 125 ] {} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
9988 | 2024.08.08 23:05:17.381626 [ 125 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
9989 | 2024.08.08 23:05:17.381840 [ 3 ] {aa62dd34-cd2d-4c52-affc-158c6fa72cd4} <Debug> DynamicQueryHandler: Done processing query | ||
9990 | 2024.08.08 23:05:17.381926 [ 3 ] {aa62dd34-cd2d-4c52-affc-158c6fa72cd4} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
9991 | 2024.08.08 23:05:17.382007 [ 3 ] {} <Debug> HTTP-Session: f5fd0a81-779e-45f9-ad3b-b065dfcc5764 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
9992 | 2024.08.08 23:05:17.382249 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::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 | ||
9993 | 2024.08.08 23:05:17.382258 [ 189 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3335 rows, containing 4 columns (4 merged, 0 gathered) in 0.005874862 sec., 567672.908742367 rows/sec., 47.41 MiB/sec. | ||
9994 | 2024.08.08 23:05:17.382444 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
9995 | 2024.08.08 23:05:17.382460 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 91420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
9996 | 2024.08.08 23:05:17.382508 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 228 rows starting from the beginning of the part | ||
9997 | 2024.08.08 23:05:17.382596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
9998 | 2024.08.08 23:05:17.382625 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
9999 | 2024.08.08 23:05:17.382705 [ 3 ] {} <Debug> HTTP-Session: a411a321-148b-41b9-9b95-795cd02b32e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10000 | 2024.08.08 23:05:17.382815 [ 3 ] {} <Debug> HTTP-Session: a411a321-148b-41b9-9b95-795cd02b32e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10001 | 2024.08.08 23:05:17.382899 [ 3 ] {} <Debug> HTTP-Session: a411a321-148b-41b9-9b95-795cd02b32e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10002 | 2024.08.08 23:05:17.382915 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
10003 | 2024.08.08 23:05:17.383100 [ 3 ] {} <Trace> HTTP-Session: a411a321-148b-41b9-9b95-795cd02b32e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10004 | 2024.08.08 23:05:17.383221 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 228 rows starting from the beginning of the part | ||
10005 | 2024.08.08 23:05:17.383950 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 228 rows starting from the beginning of the part | ||
10006 | 2024.08.08 23:05:17.383962 [ 3 ] {08dec1d2-d9dc-4a9f-930a-479366c06b45} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10007 | 2024.08.08 23:05:17.384215 [ 3 ] {08dec1d2-d9dc-4a9f-930a-479366c06b45} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10008 | 2024.08.08 23:05:17.384466 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
10009 | 2024.08.08 23:05:17.385461 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10010 | 2024.08.08 23:05:17.385850 [ 199 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_56_11} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10011 | 2024.08.08 23:05:17.385861 [ 3 ] {08dec1d2-d9dc-4a9f-930a-479366c06b45} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10012 | 2024.08.08 23:05:17.386072 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
10013 | 2024.08.08 23:05:17.387283 [ 3 ] {08dec1d2-d9dc-4a9f-930a-479366c06b45} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10014 | 2024.08.08 23:05:17.387360 [ 3 ] {08dec1d2-d9dc-4a9f-930a-479366c06b45} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10015 | 2024.08.08 23:05:17.387614 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.005847792 sec., 194945.37425407744 rows/sec., 12.47 MiB/sec. | ||
10016 | 2024.08.08 23:05:17.387812 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
10017 | 2024.08.08 23:05:17.388159 [ 3 ] {08dec1d2-d9dc-4a9f-930a-479366c06b45} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10018 | 2024.08.08 23:05:17.388563 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_9_2} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10019 | 2024.08.08 23:05:17.388716 [ 187 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_9_2} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
10020 | 2024.08.08 23:05:17.388844 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
10021 | 2024.08.08 23:05:17.388908 [ 3 ] {08dec1d2-d9dc-4a9f-930a-479366c06b45} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10022 | 2024.08.08 23:05:17.389087 [ 3 ] {08dec1d2-d9dc-4a9f-930a-479366c06b45} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.005574 sec., 99210.62073914603 rows/sec., 7.37 MiB/sec. | ||
10023 | 2024.08.08 23:05:17.389105 [ 121 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10024 | 2024.08.08 23:05:17.389198 [ 121 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10025 | 2024.08.08 23:05:17.389254 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10026 | 2024.08.08 23:05:17.389405 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
10027 | 2024.08.08 23:05:17.389418 [ 3 ] {08dec1d2-d9dc-4a9f-930a-479366c06b45} <Debug> DynamicQueryHandler: Done processing query | ||
10028 | 2024.08.08 23:05:17.389468 [ 3 ] {08dec1d2-d9dc-4a9f-930a-479366c06b45} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
10029 | 2024.08.08 23:05:17.389510 [ 3 ] {} <Debug> HTTP-Session: a411a321-148b-41b9-9b95-795cd02b32e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10030 | 2024.08.08 23:05:17.389622 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10031 | 2024.08.08 23:05:17.389659 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 905 rows starting from the beginning of the part | ||
10032 | 2024.08.08 23:05:17.389731 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 97 rows starting from the beginning of the part | ||
10033 | 2024.08.08 23:05:17.389921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160353, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10034 | 2024.08.08 23:05:17.390046 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 382 rows starting from the beginning of the part | ||
10035 | 2024.08.08 23:05:17.390065 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10036 | 2024.08.08 23:05:17.390163 [ 3 ] {} <Debug> HTTP-Session: dcb135b4-8943-4207-b241-819343e64596 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10037 | 2024.08.08 23:05:17.390248 [ 3 ] {} <Debug> HTTP-Session: dcb135b4-8943-4207-b241-819343e64596 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10038 | 2024.08.08 23:05:17.390371 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 97 rows starting from the beginning of the part | ||
10039 | 2024.08.08 23:05:17.390368 [ 3 ] {} <Debug> HTTP-Session: dcb135b4-8943-4207-b241-819343e64596 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10040 | 2024.08.08 23:05:17.390592 [ 3 ] {} <Trace> HTTP-Session: dcb135b4-8943-4207-b241-819343e64596 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10041 | 2024.08.08 23:05:17.390749 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 382 rows starting from the beginning of the part | ||
10042 | 2024.08.08 23:05:17.391028 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 553 rows starting from the beginning of the part | ||
10043 | 2024.08.08 23:05:17.391382 [ 3 ] {3b6a3405-3748-41ef-899c-1cd074aa0d74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10044 | 2024.08.08 23:05:17.391461 [ 3 ] {3b6a3405-3748-41ef-899c-1cd074aa0d74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10045 | 2024.08.08 23:05:17.392104 [ 3 ] {3b6a3405-3748-41ef-899c-1cd074aa0d74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10046 | 2024.08.08 23:05:17.393230 [ 3 ] {3b6a3405-3748-41ef-899c-1cd074aa0d74} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10047 | 2024.08.08 23:05:17.393325 [ 3 ] {3b6a3405-3748-41ef-899c-1cd074aa0d74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10048 | 2024.08.08 23:05:17.393426 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 4 columns (4 merged, 0 gathered) in 0.004101097 sec., 589110.6696574112 rows/sec., 42.78 MiB/sec. | ||
10049 | 2024.08.08 23:05:17.393744 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10050 | 2024.08.08 23:05:17.394049 [ 3 ] {3b6a3405-3748-41ef-899c-1cd074aa0d74} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10051 | 2024.08.08 23:05:17.394743 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10052 | 2024.08.08 23:05:17.394922 [ 3 ] {3b6a3405-3748-41ef-899c-1cd074aa0d74} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10053 | 2024.08.08 23:05:17.394953 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_56_11} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10054 | 2024.08.08 23:05:17.395161 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.56 MiB. | ||
10055 | 2024.08.08 23:05:17.395255 [ 121 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10056 | 2024.08.08 23:05:17.395277 [ 3 ] {3b6a3405-3748-41ef-899c-1cd074aa0d74} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.00437 sec., 193135.0114416476 rows/sec., 13.00 MiB/sec. | ||
10057 | 2024.08.08 23:05:17.395324 [ 121 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10058 | 2024.08.08 23:05:17.395407 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10059 | 2024.08.08 23:05:17.395635 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
10060 | 2024.08.08 23:05:17.395677 [ 3 ] {3b6a3405-3748-41ef-899c-1cd074aa0d74} <Debug> DynamicQueryHandler: Done processing query | ||
10061 | 2024.08.08 23:05:17.395726 [ 3 ] {3b6a3405-3748-41ef-899c-1cd074aa0d74} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
10062 | 2024.08.08 23:05:17.395766 [ 3 ] {} <Debug> HTTP-Session: dcb135b4-8943-4207-b241-819343e64596 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10063 | 2024.08.08 23:05:17.395885 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10064 | 2024.08.08 23:05:17.395933 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 14441 rows starting from the beginning of the part | ||
10065 | 2024.08.08 23:05:17.396044 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
10066 | 2024.08.08 23:05:17.396170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53179, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10067 | 2024.08.08 23:05:17.396326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10068 | 2024.08.08 23:05:17.396410 [ 3 ] {} <Debug> HTTP-Session: a40383a4-2888-4d14-b98d-7a2340aa4b72 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10069 | 2024.08.08 23:05:17.396443 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 160 rows starting from the beginning of the part | ||
10070 | 2024.08.08 23:05:17.396473 [ 3 ] {} <Debug> HTTP-Session: a40383a4-2888-4d14-b98d-7a2340aa4b72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10071 | 2024.08.08 23:05:17.396532 [ 3 ] {} <Debug> HTTP-Session: a40383a4-2888-4d14-b98d-7a2340aa4b72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10072 | 2024.08.08 23:05:17.396670 [ 3 ] {} <Trace> HTTP-Session: a40383a4-2888-4d14-b98d-7a2340aa4b72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10073 | 2024.08.08 23:05:17.396810 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 160 rows starting from the beginning of the part | ||
10074 | 2024.08.08 23:05:17.397043 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 160 rows starting from the beginning of the part | ||
10075 | 2024.08.08 23:05:17.397237 [ 186 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 844 rows starting from the beginning of the part | ||
10076 | 2024.08.08 23:05:17.397412 [ 3 ] {091d2d83-19b4-4a05-89d5-a29a69372431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10077 | 2024.08.08 23:05:17.397699 [ 3 ] {091d2d83-19b4-4a05-89d5-a29a69372431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10078 | 2024.08.08 23:05:17.398954 [ 3 ] {091d2d83-19b4-4a05-89d5-a29a69372431} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10079 | 2024.08.08 23:05:17.400694 [ 3 ] {091d2d83-19b4-4a05-89d5-a29a69372431} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10080 | 2024.08.08 23:05:17.400744 [ 3 ] {091d2d83-19b4-4a05-89d5-a29a69372431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10081 | 2024.08.08 23:05:17.401854 [ 3 ] {091d2d83-19b4-4a05-89d5-a29a69372431} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
10082 | 2024.08.08 23:05:17.402409 [ 3 ] {091d2d83-19b4-4a05-89d5-a29a69372431} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10083 | 2024.08.08 23:05:17.402626 [ 3 ] {091d2d83-19b4-4a05-89d5-a29a69372431} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.005723 sec., 5766.206535034074 rows/sec., 10.33 MiB/sec. | ||
10084 | 2024.08.08 23:05:17.402934 [ 3 ] {091d2d83-19b4-4a05-89d5-a29a69372431} <Debug> DynamicQueryHandler: Done processing query | ||
10085 | 2024.08.08 23:05:17.402960 [ 3 ] {091d2d83-19b4-4a05-89d5-a29a69372431} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10086 | 2024.08.08 23:05:17.402977 [ 3 ] {} <Debug> HTTP-Session: a40383a4-2888-4d14-b98d-7a2340aa4b72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10087 | 2024.08.08 23:05:17.403106 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10088 | 2024.08.08 23:05:17.403184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10089 | 2024.08.08 23:05:17.403237 [ 3 ] {} <Debug> HTTP-Session: 2940c322-0b96-46b8-bd05-81fe3fdab373 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10090 | 2024.08.08 23:05:17.403296 [ 3 ] {} <Debug> HTTP-Session: 2940c322-0b96-46b8-bd05-81fe3fdab373 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10091 | 2024.08.08 23:05:17.403312 [ 3 ] {} <Debug> HTTP-Session: 2940c322-0b96-46b8-bd05-81fe3fdab373 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10092 | 2024.08.08 23:05:17.403345 [ 3 ] {} <Trace> HTTP-Session: 2940c322-0b96-46b8-bd05-81fe3fdab373 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10093 | 2024.08.08 23:05:17.403590 [ 3 ] {7312f6a5-12f2-473f-a972-6b5866ff020b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10094 | 2024.08.08 23:05:17.403757 [ 3 ] {7312f6a5-12f2-473f-a972-6b5866ff020b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10095 | 2024.08.08 23:05:17.403800 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15925 rows, containing 5 columns (5 merged, 0 gathered) in 0.008245535 sec., 1931348.299412955 rows/sec., 131.96 MiB/sec. | ||
10096 | 2024.08.08 23:05:17.403940 [ 3 ] {7312f6a5-12f2-473f-a972-6b5866ff020b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10097 | 2024.08.08 23:05:17.404284 [ 3 ] {7312f6a5-12f2-473f-a972-6b5866ff020b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10098 | 2024.08.08 23:05:17.404322 [ 3 ] {7312f6a5-12f2-473f-a972-6b5866ff020b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10099 | 2024.08.08 23:05:17.405042 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10100 | 2024.08.08 23:05:17.405403 [ 3 ] {7312f6a5-12f2-473f-a972-6b5866ff020b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
10101 | 2024.08.08 23:05:17.405623 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10102 | 2024.08.08 23:05:17.405723 [ 188 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10103 | 2024.08.08 23:05:17.405833 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.89 MiB. | ||
10104 | 2024.08.08 23:05:17.405857 [ 3 ] {7312f6a5-12f2-473f-a972-6b5866ff020b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10105 | 2024.08.08 23:05:17.406028 [ 121 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
10106 | 2024.08.08 23:05:17.406037 [ 3 ] {7312f6a5-12f2-473f-a972-6b5866ff020b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002583 sec., 23228.803716608596 rows/sec., 1.57 MiB/sec. | ||
10107 | 2024.08.08 23:05:17.406084 [ 121 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10108 | 2024.08.08 23:05:17.406159 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10109 | 2024.08.08 23:05:17.406348 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
10110 | 2024.08.08 23:05:17.406388 [ 3 ] {7312f6a5-12f2-473f-a972-6b5866ff020b} <Debug> DynamicQueryHandler: Done processing query | ||
10111 | 2024.08.08 23:05:17.406437 [ 3 ] {7312f6a5-12f2-473f-a972-6b5866ff020b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10112 | 2024.08.08 23:05:17.406492 [ 3 ] {} <Debug> HTTP-Session: 2940c322-0b96-46b8-bd05-81fe3fdab373 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10113 | 2024.08.08 23:05:17.406591 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10114 | 2024.08.08 23:05:17.406626 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 2932 rows starting from the beginning of the part | ||
10115 | 2024.08.08 23:05:17.406739 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
10116 | 2024.08.08 23:05:17.406919 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 60 rows starting from the beginning of the part | ||
10117 | 2024.08.08 23:05:17.407082 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
10118 | 2024.08.08 23:05:17.407238 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 60 rows starting from the beginning of the part | ||
10119 | 2024.08.08 23:05:17.407353 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
10120 | 2024.08.08 23:05:17.408857 [ 191 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3232 rows, containing 4 columns (4 merged, 0 gathered) in 0.002589625 sec., 1248057.1511319207 rows/sec., 84.11 MiB/sec. | ||
10121 | 2024.08.08 23:05:17.409104 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
10122 | 2024.08.08 23:05:17.409470 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10123 | 2024.08.08 23:05:17.409551 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_56_11} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
10124 | 2024.08.08 23:05:17.409629 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
10125 | 2024.08.08 23:05:22.343552 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10126 | 2024.08.08 23:05:22.343681 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10127 | 2024.08.08 23:05:22.343711 [ 3 ] {} <Debug> HTTP-Session: f3932b19-186e-42bd-8916-6e2ab34f0557 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10128 | 2024.08.08 23:05:22.343737 [ 3 ] {} <Debug> HTTP-Session: f3932b19-186e-42bd-8916-6e2ab34f0557 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10129 | 2024.08.08 23:05:22.343755 [ 3 ] {} <Debug> HTTP-Session: f3932b19-186e-42bd-8916-6e2ab34f0557 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10130 | 2024.08.08 23:05:22.343810 [ 3 ] {} <Trace> HTTP-Session: f3932b19-186e-42bd-8916-6e2ab34f0557 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10131 | 2024.08.08 23:05:22.344001 [ 3 ] {70a29906-e39b-4423-aad5-ea3180189289} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10132 | 2024.08.08 23:05:22.344073 [ 3 ] {70a29906-e39b-4423-aad5-ea3180189289} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10133 | 2024.08.08 23:05:22.344288 [ 3 ] {70a29906-e39b-4423-aad5-ea3180189289} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10134 | 2024.08.08 23:05:22.344708 [ 3 ] {70a29906-e39b-4423-aad5-ea3180189289} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10135 | 2024.08.08 23:05:22.344750 [ 3 ] {70a29906-e39b-4423-aad5-ea3180189289} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10136 | 2024.08.08 23:05:22.345112 [ 3 ] {70a29906-e39b-4423-aad5-ea3180189289} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
10137 | 2024.08.08 23:05:22.345459 [ 3 ] {70a29906-e39b-4423-aad5-ea3180189289} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10138 | 2024.08.08 23:05:22.345623 [ 3 ] {70a29906-e39b-4423-aad5-ea3180189289} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.00168 sec., 3571.428571428571 rows/sec., 202.29 KiB/sec. | ||
10139 | 2024.08.08 23:05:22.345833 [ 3 ] {70a29906-e39b-4423-aad5-ea3180189289} <Debug> DynamicQueryHandler: Done processing query | ||
10140 | 2024.08.08 23:05:22.345860 [ 3 ] {70a29906-e39b-4423-aad5-ea3180189289} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10141 | 2024.08.08 23:05:22.345875 [ 3 ] {} <Debug> HTTP-Session: f3932b19-186e-42bd-8916-6e2ab34f0557 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10142 | 2024.08.08 23:05:22.346019 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10143 | 2024.08.08 23:05:22.346074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10144 | 2024.08.08 23:05:22.346095 [ 3 ] {} <Debug> HTTP-Session: 83e63ed2-a659-45de-81e5-098ce85df696 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10145 | 2024.08.08 23:05:22.346112 [ 3 ] {} <Debug> HTTP-Session: 83e63ed2-a659-45de-81e5-098ce85df696 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10146 | 2024.08.08 23:05:22.346125 [ 3 ] {} <Debug> HTTP-Session: 83e63ed2-a659-45de-81e5-098ce85df696 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10147 | 2024.08.08 23:05:22.346157 [ 3 ] {} <Trace> HTTP-Session: 83e63ed2-a659-45de-81e5-098ce85df696 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10148 | 2024.08.08 23:05:22.346305 [ 3 ] {76a61daa-f3a7-4d8f-b8cb-8daf649f36fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10149 | 2024.08.08 23:05:22.346351 [ 3 ] {76a61daa-f3a7-4d8f-b8cb-8daf649f36fa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10150 | 2024.08.08 23:05:22.346486 [ 3 ] {76a61daa-f3a7-4d8f-b8cb-8daf649f36fa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10151 | 2024.08.08 23:05:22.346888 [ 3 ] {76a61daa-f3a7-4d8f-b8cb-8daf649f36fa} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10152 | 2024.08.08 23:05:22.346923 [ 3 ] {76a61daa-f3a7-4d8f-b8cb-8daf649f36fa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10153 | 2024.08.08 23:05:22.347235 [ 3 ] {76a61daa-f3a7-4d8f-b8cb-8daf649f36fa} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10154 | 2024.08.08 23:05:22.347534 [ 3 ] {76a61daa-f3a7-4d8f-b8cb-8daf649f36fa} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10155 | 2024.08.08 23:05:22.347680 [ 3 ] {76a61daa-f3a7-4d8f-b8cb-8daf649f36fa} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001437 sec., 112038.97007654837 rows/sec., 9.87 MiB/sec. | ||
10156 | 2024.08.08 23:05:22.347843 [ 3 ] {76a61daa-f3a7-4d8f-b8cb-8daf649f36fa} <Debug> DynamicQueryHandler: Done processing query | ||
10157 | 2024.08.08 23:05:22.347867 [ 3 ] {76a61daa-f3a7-4d8f-b8cb-8daf649f36fa} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10158 | 2024.08.08 23:05:22.347883 [ 3 ] {} <Debug> HTTP-Session: 83e63ed2-a659-45de-81e5-098ce85df696 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10159 | 2024.08.08 23:05:22.348056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10160 | 2024.08.08 23:05:22.348105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10161 | 2024.08.08 23:05:22.348124 [ 3 ] {} <Debug> HTTP-Session: 943a4fe1-875c-4da5-a51c-f8be877e79a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10162 | 2024.08.08 23:05:22.348140 [ 3 ] {} <Debug> HTTP-Session: 943a4fe1-875c-4da5-a51c-f8be877e79a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10163 | 2024.08.08 23:05:22.348153 [ 3 ] {} <Debug> HTTP-Session: 943a4fe1-875c-4da5-a51c-f8be877e79a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10164 | 2024.08.08 23:05:22.348184 [ 3 ] {} <Trace> HTTP-Session: 943a4fe1-875c-4da5-a51c-f8be877e79a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10165 | 2024.08.08 23:05:22.348380 [ 3 ] {26b9fb41-75e3-417b-a12e-82dd27e9f767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10166 | 2024.08.08 23:05:22.348422 [ 3 ] {26b9fb41-75e3-417b-a12e-82dd27e9f767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10167 | 2024.08.08 23:05:22.348546 [ 3 ] {26b9fb41-75e3-417b-a12e-82dd27e9f767} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10168 | 2024.08.08 23:05:22.349065 [ 3 ] {26b9fb41-75e3-417b-a12e-82dd27e9f767} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10169 | 2024.08.08 23:05:22.349101 [ 3 ] {26b9fb41-75e3-417b-a12e-82dd27e9f767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10170 | 2024.08.08 23:05:22.349419 [ 3 ] {26b9fb41-75e3-417b-a12e-82dd27e9f767} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10171 | 2024.08.08 23:05:22.349721 [ 3 ] {26b9fb41-75e3-417b-a12e-82dd27e9f767} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10172 | 2024.08.08 23:05:22.349869 [ 3 ] {26b9fb41-75e3-417b-a12e-82dd27e9f767} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001591 sec., 240100.56568196104 rows/sec., 16.86 MiB/sec. | ||
10173 | 2024.08.08 23:05:22.350038 [ 3 ] {26b9fb41-75e3-417b-a12e-82dd27e9f767} <Debug> DynamicQueryHandler: Done processing query | ||
10174 | 2024.08.08 23:05:22.350063 [ 3 ] {26b9fb41-75e3-417b-a12e-82dd27e9f767} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10175 | 2024.08.08 23:05:22.350079 [ 3 ] {} <Debug> HTTP-Session: 943a4fe1-875c-4da5-a51c-f8be877e79a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10176 | 2024.08.08 23:05:22.350194 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10177 | 2024.08.08 23:05:22.350243 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10178 | 2024.08.08 23:05:22.350262 [ 3 ] {} <Debug> HTTP-Session: 1e0c25d4-efbe-475e-b252-c235d7ddc29d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10179 | 2024.08.08 23:05:22.350278 [ 3 ] {} <Debug> HTTP-Session: 1e0c25d4-efbe-475e-b252-c235d7ddc29d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10180 | 2024.08.08 23:05:22.350292 [ 3 ] {} <Debug> HTTP-Session: 1e0c25d4-efbe-475e-b252-c235d7ddc29d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10181 | 2024.08.08 23:05:22.350322 [ 3 ] {} <Trace> HTTP-Session: 1e0c25d4-efbe-475e-b252-c235d7ddc29d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10182 | 2024.08.08 23:05:22.350417 [ 3 ] {b3f3c75b-2e84-43ad-a9ac-bd4577cc3d55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10183 | 2024.08.08 23:05:22.350463 [ 3 ] {b3f3c75b-2e84-43ad-a9ac-bd4577cc3d55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10184 | 2024.08.08 23:05:22.350591 [ 3 ] {b3f3c75b-2e84-43ad-a9ac-bd4577cc3d55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10185 | 2024.08.08 23:05:22.350858 [ 3 ] {b3f3c75b-2e84-43ad-a9ac-bd4577cc3d55} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10186 | 2024.08.08 23:05:22.350894 [ 3 ] {b3f3c75b-2e84-43ad-a9ac-bd4577cc3d55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10187 | 2024.08.08 23:05:22.351245 [ 3 ] {b3f3c75b-2e84-43ad-a9ac-bd4577cc3d55} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10188 | 2024.08.08 23:05:22.351569 [ 3 ] {b3f3c75b-2e84-43ad-a9ac-bd4577cc3d55} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10189 | 2024.08.08 23:05:22.351724 [ 3 ] {b3f3c75b-2e84-43ad-a9ac-bd4577cc3d55} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001327 sec., 4521.4770158251695 rows/sec., 194.28 KiB/sec. | ||
10190 | 2024.08.08 23:05:22.351994 [ 3 ] {b3f3c75b-2e84-43ad-a9ac-bd4577cc3d55} <Debug> DynamicQueryHandler: Done processing query | ||
10191 | 2024.08.08 23:05:22.352036 [ 3 ] {b3f3c75b-2e84-43ad-a9ac-bd4577cc3d55} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10192 | 2024.08.08 23:05:22.352053 [ 3 ] {} <Debug> HTTP-Session: 1e0c25d4-efbe-475e-b252-c235d7ddc29d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10193 | 2024.08.08 23:05:22.352162 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10194 | 2024.08.08 23:05:22.352211 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10195 | 2024.08.08 23:05:22.352229 [ 3 ] {} <Debug> HTTP-Session: f41a7818-3965-4838-9a12-31e6ca74f2a3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10196 | 2024.08.08 23:05:22.352245 [ 3 ] {} <Debug> HTTP-Session: f41a7818-3965-4838-9a12-31e6ca74f2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10197 | 2024.08.08 23:05:22.352258 [ 3 ] {} <Debug> HTTP-Session: f41a7818-3965-4838-9a12-31e6ca74f2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10198 | 2024.08.08 23:05:22.352289 [ 3 ] {} <Trace> HTTP-Session: f41a7818-3965-4838-9a12-31e6ca74f2a3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10199 | 2024.08.08 23:05:22.352409 [ 3 ] {fff95c1b-0769-4a3d-a089-d276d0fe33c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10200 | 2024.08.08 23:05:22.352455 [ 3 ] {fff95c1b-0769-4a3d-a089-d276d0fe33c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10201 | 2024.08.08 23:05:22.352616 [ 3 ] {fff95c1b-0769-4a3d-a089-d276d0fe33c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10202 | 2024.08.08 23:05:22.352931 [ 3 ] {fff95c1b-0769-4a3d-a089-d276d0fe33c6} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10203 | 2024.08.08 23:05:22.352966 [ 3 ] {fff95c1b-0769-4a3d-a089-d276d0fe33c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10204 | 2024.08.08 23:05:22.353325 [ 3 ] {fff95c1b-0769-4a3d-a089-d276d0fe33c6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
10205 | 2024.08.08 23:05:22.353650 [ 3 ] {fff95c1b-0769-4a3d-a089-d276d0fe33c6} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10206 | 2024.08.08 23:05:22.353803 [ 3 ] {fff95c1b-0769-4a3d-a089-d276d0fe33c6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001435 sec., 53658.53658536585 rows/sec., 3.30 MiB/sec. | ||
10207 | 2024.08.08 23:05:22.354017 [ 3 ] {fff95c1b-0769-4a3d-a089-d276d0fe33c6} <Debug> DynamicQueryHandler: Done processing query | ||
10208 | 2024.08.08 23:05:22.354043 [ 3 ] {fff95c1b-0769-4a3d-a089-d276d0fe33c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10209 | 2024.08.08 23:05:22.354058 [ 3 ] {} <Debug> HTTP-Session: f41a7818-3965-4838-9a12-31e6ca74f2a3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10210 | 2024.08.08 23:05:22.354212 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10211 | 2024.08.08 23:05:22.354261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10212 | 2024.08.08 23:05:22.354281 [ 3 ] {} <Debug> HTTP-Session: 546e25f5-f6f0-4e4e-83bf-8814d82e56ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10213 | 2024.08.08 23:05:22.354297 [ 3 ] {} <Debug> HTTP-Session: 546e25f5-f6f0-4e4e-83bf-8814d82e56ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10214 | 2024.08.08 23:05:22.354311 [ 3 ] {} <Debug> HTTP-Session: 546e25f5-f6f0-4e4e-83bf-8814d82e56ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10215 | 2024.08.08 23:05:22.354340 [ 3 ] {} <Trace> HTTP-Session: 546e25f5-f6f0-4e4e-83bf-8814d82e56ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10216 | 2024.08.08 23:05:22.354503 [ 3 ] {c36cbee0-0545-4838-a988-e27f28ba18cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10217 | 2024.08.08 23:05:22.354547 [ 3 ] {c36cbee0-0545-4838-a988-e27f28ba18cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10218 | 2024.08.08 23:05:22.354691 [ 3 ] {c36cbee0-0545-4838-a988-e27f28ba18cb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10219 | 2024.08.08 23:05:22.355081 [ 3 ] {c36cbee0-0545-4838-a988-e27f28ba18cb} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10220 | 2024.08.08 23:05:22.355117 [ 3 ] {c36cbee0-0545-4838-a988-e27f28ba18cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10221 | 2024.08.08 23:05:22.355479 [ 3 ] {c36cbee0-0545-4838-a988-e27f28ba18cb} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10222 | 2024.08.08 23:05:22.355803 [ 3 ] {c36cbee0-0545-4838-a988-e27f28ba18cb} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10223 | 2024.08.08 23:05:22.355954 [ 3 ] {c36cbee0-0545-4838-a988-e27f28ba18cb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00153 sec., 104575.16339869282 rows/sec., 7.28 MiB/sec. | ||
10224 | 2024.08.08 23:05:22.356120 [ 3 ] {c36cbee0-0545-4838-a988-e27f28ba18cb} <Debug> DynamicQueryHandler: Done processing query | ||
10225 | 2024.08.08 23:05:22.356144 [ 3 ] {c36cbee0-0545-4838-a988-e27f28ba18cb} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10226 | 2024.08.08 23:05:22.356160 [ 3 ] {} <Debug> HTTP-Session: 546e25f5-f6f0-4e4e-83bf-8814d82e56ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10227 | 2024.08.08 23:05:22.356266 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10228 | 2024.08.08 23:05:22.356314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10229 | 2024.08.08 23:05:22.356333 [ 3 ] {} <Debug> HTTP-Session: 3c148fe7-0487-47dc-bff0-de540f8c59de Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10230 | 2024.08.08 23:05:22.356348 [ 3 ] {} <Debug> HTTP-Session: 3c148fe7-0487-47dc-bff0-de540f8c59de Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10231 | 2024.08.08 23:05:22.356362 [ 3 ] {} <Debug> HTTP-Session: 3c148fe7-0487-47dc-bff0-de540f8c59de Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10232 | 2024.08.08 23:05:22.356392 [ 3 ] {} <Trace> HTTP-Session: 3c148fe7-0487-47dc-bff0-de540f8c59de Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10233 | 2024.08.08 23:05:22.356493 [ 3 ] {9ada98d2-f01a-47b8-8f00-f28c14df52be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10234 | 2024.08.08 23:05:22.356536 [ 3 ] {9ada98d2-f01a-47b8-8f00-f28c14df52be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10235 | 2024.08.08 23:05:22.356661 [ 3 ] {9ada98d2-f01a-47b8-8f00-f28c14df52be} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10236 | 2024.08.08 23:05:22.357000 [ 3 ] {9ada98d2-f01a-47b8-8f00-f28c14df52be} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10237 | 2024.08.08 23:05:22.357036 [ 3 ] {9ada98d2-f01a-47b8-8f00-f28c14df52be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10238 | 2024.08.08 23:05:22.357385 [ 3 ] {9ada98d2-f01a-47b8-8f00-f28c14df52be} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10239 | 2024.08.08 23:05:22.357701 [ 3 ] {9ada98d2-f01a-47b8-8f00-f28c14df52be} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10240 | 2024.08.08 23:05:22.357831 [ 3 ] {9ada98d2-f01a-47b8-8f00-f28c14df52be} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001365 sec., 16849.816849816852 rows/sec., 911.46 KiB/sec. | ||
10241 | 2024.08.08 23:05:22.358024 [ 3 ] {9ada98d2-f01a-47b8-8f00-f28c14df52be} <Debug> DynamicQueryHandler: Done processing query | ||
10242 | 2024.08.08 23:05:22.358049 [ 3 ] {9ada98d2-f01a-47b8-8f00-f28c14df52be} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10243 | 2024.08.08 23:05:22.358065 [ 3 ] {} <Debug> HTTP-Session: 3c148fe7-0487-47dc-bff0-de540f8c59de Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10244 | 2024.08.08 23:05:22.358173 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10245 | 2024.08.08 23:05:22.358221 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10246 | 2024.08.08 23:05:22.358241 [ 3 ] {} <Debug> HTTP-Session: 1fa2a17c-0f7d-42e1-87ca-44dcdbc1e35d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10247 | 2024.08.08 23:05:22.358257 [ 3 ] {} <Debug> HTTP-Session: 1fa2a17c-0f7d-42e1-87ca-44dcdbc1e35d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10248 | 2024.08.08 23:05:22.358270 [ 3 ] {} <Debug> HTTP-Session: 1fa2a17c-0f7d-42e1-87ca-44dcdbc1e35d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10249 | 2024.08.08 23:05:22.358300 [ 3 ] {} <Trace> HTTP-Session: 1fa2a17c-0f7d-42e1-87ca-44dcdbc1e35d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10250 | 2024.08.08 23:05:22.358430 [ 3 ] {72d29627-63e1-4bc9-8551-ca19666981e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10251 | 2024.08.08 23:05:22.358473 [ 3 ] {72d29627-63e1-4bc9-8551-ca19666981e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10252 | 2024.08.08 23:05:22.358609 [ 3 ] {72d29627-63e1-4bc9-8551-ca19666981e8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10253 | 2024.08.08 23:05:22.358926 [ 3 ] {72d29627-63e1-4bc9-8551-ca19666981e8} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10254 | 2024.08.08 23:05:22.358963 [ 3 ] {72d29627-63e1-4bc9-8551-ca19666981e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10255 | 2024.08.08 23:05:22.359310 [ 3 ] {72d29627-63e1-4bc9-8551-ca19666981e8} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
10256 | 2024.08.08 23:05:22.359632 [ 3 ] {72d29627-63e1-4bc9-8551-ca19666981e8} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10257 | 2024.08.08 23:05:22.359786 [ 3 ] {72d29627-63e1-4bc9-8551-ca19666981e8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001407 sec., 42643.923240938166 rows/sec., 2.87 MiB/sec. | ||
10258 | 2024.08.08 23:05:22.359948 [ 3 ] {72d29627-63e1-4bc9-8551-ca19666981e8} <Debug> DynamicQueryHandler: Done processing query | ||
10259 | 2024.08.08 23:05:22.359972 [ 3 ] {72d29627-63e1-4bc9-8551-ca19666981e8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10260 | 2024.08.08 23:05:22.359988 [ 3 ] {} <Debug> HTTP-Session: 1fa2a17c-0f7d-42e1-87ca-44dcdbc1e35d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10261 | 2024.08.08 23:05:23.181094 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10262 | 2024.08.08 23:05:23.181169 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10263 | 2024.08.08 23:05:27.342094 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10264 | 2024.08.08 23:05:27.342225 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10265 | 2024.08.08 23:05:27.342256 [ 3 ] {} <Debug> HTTP-Session: b3828ca1-c8e5-4681-9c5a-60fab8cfbe9a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10266 | 2024.08.08 23:05:27.342284 [ 3 ] {} <Debug> HTTP-Session: b3828ca1-c8e5-4681-9c5a-60fab8cfbe9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10267 | 2024.08.08 23:05:27.342301 [ 3 ] {} <Debug> HTTP-Session: b3828ca1-c8e5-4681-9c5a-60fab8cfbe9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10268 | 2024.08.08 23:05:27.342356 [ 3 ] {} <Trace> HTTP-Session: b3828ca1-c8e5-4681-9c5a-60fab8cfbe9a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10269 | 2024.08.08 23:05:27.342568 [ 3 ] {8e3e09bd-0b76-478b-918a-950db10982b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10270 | 2024.08.08 23:05:27.342649 [ 3 ] {8e3e09bd-0b76-478b-918a-950db10982b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10271 | 2024.08.08 23:05:27.342850 [ 3 ] {8e3e09bd-0b76-478b-918a-950db10982b7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10272 | 2024.08.08 23:05:27.343390 [ 3 ] {8e3e09bd-0b76-478b-918a-950db10982b7} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10273 | 2024.08.08 23:05:27.343435 [ 3 ] {8e3e09bd-0b76-478b-918a-950db10982b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10274 | 2024.08.08 23:05:27.343823 [ 3 ] {8e3e09bd-0b76-478b-918a-950db10982b7} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
10275 | 2024.08.08 23:05:27.344145 [ 3 ] {8e3e09bd-0b76-478b-918a-950db10982b7} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10276 | 2024.08.08 23:05:27.344317 [ 3 ] {8e3e09bd-0b76-478b-918a-950db10982b7} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001816 sec., 18171.806167400882 rows/sec., 1.44 MiB/sec. | ||
10277 | 2024.08.08 23:05:27.344332 [ 147 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
10278 | 2024.08.08 23:05:27.344432 [ 147 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10279 | 2024.08.08 23:05:27.344485 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10280 | 2024.08.08 23:05:27.344621 [ 3 ] {8e3e09bd-0b76-478b-918a-950db10982b7} <Debug> DynamicQueryHandler: Done processing query | ||
10281 | 2024.08.08 23:05:27.344648 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
10282 | 2024.08.08 23:05:27.344664 [ 3 ] {8e3e09bd-0b76-478b-918a-950db10982b7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10283 | 2024.08.08 23:05:27.344718 [ 3 ] {} <Debug> HTTP-Session: b3828ca1-c8e5-4681-9c5a-60fab8cfbe9a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10284 | 2024.08.08 23:05:27.344845 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10285 | 2024.08.08 23:05:27.344885 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10286 | 2024.08.08 23:05:27.344908 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 39 rows starting from the beginning of the part | ||
10287 | 2024.08.08 23:05:27.344991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10288 | 2024.08.08 23:05:27.345103 [ 3 ] {} <Debug> HTTP-Session: 4c516e02-cd8f-44e6-972d-63d962431309 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10289 | 2024.08.08 23:05:27.345119 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 33 rows starting from the beginning of the part | ||
10290 | 2024.08.08 23:05:27.345168 [ 3 ] {} <Debug> HTTP-Session: 4c516e02-cd8f-44e6-972d-63d962431309 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10291 | 2024.08.08 23:05:27.345270 [ 3 ] {} <Debug> HTTP-Session: 4c516e02-cd8f-44e6-972d-63d962431309 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10292 | 2024.08.08 23:05:27.345319 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
10293 | 2024.08.08 23:05:27.345404 [ 3 ] {} <Trace> HTTP-Session: 4c516e02-cd8f-44e6-972d-63d962431309 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10294 | 2024.08.08 23:05:27.345742 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 33 rows starting from the beginning of the part | ||
10295 | 2024.08.08 23:05:27.345907 [ 3 ] {dc5e189a-1d1e-4f48-9a8f-5eaa1aea72cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10296 | 2024.08.08 23:05:27.346125 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
10297 | 2024.08.08 23:05:27.346140 [ 3 ] {dc5e189a-1d1e-4f48-9a8f-5eaa1aea72cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10298 | 2024.08.08 23:05:27.346425 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 33 rows starting from the beginning of the part | ||
10299 | 2024.08.08 23:05:27.347107 [ 3 ] {dc5e189a-1d1e-4f48-9a8f-5eaa1aea72cf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10300 | 2024.08.08 23:05:27.347891 [ 3 ] {dc5e189a-1d1e-4f48-9a8f-5eaa1aea72cf} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10301 | 2024.08.08 23:05:27.347955 [ 3 ] {dc5e189a-1d1e-4f48-9a8f-5eaa1aea72cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10302 | 2024.08.08 23:05:27.348866 [ 3 ] {dc5e189a-1d1e-4f48-9a8f-5eaa1aea72cf} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
10303 | 2024.08.08 23:05:27.349087 [ 190 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.004512353 sec., 33242.08012981254 rows/sec., 2.52 MiB/sec. | ||
10304 | 2024.08.08 23:05:27.349357 [ 190 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
10305 | 2024.08.08 23:05:27.349545 [ 3 ] {dc5e189a-1d1e-4f48-9a8f-5eaa1aea72cf} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10306 | 2024.08.08 23:05:27.349968 [ 3 ] {dc5e189a-1d1e-4f48-9a8f-5eaa1aea72cf} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004223 sec., 473.5969689793985 rows/sec., 38.62 KiB/sec. | ||
10307 | 2024.08.08 23:05:27.350340 [ 3 ] {dc5e189a-1d1e-4f48-9a8f-5eaa1aea72cf} <Debug> DynamicQueryHandler: Done processing query | ||
10308 | 2024.08.08 23:05:27.350393 [ 3 ] {dc5e189a-1d1e-4f48-9a8f-5eaa1aea72cf} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10309 | 2024.08.08 23:05:27.350397 [ 198 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10310 | 2024.08.08 23:05:27.350422 [ 3 ] {} <Debug> HTTP-Session: 4c516e02-cd8f-44e6-972d-63d962431309 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10311 | 2024.08.08 23:05:27.350560 [ 198 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_51_10} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
10312 | 2024.08.08 23:05:27.350614 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10313 | 2024.08.08 23:05:27.350720 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10314 | 2024.08.08 23:05:27.350735 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
10315 | 2024.08.08 23:05:27.350752 [ 3 ] {} <Debug> HTTP-Session: 1d8e82a0-685b-4a72-a12a-921952dbc4a9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10316 | 2024.08.08 23:05:27.350795 [ 3 ] {} <Debug> HTTP-Session: 1d8e82a0-685b-4a72-a12a-921952dbc4a9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10317 | 2024.08.08 23:05:27.350810 [ 3 ] {} <Debug> HTTP-Session: 1d8e82a0-685b-4a72-a12a-921952dbc4a9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10318 | 2024.08.08 23:05:27.350844 [ 3 ] {} <Trace> HTTP-Session: 1d8e82a0-685b-4a72-a12a-921952dbc4a9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10319 | 2024.08.08 23:05:27.350998 [ 3 ] {97b07c2f-6499-4a3f-8edd-e27de9e2e9d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10320 | 2024.08.08 23:05:27.351042 [ 3 ] {97b07c2f-6499-4a3f-8edd-e27de9e2e9d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10321 | 2024.08.08 23:05:27.351188 [ 3 ] {97b07c2f-6499-4a3f-8edd-e27de9e2e9d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10322 | 2024.08.08 23:05:27.351603 [ 3 ] {97b07c2f-6499-4a3f-8edd-e27de9e2e9d4} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10323 | 2024.08.08 23:05:27.351640 [ 3 ] {97b07c2f-6499-4a3f-8edd-e27de9e2e9d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10324 | 2024.08.08 23:05:27.351964 [ 3 ] {97b07c2f-6499-4a3f-8edd-e27de9e2e9d4} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10325 | 2024.08.08 23:05:27.352282 [ 3 ] {97b07c2f-6499-4a3f-8edd-e27de9e2e9d4} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10326 | 2024.08.08 23:05:27.352430 [ 3 ] {97b07c2f-6499-4a3f-8edd-e27de9e2e9d4} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001496 sec., 104278.07486631017 rows/sec., 8.73 MiB/sec. | ||
10327 | 2024.08.08 23:05:27.352627 [ 3 ] {97b07c2f-6499-4a3f-8edd-e27de9e2e9d4} <Debug> DynamicQueryHandler: Done processing query | ||
10328 | 2024.08.08 23:05:27.352664 [ 3 ] {97b07c2f-6499-4a3f-8edd-e27de9e2e9d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10329 | 2024.08.08 23:05:27.352697 [ 3 ] {} <Debug> HTTP-Session: 1d8e82a0-685b-4a72-a12a-921952dbc4a9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10330 | 2024.08.08 23:05:27.352828 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10331 | 2024.08.08 23:05:27.352879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10332 | 2024.08.08 23:05:27.352899 [ 3 ] {} <Debug> HTTP-Session: ba75d57c-c982-4eb4-9697-361bc950d527 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10333 | 2024.08.08 23:05:27.352916 [ 3 ] {} <Debug> HTTP-Session: ba75d57c-c982-4eb4-9697-361bc950d527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10334 | 2024.08.08 23:05:27.352930 [ 3 ] {} <Debug> HTTP-Session: ba75d57c-c982-4eb4-9697-361bc950d527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10335 | 2024.08.08 23:05:27.352963 [ 3 ] {} <Trace> HTTP-Session: ba75d57c-c982-4eb4-9697-361bc950d527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10336 | 2024.08.08 23:05:27.353059 [ 3 ] {2c230706-d13b-4748-b638-14da171b9052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10337 | 2024.08.08 23:05:27.353103 [ 3 ] {2c230706-d13b-4748-b638-14da171b9052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10338 | 2024.08.08 23:05:27.353231 [ 3 ] {2c230706-d13b-4748-b638-14da171b9052} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10339 | 2024.08.08 23:05:27.353513 [ 3 ] {2c230706-d13b-4748-b638-14da171b9052} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10340 | 2024.08.08 23:05:27.353550 [ 3 ] {2c230706-d13b-4748-b638-14da171b9052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10341 | 2024.08.08 23:05:27.353853 [ 3 ] {2c230706-d13b-4748-b638-14da171b9052} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
10342 | 2024.08.08 23:05:27.354155 [ 3 ] {2c230706-d13b-4748-b638-14da171b9052} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10343 | 2024.08.08 23:05:27.354306 [ 3 ] {2c230706-d13b-4748-b638-14da171b9052} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001266 sec., 1579.778830963665 rows/sec., 110.31 KiB/sec. | ||
10344 | 2024.08.08 23:05:27.354626 [ 3 ] {2c230706-d13b-4748-b638-14da171b9052} <Debug> DynamicQueryHandler: Done processing query | ||
10345 | 2024.08.08 23:05:27.354653 [ 3 ] {2c230706-d13b-4748-b638-14da171b9052} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10346 | 2024.08.08 23:05:27.354668 [ 3 ] {} <Debug> HTTP-Session: ba75d57c-c982-4eb4-9697-361bc950d527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10347 | 2024.08.08 23:05:27.354840 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10348 | 2024.08.08 23:05:27.354890 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10349 | 2024.08.08 23:05:27.354910 [ 3 ] {} <Debug> HTTP-Session: 2fa179b2-c859-4580-b6f8-cb8460b04ec3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10350 | 2024.08.08 23:05:27.354925 [ 3 ] {} <Debug> HTTP-Session: 2fa179b2-c859-4580-b6f8-cb8460b04ec3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10351 | 2024.08.08 23:05:27.354939 [ 3 ] {} <Debug> HTTP-Session: 2fa179b2-c859-4580-b6f8-cb8460b04ec3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10352 | 2024.08.08 23:05:27.354970 [ 3 ] {} <Trace> HTTP-Session: 2fa179b2-c859-4580-b6f8-cb8460b04ec3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10353 | 2024.08.08 23:05:27.355114 [ 3 ] {adfc6ea3-bcb9-407c-b9f0-3d50fd5e29a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10354 | 2024.08.08 23:05:27.355158 [ 3 ] {adfc6ea3-bcb9-407c-b9f0-3d50fd5e29a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10355 | 2024.08.08 23:05:27.355304 [ 3 ] {adfc6ea3-bcb9-407c-b9f0-3d50fd5e29a3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10356 | 2024.08.08 23:05:27.355652 [ 3 ] {adfc6ea3-bcb9-407c-b9f0-3d50fd5e29a3} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10357 | 2024.08.08 23:05:27.355688 [ 3 ] {adfc6ea3-bcb9-407c-b9f0-3d50fd5e29a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10358 | 2024.08.08 23:05:27.355999 [ 3 ] {adfc6ea3-bcb9-407c-b9f0-3d50fd5e29a3} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10359 | 2024.08.08 23:05:27.356302 [ 3 ] {adfc6ea3-bcb9-407c-b9f0-3d50fd5e29a3} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10360 | 2024.08.08 23:05:27.356457 [ 3 ] {adfc6ea3-bcb9-407c-b9f0-3d50fd5e29a3} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.001395 sec., 70967.74193548388 rows/sec., 5.54 MiB/sec. | ||
10361 | 2024.08.08 23:05:27.356683 [ 3 ] {adfc6ea3-bcb9-407c-b9f0-3d50fd5e29a3} <Debug> DynamicQueryHandler: Done processing query | ||
10362 | 2024.08.08 23:05:27.356708 [ 3 ] {adfc6ea3-bcb9-407c-b9f0-3d50fd5e29a3} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10363 | 2024.08.08 23:05:27.356724 [ 3 ] {} <Debug> HTTP-Session: 2fa179b2-c859-4580-b6f8-cb8460b04ec3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10364 | 2024.08.08 23:05:27.356874 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30862, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10365 | 2024.08.08 23:05:27.356924 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10366 | 2024.08.08 23:05:27.356943 [ 3 ] {} <Debug> HTTP-Session: a9ce016b-aec0-4557-8b51-bb67b70a8a02 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10367 | 2024.08.08 23:05:27.356959 [ 3 ] {} <Debug> HTTP-Session: a9ce016b-aec0-4557-8b51-bb67b70a8a02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10368 | 2024.08.08 23:05:27.356974 [ 3 ] {} <Debug> HTTP-Session: a9ce016b-aec0-4557-8b51-bb67b70a8a02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10369 | 2024.08.08 23:05:27.357005 [ 3 ] {} <Trace> HTTP-Session: a9ce016b-aec0-4557-8b51-bb67b70a8a02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10370 | 2024.08.08 23:05:27.357157 [ 3 ] {fd94fe84-b268-408a-bac6-8a7df4818f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10371 | 2024.08.08 23:05:27.357203 [ 3 ] {fd94fe84-b268-408a-bac6-8a7df4818f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10372 | 2024.08.08 23:05:27.357347 [ 3 ] {fd94fe84-b268-408a-bac6-8a7df4818f84} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10373 | 2024.08.08 23:05:27.357744 [ 3 ] {fd94fe84-b268-408a-bac6-8a7df4818f84} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10374 | 2024.08.08 23:05:27.357781 [ 3 ] {fd94fe84-b268-408a-bac6-8a7df4818f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10375 | 2024.08.08 23:05:27.358167 [ 3 ] {fd94fe84-b268-408a-bac6-8a7df4818f84} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10376 | 2024.08.08 23:05:27.358506 [ 3 ] {fd94fe84-b268-408a-bac6-8a7df4818f84} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10377 | 2024.08.08 23:05:27.358662 [ 3 ] {fd94fe84-b268-408a-bac6-8a7df4818f84} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001572 sec., 102417.30279898219 rows/sec., 7.13 MiB/sec. | ||
10378 | 2024.08.08 23:05:27.358828 [ 3 ] {fd94fe84-b268-408a-bac6-8a7df4818f84} <Debug> DynamicQueryHandler: Done processing query | ||
10379 | 2024.08.08 23:05:27.358853 [ 3 ] {fd94fe84-b268-408a-bac6-8a7df4818f84} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10380 | 2024.08.08 23:05:27.358869 [ 3 ] {} <Debug> HTTP-Session: a9ce016b-aec0-4557-8b51-bb67b70a8a02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10381 | 2024.08.08 23:05:27.359087 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10382 | 2024.08.08 23:05:27.359136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10383 | 2024.08.08 23:05:27.359156 [ 3 ] {} <Debug> HTTP-Session: 3f493e73-c9a2-43c7-b689-0499299ac923 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10384 | 2024.08.08 23:05:27.359172 [ 3 ] {} <Debug> HTTP-Session: 3f493e73-c9a2-43c7-b689-0499299ac923 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10385 | 2024.08.08 23:05:27.359186 [ 3 ] {} <Debug> HTTP-Session: 3f493e73-c9a2-43c7-b689-0499299ac923 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10386 | 2024.08.08 23:05:27.359217 [ 3 ] {} <Trace> HTTP-Session: 3f493e73-c9a2-43c7-b689-0499299ac923 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10387 | 2024.08.08 23:05:27.359579 [ 3 ] {1d282ecd-3c12-4dca-aeb1-763cd0772b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10388 | 2024.08.08 23:05:27.359645 [ 3 ] {1d282ecd-3c12-4dca-aeb1-763cd0772b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10389 | 2024.08.08 23:05:27.360063 [ 3 ] {1d282ecd-3c12-4dca-aeb1-763cd0772b18} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10390 | 2024.08.08 23:05:27.360765 [ 3 ] {1d282ecd-3c12-4dca-aeb1-763cd0772b18} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10391 | 2024.08.08 23:05:27.360802 [ 3 ] {1d282ecd-3c12-4dca-aeb1-763cd0772b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10392 | 2024.08.08 23:05:27.361431 [ 3 ] {1d282ecd-3c12-4dca-aeb1-763cd0772b18} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
10393 | 2024.08.08 23:05:27.361842 [ 3 ] {1d282ecd-3c12-4dca-aeb1-763cd0772b18} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10394 | 2024.08.08 23:05:27.362060 [ 3 ] {1d282ecd-3c12-4dca-aeb1-763cd0772b18} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002737 sec., 12056.99671172817 rows/sec., 21.61 MiB/sec. | ||
10395 | 2024.08.08 23:05:27.362676 [ 3 ] {1d282ecd-3c12-4dca-aeb1-763cd0772b18} <Debug> DynamicQueryHandler: Done processing query | ||
10396 | 2024.08.08 23:05:27.362701 [ 3 ] {1d282ecd-3c12-4dca-aeb1-763cd0772b18} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10397 | 2024.08.08 23:05:27.362717 [ 3 ] {} <Debug> HTTP-Session: 3f493e73-c9a2-43c7-b689-0499299ac923 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10398 | 2024.08.08 23:05:27.362845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10399 | 2024.08.08 23:05:27.362894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10400 | 2024.08.08 23:05:27.362914 [ 3 ] {} <Debug> HTTP-Session: c5d57ae4-428a-418a-90b6-ab5d3bf24289 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10401 | 2024.08.08 23:05:27.362931 [ 3 ] {} <Debug> HTTP-Session: c5d57ae4-428a-418a-90b6-ab5d3bf24289 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10402 | 2024.08.08 23:05:27.362945 [ 3 ] {} <Debug> HTTP-Session: c5d57ae4-428a-418a-90b6-ab5d3bf24289 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10403 | 2024.08.08 23:05:27.362976 [ 3 ] {} <Trace> HTTP-Session: c5d57ae4-428a-418a-90b6-ab5d3bf24289 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10404 | 2024.08.08 23:05:27.363115 [ 3 ] {40dbd6f8-58f2-48b1-bd09-30bd665caa80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10405 | 2024.08.08 23:05:27.363159 [ 3 ] {40dbd6f8-58f2-48b1-bd09-30bd665caa80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10406 | 2024.08.08 23:05:27.363306 [ 3 ] {40dbd6f8-58f2-48b1-bd09-30bd665caa80} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10407 | 2024.08.08 23:05:27.363625 [ 3 ] {40dbd6f8-58f2-48b1-bd09-30bd665caa80} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10408 | 2024.08.08 23:05:27.363661 [ 3 ] {40dbd6f8-58f2-48b1-bd09-30bd665caa80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10409 | 2024.08.08 23:05:27.364025 [ 3 ] {40dbd6f8-58f2-48b1-bd09-30bd665caa80} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
10410 | 2024.08.08 23:05:27.364352 [ 3 ] {40dbd6f8-58f2-48b1-bd09-30bd665caa80} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10411 | 2024.08.08 23:05:27.364513 [ 3 ] {40dbd6f8-58f2-48b1-bd09-30bd665caa80} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001454 sec., 41265.474552957356 rows/sec., 2.78 MiB/sec. | ||
10412 | 2024.08.08 23:05:27.364676 [ 3 ] {40dbd6f8-58f2-48b1-bd09-30bd665caa80} <Debug> DynamicQueryHandler: Done processing query | ||
10413 | 2024.08.08 23:05:27.364700 [ 3 ] {40dbd6f8-58f2-48b1-bd09-30bd665caa80} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10414 | 2024.08.08 23:05:27.364715 [ 3 ] {} <Debug> HTTP-Session: c5d57ae4-428a-418a-90b6-ab5d3bf24289 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10415 | 2024.08.08 23:05:32.344081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10416 | 2024.08.08 23:05:32.344216 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10417 | 2024.08.08 23:05:32.344247 [ 3 ] {} <Debug> HTTP-Session: 90773780-f5a5-44ae-a7ae-385a63040d50 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10418 | 2024.08.08 23:05:32.344273 [ 3 ] {} <Debug> HTTP-Session: 90773780-f5a5-44ae-a7ae-385a63040d50 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10419 | 2024.08.08 23:05:32.344291 [ 3 ] {} <Debug> HTTP-Session: 90773780-f5a5-44ae-a7ae-385a63040d50 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10420 | 2024.08.08 23:05:32.344346 [ 3 ] {} <Trace> HTTP-Session: 90773780-f5a5-44ae-a7ae-385a63040d50 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10421 | 2024.08.08 23:05:32.344542 [ 3 ] {fe86f6e4-07ba-4509-8bbd-b132ce59958a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10422 | 2024.08.08 23:05:32.344615 [ 3 ] {fe86f6e4-07ba-4509-8bbd-b132ce59958a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10423 | 2024.08.08 23:05:32.344817 [ 3 ] {fe86f6e4-07ba-4509-8bbd-b132ce59958a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10424 | 2024.08.08 23:05:32.345273 [ 3 ] {fe86f6e4-07ba-4509-8bbd-b132ce59958a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10425 | 2024.08.08 23:05:32.345318 [ 3 ] {fe86f6e4-07ba-4509-8bbd-b132ce59958a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10426 | 2024.08.08 23:05:32.345682 [ 3 ] {fe86f6e4-07ba-4509-8bbd-b132ce59958a} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
10427 | 2024.08.08 23:05:32.346006 [ 3 ] {fe86f6e4-07ba-4509-8bbd-b132ce59958a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10428 | 2024.08.08 23:05:32.346161 [ 3 ] {fe86f6e4-07ba-4509-8bbd-b132ce59958a} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001677 sec., 3577.8175313059032 rows/sec., 202.65 KiB/sec. | ||
10429 | 2024.08.08 23:05:32.346393 [ 3 ] {fe86f6e4-07ba-4509-8bbd-b132ce59958a} <Debug> DynamicQueryHandler: Done processing query | ||
10430 | 2024.08.08 23:05:32.346419 [ 3 ] {fe86f6e4-07ba-4509-8bbd-b132ce59958a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10431 | 2024.08.08 23:05:32.346436 [ 3 ] {} <Debug> HTTP-Session: 90773780-f5a5-44ae-a7ae-385a63040d50 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10432 | 2024.08.08 23:05:32.346635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10433 | 2024.08.08 23:05:32.346692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10434 | 2024.08.08 23:05:32.346712 [ 3 ] {} <Debug> HTTP-Session: 6e4e73d6-e19d-4cd7-8009-aa206b32ec8f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10435 | 2024.08.08 23:05:32.346731 [ 3 ] {} <Debug> HTTP-Session: 6e4e73d6-e19d-4cd7-8009-aa206b32ec8f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10436 | 2024.08.08 23:05:32.346744 [ 3 ] {} <Debug> HTTP-Session: 6e4e73d6-e19d-4cd7-8009-aa206b32ec8f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10437 | 2024.08.08 23:05:32.346780 [ 3 ] {} <Trace> HTTP-Session: 6e4e73d6-e19d-4cd7-8009-aa206b32ec8f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10438 | 2024.08.08 23:05:32.346927 [ 3 ] {5dde93ff-4f31-43d4-b2b5-b4a0baef6d19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10439 | 2024.08.08 23:05:32.346973 [ 3 ] {5dde93ff-4f31-43d4-b2b5-b4a0baef6d19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10440 | 2024.08.08 23:05:32.347109 [ 3 ] {5dde93ff-4f31-43d4-b2b5-b4a0baef6d19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10441 | 2024.08.08 23:05:32.347555 [ 3 ] {5dde93ff-4f31-43d4-b2b5-b4a0baef6d19} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10442 | 2024.08.08 23:05:32.347593 [ 3 ] {5dde93ff-4f31-43d4-b2b5-b4a0baef6d19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10443 | 2024.08.08 23:05:32.347906 [ 3 ] {5dde93ff-4f31-43d4-b2b5-b4a0baef6d19} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10444 | 2024.08.08 23:05:32.348225 [ 3 ] {5dde93ff-4f31-43d4-b2b5-b4a0baef6d19} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10445 | 2024.08.08 23:05:32.348377 [ 3 ] {5dde93ff-4f31-43d4-b2b5-b4a0baef6d19} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001513 sec., 106411.10376734963 rows/sec., 9.38 MiB/sec. | ||
10446 | 2024.08.08 23:05:32.348555 [ 3 ] {5dde93ff-4f31-43d4-b2b5-b4a0baef6d19} <Debug> DynamicQueryHandler: Done processing query | ||
10447 | 2024.08.08 23:05:32.348580 [ 3 ] {5dde93ff-4f31-43d4-b2b5-b4a0baef6d19} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10448 | 2024.08.08 23:05:32.348596 [ 3 ] {} <Debug> HTTP-Session: 6e4e73d6-e19d-4cd7-8009-aa206b32ec8f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10449 | 2024.08.08 23:05:32.348798 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10450 | 2024.08.08 23:05:32.348851 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10451 | 2024.08.08 23:05:32.348870 [ 3 ] {} <Debug> HTTP-Session: 7571cd03-069d-4520-bd9b-9f7578ddc1a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10452 | 2024.08.08 23:05:32.348888 [ 3 ] {} <Debug> HTTP-Session: 7571cd03-069d-4520-bd9b-9f7578ddc1a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10453 | 2024.08.08 23:05:32.348902 [ 3 ] {} <Debug> HTTP-Session: 7571cd03-069d-4520-bd9b-9f7578ddc1a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10454 | 2024.08.08 23:05:32.348935 [ 3 ] {} <Trace> HTTP-Session: 7571cd03-069d-4520-bd9b-9f7578ddc1a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10455 | 2024.08.08 23:05:32.349138 [ 3 ] {78f29c84-7aa2-4df5-9869-82bb623495e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10456 | 2024.08.08 23:05:32.349182 [ 3 ] {78f29c84-7aa2-4df5-9869-82bb623495e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10457 | 2024.08.08 23:05:32.349308 [ 3 ] {78f29c84-7aa2-4df5-9869-82bb623495e4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10458 | 2024.08.08 23:05:32.349854 [ 3 ] {78f29c84-7aa2-4df5-9869-82bb623495e4} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10459 | 2024.08.08 23:05:32.349891 [ 3 ] {78f29c84-7aa2-4df5-9869-82bb623495e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10460 | 2024.08.08 23:05:32.350210 [ 3 ] {78f29c84-7aa2-4df5-9869-82bb623495e4} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10461 | 2024.08.08 23:05:32.350508 [ 3 ] {78f29c84-7aa2-4df5-9869-82bb623495e4} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10462 | 2024.08.08 23:05:32.350656 [ 3 ] {78f29c84-7aa2-4df5-9869-82bb623495e4} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001624 sec., 235221.67487684728 rows/sec., 16.52 MiB/sec. | ||
10463 | 2024.08.08 23:05:32.350885 [ 3 ] {78f29c84-7aa2-4df5-9869-82bb623495e4} <Debug> DynamicQueryHandler: Done processing query | ||
10464 | 2024.08.08 23:05:32.350945 [ 3 ] {78f29c84-7aa2-4df5-9869-82bb623495e4} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10465 | 2024.08.08 23:05:32.351041 [ 3 ] {} <Debug> HTTP-Session: 7571cd03-069d-4520-bd9b-9f7578ddc1a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10466 | 2024.08.08 23:05:32.351209 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10467 | 2024.08.08 23:05:32.351262 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10468 | 2024.08.08 23:05:32.351282 [ 3 ] {} <Debug> HTTP-Session: ad79875d-7619-43fe-bcc3-78927ebaf2f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10469 | 2024.08.08 23:05:32.351299 [ 3 ] {} <Debug> HTTP-Session: ad79875d-7619-43fe-bcc3-78927ebaf2f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10470 | 2024.08.08 23:05:32.351313 [ 3 ] {} <Debug> HTTP-Session: ad79875d-7619-43fe-bcc3-78927ebaf2f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10471 | 2024.08.08 23:05:32.351346 [ 3 ] {} <Trace> HTTP-Session: ad79875d-7619-43fe-bcc3-78927ebaf2f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10472 | 2024.08.08 23:05:32.351446 [ 3 ] {ec51d07d-8444-40b7-954e-50f80b0bb9fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10473 | 2024.08.08 23:05:32.351493 [ 3 ] {ec51d07d-8444-40b7-954e-50f80b0bb9fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10474 | 2024.08.08 23:05:32.351638 [ 3 ] {ec51d07d-8444-40b7-954e-50f80b0bb9fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10475 | 2024.08.08 23:05:32.351917 [ 3 ] {ec51d07d-8444-40b7-954e-50f80b0bb9fb} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10476 | 2024.08.08 23:05:32.351952 [ 3 ] {ec51d07d-8444-40b7-954e-50f80b0bb9fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10477 | 2024.08.08 23:05:32.352310 [ 3 ] {ec51d07d-8444-40b7-954e-50f80b0bb9fb} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10478 | 2024.08.08 23:05:32.352626 [ 3 ] {ec51d07d-8444-40b7-954e-50f80b0bb9fb} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10479 | 2024.08.08 23:05:32.352786 [ 3 ] {ec51d07d-8444-40b7-954e-50f80b0bb9fb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001358 sec., 4418.262150220913 rows/sec., 189.85 KiB/sec. | ||
10480 | 2024.08.08 23:05:32.353069 [ 3 ] {ec51d07d-8444-40b7-954e-50f80b0bb9fb} <Debug> DynamicQueryHandler: Done processing query | ||
10481 | 2024.08.08 23:05:32.353113 [ 3 ] {ec51d07d-8444-40b7-954e-50f80b0bb9fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10482 | 2024.08.08 23:05:32.353130 [ 3 ] {} <Debug> HTTP-Session: ad79875d-7619-43fe-bcc3-78927ebaf2f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10483 | 2024.08.08 23:05:32.353258 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10484 | 2024.08.08 23:05:32.353308 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10485 | 2024.08.08 23:05:32.353327 [ 3 ] {} <Debug> HTTP-Session: 829bdd50-2f6a-4529-8e66-389c1a405604 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10486 | 2024.08.08 23:05:32.353344 [ 3 ] {} <Debug> HTTP-Session: 829bdd50-2f6a-4529-8e66-389c1a405604 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10487 | 2024.08.08 23:05:32.353357 [ 3 ] {} <Debug> HTTP-Session: 829bdd50-2f6a-4529-8e66-389c1a405604 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10488 | 2024.08.08 23:05:32.353387 [ 3 ] {} <Trace> HTTP-Session: 829bdd50-2f6a-4529-8e66-389c1a405604 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10489 | 2024.08.08 23:05:32.353526 [ 3 ] {9864658b-342c-4c7c-a47d-428912ce1241} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10490 | 2024.08.08 23:05:32.353574 [ 3 ] {9864658b-342c-4c7c-a47d-428912ce1241} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10491 | 2024.08.08 23:05:32.353730 [ 3 ] {9864658b-342c-4c7c-a47d-428912ce1241} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10492 | 2024.08.08 23:05:32.354073 [ 3 ] {9864658b-342c-4c7c-a47d-428912ce1241} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10493 | 2024.08.08 23:05:32.354109 [ 3 ] {9864658b-342c-4c7c-a47d-428912ce1241} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10494 | 2024.08.08 23:05:32.354475 [ 3 ] {9864658b-342c-4c7c-a47d-428912ce1241} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
10495 | 2024.08.08 23:05:32.354802 [ 3 ] {9864658b-342c-4c7c-a47d-428912ce1241} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10496 | 2024.08.08 23:05:32.354956 [ 3 ] {9864658b-342c-4c7c-a47d-428912ce1241} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001486 sec., 51816.95827725438 rows/sec., 3.19 MiB/sec. | ||
10497 | 2024.08.08 23:05:32.355137 [ 3 ] {9864658b-342c-4c7c-a47d-428912ce1241} <Debug> DynamicQueryHandler: Done processing query | ||
10498 | 2024.08.08 23:05:32.355161 [ 3 ] {9864658b-342c-4c7c-a47d-428912ce1241} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10499 | 2024.08.08 23:05:32.355177 [ 3 ] {} <Debug> HTTP-Session: 829bdd50-2f6a-4529-8e66-389c1a405604 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10500 | 2024.08.08 23:05:32.355337 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10501 | 2024.08.08 23:05:32.355386 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10502 | 2024.08.08 23:05:32.355406 [ 3 ] {} <Debug> HTTP-Session: 0d6baf17-242c-4654-bc9e-8ecb920b3b80 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10503 | 2024.08.08 23:05:32.355422 [ 3 ] {} <Debug> HTTP-Session: 0d6baf17-242c-4654-bc9e-8ecb920b3b80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10504 | 2024.08.08 23:05:32.355436 [ 3 ] {} <Debug> HTTP-Session: 0d6baf17-242c-4654-bc9e-8ecb920b3b80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10505 | 2024.08.08 23:05:32.355466 [ 3 ] {} <Trace> HTTP-Session: 0d6baf17-242c-4654-bc9e-8ecb920b3b80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10506 | 2024.08.08 23:05:32.355644 [ 3 ] {b4094d54-37b4-49f1-8dec-5c5eed787b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10507 | 2024.08.08 23:05:32.355690 [ 3 ] {b4094d54-37b4-49f1-8dec-5c5eed787b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10508 | 2024.08.08 23:05:32.355831 [ 3 ] {b4094d54-37b4-49f1-8dec-5c5eed787b63} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10509 | 2024.08.08 23:05:32.356220 [ 3 ] {b4094d54-37b4-49f1-8dec-5c5eed787b63} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10510 | 2024.08.08 23:05:32.356257 [ 3 ] {b4094d54-37b4-49f1-8dec-5c5eed787b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10511 | 2024.08.08 23:05:32.356618 [ 3 ] {b4094d54-37b4-49f1-8dec-5c5eed787b63} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10512 | 2024.08.08 23:05:32.356954 [ 3 ] {b4094d54-37b4-49f1-8dec-5c5eed787b63} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10513 | 2024.08.08 23:05:32.357106 [ 3 ] {b4094d54-37b4-49f1-8dec-5c5eed787b63} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001555 sec., 102893.89067524116 rows/sec., 7.17 MiB/sec. | ||
10514 | 2024.08.08 23:05:32.357270 [ 3 ] {b4094d54-37b4-49f1-8dec-5c5eed787b63} <Debug> DynamicQueryHandler: Done processing query | ||
10515 | 2024.08.08 23:05:32.357295 [ 3 ] {b4094d54-37b4-49f1-8dec-5c5eed787b63} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10516 | 2024.08.08 23:05:32.357310 [ 3 ] {} <Debug> HTTP-Session: 0d6baf17-242c-4654-bc9e-8ecb920b3b80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10517 | 2024.08.08 23:05:32.357427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10518 | 2024.08.08 23:05:32.357476 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10519 | 2024.08.08 23:05:32.357495 [ 3 ] {} <Debug> HTTP-Session: 9f72312b-7482-4a45-b646-4c77242ff10f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10520 | 2024.08.08 23:05:32.357511 [ 3 ] {} <Debug> HTTP-Session: 9f72312b-7482-4a45-b646-4c77242ff10f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10521 | 2024.08.08 23:05:32.357524 [ 3 ] {} <Debug> HTTP-Session: 9f72312b-7482-4a45-b646-4c77242ff10f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10522 | 2024.08.08 23:05:32.357554 [ 3 ] {} <Trace> HTTP-Session: 9f72312b-7482-4a45-b646-4c77242ff10f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10523 | 2024.08.08 23:05:32.357654 [ 3 ] {ff25e970-e268-4700-aba1-07bd986056e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10524 | 2024.08.08 23:05:32.357699 [ 3 ] {ff25e970-e268-4700-aba1-07bd986056e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10525 | 2024.08.08 23:05:32.357823 [ 3 ] {ff25e970-e268-4700-aba1-07bd986056e2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10526 | 2024.08.08 23:05:32.358167 [ 3 ] {ff25e970-e268-4700-aba1-07bd986056e2} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10527 | 2024.08.08 23:05:32.358202 [ 3 ] {ff25e970-e268-4700-aba1-07bd986056e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10528 | 2024.08.08 23:05:32.358545 [ 3 ] {ff25e970-e268-4700-aba1-07bd986056e2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
10529 | 2024.08.08 23:05:32.358863 [ 3 ] {ff25e970-e268-4700-aba1-07bd986056e2} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10530 | 2024.08.08 23:05:32.359023 [ 3 ] {ff25e970-e268-4700-aba1-07bd986056e2} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001388 sec., 16570.605187319885 rows/sec., 896.35 KiB/sec. | ||
10531 | 2024.08.08 23:05:32.359215 [ 3 ] {ff25e970-e268-4700-aba1-07bd986056e2} <Debug> DynamicQueryHandler: Done processing query | ||
10532 | 2024.08.08 23:05:32.359242 [ 3 ] {ff25e970-e268-4700-aba1-07bd986056e2} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10533 | 2024.08.08 23:05:32.359258 [ 3 ] {} <Debug> HTTP-Session: 9f72312b-7482-4a45-b646-4c77242ff10f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10534 | 2024.08.08 23:05:32.359385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10535 | 2024.08.08 23:05:32.359435 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10536 | 2024.08.08 23:05:32.359454 [ 3 ] {} <Debug> HTTP-Session: 09ad8a00-9b27-45d1-9e6b-766218075ebd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10537 | 2024.08.08 23:05:32.359470 [ 3 ] {} <Debug> HTTP-Session: 09ad8a00-9b27-45d1-9e6b-766218075ebd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10538 | 2024.08.08 23:05:32.359483 [ 3 ] {} <Debug> HTTP-Session: 09ad8a00-9b27-45d1-9e6b-766218075ebd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10539 | 2024.08.08 23:05:32.359514 [ 3 ] {} <Trace> HTTP-Session: 09ad8a00-9b27-45d1-9e6b-766218075ebd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10540 | 2024.08.08 23:05:32.359646 [ 3 ] {51f34d41-2222-4333-b117-5ebacd83f9c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10541 | 2024.08.08 23:05:32.359690 [ 3 ] {51f34d41-2222-4333-b117-5ebacd83f9c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10542 | 2024.08.08 23:05:32.359815 [ 3 ] {51f34d41-2222-4333-b117-5ebacd83f9c1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10543 | 2024.08.08 23:05:32.360114 [ 3 ] {51f34d41-2222-4333-b117-5ebacd83f9c1} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10544 | 2024.08.08 23:05:32.360149 [ 3 ] {51f34d41-2222-4333-b117-5ebacd83f9c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.28 GiB. | ||
10545 | 2024.08.08 23:05:32.360497 [ 3 ] {51f34d41-2222-4333-b117-5ebacd83f9c1} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
10546 | 2024.08.08 23:05:32.360810 [ 3 ] {51f34d41-2222-4333-b117-5ebacd83f9c1} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10547 | 2024.08.08 23:05:32.360958 [ 3 ] {51f34d41-2222-4333-b117-5ebacd83f9c1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00136 sec., 44117.647058823524 rows/sec., 2.97 MiB/sec. | ||
10548 | 2024.08.08 23:05:32.361180 [ 3 ] {51f34d41-2222-4333-b117-5ebacd83f9c1} <Debug> DynamicQueryHandler: Done processing query | ||
10549 | 2024.08.08 23:05:32.361203 [ 3 ] {51f34d41-2222-4333-b117-5ebacd83f9c1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10550 | 2024.08.08 23:05:32.361219 [ 3 ] {} <Debug> HTTP-Session: 09ad8a00-9b27-45d1-9e6b-766218075ebd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10551 | 2024.08.08 23:05:37.341503 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10552 | 2024.08.08 23:05:37.341641 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10553 | 2024.08.08 23:05:37.341671 [ 3 ] {} <Debug> HTTP-Session: 574ea48c-5541-4adb-9f5e-744b33bf42c8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10554 | 2024.08.08 23:05:37.341700 [ 3 ] {} <Debug> HTTP-Session: 574ea48c-5541-4adb-9f5e-744b33bf42c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10555 | 2024.08.08 23:05:37.341717 [ 3 ] {} <Debug> HTTP-Session: 574ea48c-5541-4adb-9f5e-744b33bf42c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10556 | 2024.08.08 23:05:37.341773 [ 3 ] {} <Trace> HTTP-Session: 574ea48c-5541-4adb-9f5e-744b33bf42c8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10557 | 2024.08.08 23:05:37.341970 [ 3 ] {14d51163-d794-413b-a0b5-bab81d17c066} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10558 | 2024.08.08 23:05:37.342037 [ 3 ] {14d51163-d794-413b-a0b5-bab81d17c066} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10559 | 2024.08.08 23:05:37.342228 [ 3 ] {14d51163-d794-413b-a0b5-bab81d17c066} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10560 | 2024.08.08 23:05:37.342713 [ 3 ] {14d51163-d794-413b-a0b5-bab81d17c066} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10561 | 2024.08.08 23:05:37.342756 [ 3 ] {14d51163-d794-413b-a0b5-bab81d17c066} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10562 | 2024.08.08 23:05:37.343133 [ 3 ] {14d51163-d794-413b-a0b5-bab81d17c066} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
10563 | 2024.08.08 23:05:37.343470 [ 3 ] {14d51163-d794-413b-a0b5-bab81d17c066} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10564 | 2024.08.08 23:05:37.343617 [ 3 ] {14d51163-d794-413b-a0b5-bab81d17c066} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001708 sec., 19320.843091334893 rows/sec., 1.53 MiB/sec. | ||
10565 | 2024.08.08 23:05:37.343935 [ 3 ] {14d51163-d794-413b-a0b5-bab81d17c066} <Debug> DynamicQueryHandler: Done processing query | ||
10566 | 2024.08.08 23:05:37.343990 [ 3 ] {14d51163-d794-413b-a0b5-bab81d17c066} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10567 | 2024.08.08 23:05:37.344023 [ 3 ] {} <Debug> HTTP-Session: 574ea48c-5541-4adb-9f5e-744b33bf42c8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10568 | 2024.08.08 23:05:37.344175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10569 | 2024.08.08 23:05:37.344235 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10570 | 2024.08.08 23:05:37.344256 [ 3 ] {} <Debug> HTTP-Session: 5e6fe8d6-5c34-40bc-95e5-46c7fc2ea83b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10571 | 2024.08.08 23:05:37.344274 [ 3 ] {} <Debug> HTTP-Session: 5e6fe8d6-5c34-40bc-95e5-46c7fc2ea83b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10572 | 2024.08.08 23:05:37.344288 [ 3 ] {} <Debug> HTTP-Session: 5e6fe8d6-5c34-40bc-95e5-46c7fc2ea83b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10573 | 2024.08.08 23:05:37.344324 [ 3 ] {} <Trace> HTTP-Session: 5e6fe8d6-5c34-40bc-95e5-46c7fc2ea83b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10574 | 2024.08.08 23:05:37.344433 [ 3 ] {f445b665-0c2c-4abf-9145-aa5ca84cdeaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10575 | 2024.08.08 23:05:37.344482 [ 3 ] {f445b665-0c2c-4abf-9145-aa5ca84cdeaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10576 | 2024.08.08 23:05:37.344637 [ 3 ] {f445b665-0c2c-4abf-9145-aa5ca84cdeaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10577 | 2024.08.08 23:05:37.344945 [ 3 ] {f445b665-0c2c-4abf-9145-aa5ca84cdeaa} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10578 | 2024.08.08 23:05:37.344980 [ 3 ] {f445b665-0c2c-4abf-9145-aa5ca84cdeaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10579 | 2024.08.08 23:05:37.345275 [ 3 ] {f445b665-0c2c-4abf-9145-aa5ca84cdeaa} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
10580 | 2024.08.08 23:05:37.345589 [ 3 ] {f445b665-0c2c-4abf-9145-aa5ca84cdeaa} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10581 | 2024.08.08 23:05:37.345721 [ 3 ] {f445b665-0c2c-4abf-9145-aa5ca84cdeaa} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001316 sec., 3039.51367781155 rows/sec., 247.85 KiB/sec. | ||
10582 | 2024.08.08 23:05:37.345915 [ 3 ] {f445b665-0c2c-4abf-9145-aa5ca84cdeaa} <Debug> DynamicQueryHandler: Done processing query | ||
10583 | 2024.08.08 23:05:37.345940 [ 3 ] {f445b665-0c2c-4abf-9145-aa5ca84cdeaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10584 | 2024.08.08 23:05:37.345956 [ 3 ] {} <Debug> HTTP-Session: 5e6fe8d6-5c34-40bc-95e5-46c7fc2ea83b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10585 | 2024.08.08 23:05:37.346123 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 23016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10586 | 2024.08.08 23:05:37.346175 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10587 | 2024.08.08 23:05:37.346194 [ 3 ] {} <Debug> HTTP-Session: 1e1bd064-bfd7-4879-9b67-f91aaae3fb7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10588 | 2024.08.08 23:05:37.346211 [ 3 ] {} <Debug> HTTP-Session: 1e1bd064-bfd7-4879-9b67-f91aaae3fb7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10589 | 2024.08.08 23:05:37.346224 [ 3 ] {} <Debug> HTTP-Session: 1e1bd064-bfd7-4879-9b67-f91aaae3fb7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10590 | 2024.08.08 23:05:37.346256 [ 3 ] {} <Trace> HTTP-Session: 1e1bd064-bfd7-4879-9b67-f91aaae3fb7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10591 | 2024.08.08 23:05:37.346394 [ 3 ] {839068ed-0224-4ec4-aa6a-3870a8d1fca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10592 | 2024.08.08 23:05:37.346438 [ 3 ] {839068ed-0224-4ec4-aa6a-3870a8d1fca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10593 | 2024.08.08 23:05:37.346560 [ 3 ] {839068ed-0224-4ec4-aa6a-3870a8d1fca7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10594 | 2024.08.08 23:05:37.346957 [ 3 ] {839068ed-0224-4ec4-aa6a-3870a8d1fca7} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10595 | 2024.08.08 23:05:37.346993 [ 3 ] {839068ed-0224-4ec4-aa6a-3870a8d1fca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10596 | 2024.08.08 23:05:37.347311 [ 3 ] {839068ed-0224-4ec4-aa6a-3870a8d1fca7} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10597 | 2024.08.08 23:05:37.347607 [ 3 ] {839068ed-0224-4ec4-aa6a-3870a8d1fca7} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10598 | 2024.08.08 23:05:37.347733 [ 3 ] {839068ed-0224-4ec4-aa6a-3870a8d1fca7} <Debug> executeQuery: Read 157 rows, 13.45 KiB in 0.0014 sec., 112142.85714285714 rows/sec., 9.38 MiB/sec. | ||
10599 | 2024.08.08 23:05:37.347891 [ 3 ] {839068ed-0224-4ec4-aa6a-3870a8d1fca7} <Debug> DynamicQueryHandler: Done processing query | ||
10600 | 2024.08.08 23:05:37.347915 [ 3 ] {839068ed-0224-4ec4-aa6a-3870a8d1fca7} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
10601 | 2024.08.08 23:05:37.347930 [ 3 ] {} <Debug> HTTP-Session: 1e1bd064-bfd7-4879-9b67-f91aaae3fb7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10602 | 2024.08.08 23:05:37.348090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10603 | 2024.08.08 23:05:37.348141 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10604 | 2024.08.08 23:05:37.348161 [ 3 ] {} <Debug> HTTP-Session: 19e9b700-5c11-495b-ba54-8b9681cbb48f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10605 | 2024.08.08 23:05:37.348177 [ 3 ] {} <Debug> HTTP-Session: 19e9b700-5c11-495b-ba54-8b9681cbb48f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10606 | 2024.08.08 23:05:37.348191 [ 3 ] {} <Debug> HTTP-Session: 19e9b700-5c11-495b-ba54-8b9681cbb48f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10607 | 2024.08.08 23:05:37.348222 [ 3 ] {} <Trace> HTTP-Session: 19e9b700-5c11-495b-ba54-8b9681cbb48f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10608 | 2024.08.08 23:05:37.348316 [ 3 ] {d9497ee3-ca7d-4cec-9ec6-3adbfd0484b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10609 | 2024.08.08 23:05:37.348358 [ 3 ] {d9497ee3-ca7d-4cec-9ec6-3adbfd0484b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10610 | 2024.08.08 23:05:37.348484 [ 3 ] {d9497ee3-ca7d-4cec-9ec6-3adbfd0484b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10611 | 2024.08.08 23:05:37.348754 [ 3 ] {d9497ee3-ca7d-4cec-9ec6-3adbfd0484b3} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10612 | 2024.08.08 23:05:37.348788 [ 3 ] {d9497ee3-ca7d-4cec-9ec6-3adbfd0484b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10613 | 2024.08.08 23:05:37.349077 [ 3 ] {d9497ee3-ca7d-4cec-9ec6-3adbfd0484b3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
10614 | 2024.08.08 23:05:37.349374 [ 3 ] {d9497ee3-ca7d-4cec-9ec6-3adbfd0484b3} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10615 | 2024.08.08 23:05:37.349496 [ 3 ] {d9497ee3-ca7d-4cec-9ec6-3adbfd0484b3} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001205 sec., 3319.5020746887967 rows/sec., 231.78 KiB/sec. | ||
10616 | 2024.08.08 23:05:37.349779 [ 3 ] {d9497ee3-ca7d-4cec-9ec6-3adbfd0484b3} <Debug> DynamicQueryHandler: Done processing query | ||
10617 | 2024.08.08 23:05:37.349805 [ 3 ] {d9497ee3-ca7d-4cec-9ec6-3adbfd0484b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10618 | 2024.08.08 23:05:37.349821 [ 3 ] {} <Debug> HTTP-Session: 19e9b700-5c11-495b-ba54-8b9681cbb48f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10619 | 2024.08.08 23:05:37.349963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10620 | 2024.08.08 23:05:37.350012 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10621 | 2024.08.08 23:05:37.350032 [ 3 ] {} <Debug> HTTP-Session: efcdfab1-d04f-4eee-9e93-1a82b427c0ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10622 | 2024.08.08 23:05:37.350049 [ 3 ] {} <Debug> HTTP-Session: efcdfab1-d04f-4eee-9e93-1a82b427c0ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10623 | 2024.08.08 23:05:37.350062 [ 3 ] {} <Debug> HTTP-Session: efcdfab1-d04f-4eee-9e93-1a82b427c0ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10624 | 2024.08.08 23:05:37.350092 [ 3 ] {} <Trace> HTTP-Session: efcdfab1-d04f-4eee-9e93-1a82b427c0ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10625 | 2024.08.08 23:05:37.350225 [ 3 ] {c80f34da-b1b9-426f-8063-40cd6d740f9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10626 | 2024.08.08 23:05:37.350269 [ 3 ] {c80f34da-b1b9-426f-8063-40cd6d740f9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10627 | 2024.08.08 23:05:37.350412 [ 3 ] {c80f34da-b1b9-426f-8063-40cd6d740f9c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10628 | 2024.08.08 23:05:37.350760 [ 3 ] {c80f34da-b1b9-426f-8063-40cd6d740f9c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10629 | 2024.08.08 23:05:37.350796 [ 3 ] {c80f34da-b1b9-426f-8063-40cd6d740f9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10630 | 2024.08.08 23:05:37.351094 [ 3 ] {c80f34da-b1b9-426f-8063-40cd6d740f9c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10631 | 2024.08.08 23:05:37.351399 [ 3 ] {c80f34da-b1b9-426f-8063-40cd6d740f9c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10632 | 2024.08.08 23:05:37.351522 [ 3 ] {c80f34da-b1b9-426f-8063-40cd6d740f9c} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.001355 sec., 74538.74538745388 rows/sec., 5.83 MiB/sec. | ||
10633 | 2024.08.08 23:05:37.351708 [ 3 ] {c80f34da-b1b9-426f-8063-40cd6d740f9c} <Debug> DynamicQueryHandler: Done processing query | ||
10634 | 2024.08.08 23:05:37.351742 [ 3 ] {c80f34da-b1b9-426f-8063-40cd6d740f9c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
10635 | 2024.08.08 23:05:37.351764 [ 3 ] {} <Debug> HTTP-Session: efcdfab1-d04f-4eee-9e93-1a82b427c0ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10636 | 2024.08.08 23:05:37.351950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10637 | 2024.08.08 23:05:37.351997 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10638 | 2024.08.08 23:05:37.352023 [ 3 ] {} <Debug> HTTP-Session: 54fee4ea-06d1-491c-a18d-ffd508b47b2b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10639 | 2024.08.08 23:05:37.352040 [ 3 ] {} <Debug> HTTP-Session: 54fee4ea-06d1-491c-a18d-ffd508b47b2b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10640 | 2024.08.08 23:05:37.352053 [ 3 ] {} <Debug> HTTP-Session: 54fee4ea-06d1-491c-a18d-ffd508b47b2b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10641 | 2024.08.08 23:05:37.352084 [ 3 ] {} <Trace> HTTP-Session: 54fee4ea-06d1-491c-a18d-ffd508b47b2b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10642 | 2024.08.08 23:05:37.352235 [ 3 ] {477b39e8-1b5d-4c01-b754-e6c18bd24316} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10643 | 2024.08.08 23:05:37.352282 [ 3 ] {477b39e8-1b5d-4c01-b754-e6c18bd24316} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10644 | 2024.08.08 23:05:37.352421 [ 3 ] {477b39e8-1b5d-4c01-b754-e6c18bd24316} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10645 | 2024.08.08 23:05:37.352806 [ 3 ] {477b39e8-1b5d-4c01-b754-e6c18bd24316} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10646 | 2024.08.08 23:05:37.352840 [ 3 ] {477b39e8-1b5d-4c01-b754-e6c18bd24316} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10647 | 2024.08.08 23:05:37.353216 [ 3 ] {477b39e8-1b5d-4c01-b754-e6c18bd24316} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10648 | 2024.08.08 23:05:37.353546 [ 3 ] {477b39e8-1b5d-4c01-b754-e6c18bd24316} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10649 | 2024.08.08 23:05:37.353672 [ 3 ] {477b39e8-1b5d-4c01-b754-e6c18bd24316} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001513 sec., 107072.0423000661 rows/sec., 7.46 MiB/sec. | ||
10650 | 2024.08.08 23:05:37.353835 [ 3 ] {477b39e8-1b5d-4c01-b754-e6c18bd24316} <Debug> DynamicQueryHandler: Done processing query | ||
10651 | 2024.08.08 23:05:37.353859 [ 3 ] {477b39e8-1b5d-4c01-b754-e6c18bd24316} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10652 | 2024.08.08 23:05:37.353875 [ 3 ] {} <Debug> HTTP-Session: 54fee4ea-06d1-491c-a18d-ffd508b47b2b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10653 | 2024.08.08 23:05:37.354027 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53176, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10654 | 2024.08.08 23:05:37.354076 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10655 | 2024.08.08 23:05:37.354095 [ 3 ] {} <Debug> HTTP-Session: 0f653ef1-6119-4fe2-9c40-4f6e112f6769 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10656 | 2024.08.08 23:05:37.354111 [ 3 ] {} <Debug> HTTP-Session: 0f653ef1-6119-4fe2-9c40-4f6e112f6769 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10657 | 2024.08.08 23:05:37.354125 [ 3 ] {} <Debug> HTTP-Session: 0f653ef1-6119-4fe2-9c40-4f6e112f6769 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10658 | 2024.08.08 23:05:37.354155 [ 3 ] {} <Trace> HTTP-Session: 0f653ef1-6119-4fe2-9c40-4f6e112f6769 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10659 | 2024.08.08 23:05:37.354528 [ 3 ] {b0bf26b3-2b98-4bfe-9118-edc4efb776fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
10660 | 2024.08.08 23:05:37.354591 [ 3 ] {b0bf26b3-2b98-4bfe-9118-edc4efb776fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
10661 | 2024.08.08 23:05:37.354981 [ 3 ] {b0bf26b3-2b98-4bfe-9118-edc4efb776fc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10662 | 2024.08.08 23:05:37.355645 [ 3 ] {b0bf26b3-2b98-4bfe-9118-edc4efb776fc} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10663 | 2024.08.08 23:05:37.355681 [ 3 ] {b0bf26b3-2b98-4bfe-9118-edc4efb776fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10664 | 2024.08.08 23:05:37.356273 [ 3 ] {b0bf26b3-2b98-4bfe-9118-edc4efb776fc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
10665 | 2024.08.08 23:05:37.356675 [ 3 ] {b0bf26b3-2b98-4bfe-9118-edc4efb776fc} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10666 | 2024.08.08 23:05:37.356820 [ 3 ] {b0bf26b3-2b98-4bfe-9118-edc4efb776fc} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002578 sec., 12800.620636152056 rows/sec., 22.94 MiB/sec. | ||
10667 | 2024.08.08 23:05:37.357019 [ 3 ] {b0bf26b3-2b98-4bfe-9118-edc4efb776fc} <Debug> DynamicQueryHandler: Done processing query | ||
10668 | 2024.08.08 23:05:37.357043 [ 3 ] {b0bf26b3-2b98-4bfe-9118-edc4efb776fc} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
10669 | 2024.08.08 23:05:37.357059 [ 3 ] {} <Debug> HTTP-Session: 0f653ef1-6119-4fe2-9c40-4f6e112f6769 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10670 | 2024.08.08 23:05:37.357204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10671 | 2024.08.08 23:05:37.357252 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10672 | 2024.08.08 23:05:37.357271 [ 3 ] {} <Debug> HTTP-Session: 2cde4696-6eaa-4887-b6cd-adf3322aaa38 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10673 | 2024.08.08 23:05:37.357287 [ 3 ] {} <Debug> HTTP-Session: 2cde4696-6eaa-4887-b6cd-adf3322aaa38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10674 | 2024.08.08 23:05:37.357300 [ 3 ] {} <Debug> HTTP-Session: 2cde4696-6eaa-4887-b6cd-adf3322aaa38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10675 | 2024.08.08 23:05:37.357330 [ 3 ] {} <Trace> HTTP-Session: 2cde4696-6eaa-4887-b6cd-adf3322aaa38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10676 | 2024.08.08 23:05:37.357441 [ 3 ] {c7d1f9d8-c0d4-44c8-8c9d-26cc31ab6bcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10677 | 2024.08.08 23:05:37.357485 [ 3 ] {c7d1f9d8-c0d4-44c8-8c9d-26cc31ab6bcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10678 | 2024.08.08 23:05:37.357607 [ 3 ] {c7d1f9d8-c0d4-44c8-8c9d-26cc31ab6bcb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10679 | 2024.08.08 23:05:37.357934 [ 3 ] {c7d1f9d8-c0d4-44c8-8c9d-26cc31ab6bcb} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10680 | 2024.08.08 23:05:37.357969 [ 3 ] {c7d1f9d8-c0d4-44c8-8c9d-26cc31ab6bcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10681 | 2024.08.08 23:05:37.358329 [ 3 ] {c7d1f9d8-c0d4-44c8-8c9d-26cc31ab6bcb} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
10682 | 2024.08.08 23:05:37.358655 [ 3 ] {c7d1f9d8-c0d4-44c8-8c9d-26cc31ab6bcb} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10683 | 2024.08.08 23:05:37.358782 [ 3 ] {c7d1f9d8-c0d4-44c8-8c9d-26cc31ab6bcb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
10684 | 2024.08.08 23:05:37.358941 [ 3 ] {c7d1f9d8-c0d4-44c8-8c9d-26cc31ab6bcb} <Debug> DynamicQueryHandler: Done processing query | ||
10685 | 2024.08.08 23:05:37.358966 [ 3 ] {c7d1f9d8-c0d4-44c8-8c9d-26cc31ab6bcb} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10686 | 2024.08.08 23:05:37.358982 [ 3 ] {} <Debug> HTTP-Session: 2cde4696-6eaa-4887-b6cd-adf3322aaa38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10687 | 2024.08.08 23:05:38.181229 [ 136 ] {} <Debug> DNSResolver: Updating DNS cache | ||
10688 | 2024.08.08 23:05:38.181304 [ 136 ] {} <Debug> DNSResolver: Updated DNS cache | ||
10689 | 2024.08.08 23:05:42.343078 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10690 | 2024.08.08 23:05:42.343202 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10691 | 2024.08.08 23:05:42.343228 [ 3 ] {} <Debug> HTTP-Session: d1ce060e-56bf-4d48-a34c-bd8546a40da6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10692 | 2024.08.08 23:05:42.343253 [ 3 ] {} <Debug> HTTP-Session: d1ce060e-56bf-4d48-a34c-bd8546a40da6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10693 | 2024.08.08 23:05:42.343267 [ 3 ] {} <Debug> HTTP-Session: d1ce060e-56bf-4d48-a34c-bd8546a40da6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10694 | 2024.08.08 23:05:42.343316 [ 3 ] {} <Trace> HTTP-Session: d1ce060e-56bf-4d48-a34c-bd8546a40da6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10695 | 2024.08.08 23:05:42.343488 [ 3 ] {e03c5791-9ff2-452d-9b6a-39939b0d0c05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10696 | 2024.08.08 23:05:42.343555 [ 3 ] {e03c5791-9ff2-452d-9b6a-39939b0d0c05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10697 | 2024.08.08 23:05:42.343743 [ 3 ] {e03c5791-9ff2-452d-9b6a-39939b0d0c05} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10698 | 2024.08.08 23:05:42.344138 [ 3 ] {e03c5791-9ff2-452d-9b6a-39939b0d0c05} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10699 | 2024.08.08 23:05:42.344177 [ 3 ] {e03c5791-9ff2-452d-9b6a-39939b0d0c05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10700 | 2024.08.08 23:05:42.344538 [ 3 ] {e03c5791-9ff2-452d-9b6a-39939b0d0c05} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
10701 | 2024.08.08 23:05:42.344867 [ 3 ] {e03c5791-9ff2-452d-9b6a-39939b0d0c05} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10702 | 2024.08.08 23:05:42.345009 [ 3 ] {e03c5791-9ff2-452d-9b6a-39939b0d0c05} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 215.91 KiB/sec. | ||
10703 | 2024.08.08 23:05:42.345187 [ 3 ] {e03c5791-9ff2-452d-9b6a-39939b0d0c05} <Debug> DynamicQueryHandler: Done processing query | ||
10704 | 2024.08.08 23:05:42.345214 [ 3 ] {e03c5791-9ff2-452d-9b6a-39939b0d0c05} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10705 | 2024.08.08 23:05:42.345230 [ 3 ] {} <Debug> HTTP-Session: d1ce060e-56bf-4d48-a34c-bd8546a40da6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10706 | 2024.08.08 23:05:42.345382 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10707 | 2024.08.08 23:05:42.345452 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10708 | 2024.08.08 23:05:42.345477 [ 3 ] {} <Debug> HTTP-Session: 567b793e-4a3f-46fb-98aa-b5d221845036 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10709 | 2024.08.08 23:05:42.345497 [ 3 ] {} <Debug> HTTP-Session: 567b793e-4a3f-46fb-98aa-b5d221845036 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10710 | 2024.08.08 23:05:42.345514 [ 3 ] {} <Debug> HTTP-Session: 567b793e-4a3f-46fb-98aa-b5d221845036 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10711 | 2024.08.08 23:05:42.345554 [ 3 ] {} <Trace> HTTP-Session: 567b793e-4a3f-46fb-98aa-b5d221845036 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10712 | 2024.08.08 23:05:42.345727 [ 3 ] {01349913-44ad-4421-8a92-e4d27915d462} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10713 | 2024.08.08 23:05:42.345776 [ 3 ] {01349913-44ad-4421-8a92-e4d27915d462} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10714 | 2024.08.08 23:05:42.345927 [ 3 ] {01349913-44ad-4421-8a92-e4d27915d462} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10715 | 2024.08.08 23:05:42.346352 [ 3 ] {01349913-44ad-4421-8a92-e4d27915d462} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10716 | 2024.08.08 23:05:42.346388 [ 3 ] {01349913-44ad-4421-8a92-e4d27915d462} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10717 | 2024.08.08 23:05:42.346704 [ 3 ] {01349913-44ad-4421-8a92-e4d27915d462} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10718 | 2024.08.08 23:05:42.347005 [ 3 ] {01349913-44ad-4421-8a92-e4d27915d462} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10719 | 2024.08.08 23:05:42.347126 [ 3 ] {01349913-44ad-4421-8a92-e4d27915d462} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001474 sec., 109226.59430122116 rows/sec., 9.63 MiB/sec. | ||
10720 | 2024.08.08 23:05:42.347134 [ 132 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10721 | 2024.08.08 23:05:42.347190 [ 132 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10722 | 2024.08.08 23:05:42.347220 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10723 | 2024.08.08 23:05:42.347335 [ 3 ] {01349913-44ad-4421-8a92-e4d27915d462} <Debug> DynamicQueryHandler: Done processing query | ||
10724 | 2024.08.08 23:05:42.347392 [ 3 ] {01349913-44ad-4421-8a92-e4d27915d462} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
10725 | 2024.08.08 23:05:42.347422 [ 3 ] {} <Debug> HTTP-Session: 567b793e-4a3f-46fb-98aa-b5d221845036 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10726 | 2024.08.08 23:05:42.347438 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
10727 | 2024.08.08 23:05:42.347681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10728 | 2024.08.08 23:05:42.347689 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10729 | 2024.08.08 23:05:42.347770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10730 | 2024.08.08 23:05:42.347772 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1408 rows starting from the beginning of the part | ||
10731 | 2024.08.08 23:05:42.347817 [ 3 ] {} <Debug> HTTP-Session: bdeec339-f2df-4d3c-91f9-f1d5d6ed218b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10732 | 2024.08.08 23:05:42.347857 [ 3 ] {} <Debug> HTTP-Session: bdeec339-f2df-4d3c-91f9-f1d5d6ed218b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10733 | 2024.08.08 23:05:42.347890 [ 3 ] {} <Debug> HTTP-Session: bdeec339-f2df-4d3c-91f9-f1d5d6ed218b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10734 | 2024.08.08 23:05:42.348020 [ 3 ] {} <Trace> HTTP-Session: bdeec339-f2df-4d3c-91f9-f1d5d6ed218b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10735 | 2024.08.08 23:05:42.348045 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 161 rows starting from the beginning of the part | ||
10736 | 2024.08.08 23:05:42.348325 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 156 rows starting from the beginning of the part | ||
10737 | 2024.08.08 23:05:42.348508 [ 3 ] {43f60800-66ab-4d09-bbaf-313ab022edc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10738 | 2024.08.08 23:05:42.348552 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 161 rows starting from the beginning of the part | ||
10739 | 2024.08.08 23:05:42.348640 [ 3 ] {43f60800-66ab-4d09-bbaf-313ab022edc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10740 | 2024.08.08 23:05:42.348859 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 157 rows starting from the beginning of the part | ||
10741 | 2024.08.08 23:05:42.349203 [ 190 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 161 rows starting from the beginning of the part | ||
10742 | 2024.08.08 23:05:42.349817 [ 3 ] {43f60800-66ab-4d09-bbaf-313ab022edc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10743 | 2024.08.08 23:05:42.350923 [ 3 ] {43f60800-66ab-4d09-bbaf-313ab022edc8} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10744 | 2024.08.08 23:05:42.350989 [ 3 ] {43f60800-66ab-4d09-bbaf-313ab022edc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10745 | 2024.08.08 23:05:42.351794 [ 3 ] {43f60800-66ab-4d09-bbaf-313ab022edc8} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10746 | 2024.08.08 23:05:42.352445 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2204 rows, containing 4 columns (4 merged, 0 gathered) in 0.005150792 sec., 427895.36055814323 rows/sec., 36.13 MiB/sec. | ||
10747 | 2024.08.08 23:05:42.352579 [ 3 ] {43f60800-66ab-4d09-bbaf-313ab022edc8} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10748 | 2024.08.08 23:05:42.352816 [ 132 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10749 | 2024.08.08 23:05:42.352837 [ 3 ] {43f60800-66ab-4d09-bbaf-313ab022edc8} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.004582 sec., 83369.70755128765 rows/sec., 5.86 MiB/sec. | ||
10750 | 2024.08.08 23:05:42.352826 [ 197 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10751 | 2024.08.08 23:05:42.352866 [ 132 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10752 | 2024.08.08 23:05:42.352966 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10753 | 2024.08.08 23:05:42.353294 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
10754 | 2024.08.08 23:05:42.353373 [ 3 ] {43f60800-66ab-4d09-bbaf-313ab022edc8} <Debug> DynamicQueryHandler: Done processing query | ||
10755 | 2024.08.08 23:05:42.353459 [ 3 ] {43f60800-66ab-4d09-bbaf-313ab022edc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
10756 | 2024.08.08 23:05:42.353577 [ 3 ] {} <Debug> HTTP-Session: bdeec339-f2df-4d3c-91f9-f1d5d6ed218b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10757 | 2024.08.08 23:05:42.353903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10758 | 2024.08.08 23:05:42.353937 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10759 | 2024.08.08 23:05:42.354035 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 905 rows starting from the beginning of the part | ||
10760 | 2024.08.08 23:05:42.354059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10761 | 2024.08.08 23:05:42.354116 [ 3 ] {} <Debug> HTTP-Session: 6d252728-08cb-4f6a-b2f1-a20af8196e7c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10762 | 2024.08.08 23:05:42.354171 [ 3 ] {} <Debug> HTTP-Session: 6d252728-08cb-4f6a-b2f1-a20af8196e7c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10763 | 2024.08.08 23:05:42.354281 [ 3 ] {} <Debug> HTTP-Session: 6d252728-08cb-4f6a-b2f1-a20af8196e7c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10764 | 2024.08.08 23:05:42.354388 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 382 rows starting from the beginning of the part | ||
10765 | 2024.08.08 23:05:42.354456 [ 3 ] {} <Trace> HTTP-Session: 6d252728-08cb-4f6a-b2f1-a20af8196e7c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10766 | 2024.08.08 23:05:42.354832 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 99 rows starting from the beginning of the part | ||
10767 | 2024.08.08 23:05:42.354943 [ 3 ] {71232065-a586-42a8-8298-961192fc9c89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
10768 | 2024.08.08 23:05:42.355195 [ 3 ] {71232065-a586-42a8-8298-961192fc9c89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
10769 | 2024.08.08 23:05:42.355213 [ 197 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10770 | 2024.08.08 23:05:42.355251 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 382 rows starting from the beginning of the part | ||
10771 | 2024.08.08 23:05:42.355753 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 101 rows starting from the beginning of the part | ||
10772 | 2024.08.08 23:05:42.356058 [ 197 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_61_12} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10773 | 2024.08.08 23:05:42.356194 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 382 rows starting from the beginning of the part | ||
10774 | 2024.08.08 23:05:42.356881 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
10775 | 2024.08.08 23:05:42.356990 [ 3 ] {71232065-a586-42a8-8298-961192fc9c89} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10776 | 2024.08.08 23:05:42.357446 [ 3 ] {71232065-a586-42a8-8298-961192fc9c89} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10777 | 2024.08.08 23:05:42.357485 [ 3 ] {71232065-a586-42a8-8298-961192fc9c89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10778 | 2024.08.08 23:05:42.358057 [ 3 ] {71232065-a586-42a8-8298-961192fc9c89} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10779 | 2024.08.08 23:05:42.358488 [ 3 ] {71232065-a586-42a8-8298-961192fc9c89} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10780 | 2024.08.08 23:05:42.358626 [ 195 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2251 rows, containing 4 columns (4 merged, 0 gathered) in 0.005471706 sec., 411389.06220473105 rows/sec., 29.55 MiB/sec. | ||
10781 | 2024.08.08 23:05:42.358729 [ 3 ] {71232065-a586-42a8-8298-961192fc9c89} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.003983 sec., 1506.4022093899068 rows/sec., 64.73 KiB/sec. | ||
10782 | 2024.08.08 23:05:42.359067 [ 195 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10783 | 2024.08.08 23:05:42.359220 [ 3 ] {71232065-a586-42a8-8298-961192fc9c89} <Debug> DynamicQueryHandler: Done processing query | ||
10784 | 2024.08.08 23:05:42.359306 [ 3 ] {71232065-a586-42a8-8298-961192fc9c89} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10785 | 2024.08.08 23:05:42.359384 [ 3 ] {} <Debug> HTTP-Session: 6d252728-08cb-4f6a-b2f1-a20af8196e7c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10786 | 2024.08.08 23:05:42.359592 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10787 | 2024.08.08 23:05:42.359724 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10788 | 2024.08.08 23:05:42.359800 [ 3 ] {} <Debug> HTTP-Session: a82f15c7-ff0a-488d-abd4-339e353c0e7d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10789 | 2024.08.08 23:05:42.359853 [ 3 ] {} <Debug> HTTP-Session: a82f15c7-ff0a-488d-abd4-339e353c0e7d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10790 | 2024.08.08 23:05:42.359876 [ 3 ] {} <Debug> HTTP-Session: a82f15c7-ff0a-488d-abd4-339e353c0e7d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10791 | 2024.08.08 23:05:42.359933 [ 3 ] {} <Trace> HTTP-Session: a82f15c7-ff0a-488d-abd4-339e353c0e7d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10792 | 2024.08.08 23:05:42.360119 [ 195 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10793 | 2024.08.08 23:05:42.360155 [ 3 ] {82ef28eb-e7ce-43be-855e-f634c261f396} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
10794 | 2024.08.08 23:05:42.360261 [ 3 ] {82ef28eb-e7ce-43be-855e-f634c261f396} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
10795 | 2024.08.08 23:05:42.360326 [ 195 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_61_12} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10796 | 2024.08.08 23:05:42.360551 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
10797 | 2024.08.08 23:05:42.360642 [ 3 ] {82ef28eb-e7ce-43be-855e-f634c261f396} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10798 | 2024.08.08 23:05:42.360971 [ 3 ] {82ef28eb-e7ce-43be-855e-f634c261f396} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10799 | 2024.08.08 23:05:42.361009 [ 3 ] {82ef28eb-e7ce-43be-855e-f634c261f396} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10800 | 2024.08.08 23:05:42.361388 [ 3 ] {82ef28eb-e7ce-43be-855e-f634c261f396} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
10801 | 2024.08.08 23:05:42.361732 [ 3 ] {82ef28eb-e7ce-43be-855e-f634c261f396} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10802 | 2024.08.08 23:05:42.361875 [ 3 ] {82ef28eb-e7ce-43be-855e-f634c261f396} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001814 sec., 42447.62954796031 rows/sec., 2.61 MiB/sec. | ||
10803 | 2024.08.08 23:05:42.362048 [ 3 ] {82ef28eb-e7ce-43be-855e-f634c261f396} <Debug> DynamicQueryHandler: Done processing query | ||
10804 | 2024.08.08 23:05:42.362073 [ 3 ] {82ef28eb-e7ce-43be-855e-f634c261f396} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
10805 | 2024.08.08 23:05:42.362089 [ 3 ] {} <Debug> HTTP-Session: a82f15c7-ff0a-488d-abd4-339e353c0e7d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10806 | 2024.08.08 23:05:42.362256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10807 | 2024.08.08 23:05:42.362330 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10808 | 2024.08.08 23:05:42.362350 [ 3 ] {} <Debug> HTTP-Session: 8cf9a5df-6bb9-48d1-9086-a14ca996d04b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10809 | 2024.08.08 23:05:42.362367 [ 3 ] {} <Debug> HTTP-Session: 8cf9a5df-6bb9-48d1-9086-a14ca996d04b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10810 | 2024.08.08 23:05:42.362380 [ 3 ] {} <Debug> HTTP-Session: 8cf9a5df-6bb9-48d1-9086-a14ca996d04b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10811 | 2024.08.08 23:05:42.362410 [ 3 ] {} <Trace> HTTP-Session: 8cf9a5df-6bb9-48d1-9086-a14ca996d04b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10812 | 2024.08.08 23:05:42.362571 [ 3 ] {3950889f-26ea-4ffc-b09d-bbe706bc6b31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
10813 | 2024.08.08 23:05:42.362615 [ 3 ] {3950889f-26ea-4ffc-b09d-bbe706bc6b31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
10814 | 2024.08.08 23:05:42.362757 [ 3 ] {3950889f-26ea-4ffc-b09d-bbe706bc6b31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10815 | 2024.08.08 23:05:42.363122 [ 3 ] {3950889f-26ea-4ffc-b09d-bbe706bc6b31} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10816 | 2024.08.08 23:05:42.363158 [ 3 ] {3950889f-26ea-4ffc-b09d-bbe706bc6b31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10817 | 2024.08.08 23:05:42.363528 [ 3 ] {3950889f-26ea-4ffc-b09d-bbe706bc6b31} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10818 | 2024.08.08 23:05:42.363869 [ 3 ] {3950889f-26ea-4ffc-b09d-bbe706bc6b31} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10819 | 2024.08.08 23:05:42.364030 [ 3 ] {3950889f-26ea-4ffc-b09d-bbe706bc6b31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001532 sec., 104438.64229765013 rows/sec., 7.27 MiB/sec. | ||
10820 | 2024.08.08 23:05:42.364034 [ 130 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10821 | 2024.08.08 23:05:42.364131 [ 130 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10822 | 2024.08.08 23:05:42.364191 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10823 | 2024.08.08 23:05:42.364291 [ 3 ] {3950889f-26ea-4ffc-b09d-bbe706bc6b31} <Debug> DynamicQueryHandler: Done processing query | ||
10824 | 2024.08.08 23:05:42.364330 [ 3 ] {3950889f-26ea-4ffc-b09d-bbe706bc6b31} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
10825 | 2024.08.08 23:05:42.364343 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
10826 | 2024.08.08 23:05:42.364352 [ 3 ] {} <Debug> HTTP-Session: 8cf9a5df-6bb9-48d1-9086-a14ca996d04b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10827 | 2024.08.08 23:05:42.364480 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10828 | 2024.08.08 23:05:42.364480 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10829 | 2024.08.08 23:05:42.364521 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_56_11, total 15925 rows starting from the beginning of the part | ||
10830 | 2024.08.08 23:05:42.364553 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10831 | 2024.08.08 23:05:42.364585 [ 3 ] {} <Debug> HTTP-Session: c4ec3abf-5008-4a37-a37d-89f188a38481 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10832 | 2024.08.08 23:05:42.364650 [ 3 ] {} <Debug> HTTP-Session: c4ec3abf-5008-4a37-a37d-89f188a38481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10833 | 2024.08.08 23:05:42.364700 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 160 rows starting from the beginning of the part | ||
10834 | 2024.08.08 23:05:42.364709 [ 3 ] {} <Debug> HTTP-Session: c4ec3abf-5008-4a37-a37d-89f188a38481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10835 | 2024.08.08 23:05:42.364819 [ 3 ] {} <Trace> HTTP-Session: c4ec3abf-5008-4a37-a37d-89f188a38481 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10836 | 2024.08.08 23:05:42.365094 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 161 rows starting from the beginning of the part | ||
10837 | 2024.08.08 23:05:42.365188 [ 3 ] {520d3e21-3742-429d-9632-f072818057d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
10838 | 2024.08.08 23:05:42.365361 [ 3 ] {520d3e21-3742-429d-9632-f072818057d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
10839 | 2024.08.08 23:05:42.365456 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 160 rows starting from the beginning of the part | ||
10840 | 2024.08.08 23:05:42.365785 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 162 rows starting from the beginning of the part | ||
10841 | 2024.08.08 23:05:42.366163 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 160 rows starting from the beginning of the part | ||
10842 | 2024.08.08 23:05:42.366440 [ 3 ] {520d3e21-3742-429d-9632-f072818057d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10843 | 2024.08.08 23:05:42.367079 [ 3 ] {520d3e21-3742-429d-9632-f072818057d4} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10844 | 2024.08.08 23:05:42.367120 [ 3 ] {520d3e21-3742-429d-9632-f072818057d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10845 | 2024.08.08 23:05:42.367503 [ 3 ] {520d3e21-3742-429d-9632-f072818057d4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
10846 | 2024.08.08 23:05:42.367866 [ 3 ] {520d3e21-3742-429d-9632-f072818057d4} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10847 | 2024.08.08 23:05:42.368119 [ 130 ] {} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
10848 | 2024.08.08 23:05:42.368148 [ 3 ] {520d3e21-3742-429d-9632-f072818057d4} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003054 sec., 7531.106745252128 rows/sec., 407.38 KiB/sec. | ||
10849 | 2024.08.08 23:05:42.368234 [ 130 ] {} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10850 | 2024.08.08 23:05:42.368350 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10851 | 2024.08.08 23:05:42.368952 [ 3 ] {520d3e21-3742-429d-9632-f072818057d4} <Debug> DynamicQueryHandler: Done processing query | ||
10852 | 2024.08.08 23:05:42.369030 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::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 | ||
10853 | 2024.08.08 23:05:42.369066 [ 3 ] {520d3e21-3742-429d-9632-f072818057d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
10854 | 2024.08.08 23:05:42.369177 [ 3 ] {} <Debug> HTTP-Session: c4ec3abf-5008-4a37-a37d-89f188a38481 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10855 | 2024.08.08 23:05:42.369491 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10856 | 2024.08.08 23:05:42.369693 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10857 | 2024.08.08 23:05:42.369861 [ 3 ] {} <Debug> HTTP-Session: 54ff4b93-0429-4238-9018-0285457f21ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10858 | 2024.08.08 23:05:42.369849 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10859 | 2024.08.08 23:05:42.369977 [ 3 ] {} <Debug> HTTP-Session: 54ff4b93-0429-4238-9018-0285457f21ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10860 | 2024.08.08 23:05:42.370026 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 579 rows starting from the beginning of the part | ||
10861 | 2024.08.08 23:05:42.370082 [ 3 ] {} <Debug> HTTP-Session: 54ff4b93-0429-4238-9018-0285457f21ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10862 | 2024.08.08 23:05:42.370309 [ 3 ] {} <Trace> HTTP-Session: 54ff4b93-0429-4238-9018-0285457f21ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10863 | 2024.08.08 23:05:42.370414 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 23 rows starting from the beginning of the part | ||
10864 | 2024.08.08 23:05:42.370859 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 23 rows starting from the beginning of the part | ||
10865 | 2024.08.08 23:05:42.370965 [ 3 ] {915a5a34-ea3e-4745-bd4e-d1c88fb19fd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
10866 | 2024.08.08 23:05:42.371368 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 23 rows starting from the beginning of the part | ||
10867 | 2024.08.08 23:05:42.371490 [ 3 ] {915a5a34-ea3e-4745-bd4e-d1c88fb19fd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
10868 | 2024.08.08 23:05:42.371774 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 23 rows starting from the beginning of the part | ||
10869 | 2024.08.08 23:05:42.372154 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 23 rows starting from the beginning of the part | ||
10870 | 2024.08.08 23:05:42.372991 [ 3 ] {915a5a34-ea3e-4745-bd4e-d1c88fb19fd1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10871 | 2024.08.08 23:05:42.373958 [ 3 ] {915a5a34-ea3e-4745-bd4e-d1c88fb19fd1} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10872 | 2024.08.08 23:05:42.374031 [ 3 ] {915a5a34-ea3e-4745-bd4e-d1c88fb19fd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10873 | 2024.08.08 23:05:42.375735 [ 3 ] {915a5a34-ea3e-4745-bd4e-d1c88fb19fd1} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
10874 | 2024.08.08 23:05:42.376075 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16728 rows, containing 5 columns (5 merged, 0 gathered) in 0.011747154 sec., 1424004.4865335042 rows/sec., 97.39 MiB/sec. | ||
10875 | 2024.08.08 23:05:42.376543 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10876 | 2024.08.08 23:05:42.376939 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 694 rows, containing 4 columns (4 merged, 0 gathered) in 0.008407018 sec., 82550.0789935266 rows/sec., 4.42 MiB/sec. | ||
10877 | 2024.08.08 23:05:42.377254 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
10878 | 2024.08.08 23:05:42.377376 [ 3 ] {915a5a34-ea3e-4745-bd4e-d1c88fb19fd1} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10879 | 2024.08.08 23:05:42.378103 [ 130 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
10880 | 2024.08.08 23:05:42.378215 [ 3 ] {915a5a34-ea3e-4745-bd4e-d1c88fb19fd1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007514 sec., 7985.094490284802 rows/sec., 551.05 KiB/sec. | ||
10881 | 2024.08.08 23:05:42.378342 [ 130 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10882 | 2024.08.08 23:05:42.378603 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10883 | 2024.08.08 23:05:42.378877 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10884 | 2024.08.08 23:05:42.379063 [ 3 ] {915a5a34-ea3e-4745-bd4e-d1c88fb19fd1} <Debug> DynamicQueryHandler: Done processing query | ||
10885 | 2024.08.08 23:05:42.379158 [ 3 ] {915a5a34-ea3e-4745-bd4e-d1c88fb19fd1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10886 | 2024.08.08 23:05:42.379264 [ 3 ] {} <Debug> HTTP-Session: 54ff4b93-0429-4238-9018-0285457f21ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10887 | 2024.08.08 23:05:42.379269 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10888 | 2024.08.08 23:05:42.379529 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10889 | 2024.08.08 23:05:42.379671 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.39 MiB. | ||
10890 | 2024.08.08 23:05:42.379797 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
10891 | 2024.08.08 23:05:42.379894 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_31_6} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
10892 | 2024.08.08 23:05:42.380193 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
10893 | 2024.08.08 23:05:42.380416 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
10894 | 2024.08.08 23:05:42.380520 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3232 rows starting from the beginning of the part | ||
10895 | 2024.08.08 23:05:42.380840 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 60 rows starting from the beginning of the part | ||
10896 | 2024.08.08 23:05:42.381130 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
10897 | 2024.08.08 23:05:42.381308 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 60 rows starting from the beginning of the part | ||
10898 | 2024.08.08 23:05:42.381445 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
10899 | 2024.08.08 23:05:42.381624 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 60 rows starting from the beginning of the part | ||
10900 | 2024.08.08 23:05:42.383302 [ 187 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3532 rows, containing 4 columns (4 merged, 0 gathered) in 0.004104068 sec., 860609.5220644493 rows/sec., 58.00 MiB/sec. | ||
10901 | 2024.08.08 23:05:42.383602 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
10902 | 2024.08.08 23:05:42.384029 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10903 | 2024.08.08 23:05:42.384113 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_61_12} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
10904 | 2024.08.08 23:05:42.384190 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
10905 | 2024.08.08 23:05:47.371292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10906 | 2024.08.08 23:05:47.371421 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10907 | 2024.08.08 23:05:47.371450 [ 3 ] {} <Debug> HTTP-Session: 8bab9935-4fe6-4ded-9614-49905857391f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10908 | 2024.08.08 23:05:47.371477 [ 3 ] {} <Debug> HTTP-Session: 8bab9935-4fe6-4ded-9614-49905857391f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10909 | 2024.08.08 23:05:47.371495 [ 3 ] {} <Debug> HTTP-Session: 8bab9935-4fe6-4ded-9614-49905857391f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10910 | 2024.08.08 23:05:47.371550 [ 3 ] {} <Trace> HTTP-Session: 8bab9935-4fe6-4ded-9614-49905857391f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10911 | 2024.08.08 23:05:47.371757 [ 3 ] {dba11276-8a76-4a3e-9bb4-b0f2be9ac3df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
10912 | 2024.08.08 23:05:47.371828 [ 3 ] {dba11276-8a76-4a3e-9bb4-b0f2be9ac3df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
10913 | 2024.08.08 23:05:47.372043 [ 3 ] {dba11276-8a76-4a3e-9bb4-b0f2be9ac3df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10914 | 2024.08.08 23:05:47.372492 [ 3 ] {dba11276-8a76-4a3e-9bb4-b0f2be9ac3df} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10915 | 2024.08.08 23:05:47.372533 [ 3 ] {dba11276-8a76-4a3e-9bb4-b0f2be9ac3df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10916 | 2024.08.08 23:05:47.373107 [ 3 ] {dba11276-8a76-4a3e-9bb4-b0f2be9ac3df} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
10917 | 2024.08.08 23:05:47.373454 [ 3 ] {dba11276-8a76-4a3e-9bb4-b0f2be9ac3df} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10918 | 2024.08.08 23:05:47.373601 [ 3 ] {dba11276-8a76-4a3e-9bb4-b0f2be9ac3df} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001915 sec., 17232.375979112272 rows/sec., 1.36 MiB/sec. | ||
10919 | 2024.08.08 23:05:47.373810 [ 3 ] {dba11276-8a76-4a3e-9bb4-b0f2be9ac3df} <Debug> DynamicQueryHandler: Done processing query | ||
10920 | 2024.08.08 23:05:47.373838 [ 3 ] {dba11276-8a76-4a3e-9bb4-b0f2be9ac3df} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
10921 | 2024.08.08 23:05:47.373854 [ 3 ] {} <Debug> HTTP-Session: 8bab9935-4fe6-4ded-9614-49905857391f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10922 | 2024.08.08 23:05:47.373977 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10923 | 2024.08.08 23:05:47.374031 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10924 | 2024.08.08 23:05:47.374054 [ 3 ] {} <Debug> HTTP-Session: 9bb5c8aa-1f82-47b1-9ac2-186c21064993 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10925 | 2024.08.08 23:05:47.374071 [ 3 ] {} <Debug> HTTP-Session: 9bb5c8aa-1f82-47b1-9ac2-186c21064993 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10926 | 2024.08.08 23:05:47.374085 [ 3 ] {} <Debug> HTTP-Session: 9bb5c8aa-1f82-47b1-9ac2-186c21064993 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10927 | 2024.08.08 23:05:47.374121 [ 3 ] {} <Trace> HTTP-Session: 9bb5c8aa-1f82-47b1-9ac2-186c21064993 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10928 | 2024.08.08 23:05:47.374226 [ 3 ] {22ac7315-b382-4984-aa50-f18a005fdf19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
10929 | 2024.08.08 23:05:47.374272 [ 3 ] {22ac7315-b382-4984-aa50-f18a005fdf19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
10930 | 2024.08.08 23:05:47.374405 [ 3 ] {22ac7315-b382-4984-aa50-f18a005fdf19} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10931 | 2024.08.08 23:05:47.374689 [ 3 ] {22ac7315-b382-4984-aa50-f18a005fdf19} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10932 | 2024.08.08 23:05:47.374725 [ 3 ] {22ac7315-b382-4984-aa50-f18a005fdf19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10933 | 2024.08.08 23:05:47.375050 [ 3 ] {22ac7315-b382-4984-aa50-f18a005fdf19} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10934 | 2024.08.08 23:05:47.375362 [ 3 ] {22ac7315-b382-4984-aa50-f18a005fdf19} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10935 | 2024.08.08 23:05:47.375491 [ 3 ] {22ac7315-b382-4984-aa50-f18a005fdf19} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001296 sec., 4629.62962962963 rows/sec., 377.51 KiB/sec. | ||
10936 | 2024.08.08 23:05:47.375642 [ 3 ] {22ac7315-b382-4984-aa50-f18a005fdf19} <Debug> DynamicQueryHandler: Done processing query | ||
10937 | 2024.08.08 23:05:47.375667 [ 3 ] {22ac7315-b382-4984-aa50-f18a005fdf19} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10938 | 2024.08.08 23:05:47.375683 [ 3 ] {} <Debug> HTTP-Session: 9bb5c8aa-1f82-47b1-9ac2-186c21064993 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10939 | 2024.08.08 23:05:47.375886 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 188074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10940 | 2024.08.08 23:05:47.375936 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10941 | 2024.08.08 23:05:47.375955 [ 3 ] {} <Debug> HTTP-Session: d4a92346-c201-43d6-bc6e-a1b7edd4e746 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10942 | 2024.08.08 23:05:47.375972 [ 3 ] {} <Debug> HTTP-Session: d4a92346-c201-43d6-bc6e-a1b7edd4e746 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10943 | 2024.08.08 23:05:47.375986 [ 3 ] {} <Debug> HTTP-Session: d4a92346-c201-43d6-bc6e-a1b7edd4e746 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10944 | 2024.08.08 23:05:47.376019 [ 3 ] {} <Trace> HTTP-Session: d4a92346-c201-43d6-bc6e-a1b7edd4e746 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10945 | 2024.08.08 23:05:47.376477 [ 3 ] {ffe1082b-3c98-46b1-8921-b9a63a94e1d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
10946 | 2024.08.08 23:05:47.376524 [ 3 ] {ffe1082b-3c98-46b1-8921-b9a63a94e1d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
10947 | 2024.08.08 23:05:47.376647 [ 3 ] {ffe1082b-3c98-46b1-8921-b9a63a94e1d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10948 | 2024.08.08 23:05:47.377757 [ 3 ] {ffe1082b-3c98-46b1-8921-b9a63a94e1d6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10949 | 2024.08.08 23:05:47.377794 [ 3 ] {ffe1082b-3c98-46b1-8921-b9a63a94e1d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10950 | 2024.08.08 23:05:47.378177 [ 3 ] {ffe1082b-3c98-46b1-8921-b9a63a94e1d6} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
10951 | 2024.08.08 23:05:47.378500 [ 3 ] {ffe1082b-3c98-46b1-8921-b9a63a94e1d6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10952 | 2024.08.08 23:05:47.378636 [ 3 ] {ffe1082b-3c98-46b1-8921-b9a63a94e1d6} <Debug> executeQuery: Read 1298 rows, 109.64 KiB in 0.002474 sec., 524656.4268391269 rows/sec., 43.28 MiB/sec. | ||
10953 | 2024.08.08 23:05:47.378833 [ 3 ] {ffe1082b-3c98-46b1-8921-b9a63a94e1d6} <Debug> DynamicQueryHandler: Done processing query | ||
10954 | 2024.08.08 23:05:47.378857 [ 3 ] {ffe1082b-3c98-46b1-8921-b9a63a94e1d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
10955 | 2024.08.08 23:05:47.378873 [ 3 ] {} <Debug> HTTP-Session: d4a92346-c201-43d6-bc6e-a1b7edd4e746 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10956 | 2024.08.08 23:05:47.379046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10957 | 2024.08.08 23:05:47.379095 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10958 | 2024.08.08 23:05:47.379114 [ 3 ] {} <Debug> HTTP-Session: cf60c647-4593-4c46-908c-01b448105b6f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10959 | 2024.08.08 23:05:47.379131 [ 3 ] {} <Debug> HTTP-Session: cf60c647-4593-4c46-908c-01b448105b6f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10960 | 2024.08.08 23:05:47.379145 [ 3 ] {} <Debug> HTTP-Session: cf60c647-4593-4c46-908c-01b448105b6f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10961 | 2024.08.08 23:05:47.379177 [ 3 ] {} <Trace> HTTP-Session: cf60c647-4593-4c46-908c-01b448105b6f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10962 | 2024.08.08 23:05:47.379274 [ 3 ] {cb1dc2d4-60ee-45be-9f9f-d93ca64d1a3d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
10963 | 2024.08.08 23:05:47.379317 [ 3 ] {cb1dc2d4-60ee-45be-9f9f-d93ca64d1a3d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
10964 | 2024.08.08 23:05:47.379453 [ 3 ] {cb1dc2d4-60ee-45be-9f9f-d93ca64d1a3d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10965 | 2024.08.08 23:05:47.379743 [ 3 ] {cb1dc2d4-60ee-45be-9f9f-d93ca64d1a3d} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10966 | 2024.08.08 23:05:47.379779 [ 3 ] {cb1dc2d4-60ee-45be-9f9f-d93ca64d1a3d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10967 | 2024.08.08 23:05:47.380080 [ 3 ] {cb1dc2d4-60ee-45be-9f9f-d93ca64d1a3d} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
10968 | 2024.08.08 23:05:47.380393 [ 3 ] {cb1dc2d4-60ee-45be-9f9f-d93ca64d1a3d} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10969 | 2024.08.08 23:05:47.380552 [ 3 ] {cb1dc2d4-60ee-45be-9f9f-d93ca64d1a3d} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001297 sec., 4626.060138781804 rows/sec., 323.01 KiB/sec. | ||
10970 | 2024.08.08 23:05:47.380750 [ 3 ] {cb1dc2d4-60ee-45be-9f9f-d93ca64d1a3d} <Debug> DynamicQueryHandler: Done processing query | ||
10971 | 2024.08.08 23:05:47.380775 [ 3 ] {cb1dc2d4-60ee-45be-9f9f-d93ca64d1a3d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
10972 | 2024.08.08 23:05:47.380790 [ 3 ] {} <Debug> HTTP-Session: cf60c647-4593-4c46-908c-01b448105b6f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10973 | 2024.08.08 23:05:47.380929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10974 | 2024.08.08 23:05:47.380978 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10975 | 2024.08.08 23:05:47.380998 [ 3 ] {} <Debug> HTTP-Session: fed8a6bc-3e40-402c-92bd-57baf4308c4b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10976 | 2024.08.08 23:05:47.381014 [ 3 ] {} <Debug> HTTP-Session: fed8a6bc-3e40-402c-92bd-57baf4308c4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10977 | 2024.08.08 23:05:47.381028 [ 3 ] {} <Debug> HTTP-Session: fed8a6bc-3e40-402c-92bd-57baf4308c4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10978 | 2024.08.08 23:05:47.381060 [ 3 ] {} <Trace> HTTP-Session: fed8a6bc-3e40-402c-92bd-57baf4308c4b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10979 | 2024.08.08 23:05:47.381271 [ 3 ] {9bf750da-916c-4169-91aa-011194f75315} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
10980 | 2024.08.08 23:05:47.381314 [ 3 ] {9bf750da-916c-4169-91aa-011194f75315} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
10981 | 2024.08.08 23:05:47.381439 [ 3 ] {9bf750da-916c-4169-91aa-011194f75315} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10982 | 2024.08.08 23:05:47.381844 [ 3 ] {9bf750da-916c-4169-91aa-011194f75315} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
10983 | 2024.08.08 23:05:47.381881 [ 3 ] {9bf750da-916c-4169-91aa-011194f75315} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
10984 | 2024.08.08 23:05:47.382208 [ 3 ] {9bf750da-916c-4169-91aa-011194f75315} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
10985 | 2024.08.08 23:05:47.382521 [ 3 ] {9bf750da-916c-4169-91aa-011194f75315} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
10986 | 2024.08.08 23:05:47.382680 [ 3 ] {9bf750da-916c-4169-91aa-011194f75315} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00152 sec., 150000 rows/sec., 10.16 MiB/sec. | ||
10987 | 2024.08.08 23:05:47.382973 [ 3 ] {9bf750da-916c-4169-91aa-011194f75315} <Debug> DynamicQueryHandler: Done processing query | ||
10988 | 2024.08.08 23:05:47.382998 [ 3 ] {9bf750da-916c-4169-91aa-011194f75315} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
10989 | 2024.08.08 23:05:47.383013 [ 3 ] {} <Debug> HTTP-Session: fed8a6bc-3e40-402c-92bd-57baf4308c4b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10990 | 2024.08.08 23:05:47.383193 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 92447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
10991 | 2024.08.08 23:05:47.383241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
10992 | 2024.08.08 23:05:47.383260 [ 3 ] {} <Debug> HTTP-Session: fb0dbde6-af6c-4214-9d37-7ab64c3efc03 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
10993 | 2024.08.08 23:05:47.383276 [ 3 ] {} <Debug> HTTP-Session: fb0dbde6-af6c-4214-9d37-7ab64c3efc03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
10994 | 2024.08.08 23:05:47.383290 [ 3 ] {} <Debug> HTTP-Session: fb0dbde6-af6c-4214-9d37-7ab64c3efc03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
10995 | 2024.08.08 23:05:47.383321 [ 3 ] {} <Trace> HTTP-Session: fb0dbde6-af6c-4214-9d37-7ab64c3efc03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
10996 | 2024.08.08 23:05:47.383564 [ 3 ] {4e154bf6-f2ed-4b78-9d58-5cc19e03f260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
10997 | 2024.08.08 23:05:47.383609 [ 3 ] {4e154bf6-f2ed-4b78-9d58-5cc19e03f260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
10998 | 2024.08.08 23:05:47.383754 [ 3 ] {4e154bf6-f2ed-4b78-9d58-5cc19e03f260} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
10999 | 2024.08.08 23:05:47.384393 [ 3 ] {4e154bf6-f2ed-4b78-9d58-5cc19e03f260} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11000 | 2024.08.08 23:05:47.384429 [ 3 ] {4e154bf6-f2ed-4b78-9d58-5cc19e03f260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11001 | 2024.08.08 23:05:47.384765 [ 3 ] {4e154bf6-f2ed-4b78-9d58-5cc19e03f260} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11002 | 2024.08.08 23:05:47.385101 [ 3 ] {4e154bf6-f2ed-4b78-9d58-5cc19e03f260} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11003 | 2024.08.08 23:05:47.385251 [ 3 ] {4e154bf6-f2ed-4b78-9d58-5cc19e03f260} <Debug> executeQuery: Read 559 rows, 42.54 KiB in 0.00182 sec., 307142.85714285716 rows/sec., 22.82 MiB/sec. | ||
11004 | 2024.08.08 23:05:47.385418 [ 3 ] {4e154bf6-f2ed-4b78-9d58-5cc19e03f260} <Debug> DynamicQueryHandler: Done processing query | ||
11005 | 2024.08.08 23:05:47.385442 [ 3 ] {4e154bf6-f2ed-4b78-9d58-5cc19e03f260} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
11006 | 2024.08.08 23:05:47.385458 [ 3 ] {} <Debug> HTTP-Session: fb0dbde6-af6c-4214-9d37-7ab64c3efc03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11007 | 2024.08.08 23:05:47.385644 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11008 | 2024.08.08 23:05:47.385692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11009 | 2024.08.08 23:05:47.385711 [ 3 ] {} <Debug> HTTP-Session: e6c79af0-ce17-434a-be22-974e5589d809 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11010 | 2024.08.08 23:05:47.385726 [ 3 ] {} <Debug> HTTP-Session: e6c79af0-ce17-434a-be22-974e5589d809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11011 | 2024.08.08 23:05:47.385740 [ 3 ] {} <Debug> HTTP-Session: e6c79af0-ce17-434a-be22-974e5589d809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11012 | 2024.08.08 23:05:47.385772 [ 3 ] {} <Trace> HTTP-Session: e6c79af0-ce17-434a-be22-974e5589d809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11013 | 2024.08.08 23:05:47.386205 [ 3 ] {8cba45f1-9678-4f66-82c1-b6465c41f5d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11014 | 2024.08.08 23:05:47.386254 [ 3 ] {8cba45f1-9678-4f66-82c1-b6465c41f5d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11015 | 2024.08.08 23:05:47.386400 [ 3 ] {8cba45f1-9678-4f66-82c1-b6465c41f5d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11016 | 2024.08.08 23:05:47.387209 [ 3 ] {8cba45f1-9678-4f66-82c1-b6465c41f5d7} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11017 | 2024.08.08 23:05:47.387246 [ 3 ] {8cba45f1-9678-4f66-82c1-b6465c41f5d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11018 | 2024.08.08 23:05:47.387693 [ 3 ] {8cba45f1-9678-4f66-82c1-b6465c41f5d7} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11019 | 2024.08.08 23:05:47.388072 [ 3 ] {8cba45f1-9678-4f66-82c1-b6465c41f5d7} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11020 | 2024.08.08 23:05:47.388222 [ 3 ] {8cba45f1-9678-4f66-82c1-b6465c41f5d7} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002327 sec., 363987.9673399226 rows/sec., 24.50 MiB/sec. | ||
11021 | 2024.08.08 23:05:47.388392 [ 3 ] {8cba45f1-9678-4f66-82c1-b6465c41f5d7} <Debug> DynamicQueryHandler: Done processing query | ||
11022 | 2024.08.08 23:05:47.388417 [ 3 ] {8cba45f1-9678-4f66-82c1-b6465c41f5d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
11023 | 2024.08.08 23:05:47.388432 [ 3 ] {} <Debug> HTTP-Session: e6c79af0-ce17-434a-be22-974e5589d809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11024 | 2024.08.08 23:05:47.388667 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11025 | 2024.08.08 23:05:47.388716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11026 | 2024.08.08 23:05:47.388736 [ 3 ] {} <Debug> HTTP-Session: 7bd48428-a748-4770-9a3c-110e4eb51fbe Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11027 | 2024.08.08 23:05:47.388753 [ 3 ] {} <Debug> HTTP-Session: 7bd48428-a748-4770-9a3c-110e4eb51fbe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11028 | 2024.08.08 23:05:47.388766 [ 3 ] {} <Debug> HTTP-Session: 7bd48428-a748-4770-9a3c-110e4eb51fbe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11029 | 2024.08.08 23:05:47.388798 [ 3 ] {} <Trace> HTTP-Session: 7bd48428-a748-4770-9a3c-110e4eb51fbe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11030 | 2024.08.08 23:05:47.389192 [ 3 ] {95c9de17-34ee-468d-b4a3-a32e9181d751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11031 | 2024.08.08 23:05:47.389255 [ 3 ] {95c9de17-34ee-468d-b4a3-a32e9181d751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11032 | 2024.08.08 23:05:47.389662 [ 3 ] {95c9de17-34ee-468d-b4a3-a32e9181d751} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11033 | 2024.08.08 23:05:47.390304 [ 3 ] {95c9de17-34ee-468d-b4a3-a32e9181d751} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11034 | 2024.08.08 23:05:47.390339 [ 3 ] {95c9de17-34ee-468d-b4a3-a32e9181d751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11035 | 2024.08.08 23:05:47.390942 [ 3 ] {95c9de17-34ee-468d-b4a3-a32e9181d751} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
11036 | 2024.08.08 23:05:47.391353 [ 3 ] {95c9de17-34ee-468d-b4a3-a32e9181d751} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11037 | 2024.08.08 23:05:47.391542 [ 127 ] {} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
11038 | 2024.08.08 23:05:47.391545 [ 3 ] {95c9de17-34ee-468d-b4a3-a32e9181d751} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002658 sec., 12415.349887133181 rows/sec., 22.25 MiB/sec. | ||
11039 | 2024.08.08 23:05:47.391627 [ 127 ] {} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11040 | 2024.08.08 23:05:47.391700 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11041 | 2024.08.08 23:05:47.392035 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::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 | ||
11042 | 2024.08.08 23:05:47.392106 [ 3 ] {95c9de17-34ee-468d-b4a3-a32e9181d751} <Debug> DynamicQueryHandler: Done processing query | ||
11043 | 2024.08.08 23:05:47.392151 [ 3 ] {95c9de17-34ee-468d-b4a3-a32e9181d751} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11044 | 2024.08.08 23:05:47.392201 [ 3 ] {} <Debug> HTTP-Session: 7bd48428-a748-4770-9a3c-110e4eb51fbe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11045 | 2024.08.08 23:05:47.392388 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11046 | 2024.08.08 23:05:47.392520 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11047 | 2024.08.08 23:05:47.392586 [ 3 ] {} <Debug> HTTP-Session: 5b114091-d265-45d0-a799-373379c1c3a6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11048 | 2024.08.08 23:05:47.392641 [ 3 ] {} <Debug> HTTP-Session: 5b114091-d265-45d0-a799-373379c1c3a6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11049 | 2024.08.08 23:05:47.392686 [ 3 ] {} <Debug> HTTP-Session: 5b114091-d265-45d0-a799-373379c1c3a6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11050 | 2024.08.08 23:05:47.392796 [ 3 ] {} <Trace> HTTP-Session: 5b114091-d265-45d0-a799-373379c1c3a6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11051 | 2024.08.08 23:05:47.392876 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11052 | 2024.08.08 23:05:47.393052 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 681 rows starting from the beginning of the part | ||
11053 | 2024.08.08 23:05:47.393066 [ 3 ] {50f3eee7-00d6-4310-996e-0df21b822796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11054 | 2024.08.08 23:05:47.393186 [ 3 ] {50f3eee7-00d6-4310-996e-0df21b822796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11055 | 2024.08.08 23:05:47.393883 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 33 rows starting from the beginning of the part | ||
11056 | 2024.08.08 23:05:47.394089 [ 3 ] {50f3eee7-00d6-4310-996e-0df21b822796} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11057 | 2024.08.08 23:05:47.394585 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
11058 | 2024.08.08 23:05:47.395380 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 33 rows starting from the beginning of the part | ||
11059 | 2024.08.08 23:05:47.395407 [ 3 ] {50f3eee7-00d6-4310-996e-0df21b822796} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11060 | 2024.08.08 23:05:47.395481 [ 3 ] {50f3eee7-00d6-4310-996e-0df21b822796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11061 | 2024.08.08 23:05:47.395956 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 33 rows starting from the beginning of the part | ||
11062 | 2024.08.08 23:05:47.396666 [ 201 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 33 rows starting from the beginning of the part | ||
11063 | 2024.08.08 23:05:47.396925 [ 3 ] {50f3eee7-00d6-4310-996e-0df21b822796} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
11064 | 2024.08.08 23:05:47.397925 [ 3 ] {50f3eee7-00d6-4310-996e-0df21b822796} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11065 | 2024.08.08 23:05:47.398231 [ 3 ] {50f3eee7-00d6-4310-996e-0df21b822796} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005264 sec., 11398.176291793314 rows/sec., 786.59 KiB/sec. | ||
11066 | 2024.08.08 23:05:47.398650 [ 3 ] {50f3eee7-00d6-4310-996e-0df21b822796} <Debug> DynamicQueryHandler: Done processing query | ||
11067 | 2024.08.08 23:05:47.398694 [ 3 ] {50f3eee7-00d6-4310-996e-0df21b822796} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11068 | 2024.08.08 23:05:47.398735 [ 3 ] {} <Debug> HTTP-Session: 5b114091-d265-45d0-a799-373379c1c3a6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11069 | 2024.08.08 23:05:47.405307 [ 187 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 846 rows, containing 19 columns (19 merged, 0 gathered) in 0.013458308 sec., 62860.799440761795 rows/sec., 112.64 MiB/sec. | ||
11070 | 2024.08.08 23:05:47.406038 [ 189 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
11071 | 2024.08.08 23:05:47.406632 [ 189 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11072 | 2024.08.08 23:05:47.406720 [ 189 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_26_5} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
11073 | 2024.08.08 23:05:47.406848 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.77 MiB. | ||
11074 | 2024.08.08 23:05:52.343651 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11075 | 2024.08.08 23:05:52.343797 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11076 | 2024.08.08 23:05:52.343826 [ 3 ] {} <Debug> HTTP-Session: 32fc314e-4c2c-4e2a-8ac9-eb3fe936f135 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11077 | 2024.08.08 23:05:52.343853 [ 3 ] {} <Debug> HTTP-Session: 32fc314e-4c2c-4e2a-8ac9-eb3fe936f135 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11078 | 2024.08.08 23:05:52.343870 [ 3 ] {} <Debug> HTTP-Session: 32fc314e-4c2c-4e2a-8ac9-eb3fe936f135 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11079 | 2024.08.08 23:05:52.343925 [ 3 ] {} <Trace> HTTP-Session: 32fc314e-4c2c-4e2a-8ac9-eb3fe936f135 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11080 | 2024.08.08 23:05:52.344127 [ 3 ] {82c99bc2-3e0a-4282-9e66-50b3f5635fbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11081 | 2024.08.08 23:05:52.344202 [ 3 ] {82c99bc2-3e0a-4282-9e66-50b3f5635fbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11082 | 2024.08.08 23:05:52.344402 [ 3 ] {82c99bc2-3e0a-4282-9e66-50b3f5635fbc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11083 | 2024.08.08 23:05:52.344803 [ 3 ] {82c99bc2-3e0a-4282-9e66-50b3f5635fbc} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11084 | 2024.08.08 23:05:52.344851 [ 3 ] {82c99bc2-3e0a-4282-9e66-50b3f5635fbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11085 | 2024.08.08 23:05:52.345217 [ 3 ] {82c99bc2-3e0a-4282-9e66-50b3f5635fbc} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
11086 | 2024.08.08 23:05:52.345574 [ 3 ] {82c99bc2-3e0a-4282-9e66-50b3f5635fbc} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11087 | 2024.08.08 23:05:52.345733 [ 3 ] {82c99bc2-3e0a-4282-9e66-50b3f5635fbc} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001667 sec., 3599.2801439712057 rows/sec., 203.87 KiB/sec. | ||
11088 | 2024.08.08 23:05:52.345793 [ 122 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
11089 | 2024.08.08 23:05:52.345896 [ 122 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11090 | 2024.08.08 23:05:52.345922 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11091 | 2024.08.08 23:05:52.346014 [ 3 ] {82c99bc2-3e0a-4282-9e66-50b3f5635fbc} <Debug> DynamicQueryHandler: Done processing query | ||
11092 | 2024.08.08 23:05:52.346076 [ 3 ] {82c99bc2-3e0a-4282-9e66-50b3f5635fbc} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11093 | 2024.08.08 23:05:52.346117 [ 3 ] {} <Debug> HTTP-Session: 32fc314e-4c2c-4e2a-8ac9-eb3fe936f135 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11094 | 2024.08.08 23:05:52.346146 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
11095 | 2024.08.08 23:05:52.346342 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11096 | 2024.08.08 23:05:52.346405 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11097 | 2024.08.08 23:05:52.346453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11098 | 2024.08.08 23:05:52.346472 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 39 rows starting from the beginning of the part | ||
11099 | 2024.08.08 23:05:52.346500 [ 3 ] {} <Debug> HTTP-Session: 793988e6-ad25-47a9-8e3c-0f9b814aca87 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11100 | 2024.08.08 23:05:52.346556 [ 3 ] {} <Debug> HTTP-Session: 793988e6-ad25-47a9-8e3c-0f9b814aca87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11101 | 2024.08.08 23:05:52.346615 [ 3 ] {} <Debug> HTTP-Session: 793988e6-ad25-47a9-8e3c-0f9b814aca87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11102 | 2024.08.08 23:05:52.346681 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 6 rows starting from the beginning of the part | ||
11103 | 2024.08.08 23:05:52.346737 [ 3 ] {} <Trace> HTTP-Session: 793988e6-ad25-47a9-8e3c-0f9b814aca87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11104 | 2024.08.08 23:05:52.347052 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 33 rows starting from the beginning of the part | ||
11105 | 2024.08.08 23:05:52.347151 [ 3 ] {8c31b7db-0e48-47f0-8233-76b87896d6f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
11106 | 2024.08.08 23:05:52.347330 [ 3 ] {8c31b7db-0e48-47f0-8233-76b87896d6f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
11107 | 2024.08.08 23:05:52.347343 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 6 rows starting from the beginning of the part | ||
11108 | 2024.08.08 23:05:52.347675 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 33 rows starting from the beginning of the part | ||
11109 | 2024.08.08 23:05:52.348032 [ 199 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 6 rows starting from the beginning of the part | ||
11110 | 2024.08.08 23:05:52.348624 [ 3 ] {8c31b7db-0e48-47f0-8233-76b87896d6f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11111 | 2024.08.08 23:05:52.349370 [ 3 ] {8c31b7db-0e48-47f0-8233-76b87896d6f0} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11112 | 2024.08.08 23:05:52.349432 [ 3 ] {8c31b7db-0e48-47f0-8233-76b87896d6f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11113 | 2024.08.08 23:05:52.350296 [ 3 ] {8c31b7db-0e48-47f0-8233-76b87896d6f0} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
11114 | 2024.08.08 23:05:52.351065 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.00505435 sec., 24335.47340409746 rows/sec., 1.79 MiB/sec. | ||
11115 | 2024.08.08 23:05:52.351257 [ 3 ] {8c31b7db-0e48-47f0-8233-76b87896d6f0} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11116 | 2024.08.08 23:05:52.351267 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
11117 | 2024.08.08 23:05:52.351595 [ 3 ] {8c31b7db-0e48-47f0-8233-76b87896d6f0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.004568 sec., 875.6567425569177 rows/sec., 71.40 KiB/sec. | ||
11118 | 2024.08.08 23:05:52.352048 [ 3 ] {8c31b7db-0e48-47f0-8233-76b87896d6f0} <Debug> DynamicQueryHandler: Done processing query | ||
11119 | 2024.08.08 23:05:52.352093 [ 3 ] {8c31b7db-0e48-47f0-8233-76b87896d6f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11120 | 2024.08.08 23:05:52.352118 [ 3 ] {} <Debug> HTTP-Session: 793988e6-ad25-47a9-8e3c-0f9b814aca87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11121 | 2024.08.08 23:05:52.352233 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11122 | 2024.08.08 23:05:52.352336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11123 | 2024.08.08 23:05:52.352383 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_56_11} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
11124 | 2024.08.08 23:05:52.352420 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11125 | 2024.08.08 23:05:52.352484 [ 3 ] {} <Debug> HTTP-Session: bb42d743-1dcd-4187-a3d4-1915c90af8dc Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11126 | 2024.08.08 23:05:52.352532 [ 3 ] {} <Debug> HTTP-Session: bb42d743-1dcd-4187-a3d4-1915c90af8dc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11127 | 2024.08.08 23:05:52.352533 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11128 | 2024.08.08 23:05:52.352558 [ 3 ] {} <Debug> HTTP-Session: bb42d743-1dcd-4187-a3d4-1915c90af8dc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11129 | 2024.08.08 23:05:52.352620 [ 3 ] {} <Trace> HTTP-Session: bb42d743-1dcd-4187-a3d4-1915c90af8dc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11130 | 2024.08.08 23:05:52.352773 [ 3 ] {d825e7d4-5097-4ed5-8fed-905bd7f52271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11131 | 2024.08.08 23:05:52.352816 [ 3 ] {d825e7d4-5097-4ed5-8fed-905bd7f52271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11132 | 2024.08.08 23:05:52.352967 [ 3 ] {d825e7d4-5097-4ed5-8fed-905bd7f52271} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11133 | 2024.08.08 23:05:52.353356 [ 3 ] {d825e7d4-5097-4ed5-8fed-905bd7f52271} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11134 | 2024.08.08 23:05:52.353392 [ 3 ] {d825e7d4-5097-4ed5-8fed-905bd7f52271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11135 | 2024.08.08 23:05:52.353717 [ 3 ] {d825e7d4-5097-4ed5-8fed-905bd7f52271} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11136 | 2024.08.08 23:05:52.354039 [ 3 ] {d825e7d4-5097-4ed5-8fed-905bd7f52271} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11137 | 2024.08.08 23:05:52.354194 [ 3 ] {d825e7d4-5097-4ed5-8fed-905bd7f52271} <Debug> executeQuery: Read 163 rows, 14.68 KiB in 0.001482 sec., 109986.50472334682 rows/sec., 9.67 MiB/sec. | ||
11138 | 2024.08.08 23:05:52.354354 [ 3 ] {d825e7d4-5097-4ed5-8fed-905bd7f52271} <Debug> DynamicQueryHandler: Done processing query | ||
11139 | 2024.08.08 23:05:52.354378 [ 3 ] {d825e7d4-5097-4ed5-8fed-905bd7f52271} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11140 | 2024.08.08 23:05:52.354393 [ 3 ] {} <Debug> HTTP-Session: bb42d743-1dcd-4187-a3d4-1915c90af8dc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11141 | 2024.08.08 23:05:52.354526 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11142 | 2024.08.08 23:05:52.354574 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11143 | 2024.08.08 23:05:52.354593 [ 3 ] {} <Debug> HTTP-Session: 1e918df9-a37d-4b6a-814b-e897868ab70e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11144 | 2024.08.08 23:05:52.354609 [ 3 ] {} <Debug> HTTP-Session: 1e918df9-a37d-4b6a-814b-e897868ab70e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11145 | 2024.08.08 23:05:52.354622 [ 3 ] {} <Debug> HTTP-Session: 1e918df9-a37d-4b6a-814b-e897868ab70e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11146 | 2024.08.08 23:05:52.354653 [ 3 ] {} <Trace> HTTP-Session: 1e918df9-a37d-4b6a-814b-e897868ab70e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11147 | 2024.08.08 23:05:52.354746 [ 3 ] {6bde365b-7cb5-4d2b-8e85-f538af61f01e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
11148 | 2024.08.08 23:05:52.354789 [ 3 ] {6bde365b-7cb5-4d2b-8e85-f538af61f01e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
11149 | 2024.08.08 23:05:52.354914 [ 3 ] {6bde365b-7cb5-4d2b-8e85-f538af61f01e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11150 | 2024.08.08 23:05:52.355178 [ 3 ] {6bde365b-7cb5-4d2b-8e85-f538af61f01e} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11151 | 2024.08.08 23:05:52.355214 [ 3 ] {6bde365b-7cb5-4d2b-8e85-f538af61f01e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11152 | 2024.08.08 23:05:52.355510 [ 3 ] {6bde365b-7cb5-4d2b-8e85-f538af61f01e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
11153 | 2024.08.08 23:05:52.355827 [ 3 ] {6bde365b-7cb5-4d2b-8e85-f538af61f01e} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11154 | 2024.08.08 23:05:52.355986 [ 3 ] {6bde365b-7cb5-4d2b-8e85-f538af61f01e} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001261 sec., 3172.0856463124505 rows/sec., 221.49 KiB/sec. | ||
11155 | 2024.08.08 23:05:52.356155 [ 3 ] {6bde365b-7cb5-4d2b-8e85-f538af61f01e} <Debug> DynamicQueryHandler: Done processing query | ||
11156 | 2024.08.08 23:05:52.356179 [ 3 ] {6bde365b-7cb5-4d2b-8e85-f538af61f01e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11157 | 2024.08.08 23:05:52.356194 [ 3 ] {} <Debug> HTTP-Session: 1e918df9-a37d-4b6a-814b-e897868ab70e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11158 | 2024.08.08 23:05:52.356354 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 62293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11159 | 2024.08.08 23:05:52.356402 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11160 | 2024.08.08 23:05:52.356421 [ 3 ] {} <Debug> HTTP-Session: d6919aad-a9e5-4f94-9e04-c6e5232dbad2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11161 | 2024.08.08 23:05:52.356437 [ 3 ] {} <Debug> HTTP-Session: d6919aad-a9e5-4f94-9e04-c6e5232dbad2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11162 | 2024.08.08 23:05:52.356450 [ 3 ] {} <Debug> HTTP-Session: d6919aad-a9e5-4f94-9e04-c6e5232dbad2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11163 | 2024.08.08 23:05:52.356481 [ 3 ] {} <Trace> HTTP-Session: d6919aad-a9e5-4f94-9e04-c6e5232dbad2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11164 | 2024.08.08 23:05:52.356682 [ 3 ] {265c0aaa-cc0b-48e9-b306-cd0db89148d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11165 | 2024.08.08 23:05:52.356724 [ 3 ] {265c0aaa-cc0b-48e9-b306-cd0db89148d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11166 | 2024.08.08 23:05:52.356851 [ 3 ] {265c0aaa-cc0b-48e9-b306-cd0db89148d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11167 | 2024.08.08 23:05:52.357351 [ 3 ] {265c0aaa-cc0b-48e9-b306-cd0db89148d7} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11168 | 2024.08.08 23:05:52.357388 [ 3 ] {265c0aaa-cc0b-48e9-b306-cd0db89148d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11169 | 2024.08.08 23:05:52.357706 [ 3 ] {265c0aaa-cc0b-48e9-b306-cd0db89148d7} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11170 | 2024.08.08 23:05:52.358016 [ 3 ] {265c0aaa-cc0b-48e9-b306-cd0db89148d7} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11171 | 2024.08.08 23:05:52.358171 [ 3 ] {265c0aaa-cc0b-48e9-b306-cd0db89148d7} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.001593 sec., 242310.10671688637 rows/sec., 17.04 MiB/sec. | ||
11172 | 2024.08.08 23:05:52.358325 [ 3 ] {265c0aaa-cc0b-48e9-b306-cd0db89148d7} <Debug> DynamicQueryHandler: Done processing query | ||
11173 | 2024.08.08 23:05:52.358349 [ 3 ] {265c0aaa-cc0b-48e9-b306-cd0db89148d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11174 | 2024.08.08 23:05:52.358364 [ 3 ] {} <Debug> HTTP-Session: d6919aad-a9e5-4f94-9e04-c6e5232dbad2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11175 | 2024.08.08 23:05:52.358597 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11176 | 2024.08.08 23:05:52.358644 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11177 | 2024.08.08 23:05:52.358664 [ 3 ] {} <Debug> HTTP-Session: 2ab7bc98-b136-47de-9a8c-611f6ee2a2c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11178 | 2024.08.08 23:05:52.358680 [ 3 ] {} <Debug> HTTP-Session: 2ab7bc98-b136-47de-9a8c-611f6ee2a2c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11179 | 2024.08.08 23:05:52.358694 [ 3 ] {} <Debug> HTTP-Session: 2ab7bc98-b136-47de-9a8c-611f6ee2a2c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11180 | 2024.08.08 23:05:52.358724 [ 3 ] {} <Trace> HTTP-Session: 2ab7bc98-b136-47de-9a8c-611f6ee2a2c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11181 | 2024.08.08 23:05:52.358816 [ 3 ] {e8810f40-3504-4866-a15b-572394f948ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11182 | 2024.08.08 23:05:52.358861 [ 3 ] {e8810f40-3504-4866-a15b-572394f948ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11183 | 2024.08.08 23:05:52.358990 [ 3 ] {e8810f40-3504-4866-a15b-572394f948ac} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11184 | 2024.08.08 23:05:52.359321 [ 3 ] {e8810f40-3504-4866-a15b-572394f948ac} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11185 | 2024.08.08 23:05:52.359357 [ 3 ] {e8810f40-3504-4866-a15b-572394f948ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11186 | 2024.08.08 23:05:52.359711 [ 3 ] {e8810f40-3504-4866-a15b-572394f948ac} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11187 | 2024.08.08 23:05:52.360043 [ 3 ] {e8810f40-3504-4866-a15b-572394f948ac} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11188 | 2024.08.08 23:05:52.360206 [ 3 ] {e8810f40-3504-4866-a15b-572394f948ac} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001399 sec., 4288.777698355968 rows/sec., 184.28 KiB/sec. | ||
11189 | 2024.08.08 23:05:52.360484 [ 3 ] {e8810f40-3504-4866-a15b-572394f948ac} <Debug> DynamicQueryHandler: Done processing query | ||
11190 | 2024.08.08 23:05:52.360538 [ 3 ] {e8810f40-3504-4866-a15b-572394f948ac} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11191 | 2024.08.08 23:05:52.360570 [ 3 ] {} <Debug> HTTP-Session: 2ab7bc98-b136-47de-9a8c-611f6ee2a2c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11192 | 2024.08.08 23:05:52.360704 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11193 | 2024.08.08 23:05:52.360753 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11194 | 2024.08.08 23:05:52.360773 [ 3 ] {} <Debug> HTTP-Session: 2f7baca4-c184-4f7a-8c84-13403ab38693 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11195 | 2024.08.08 23:05:52.360789 [ 3 ] {} <Debug> HTTP-Session: 2f7baca4-c184-4f7a-8c84-13403ab38693 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11196 | 2024.08.08 23:05:52.360802 [ 3 ] {} <Debug> HTTP-Session: 2f7baca4-c184-4f7a-8c84-13403ab38693 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11197 | 2024.08.08 23:05:52.360833 [ 3 ] {} <Trace> HTTP-Session: 2f7baca4-c184-4f7a-8c84-13403ab38693 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11198 | 2024.08.08 23:05:52.360953 [ 3 ] {1d56ce93-4504-4145-aacc-c4340bd447b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11199 | 2024.08.08 23:05:52.361001 [ 3 ] {1d56ce93-4504-4145-aacc-c4340bd447b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11200 | 2024.08.08 23:05:52.361173 [ 3 ] {1d56ce93-4504-4145-aacc-c4340bd447b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11201 | 2024.08.08 23:05:52.361503 [ 3 ] {1d56ce93-4504-4145-aacc-c4340bd447b6} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11202 | 2024.08.08 23:05:52.361540 [ 3 ] {1d56ce93-4504-4145-aacc-c4340bd447b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11203 | 2024.08.08 23:05:52.361914 [ 3 ] {1d56ce93-4504-4145-aacc-c4340bd447b6} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
11204 | 2024.08.08 23:05:52.362263 [ 3 ] {1d56ce93-4504-4145-aacc-c4340bd447b6} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11205 | 2024.08.08 23:05:52.362421 [ 3 ] {1d56ce93-4504-4145-aacc-c4340bd447b6} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001501 sec., 51299.13391072618 rows/sec., 3.16 MiB/sec. | ||
11206 | 2024.08.08 23:05:52.362791 [ 3 ] {1d56ce93-4504-4145-aacc-c4340bd447b6} <Debug> DynamicQueryHandler: Done processing query | ||
11207 | 2024.08.08 23:05:52.362815 [ 3 ] {1d56ce93-4504-4145-aacc-c4340bd447b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11208 | 2024.08.08 23:05:52.362832 [ 3 ] {} <Debug> HTTP-Session: 2f7baca4-c184-4f7a-8c84-13403ab38693 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11209 | 2024.08.08 23:05:52.363006 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11210 | 2024.08.08 23:05:52.363055 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11211 | 2024.08.08 23:05:52.363079 [ 3 ] {} <Debug> HTTP-Session: 48f61ef6-911f-44e4-acf0-779dbf707dd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11212 | 2024.08.08 23:05:52.363096 [ 3 ] {} <Debug> HTTP-Session: 48f61ef6-911f-44e4-acf0-779dbf707dd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11213 | 2024.08.08 23:05:52.363109 [ 3 ] {} <Debug> HTTP-Session: 48f61ef6-911f-44e4-acf0-779dbf707dd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11214 | 2024.08.08 23:05:52.363140 [ 3 ] {} <Trace> HTTP-Session: 48f61ef6-911f-44e4-acf0-779dbf707dd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11215 | 2024.08.08 23:05:52.363288 [ 3 ] {82048fdd-f6db-40a8-9352-a6c8fb50c573} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11216 | 2024.08.08 23:05:52.363333 [ 3 ] {82048fdd-f6db-40a8-9352-a6c8fb50c573} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11217 | 2024.08.08 23:05:52.363500 [ 3 ] {82048fdd-f6db-40a8-9352-a6c8fb50c573} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11218 | 2024.08.08 23:05:52.363912 [ 3 ] {82048fdd-f6db-40a8-9352-a6c8fb50c573} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11219 | 2024.08.08 23:05:52.363947 [ 3 ] {82048fdd-f6db-40a8-9352-a6c8fb50c573} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11220 | 2024.08.08 23:05:52.364316 [ 3 ] {82048fdd-f6db-40a8-9352-a6c8fb50c573} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11221 | 2024.08.08 23:05:52.364661 [ 3 ] {82048fdd-f6db-40a8-9352-a6c8fb50c573} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11222 | 2024.08.08 23:05:52.364827 [ 3 ] {82048fdd-f6db-40a8-9352-a6c8fb50c573} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001596 sec., 101503.75939849624 rows/sec., 7.07 MiB/sec. | ||
11223 | 2024.08.08 23:05:52.364999 [ 3 ] {82048fdd-f6db-40a8-9352-a6c8fb50c573} <Debug> DynamicQueryHandler: Done processing query | ||
11224 | 2024.08.08 23:05:52.365023 [ 3 ] {82048fdd-f6db-40a8-9352-a6c8fb50c573} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11225 | 2024.08.08 23:05:52.365039 [ 3 ] {} <Debug> HTTP-Session: 48f61ef6-911f-44e4-acf0-779dbf707dd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11226 | 2024.08.08 23:05:52.365157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11227 | 2024.08.08 23:05:52.365205 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11228 | 2024.08.08 23:05:52.365224 [ 3 ] {} <Debug> HTTP-Session: 723749f8-d049-4344-ba68-925890d6f865 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11229 | 2024.08.08 23:05:52.365239 [ 3 ] {} <Debug> HTTP-Session: 723749f8-d049-4344-ba68-925890d6f865 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11230 | 2024.08.08 23:05:52.365253 [ 3 ] {} <Debug> HTTP-Session: 723749f8-d049-4344-ba68-925890d6f865 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11231 | 2024.08.08 23:05:52.365284 [ 3 ] {} <Trace> HTTP-Session: 723749f8-d049-4344-ba68-925890d6f865 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11232 | 2024.08.08 23:05:52.365385 [ 3 ] {82917220-e704-475c-8911-b2cc5a1e3b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11233 | 2024.08.08 23:05:52.365429 [ 3 ] {82917220-e704-475c-8911-b2cc5a1e3b8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11234 | 2024.08.08 23:05:52.365555 [ 3 ] {82917220-e704-475c-8911-b2cc5a1e3b8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11235 | 2024.08.08 23:05:52.365826 [ 3 ] {82917220-e704-475c-8911-b2cc5a1e3b8d} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11236 | 2024.08.08 23:05:52.365862 [ 3 ] {82917220-e704-475c-8911-b2cc5a1e3b8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11237 | 2024.08.08 23:05:52.366218 [ 3 ] {82917220-e704-475c-8911-b2cc5a1e3b8d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11238 | 2024.08.08 23:05:52.366557 [ 3 ] {82917220-e704-475c-8911-b2cc5a1e3b8d} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11239 | 2024.08.08 23:05:52.366705 [ 3 ] {82917220-e704-475c-8911-b2cc5a1e3b8d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001345 sec., 17100.371747211895 rows/sec., 925.01 KiB/sec. | ||
11240 | 2024.08.08 23:05:52.366868 [ 3 ] {82917220-e704-475c-8911-b2cc5a1e3b8d} <Debug> DynamicQueryHandler: Done processing query | ||
11241 | 2024.08.08 23:05:52.366893 [ 3 ] {82917220-e704-475c-8911-b2cc5a1e3b8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11242 | 2024.08.08 23:05:52.366909 [ 3 ] {} <Debug> HTTP-Session: 723749f8-d049-4344-ba68-925890d6f865 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11243 | 2024.08.08 23:05:52.367030 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11244 | 2024.08.08 23:05:52.367079 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11245 | 2024.08.08 23:05:52.367098 [ 3 ] {} <Debug> HTTP-Session: e841988f-47bb-485b-b88c-89d1fe10acf2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11246 | 2024.08.08 23:05:52.367113 [ 3 ] {} <Debug> HTTP-Session: e841988f-47bb-485b-b88c-89d1fe10acf2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11247 | 2024.08.08 23:05:52.367127 [ 3 ] {} <Debug> HTTP-Session: e841988f-47bb-485b-b88c-89d1fe10acf2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11248 | 2024.08.08 23:05:52.367156 [ 3 ] {} <Trace> HTTP-Session: e841988f-47bb-485b-b88c-89d1fe10acf2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11249 | 2024.08.08 23:05:52.367272 [ 3 ] {577ad11c-2cd2-4e84-b049-1974ca4ac686} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11250 | 2024.08.08 23:05:52.367316 [ 3 ] {577ad11c-2cd2-4e84-b049-1974ca4ac686} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11251 | 2024.08.08 23:05:52.367443 [ 3 ] {577ad11c-2cd2-4e84-b049-1974ca4ac686} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11252 | 2024.08.08 23:05:52.367737 [ 3 ] {577ad11c-2cd2-4e84-b049-1974ca4ac686} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11253 | 2024.08.08 23:05:52.367773 [ 3 ] {577ad11c-2cd2-4e84-b049-1974ca4ac686} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11254 | 2024.08.08 23:05:52.368121 [ 3 ] {577ad11c-2cd2-4e84-b049-1974ca4ac686} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
11255 | 2024.08.08 23:05:52.368442 [ 3 ] {577ad11c-2cd2-4e84-b049-1974ca4ac686} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11256 | 2024.08.08 23:05:52.368600 [ 3 ] {577ad11c-2cd2-4e84-b049-1974ca4ac686} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001357 sec., 44215.18054532056 rows/sec., 2.98 MiB/sec. | ||
11257 | 2024.08.08 23:05:52.368849 [ 3 ] {577ad11c-2cd2-4e84-b049-1974ca4ac686} <Debug> DynamicQueryHandler: Done processing query | ||
11258 | 2024.08.08 23:05:52.368902 [ 3 ] {577ad11c-2cd2-4e84-b049-1974ca4ac686} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11259 | 2024.08.08 23:05:52.368958 [ 3 ] {} <Debug> HTTP-Session: e841988f-47bb-485b-b88c-89d1fe10acf2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11260 | 2024.08.08 23:05:53.181363 [ 119 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11261 | 2024.08.08 23:05:53.181411 [ 119 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11262 | 2024.08.08 23:05:57.340437 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11263 | 2024.08.08 23:05:57.340592 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11264 | 2024.08.08 23:05:57.340622 [ 3 ] {} <Debug> HTTP-Session: 900c32c3-6bfd-4093-8f4c-54cfe3834547 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11265 | 2024.08.08 23:05:57.340650 [ 3 ] {} <Debug> HTTP-Session: 900c32c3-6bfd-4093-8f4c-54cfe3834547 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11266 | 2024.08.08 23:05:57.340667 [ 3 ] {} <Debug> HTTP-Session: 900c32c3-6bfd-4093-8f4c-54cfe3834547 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11267 | 2024.08.08 23:05:57.340722 [ 3 ] {} <Trace> HTTP-Session: 900c32c3-6bfd-4093-8f4c-54cfe3834547 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11268 | 2024.08.08 23:05:57.340935 [ 3 ] {b3fb74f7-1391-4c61-9db2-cdfef8282132} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11269 | 2024.08.08 23:05:57.341009 [ 3 ] {b3fb74f7-1391-4c61-9db2-cdfef8282132} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11270 | 2024.08.08 23:05:57.341225 [ 3 ] {b3fb74f7-1391-4c61-9db2-cdfef8282132} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11271 | 2024.08.08 23:05:57.341791 [ 3 ] {b3fb74f7-1391-4c61-9db2-cdfef8282132} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11272 | 2024.08.08 23:05:57.341837 [ 3 ] {b3fb74f7-1391-4c61-9db2-cdfef8282132} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11273 | 2024.08.08 23:05:57.342207 [ 3 ] {b3fb74f7-1391-4c61-9db2-cdfef8282132} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
11274 | 2024.08.08 23:05:57.342553 [ 3 ] {b3fb74f7-1391-4c61-9db2-cdfef8282132} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11275 | 2024.08.08 23:05:57.342707 [ 3 ] {b3fb74f7-1391-4c61-9db2-cdfef8282132} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001836 sec., 17973.856209150326 rows/sec., 1.42 MiB/sec. | ||
11276 | 2024.08.08 23:05:57.343017 [ 3 ] {b3fb74f7-1391-4c61-9db2-cdfef8282132} <Debug> DynamicQueryHandler: Done processing query | ||
11277 | 2024.08.08 23:05:57.343059 [ 3 ] {b3fb74f7-1391-4c61-9db2-cdfef8282132} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11278 | 2024.08.08 23:05:57.343081 [ 3 ] {} <Debug> HTTP-Session: 900c32c3-6bfd-4093-8f4c-54cfe3834547 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11279 | 2024.08.08 23:05:57.343296 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11280 | 2024.08.08 23:05:57.343355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11281 | 2024.08.08 23:05:57.343376 [ 3 ] {} <Debug> HTTP-Session: 0dad966a-35a4-4178-91eb-f84ac88f7ef4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11282 | 2024.08.08 23:05:57.343395 [ 3 ] {} <Debug> HTTP-Session: 0dad966a-35a4-4178-91eb-f84ac88f7ef4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11283 | 2024.08.08 23:05:57.343409 [ 3 ] {} <Debug> HTTP-Session: 0dad966a-35a4-4178-91eb-f84ac88f7ef4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11284 | 2024.08.08 23:05:57.343443 [ 3 ] {} <Trace> HTTP-Session: 0dad966a-35a4-4178-91eb-f84ac88f7ef4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11285 | 2024.08.08 23:05:57.343594 [ 3 ] {24a17a16-2911-42a7-bc5e-49575277a345} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11286 | 2024.08.08 23:05:57.343642 [ 3 ] {24a17a16-2911-42a7-bc5e-49575277a345} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11287 | 2024.08.08 23:05:57.343795 [ 3 ] {24a17a16-2911-42a7-bc5e-49575277a345} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11288 | 2024.08.08 23:05:57.344215 [ 3 ] {24a17a16-2911-42a7-bc5e-49575277a345} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11289 | 2024.08.08 23:05:57.344252 [ 3 ] {24a17a16-2911-42a7-bc5e-49575277a345} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11290 | 2024.08.08 23:05:57.344585 [ 3 ] {24a17a16-2911-42a7-bc5e-49575277a345} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11291 | 2024.08.08 23:05:57.344923 [ 3 ] {24a17a16-2911-42a7-bc5e-49575277a345} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11292 | 2024.08.08 23:05:57.345088 [ 3 ] {24a17a16-2911-42a7-bc5e-49575277a345} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001552 sec., 99871.13402061856 rows/sec., 8.37 MiB/sec. | ||
11293 | 2024.08.08 23:05:57.345261 [ 3 ] {24a17a16-2911-42a7-bc5e-49575277a345} <Debug> DynamicQueryHandler: Done processing query | ||
11294 | 2024.08.08 23:05:57.345286 [ 3 ] {24a17a16-2911-42a7-bc5e-49575277a345} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11295 | 2024.08.08 23:05:57.345302 [ 3 ] {} <Debug> HTTP-Session: 0dad966a-35a4-4178-91eb-f84ac88f7ef4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11296 | 2024.08.08 23:05:57.345444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11297 | 2024.08.08 23:05:57.345497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11298 | 2024.08.08 23:05:57.345516 [ 3 ] {} <Debug> HTTP-Session: 5fab6044-8977-4ae3-a5e6-a5fbf8dabea1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11299 | 2024.08.08 23:05:57.345533 [ 3 ] {} <Debug> HTTP-Session: 5fab6044-8977-4ae3-a5e6-a5fbf8dabea1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11300 | 2024.08.08 23:05:57.345547 [ 3 ] {} <Debug> HTTP-Session: 5fab6044-8977-4ae3-a5e6-a5fbf8dabea1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11301 | 2024.08.08 23:05:57.345579 [ 3 ] {} <Trace> HTTP-Session: 5fab6044-8977-4ae3-a5e6-a5fbf8dabea1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11302 | 2024.08.08 23:05:57.345711 [ 3 ] {b97e37f7-e375-4b11-8128-4a11564269cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11303 | 2024.08.08 23:05:57.345753 [ 3 ] {b97e37f7-e375-4b11-8128-4a11564269cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11304 | 2024.08.08 23:05:57.345879 [ 3 ] {b97e37f7-e375-4b11-8128-4a11564269cc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11305 | 2024.08.08 23:05:57.346239 [ 3 ] {b97e37f7-e375-4b11-8128-4a11564269cc} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11306 | 2024.08.08 23:05:57.346275 [ 3 ] {b97e37f7-e375-4b11-8128-4a11564269cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11307 | 2024.08.08 23:05:57.346592 [ 3 ] {b97e37f7-e375-4b11-8128-4a11564269cc} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11308 | 2024.08.08 23:05:57.346901 [ 3 ] {b97e37f7-e375-4b11-8128-4a11564269cc} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11309 | 2024.08.08 23:05:57.347056 [ 3 ] {b97e37f7-e375-4b11-8128-4a11564269cc} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.001387 sec., 69935.1117519827 rows/sec., 5.46 MiB/sec. | ||
11310 | 2024.08.08 23:05:57.347225 [ 3 ] {b97e37f7-e375-4b11-8128-4a11564269cc} <Debug> DynamicQueryHandler: Done processing query | ||
11311 | 2024.08.08 23:05:57.347250 [ 3 ] {b97e37f7-e375-4b11-8128-4a11564269cc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11312 | 2024.08.08 23:05:57.347266 [ 3 ] {} <Debug> HTTP-Session: 5fab6044-8977-4ae3-a5e6-a5fbf8dabea1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11313 | 2024.08.08 23:05:57.347477 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11314 | 2024.08.08 23:05:57.347527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11315 | 2024.08.08 23:05:57.347546 [ 3 ] {} <Debug> HTTP-Session: a39a39bb-bd72-411c-8d3f-d336bd96a30c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11316 | 2024.08.08 23:05:57.347563 [ 3 ] {} <Debug> HTTP-Session: a39a39bb-bd72-411c-8d3f-d336bd96a30c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11317 | 2024.08.08 23:05:57.347576 [ 3 ] {} <Debug> HTTP-Session: a39a39bb-bd72-411c-8d3f-d336bd96a30c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11318 | 2024.08.08 23:05:57.347607 [ 3 ] {} <Trace> HTTP-Session: a39a39bb-bd72-411c-8d3f-d336bd96a30c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11319 | 2024.08.08 23:05:57.347762 [ 3 ] {08b0c929-ff55-4749-88b8-887f093b1846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11320 | 2024.08.08 23:05:57.347808 [ 3 ] {08b0c929-ff55-4749-88b8-887f093b1846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11321 | 2024.08.08 23:05:57.347951 [ 3 ] {08b0c929-ff55-4749-88b8-887f093b1846} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11322 | 2024.08.08 23:05:57.348507 [ 3 ] {08b0c929-ff55-4749-88b8-887f093b1846} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11323 | 2024.08.08 23:05:57.348543 [ 3 ] {08b0c929-ff55-4749-88b8-887f093b1846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11324 | 2024.08.08 23:05:57.348931 [ 3 ] {08b0c929-ff55-4749-88b8-887f093b1846} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11325 | 2024.08.08 23:05:57.349275 [ 3 ] {08b0c929-ff55-4749-88b8-887f093b1846} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11326 | 2024.08.08 23:05:57.349427 [ 3 ] {08b0c929-ff55-4749-88b8-887f093b1846} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001737 sec., 92112.83822682787 rows/sec., 6.42 MiB/sec. | ||
11327 | 2024.08.08 23:05:57.349632 [ 3 ] {08b0c929-ff55-4749-88b8-887f093b1846} <Debug> DynamicQueryHandler: Done processing query | ||
11328 | 2024.08.08 23:05:57.349656 [ 3 ] {08b0c929-ff55-4749-88b8-887f093b1846} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11329 | 2024.08.08 23:05:57.349672 [ 3 ] {} <Debug> HTTP-Session: a39a39bb-bd72-411c-8d3f-d336bd96a30c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11330 | 2024.08.08 23:05:57.349836 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53181, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11331 | 2024.08.08 23:05:57.349886 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11332 | 2024.08.08 23:05:57.349906 [ 3 ] {} <Debug> HTTP-Session: 503a58c6-e158-42bb-b63a-202fcd3751e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11333 | 2024.08.08 23:05:57.349922 [ 3 ] {} <Debug> HTTP-Session: 503a58c6-e158-42bb-b63a-202fcd3751e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11334 | 2024.08.08 23:05:57.349937 [ 3 ] {} <Debug> HTTP-Session: 503a58c6-e158-42bb-b63a-202fcd3751e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11335 | 2024.08.08 23:05:57.349968 [ 3 ] {} <Trace> HTTP-Session: 503a58c6-e158-42bb-b63a-202fcd3751e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11336 | 2024.08.08 23:05:57.350341 [ 3 ] {d55ae538-e173-4f8c-816e-82ceb2c13457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11337 | 2024.08.08 23:05:57.350408 [ 3 ] {d55ae538-e173-4f8c-816e-82ceb2c13457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11338 | 2024.08.08 23:05:57.350819 [ 3 ] {d55ae538-e173-4f8c-816e-82ceb2c13457} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11339 | 2024.08.08 23:05:57.351604 [ 3 ] {d55ae538-e173-4f8c-816e-82ceb2c13457} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11340 | 2024.08.08 23:05:57.351640 [ 3 ] {d55ae538-e173-4f8c-816e-82ceb2c13457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11341 | 2024.08.08 23:05:57.352285 [ 3 ] {d55ae538-e173-4f8c-816e-82ceb2c13457} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
11342 | 2024.08.08 23:05:57.352729 [ 3 ] {d55ae538-e173-4f8c-816e-82ceb2c13457} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11343 | 2024.08.08 23:05:57.352924 [ 3 ] {d55ae538-e173-4f8c-816e-82ceb2c13457} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002866 sec., 11514.30565247732 rows/sec., 20.63 MiB/sec. | ||
11344 | 2024.08.08 23:05:57.353147 [ 3 ] {d55ae538-e173-4f8c-816e-82ceb2c13457} <Debug> DynamicQueryHandler: Done processing query | ||
11345 | 2024.08.08 23:05:57.353170 [ 3 ] {d55ae538-e173-4f8c-816e-82ceb2c13457} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11346 | 2024.08.08 23:05:57.353185 [ 3 ] {} <Debug> HTTP-Session: 503a58c6-e158-42bb-b63a-202fcd3751e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11347 | 2024.08.08 23:05:57.353315 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11348 | 2024.08.08 23:05:57.353362 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11349 | 2024.08.08 23:05:57.353379 [ 3 ] {} <Debug> HTTP-Session: d73b2640-a839-4ab3-b9a1-6ac2c71aafea Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11350 | 2024.08.08 23:05:57.353395 [ 3 ] {} <Debug> HTTP-Session: d73b2640-a839-4ab3-b9a1-6ac2c71aafea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11351 | 2024.08.08 23:05:57.353408 [ 3 ] {} <Debug> HTTP-Session: d73b2640-a839-4ab3-b9a1-6ac2c71aafea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11352 | 2024.08.08 23:05:57.353437 [ 3 ] {} <Trace> HTTP-Session: d73b2640-a839-4ab3-b9a1-6ac2c71aafea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11353 | 2024.08.08 23:05:57.353551 [ 3 ] {2fc9b23c-1053-47b6-ae22-0cc848e6dad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11354 | 2024.08.08 23:05:57.353593 [ 3 ] {2fc9b23c-1053-47b6-ae22-0cc848e6dad1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11355 | 2024.08.08 23:05:57.353711 [ 3 ] {2fc9b23c-1053-47b6-ae22-0cc848e6dad1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11356 | 2024.08.08 23:05:57.354097 [ 3 ] {2fc9b23c-1053-47b6-ae22-0cc848e6dad1} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11357 | 2024.08.08 23:05:57.354134 [ 3 ] {2fc9b23c-1053-47b6-ae22-0cc848e6dad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11358 | 2024.08.08 23:05:57.354491 [ 3 ] {2fc9b23c-1053-47b6-ae22-0cc848e6dad1} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
11359 | 2024.08.08 23:05:57.354814 [ 3 ] {2fc9b23c-1053-47b6-ae22-0cc848e6dad1} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11360 | 2024.08.08 23:05:57.354968 [ 3 ] {2fc9b23c-1053-47b6-ae22-0cc848e6dad1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001426 sec., 42075.7363253857 rows/sec., 2.84 MiB/sec. | ||
11361 | 2024.08.08 23:05:57.355145 [ 3 ] {2fc9b23c-1053-47b6-ae22-0cc848e6dad1} <Debug> DynamicQueryHandler: Done processing query | ||
11362 | 2024.08.08 23:05:57.355170 [ 3 ] {2fc9b23c-1053-47b6-ae22-0cc848e6dad1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11363 | 2024.08.08 23:05:57.355185 [ 3 ] {} <Debug> HTTP-Session: d73b2640-a839-4ab3-b9a1-6ac2c71aafea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11364 | 2024.08.08 23:06:02.344520 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11365 | 2024.08.08 23:06:02.344650 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11366 | 2024.08.08 23:06:02.344674 [ 3 ] {} <Debug> HTTP-Session: 9b57249f-9b9d-4192-9c88-d9f990ff030b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11367 | 2024.08.08 23:06:02.344698 [ 3 ] {} <Debug> HTTP-Session: 9b57249f-9b9d-4192-9c88-d9f990ff030b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11368 | 2024.08.08 23:06:02.344712 [ 3 ] {} <Debug> HTTP-Session: 9b57249f-9b9d-4192-9c88-d9f990ff030b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11369 | 2024.08.08 23:06:02.344760 [ 3 ] {} <Trace> HTTP-Session: 9b57249f-9b9d-4192-9c88-d9f990ff030b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11370 | 2024.08.08 23:06:02.344948 [ 3 ] {0b182e79-69d5-4f8c-a56a-1d464c0eb019} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11371 | 2024.08.08 23:06:02.345016 [ 3 ] {0b182e79-69d5-4f8c-a56a-1d464c0eb019} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11372 | 2024.08.08 23:06:02.345221 [ 3 ] {0b182e79-69d5-4f8c-a56a-1d464c0eb019} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11373 | 2024.08.08 23:06:02.345683 [ 3 ] {0b182e79-69d5-4f8c-a56a-1d464c0eb019} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11374 | 2024.08.08 23:06:02.345725 [ 3 ] {0b182e79-69d5-4f8c-a56a-1d464c0eb019} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11375 | 2024.08.08 23:06:02.346112 [ 3 ] {0b182e79-69d5-4f8c-a56a-1d464c0eb019} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
11376 | 2024.08.08 23:06:02.346468 [ 3 ] {0b182e79-69d5-4f8c-a56a-1d464c0eb019} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11377 | 2024.08.08 23:06:02.346664 [ 3 ] {0b182e79-69d5-4f8c-a56a-1d464c0eb019} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001775 sec., 3380.281690140845 rows/sec., 191.46 KiB/sec. | ||
11378 | 2024.08.08 23:06:02.346888 [ 3 ] {0b182e79-69d5-4f8c-a56a-1d464c0eb019} <Debug> DynamicQueryHandler: Done processing query | ||
11379 | 2024.08.08 23:06:02.346923 [ 3 ] {0b182e79-69d5-4f8c-a56a-1d464c0eb019} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11380 | 2024.08.08 23:06:02.346947 [ 3 ] {} <Debug> HTTP-Session: 9b57249f-9b9d-4192-9c88-d9f990ff030b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11381 | 2024.08.08 23:06:02.347114 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11382 | 2024.08.08 23:06:02.347165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11383 | 2024.08.08 23:06:02.347183 [ 3 ] {} <Debug> HTTP-Session: c9be1834-0cd3-4ed4-b9b8-33cdd5343430 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11384 | 2024.08.08 23:06:02.347200 [ 3 ] {} <Debug> HTTP-Session: c9be1834-0cd3-4ed4-b9b8-33cdd5343430 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11385 | 2024.08.08 23:06:02.347214 [ 3 ] {} <Debug> HTTP-Session: c9be1834-0cd3-4ed4-b9b8-33cdd5343430 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11386 | 2024.08.08 23:06:02.347245 [ 3 ] {} <Trace> HTTP-Session: c9be1834-0cd3-4ed4-b9b8-33cdd5343430 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11387 | 2024.08.08 23:06:02.347394 [ 3 ] {7bfc1e6b-3b44-4e91-b851-0f007bbf7b35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11388 | 2024.08.08 23:06:02.347451 [ 3 ] {7bfc1e6b-3b44-4e91-b851-0f007bbf7b35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11389 | 2024.08.08 23:06:02.347579 [ 3 ] {7bfc1e6b-3b44-4e91-b851-0f007bbf7b35} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11390 | 2024.08.08 23:06:02.348006 [ 3 ] {7bfc1e6b-3b44-4e91-b851-0f007bbf7b35} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11391 | 2024.08.08 23:06:02.348042 [ 3 ] {7bfc1e6b-3b44-4e91-b851-0f007bbf7b35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11392 | 2024.08.08 23:06:02.348380 [ 3 ] {7bfc1e6b-3b44-4e91-b851-0f007bbf7b35} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11393 | 2024.08.08 23:06:02.348703 [ 3 ] {7bfc1e6b-3b44-4e91-b851-0f007bbf7b35} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11394 | 2024.08.08 23:06:02.348879 [ 3 ] {7bfc1e6b-3b44-4e91-b851-0f007bbf7b35} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001539 sec., 104613.3853151397 rows/sec., 9.22 MiB/sec. | ||
11395 | 2024.08.08 23:06:02.349123 [ 3 ] {7bfc1e6b-3b44-4e91-b851-0f007bbf7b35} <Debug> DynamicQueryHandler: Done processing query | ||
11396 | 2024.08.08 23:06:02.349180 [ 3 ] {7bfc1e6b-3b44-4e91-b851-0f007bbf7b35} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11397 | 2024.08.08 23:06:02.349239 [ 3 ] {} <Debug> HTTP-Session: c9be1834-0cd3-4ed4-b9b8-33cdd5343430 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11398 | 2024.08.08 23:06:02.349553 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11399 | 2024.08.08 23:06:02.349604 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11400 | 2024.08.08 23:06:02.349622 [ 3 ] {} <Debug> HTTP-Session: a8b6929d-c819-4246-bc16-296baf619a75 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11401 | 2024.08.08 23:06:02.349639 [ 3 ] {} <Debug> HTTP-Session: a8b6929d-c819-4246-bc16-296baf619a75 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11402 | 2024.08.08 23:06:02.349653 [ 3 ] {} <Debug> HTTP-Session: a8b6929d-c819-4246-bc16-296baf619a75 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11403 | 2024.08.08 23:06:02.349684 [ 3 ] {} <Trace> HTTP-Session: a8b6929d-c819-4246-bc16-296baf619a75 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11404 | 2024.08.08 23:06:02.349885 [ 3 ] {819d0db2-1a56-42bf-bfd5-e705bd66af55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11405 | 2024.08.08 23:06:02.349942 [ 3 ] {819d0db2-1a56-42bf-bfd5-e705bd66af55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11406 | 2024.08.08 23:06:02.350099 [ 3 ] {819d0db2-1a56-42bf-bfd5-e705bd66af55} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11407 | 2024.08.08 23:06:02.350663 [ 3 ] {819d0db2-1a56-42bf-bfd5-e705bd66af55} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11408 | 2024.08.08 23:06:02.350700 [ 3 ] {819d0db2-1a56-42bf-bfd5-e705bd66af55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11409 | 2024.08.08 23:06:02.351030 [ 3 ] {819d0db2-1a56-42bf-bfd5-e705bd66af55} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11410 | 2024.08.08 23:06:02.351356 [ 3 ] {819d0db2-1a56-42bf-bfd5-e705bd66af55} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11411 | 2024.08.08 23:06:02.351521 [ 3 ] {819d0db2-1a56-42bf-bfd5-e705bd66af55} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001738 sec., 219792.8653624856 rows/sec., 15.44 MiB/sec. | ||
11412 | 2024.08.08 23:06:02.351723 [ 3 ] {819d0db2-1a56-42bf-bfd5-e705bd66af55} <Debug> DynamicQueryHandler: Done processing query | ||
11413 | 2024.08.08 23:06:02.351759 [ 3 ] {819d0db2-1a56-42bf-bfd5-e705bd66af55} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11414 | 2024.08.08 23:06:02.351786 [ 3 ] {} <Debug> HTTP-Session: a8b6929d-c819-4246-bc16-296baf619a75 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11415 | 2024.08.08 23:06:02.351929 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11416 | 2024.08.08 23:06:02.351977 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11417 | 2024.08.08 23:06:02.351996 [ 3 ] {} <Debug> HTTP-Session: 71046cdb-0f5f-4c3a-90d6-7486e3070d8e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11418 | 2024.08.08 23:06:02.352013 [ 3 ] {} <Debug> HTTP-Session: 71046cdb-0f5f-4c3a-90d6-7486e3070d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11419 | 2024.08.08 23:06:02.352027 [ 3 ] {} <Debug> HTTP-Session: 71046cdb-0f5f-4c3a-90d6-7486e3070d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11420 | 2024.08.08 23:06:02.352056 [ 3 ] {} <Trace> HTTP-Session: 71046cdb-0f5f-4c3a-90d6-7486e3070d8e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11421 | 2024.08.08 23:06:02.352165 [ 3 ] {88b1ba25-c249-44a8-be00-849556c7a295} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11422 | 2024.08.08 23:06:02.352211 [ 3 ] {88b1ba25-c249-44a8-be00-849556c7a295} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11423 | 2024.08.08 23:06:02.352367 [ 3 ] {88b1ba25-c249-44a8-be00-849556c7a295} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11424 | 2024.08.08 23:06:02.352649 [ 3 ] {88b1ba25-c249-44a8-be00-849556c7a295} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11425 | 2024.08.08 23:06:02.352684 [ 3 ] {88b1ba25-c249-44a8-be00-849556c7a295} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11426 | 2024.08.08 23:06:02.353050 [ 3 ] {88b1ba25-c249-44a8-be00-849556c7a295} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11427 | 2024.08.08 23:06:02.353376 [ 3 ] {88b1ba25-c249-44a8-be00-849556c7a295} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11428 | 2024.08.08 23:06:02.353524 [ 111 ] {} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11429 | 2024.08.08 23:06:02.353532 [ 3 ] {88b1ba25-c249-44a8-be00-849556c7a295} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001384 sec., 4335.260115606936 rows/sec., 186.28 KiB/sec. | ||
11430 | 2024.08.08 23:06:02.353614 [ 111 ] {} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11431 | 2024.08.08 23:06:02.353671 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11432 | 2024.08.08 23:06:02.353898 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::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 | ||
11433 | 2024.08.08 23:06:02.353902 [ 3 ] {88b1ba25-c249-44a8-be00-849556c7a295} <Debug> DynamicQueryHandler: Done processing query | ||
11434 | 2024.08.08 23:06:02.353997 [ 3 ] {88b1ba25-c249-44a8-be00-849556c7a295} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11435 | 2024.08.08 23:06:02.354021 [ 3 ] {} <Debug> HTTP-Session: 71046cdb-0f5f-4c3a-90d6-7486e3070d8e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11436 | 2024.08.08 23:06:02.354145 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11437 | 2024.08.08 23:06:02.354212 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
11438 | 2024.08.08 23:06:02.354224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11439 | 2024.08.08 23:06:02.354353 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11440 | 2024.08.08 23:06:02.354444 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
11441 | 2024.08.08 23:06:02.354453 [ 3 ] {} <Debug> HTTP-Session: 2a9a1109-d7c9-45ad-a7b7-1cadd0e80b45 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11442 | 2024.08.08 23:06:02.354525 [ 3 ] {} <Debug> HTTP-Session: 2a9a1109-d7c9-45ad-a7b7-1cadd0e80b45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11443 | 2024.08.08 23:06:02.354595 [ 3 ] {} <Debug> HTTP-Session: 2a9a1109-d7c9-45ad-a7b7-1cadd0e80b45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11444 | 2024.08.08 23:06:02.354727 [ 3 ] {} <Trace> HTTP-Session: 2a9a1109-d7c9-45ad-a7b7-1cadd0e80b45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11445 | 2024.08.08 23:06:02.354734 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
11446 | 2024.08.08 23:06:02.355104 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
11447 | 2024.08.08 23:06:02.355285 [ 3 ] {2282ebe5-02c0-430c-964c-6cc87d4d77ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11448 | 2024.08.08 23:06:02.355346 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
11449 | 2024.08.08 23:06:02.355499 [ 3 ] {2282ebe5-02c0-430c-964c-6cc87d4d77ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11450 | 2024.08.08 23:06:02.355744 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
11451 | 2024.08.08 23:06:02.356511 [ 3 ] {2282ebe5-02c0-430c-964c-6cc87d4d77ed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11452 | 2024.08.08 23:06:02.357445 [ 3 ] {2282ebe5-02c0-430c-964c-6cc87d4d77ed} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11453 | 2024.08.08 23:06:02.357515 [ 3 ] {2282ebe5-02c0-430c-964c-6cc87d4d77ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11454 | 2024.08.08 23:06:02.358463 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.004664785 sec., 39873.22030918895 rows/sec., 1.67 MiB/sec. | ||
11455 | 2024.08.08 23:06:02.358622 [ 3 ] {2282ebe5-02c0-430c-964c-6cc87d4d77ed} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
11456 | 2024.08.08 23:06:02.358679 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11457 | 2024.08.08 23:06:02.359461 [ 3 ] {2282ebe5-02c0-430c-964c-6cc87d4d77ed} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11458 | 2024.08.08 23:06:02.359492 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11459 | 2024.08.08 23:06:02.359713 [ 189 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_31_6} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11460 | 2024.08.08 23:06:02.359758 [ 111 ] {} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
11461 | 2024.08.08 23:06:02.359800 [ 3 ] {2282ebe5-02c0-430c-964c-6cc87d4d77ed} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004773 sec., 16132.41148124869 rows/sec., 1017.28 KiB/sec. | ||
11462 | 2024.08.08 23:06:02.359829 [ 111 ] {} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11463 | 2024.08.08 23:06:02.359920 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11464 | 2024.08.08 23:06:02.360246 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
11465 | 2024.08.08 23:06:02.360330 [ 191 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::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 | ||
11466 | 2024.08.08 23:06:02.360347 [ 3 ] {2282ebe5-02c0-430c-964c-6cc87d4d77ed} <Debug> DynamicQueryHandler: Done processing query | ||
11467 | 2024.08.08 23:06:02.360402 [ 3 ] {2282ebe5-02c0-430c-964c-6cc87d4d77ed} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11468 | 2024.08.08 23:06:02.360441 [ 3 ] {} <Debug> HTTP-Session: 2a9a1109-d7c9-45ad-a7b7-1cadd0e80b45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11469 | 2024.08.08 23:06:02.360560 [ 191 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11470 | 2024.08.08 23:06:02.360607 [ 191 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 2002 rows starting from the beginning of the part | ||
11471 | 2024.08.08 23:06:02.360664 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11472 | 2024.08.08 23:06:02.360813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11473 | 2024.08.08 23:06:02.360857 [ 191 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 77 rows starting from the beginning of the part | ||
11474 | 2024.08.08 23:06:02.360882 [ 3 ] {} <Debug> HTTP-Session: 1e5a8872-27c0-4600-a77b-ba264e47cbae Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11475 | 2024.08.08 23:06:02.360949 [ 3 ] {} <Debug> HTTP-Session: 1e5a8872-27c0-4600-a77b-ba264e47cbae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11476 | 2024.08.08 23:06:02.360993 [ 3 ] {} <Debug> HTTP-Session: 1e5a8872-27c0-4600-a77b-ba264e47cbae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11477 | 2024.08.08 23:06:02.361138 [ 3 ] {} <Trace> HTTP-Session: 1e5a8872-27c0-4600-a77b-ba264e47cbae Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11478 | 2024.08.08 23:06:02.361216 [ 191 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 77 rows starting from the beginning of the part | ||
11479 | 2024.08.08 23:06:02.361473 [ 191 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 77 rows starting from the beginning of the part | ||
11480 | 2024.08.08 23:06:02.361576 [ 3 ] {32add784-c3c4-4865-9c18-68686af13fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11481 | 2024.08.08 23:06:02.361788 [ 191 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 77 rows starting from the beginning of the part | ||
11482 | 2024.08.08 23:06:02.361797 [ 3 ] {32add784-c3c4-4865-9c18-68686af13fae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11483 | 2024.08.08 23:06:02.362297 [ 191 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 77 rows starting from the beginning of the part | ||
11484 | 2024.08.08 23:06:02.362914 [ 3 ] {32add784-c3c4-4865-9c18-68686af13fae} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11485 | 2024.08.08 23:06:02.363601 [ 3 ] {32add784-c3c4-4865-9c18-68686af13fae} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11486 | 2024.08.08 23:06:02.363677 [ 3 ] {32add784-c3c4-4865-9c18-68686af13fae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11487 | 2024.08.08 23:06:02.364783 [ 3 ] {32add784-c3c4-4865-9c18-68686af13fae} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11488 | 2024.08.08 23:06:02.365489 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2387 rows, containing 5 columns (5 merged, 0 gathered) in 0.005392625 sec., 442641.57066363783 rows/sec., 27.26 MiB/sec. | ||
11489 | 2024.08.08 23:06:02.365604 [ 3 ] {32add784-c3c4-4865-9c18-68686af13fae} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11490 | 2024.08.08 23:06:02.365858 [ 3 ] {32add784-c3c4-4865-9c18-68686af13fae} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004499 sec., 35563.45854634363 rows/sec., 2.48 MiB/sec. | ||
11491 | 2024.08.08 23:06:02.365988 [ 194 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
11492 | 2024.08.08 23:06:02.366175 [ 3 ] {32add784-c3c4-4865-9c18-68686af13fae} <Debug> DynamicQueryHandler: Done processing query | ||
11493 | 2024.08.08 23:06:02.366207 [ 3 ] {32add784-c3c4-4865-9c18-68686af13fae} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11494 | 2024.08.08 23:06:02.366231 [ 3 ] {} <Debug> HTTP-Session: 1e5a8872-27c0-4600-a77b-ba264e47cbae Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11495 | 2024.08.08 23:06:02.366476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11496 | 2024.08.08 23:06:02.366596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11497 | 2024.08.08 23:06:02.366635 [ 3 ] {} <Debug> HTTP-Session: ef31b095-79b2-44cb-90f4-2a14965e97ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11498 | 2024.08.08 23:06:02.366659 [ 3 ] {} <Debug> HTTP-Session: ef31b095-79b2-44cb-90f4-2a14965e97ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11499 | 2024.08.08 23:06:02.366685 [ 3 ] {} <Debug> HTTP-Session: ef31b095-79b2-44cb-90f4-2a14965e97ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11500 | 2024.08.08 23:06:02.366748 [ 3 ] {} <Trace> HTTP-Session: ef31b095-79b2-44cb-90f4-2a14965e97ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11501 | 2024.08.08 23:06:02.366889 [ 194 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11502 | 2024.08.08 23:06:02.366946 [ 3 ] {d6bc6f94-b989-4da1-a3f7-67eab9f7107d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11503 | 2024.08.08 23:06:02.367037 [ 3 ] {d6bc6f94-b989-4da1-a3f7-67eab9f7107d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11504 | 2024.08.08 23:06:02.367066 [ 194 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_31_6} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
11505 | 2024.08.08 23:06:02.367273 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
11506 | 2024.08.08 23:06:02.367379 [ 3 ] {d6bc6f94-b989-4da1-a3f7-67eab9f7107d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11507 | 2024.08.08 23:06:02.367671 [ 3 ] {d6bc6f94-b989-4da1-a3f7-67eab9f7107d} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11508 | 2024.08.08 23:06:02.367708 [ 3 ] {d6bc6f94-b989-4da1-a3f7-67eab9f7107d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11509 | 2024.08.08 23:06:02.368091 [ 3 ] {d6bc6f94-b989-4da1-a3f7-67eab9f7107d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
11510 | 2024.08.08 23:06:02.368418 [ 3 ] {d6bc6f94-b989-4da1-a3f7-67eab9f7107d} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11511 | 2024.08.08 23:06:02.368575 [ 3 ] {d6bc6f94-b989-4da1-a3f7-67eab9f7107d} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001691 sec., 13601.419278533413 rows/sec., 735.74 KiB/sec. | ||
11512 | 2024.08.08 23:06:02.368743 [ 3 ] {d6bc6f94-b989-4da1-a3f7-67eab9f7107d} <Debug> DynamicQueryHandler: Done processing query | ||
11513 | 2024.08.08 23:06:02.368767 [ 3 ] {d6bc6f94-b989-4da1-a3f7-67eab9f7107d} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11514 | 2024.08.08 23:06:02.368781 [ 3 ] {} <Debug> HTTP-Session: ef31b095-79b2-44cb-90f4-2a14965e97ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11515 | 2024.08.08 23:06:02.368943 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11516 | 2024.08.08 23:06:02.368991 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11517 | 2024.08.08 23:06:02.369009 [ 3 ] {} <Debug> HTTP-Session: e3ee3266-f2be-414a-9e64-a00af98e21e7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11518 | 2024.08.08 23:06:02.369025 [ 3 ] {} <Debug> HTTP-Session: e3ee3266-f2be-414a-9e64-a00af98e21e7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11519 | 2024.08.08 23:06:02.369038 [ 3 ] {} <Debug> HTTP-Session: e3ee3266-f2be-414a-9e64-a00af98e21e7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11520 | 2024.08.08 23:06:02.369094 [ 3 ] {} <Trace> HTTP-Session: e3ee3266-f2be-414a-9e64-a00af98e21e7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11521 | 2024.08.08 23:06:02.369221 [ 3 ] {33c683b0-9df5-4fe6-a599-8a100045c15b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11522 | 2024.08.08 23:06:02.369265 [ 3 ] {33c683b0-9df5-4fe6-a599-8a100045c15b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11523 | 2024.08.08 23:06:02.369392 [ 3 ] {33c683b0-9df5-4fe6-a599-8a100045c15b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11524 | 2024.08.08 23:06:02.369678 [ 3 ] {33c683b0-9df5-4fe6-a599-8a100045c15b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11525 | 2024.08.08 23:06:02.369712 [ 3 ] {33c683b0-9df5-4fe6-a599-8a100045c15b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11526 | 2024.08.08 23:06:02.370061 [ 3 ] {33c683b0-9df5-4fe6-a599-8a100045c15b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
11527 | 2024.08.08 23:06:02.370382 [ 3 ] {33c683b0-9df5-4fe6-a599-8a100045c15b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11528 | 2024.08.08 23:06:02.370536 [ 3 ] {33c683b0-9df5-4fe6-a599-8a100045c15b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001361 sec., 44085.2314474651 rows/sec., 2.97 MiB/sec. | ||
11529 | 2024.08.08 23:06:02.370793 [ 3 ] {33c683b0-9df5-4fe6-a599-8a100045c15b} <Debug> DynamicQueryHandler: Done processing query | ||
11530 | 2024.08.08 23:06:02.370858 [ 3 ] {33c683b0-9df5-4fe6-a599-8a100045c15b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11531 | 2024.08.08 23:06:02.370914 [ 3 ] {} <Debug> HTTP-Session: e3ee3266-f2be-414a-9e64-a00af98e21e7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11532 | 2024.08.08 23:06:04.102018 [ 109 ] {} <Debug> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
11533 | 2024.08.08 23:06:04.102080 [ 109 ] {} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11534 | 2024.08.08 23:06:04.102102 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11535 | 2024.08.08 23:06:04.102313 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
11536 | 2024.08.08 23:06:04.102527 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11537 | 2024.08.08 23:06:04.102567 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 16 rows starting from the beginning of the part | ||
11538 | 2024.08.08 23:06:04.102649 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
11539 | 2024.08.08 23:06:04.102836 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
11540 | 2024.08.08 23:06:04.102971 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
11541 | 2024.08.08 23:06:04.103185 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
11542 | 2024.08.08 23:06:04.104278 [ 195 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.00209906 sec., 15244.91915428811 rows/sec., 1.04 MiB/sec. | ||
11543 | 2024.08.08 23:06:04.104485 [ 195 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
11544 | 2024.08.08 23:06:04.104939 [ 195 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11545 | 2024.08.08 23:06:04.104954 [ 109 ] {} <Debug> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Selected 5 parts from all_1_14_3 to all_18_18_0 | ||
11546 | 2024.08.08 23:06:04.105034 [ 109 ] {} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11547 | 2024.08.08 23:06:04.105077 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.27 GiB. | ||
11548 | 2024.08.08 23:06:04.105102 [ 195 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_18_4} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
11549 | 2024.08.08 23:06:04.105353 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
11550 | 2024.08.08 23:06:04.105455 [ 193 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_14_3 to all_18_18_0 into Compact with storage Full | ||
11551 | 2024.08.08 23:06:04.105609 [ 193 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11552 | 2024.08.08 23:06:04.105644 [ 193 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_14_3, total 16 rows starting from the beginning of the part | ||
11553 | 2024.08.08 23:06:04.105763 [ 193 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
11554 | 2024.08.08 23:06:04.105923 [ 193 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 4 rows starting from the beginning of the part | ||
11555 | 2024.08.08 23:06:04.106060 [ 193 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
11556 | 2024.08.08 23:06:04.106186 [ 193 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 4 rows starting from the beginning of the part | ||
11557 | 2024.08.08 23:06:04.107173 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002016348 sec., 15870.276361024982 rows/sec., 1.26 MiB/sec. | ||
11558 | 2024.08.08 23:06:04.107363 [ 196 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Trace> MergedBlockOutputStream: filled checksums all_1_18_4 (state Temporary) | ||
11559 | 2024.08.08 23:06:04.107813 [ 196 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_merge_all_1_18_4 to all_1_18_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11560 | 2024.08.08 23:06:04.107908 [ 196 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_18_4} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Merged 5 parts: [all_1_14_3, all_18_18_0] -> all_1_18_4 | ||
11561 | 2024.08.08 23:06:04.108009 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
11562 | 2024.08.08 23:06:07.341599 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11563 | 2024.08.08 23:06:07.341750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11564 | 2024.08.08 23:06:07.341782 [ 3 ] {} <Debug> HTTP-Session: 2529a656-0a5b-43ea-9878-13b1e82eaccd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11565 | 2024.08.08 23:06:07.341814 [ 3 ] {} <Debug> HTTP-Session: 2529a656-0a5b-43ea-9878-13b1e82eaccd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11566 | 2024.08.08 23:06:07.341833 [ 3 ] {} <Debug> HTTP-Session: 2529a656-0a5b-43ea-9878-13b1e82eaccd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11567 | 2024.08.08 23:06:07.341895 [ 3 ] {} <Trace> HTTP-Session: 2529a656-0a5b-43ea-9878-13b1e82eaccd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11568 | 2024.08.08 23:06:07.342118 [ 3 ] {de657bbf-94b1-494f-8758-98a71b17aaad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11569 | 2024.08.08 23:06:07.342192 [ 3 ] {de657bbf-94b1-494f-8758-98a71b17aaad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11570 | 2024.08.08 23:06:07.342406 [ 3 ] {de657bbf-94b1-494f-8758-98a71b17aaad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11571 | 2024.08.08 23:06:07.342843 [ 3 ] {de657bbf-94b1-494f-8758-98a71b17aaad} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11572 | 2024.08.08 23:06:07.342885 [ 3 ] {de657bbf-94b1-494f-8758-98a71b17aaad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11573 | 2024.08.08 23:06:07.343252 [ 3 ] {de657bbf-94b1-494f-8758-98a71b17aaad} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
11574 | 2024.08.08 23:06:07.343582 [ 3 ] {de657bbf-94b1-494f-8758-98a71b17aaad} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11575 | 2024.08.08 23:06:07.343749 [ 3 ] {de657bbf-94b1-494f-8758-98a71b17aaad} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001703 sec., 19377.568995889607 rows/sec., 1.53 MiB/sec. | ||
11576 | 2024.08.08 23:06:07.343977 [ 3 ] {de657bbf-94b1-494f-8758-98a71b17aaad} <Debug> DynamicQueryHandler: Done processing query | ||
11577 | 2024.08.08 23:06:07.344003 [ 3 ] {de657bbf-94b1-494f-8758-98a71b17aaad} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11578 | 2024.08.08 23:06:07.344019 [ 3 ] {} <Debug> HTTP-Session: 2529a656-0a5b-43ea-9878-13b1e82eaccd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11579 | 2024.08.08 23:06:07.344163 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22749, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11580 | 2024.08.08 23:06:07.344213 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11581 | 2024.08.08 23:06:07.344233 [ 3 ] {} <Debug> HTTP-Session: f8fa64cb-e172-42ca-a029-918268bc0855 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11582 | 2024.08.08 23:06:07.344250 [ 3 ] {} <Debug> HTTP-Session: f8fa64cb-e172-42ca-a029-918268bc0855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11583 | 2024.08.08 23:06:07.344264 [ 3 ] {} <Debug> HTTP-Session: f8fa64cb-e172-42ca-a029-918268bc0855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11584 | 2024.08.08 23:06:07.344295 [ 3 ] {} <Trace> HTTP-Session: f8fa64cb-e172-42ca-a029-918268bc0855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11585 | 2024.08.08 23:06:07.344435 [ 3 ] {bae78fcc-5958-4c03-a5e3-ecb7936bffe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11586 | 2024.08.08 23:06:07.344477 [ 3 ] {bae78fcc-5958-4c03-a5e3-ecb7936bffe5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11587 | 2024.08.08 23:06:07.344607 [ 3 ] {bae78fcc-5958-4c03-a5e3-ecb7936bffe5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11588 | 2024.08.08 23:06:07.344990 [ 3 ] {bae78fcc-5958-4c03-a5e3-ecb7936bffe5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11589 | 2024.08.08 23:06:07.345025 [ 3 ] {bae78fcc-5958-4c03-a5e3-ecb7936bffe5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11590 | 2024.08.08 23:06:07.345333 [ 3 ] {bae78fcc-5958-4c03-a5e3-ecb7936bffe5} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11591 | 2024.08.08 23:06:07.345632 [ 3 ] {bae78fcc-5958-4c03-a5e3-ecb7936bffe5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11592 | 2024.08.08 23:06:07.345785 [ 3 ] {bae78fcc-5958-4c03-a5e3-ecb7936bffe5} <Debug> executeQuery: Read 155 rows, 13.30 KiB in 0.001408 sec., 110085.22727272728 rows/sec., 9.22 MiB/sec. | ||
11593 | 2024.08.08 23:06:07.345792 [ 106 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11594 | 2024.08.08 23:06:07.345907 [ 106 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11595 | 2024.08.08 23:06:07.345947 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11596 | 2024.08.08 23:06:07.346027 [ 3 ] {bae78fcc-5958-4c03-a5e3-ecb7936bffe5} <Debug> DynamicQueryHandler: Done processing query | ||
11597 | 2024.08.08 23:06:07.346089 [ 3 ] {bae78fcc-5958-4c03-a5e3-ecb7936bffe5} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
11598 | 2024.08.08 23:06:07.346149 [ 3 ] {} <Debug> HTTP-Session: f8fa64cb-e172-42ca-a029-918268bc0855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11599 | 2024.08.08 23:06:07.346196 [ 193 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
11600 | 2024.08.08 23:06:07.346326 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16484, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11601 | 2024.08.08 23:06:07.346449 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11602 | 2024.08.08 23:06:07.346508 [ 3 ] {} <Debug> HTTP-Session: 128e9f2c-f373-4041-87fd-3b9f5425406e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11603 | 2024.08.08 23:06:07.346521 [ 193 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11604 | 2024.08.08 23:06:07.346538 [ 3 ] {} <Debug> HTTP-Session: 128e9f2c-f373-4041-87fd-3b9f5425406e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11605 | 2024.08.08 23:06:07.346581 [ 3 ] {} <Debug> HTTP-Session: 128e9f2c-f373-4041-87fd-3b9f5425406e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11606 | 2024.08.08 23:06:07.346586 [ 193 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1408 rows starting from the beginning of the part | ||
11607 | 2024.08.08 23:06:07.346648 [ 3 ] {} <Trace> HTTP-Session: 128e9f2c-f373-4041-87fd-3b9f5425406e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11608 | 2024.08.08 23:06:07.346808 [ 193 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1298 rows starting from the beginning of the part | ||
11609 | 2024.08.08 23:06:07.346994 [ 3 ] {84e424e7-8c94-4df3-86c2-a084df737208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11610 | 2024.08.08 23:06:07.347192 [ 3 ] {84e424e7-8c94-4df3-86c2-a084df737208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11611 | 2024.08.08 23:06:07.347228 [ 193 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 163 rows starting from the beginning of the part | ||
11612 | 2024.08.08 23:06:07.347583 [ 193 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 155 rows starting from the beginning of the part | ||
11613 | 2024.08.08 23:06:07.347921 [ 193 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 161 rows starting from the beginning of the part | ||
11614 | 2024.08.08 23:06:07.348150 [ 3 ] {84e424e7-8c94-4df3-86c2-a084df737208} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11615 | 2024.08.08 23:06:07.348264 [ 193 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 155 rows starting from the beginning of the part | ||
11616 | 2024.08.08 23:06:07.349125 [ 3 ] {84e424e7-8c94-4df3-86c2-a084df737208} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11617 | 2024.08.08 23:06:07.349193 [ 3 ] {84e424e7-8c94-4df3-86c2-a084df737208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11618 | 2024.08.08 23:06:07.349932 [ 3 ] {84e424e7-8c94-4df3-86c2-a084df737208} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11619 | 2024.08.08 23:06:07.350856 [ 3 ] {84e424e7-8c94-4df3-86c2-a084df737208} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11620 | 2024.08.08 23:06:07.351044 [ 106 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11621 | 2024.08.08 23:06:07.351056 [ 3 ] {84e424e7-8c94-4df3-86c2-a084df737208} <Debug> executeQuery: Read 97 rows, 7.76 KiB in 0.00419 sec., 23150.35799522673 rows/sec., 1.81 MiB/sec. | ||
11622 | 2024.08.08 23:06:07.351093 [ 106 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11623 | 2024.08.08 23:06:07.351163 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11624 | 2024.08.08 23:06:07.351494 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
11625 | 2024.08.08 23:06:07.351515 [ 3 ] {84e424e7-8c94-4df3-86c2-a084df737208} <Debug> DynamicQueryHandler: Done processing query | ||
11626 | 2024.08.08 23:06:07.351581 [ 3 ] {84e424e7-8c94-4df3-86c2-a084df737208} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
11627 | 2024.08.08 23:06:07.351646 [ 3 ] {} <Debug> HTTP-Session: 128e9f2c-f373-4041-87fd-3b9f5425406e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11628 | 2024.08.08 23:06:07.351962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11629 | 2024.08.08 23:06:07.352080 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11630 | 2024.08.08 23:06:07.352122 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11631 | 2024.08.08 23:06:07.352201 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 905 rows starting from the beginning of the part | ||
11632 | 2024.08.08 23:06:07.352212 [ 3 ] {} <Debug> HTTP-Session: fa118417-db9e-4c40-97ed-b394b544b9c5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11633 | 2024.08.08 23:06:07.352263 [ 3 ] {} <Debug> HTTP-Session: fa118417-db9e-4c40-97ed-b394b544b9c5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11634 | 2024.08.08 23:06:07.352275 [ 197 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3340 rows, containing 4 columns (4 merged, 0 gathered) in 0.006236827 sec., 535528.7231792705 rows/sec., 44.72 MiB/sec. | ||
11635 | 2024.08.08 23:06:07.352330 [ 3 ] {} <Debug> HTTP-Session: fa118417-db9e-4c40-97ed-b394b544b9c5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11636 | 2024.08.08 23:06:07.352513 [ 3 ] {} <Trace> HTTP-Session: fa118417-db9e-4c40-97ed-b394b544b9c5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11637 | 2024.08.08 23:06:07.352563 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 559 rows starting from the beginning of the part | ||
11638 | 2024.08.08 23:06:07.352889 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 386 rows starting from the beginning of the part | ||
11639 | 2024.08.08 23:06:07.353007 [ 3 ] {520381c4-bfe1-4907-a9ff-b7a1bf53ccde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11640 | 2024.08.08 23:06:07.353224 [ 3 ] {520381c4-bfe1-4907-a9ff-b7a1bf53ccde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11641 | 2024.08.08 23:06:07.353243 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 97 rows starting from the beginning of the part | ||
11642 | 2024.08.08 23:06:07.353629 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 382 rows starting from the beginning of the part | ||
11643 | 2024.08.08 23:06:07.353377 [ 197 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11644 | 2024.08.08 23:06:07.354042 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 97 rows starting from the beginning of the part | ||
11645 | 2024.08.08 23:06:07.355044 [ 3 ] {520381c4-bfe1-4907-a9ff-b7a1bf53ccde} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11646 | 2024.08.08 23:06:07.356362 [ 197 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11647 | 2024.08.08 23:06:07.356649 [ 3 ] {520381c4-bfe1-4907-a9ff-b7a1bf53ccde} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11648 | 2024.08.08 23:06:07.356714 [ 197 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_66_13} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11649 | 2024.08.08 23:06:07.356741 [ 3 ] {520381c4-bfe1-4907-a9ff-b7a1bf53ccde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11650 | 2024.08.08 23:06:07.357019 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
11651 | 2024.08.08 23:06:07.357556 [ 3 ] {520381c4-bfe1-4907-a9ff-b7a1bf53ccde} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11652 | 2024.08.08 23:06:07.357940 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2426 rows, containing 4 columns (4 merged, 0 gathered) in 0.006623072 sec., 366295.2780824367 rows/sec., 26.61 MiB/sec. | ||
11653 | 2024.08.08 23:06:07.358013 [ 3 ] {520381c4-bfe1-4907-a9ff-b7a1bf53ccde} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11654 | 2024.08.08 23:06:07.358122 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11655 | 2024.08.08 23:06:07.358261 [ 3 ] {520381c4-bfe1-4907-a9ff-b7a1bf53ccde} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005499 sec., 29096.199308965264 rows/sec., 2.03 MiB/sec. | ||
11656 | 2024.08.08 23:06:07.358265 [ 103 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11657 | 2024.08.08 23:06:07.358407 [ 103 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11658 | 2024.08.08 23:06:07.358557 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11659 | 2024.08.08 23:06:07.358714 [ 3 ] {520381c4-bfe1-4907-a9ff-b7a1bf53ccde} <Debug> DynamicQueryHandler: Done processing query | ||
11660 | 2024.08.08 23:06:07.358788 [ 3 ] {520381c4-bfe1-4907-a9ff-b7a1bf53ccde} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11661 | 2024.08.08 23:06:07.358864 [ 3 ] {} <Debug> HTTP-Session: fa118417-db9e-4c40-97ed-b394b544b9c5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11662 | 2024.08.08 23:06:07.359082 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
11663 | 2024.08.08 23:06:07.359200 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53192, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11664 | 2024.08.08 23:06:07.359357 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11665 | 2024.08.08 23:06:07.359458 [ 3 ] {} <Debug> HTTP-Session: b9aceae5-88a4-4295-a912-270824aee416 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11666 | 2024.08.08 23:06:07.359463 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11667 | 2024.08.08 23:06:07.359537 [ 3 ] {} <Debug> HTTP-Session: b9aceae5-88a4-4295-a912-270824aee416 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11668 | 2024.08.08 23:06:07.359618 [ 3 ] {} <Debug> HTTP-Session: b9aceae5-88a4-4295-a912-270824aee416 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11669 | 2024.08.08 23:06:07.359745 [ 3 ] {} <Trace> HTTP-Session: b9aceae5-88a4-4295-a912-270824aee416 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11670 | 2024.08.08 23:06:07.359746 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11671 | 2024.08.08 23:06:07.359768 [ 188 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_66_13} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11672 | 2024.08.08 23:06:07.359816 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 16728 rows starting from the beginning of the part | ||
11673 | 2024.08.08 23:06:07.359977 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
11674 | 2024.08.08 23:06:07.360118 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 847 rows starting from the beginning of the part | ||
11675 | 2024.08.08 23:06:07.360316 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 162 rows starting from the beginning of the part | ||
11676 | 2024.08.08 23:06:07.360357 [ 3 ] {b212578c-1b9c-4904-9867-775bf13e3ad9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11677 | 2024.08.08 23:06:07.360689 [ 3 ] {b212578c-1b9c-4904-9867-775bf13e3ad9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11678 | 2024.08.08 23:06:07.360756 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
11679 | 2024.08.08 23:06:07.361182 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 160 rows starting from the beginning of the part | ||
11680 | 2024.08.08 23:06:07.361508 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 160 rows starting from the beginning of the part | ||
11681 | 2024.08.08 23:06:07.363159 [ 3 ] {b212578c-1b9c-4904-9867-775bf13e3ad9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11682 | 2024.08.08 23:06:07.363973 [ 3 ] {b212578c-1b9c-4904-9867-775bf13e3ad9} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11683 | 2024.08.08 23:06:07.364014 [ 3 ] {b212578c-1b9c-4904-9867-775bf13e3ad9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11684 | 2024.08.08 23:06:07.366145 [ 3 ] {b212578c-1b9c-4904-9867-775bf13e3ad9} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
11685 | 2024.08.08 23:06:07.367091 [ 3 ] {b212578c-1b9c-4904-9867-775bf13e3ad9} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11686 | 2024.08.08 23:06:07.367324 [ 3 ] {b212578c-1b9c-4904-9867-775bf13e3ad9} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.007433 sec., 4439.660971344007 rows/sec., 7.96 MiB/sec. | ||
11687 | 2024.08.08 23:06:07.368008 [ 3 ] {b212578c-1b9c-4904-9867-775bf13e3ad9} <Debug> DynamicQueryHandler: Done processing query | ||
11688 | 2024.08.08 23:06:07.368042 [ 3 ] {b212578c-1b9c-4904-9867-775bf13e3ad9} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11689 | 2024.08.08 23:06:07.368069 [ 3 ] {} <Debug> HTTP-Session: b9aceae5-88a4-4295-a912-270824aee416 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11690 | 2024.08.08 23:06:07.368208 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11691 | 2024.08.08 23:06:07.368261 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11692 | 2024.08.08 23:06:07.368279 [ 3 ] {} <Debug> HTTP-Session: 9de0e5f2-1307-4b85-a4cd-b8c8b01e611a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11693 | 2024.08.08 23:06:07.368296 [ 3 ] {} <Debug> HTTP-Session: 9de0e5f2-1307-4b85-a4cd-b8c8b01e611a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11694 | 2024.08.08 23:06:07.368309 [ 3 ] {} <Debug> HTTP-Session: 9de0e5f2-1307-4b85-a4cd-b8c8b01e611a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11695 | 2024.08.08 23:06:07.368342 [ 3 ] {} <Trace> HTTP-Session: 9de0e5f2-1307-4b85-a4cd-b8c8b01e611a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11696 | 2024.08.08 23:06:07.368511 [ 3 ] {ae3724cd-cd3b-46d8-b8c8-65ba17a9b4d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11697 | 2024.08.08 23:06:07.368557 [ 3 ] {ae3724cd-cd3b-46d8-b8c8-65ba17a9b4d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11698 | 2024.08.08 23:06:07.368793 [ 3 ] {ae3724cd-cd3b-46d8-b8c8-65ba17a9b4d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11699 | 2024.08.08 23:06:07.369192 [ 3 ] {ae3724cd-cd3b-46d8-b8c8-65ba17a9b4d6} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11700 | 2024.08.08 23:06:07.369230 [ 3 ] {ae3724cd-cd3b-46d8-b8c8-65ba17a9b4d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11701 | 2024.08.08 23:06:07.369993 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18217 rows, containing 5 columns (5 merged, 0 gathered) in 0.011149966 sec., 1633816.641234601 rows/sec., 111.73 MiB/sec. | ||
11702 | 2024.08.08 23:06:07.370050 [ 3 ] {ae3724cd-cd3b-46d8-b8c8-65ba17a9b4d6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
11703 | 2024.08.08 23:06:07.370264 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11704 | 2024.08.08 23:06:07.370912 [ 3 ] {ae3724cd-cd3b-46d8-b8c8-65ba17a9b4d6} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11705 | 2024.08.08 23:06:07.371261 [ 103 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
11706 | 2024.08.08 23:06:07.371325 [ 3 ] {ae3724cd-cd3b-46d8-b8c8-65ba17a9b4d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002841 sec., 21119.324181626187 rows/sec., 1.42 MiB/sec. | ||
11707 | 2024.08.08 23:06:07.371355 [ 103 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11708 | 2024.08.08 23:06:07.371423 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11709 | 2024.08.08 23:06:07.371467 [ 103 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11710 | 2024.08.08 23:06:07.371975 [ 197 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11711 | 2024.08.08 23:06:07.372112 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
11712 | 2024.08.08 23:06:07.372104 [ 3 ] {ae3724cd-cd3b-46d8-b8c8-65ba17a9b4d6} <Debug> DynamicQueryHandler: Done processing query | ||
11713 | 2024.08.08 23:06:07.372276 [ 3 ] {ae3724cd-cd3b-46d8-b8c8-65ba17a9b4d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11714 | 2024.08.08 23:06:07.372353 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
11715 | 2024.08.08 23:06:07.372388 [ 3 ] {} <Debug> HTTP-Session: 9de0e5f2-1307-4b85-a4cd-b8c8b01e611a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11716 | 2024.08.08 23:06:07.372861 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11717 | 2024.08.08 23:06:07.372946 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 3532 rows starting from the beginning of the part | ||
11718 | 2024.08.08 23:06:07.373210 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
11719 | 2024.08.08 23:06:07.373483 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 60 rows starting from the beginning of the part | ||
11720 | 2024.08.08 23:06:07.373689 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
11721 | 2024.08.08 23:06:07.373869 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 60 rows starting from the beginning of the part | ||
11722 | 2024.08.08 23:06:07.374013 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
11723 | 2024.08.08 23:06:07.375707 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3832 rows, containing 4 columns (4 merged, 0 gathered) in 0.004073277 sec., 940765.8747490043 rows/sec., 63.40 MiB/sec. | ||
11724 | 2024.08.08 23:06:07.375966 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
11725 | 2024.08.08 23:06:07.376334 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11726 | 2024.08.08 23:06:07.376407 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_66_13} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
11727 | 2024.08.08 23:06:07.376480 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
11728 | 2024.08.08 23:06:08.181645 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
11729 | 2024.08.08 23:06:08.181708 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
11730 | 2024.08.08 23:06:12.343256 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11731 | 2024.08.08 23:06:12.343389 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11732 | 2024.08.08 23:06:12.343417 [ 3 ] {} <Debug> HTTP-Session: 2e1fe554-3d58-4dbc-beac-9d4d0d5c7038 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11733 | 2024.08.08 23:06:12.343444 [ 3 ] {} <Debug> HTTP-Session: 2e1fe554-3d58-4dbc-beac-9d4d0d5c7038 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11734 | 2024.08.08 23:06:12.343462 [ 3 ] {} <Debug> HTTP-Session: 2e1fe554-3d58-4dbc-beac-9d4d0d5c7038 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11735 | 2024.08.08 23:06:12.343516 [ 3 ] {} <Trace> HTTP-Session: 2e1fe554-3d58-4dbc-beac-9d4d0d5c7038 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11736 | 2024.08.08 23:06:12.343707 [ 3 ] {02fa5b7a-5f06-4f4f-8254-2ad187d636c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11737 | 2024.08.08 23:06:12.343779 [ 3 ] {02fa5b7a-5f06-4f4f-8254-2ad187d636c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11738 | 2024.08.08 23:06:12.343983 [ 3 ] {02fa5b7a-5f06-4f4f-8254-2ad187d636c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11739 | 2024.08.08 23:06:12.344410 [ 3 ] {02fa5b7a-5f06-4f4f-8254-2ad187d636c8} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11740 | 2024.08.08 23:06:12.344450 [ 3 ] {02fa5b7a-5f06-4f4f-8254-2ad187d636c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11741 | 2024.08.08 23:06:12.344817 [ 3 ] {02fa5b7a-5f06-4f4f-8254-2ad187d636c8} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
11742 | 2024.08.08 23:06:12.345150 [ 3 ] {02fa5b7a-5f06-4f4f-8254-2ad187d636c8} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11743 | 2024.08.08 23:06:12.345295 [ 3 ] {02fa5b7a-5f06-4f4f-8254-2ad187d636c8} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001647 sec., 3642.9872495446266 rows/sec., 206.34 KiB/sec. | ||
11744 | 2024.08.08 23:06:12.345497 [ 3 ] {02fa5b7a-5f06-4f4f-8254-2ad187d636c8} <Debug> DynamicQueryHandler: Done processing query | ||
11745 | 2024.08.08 23:06:12.345525 [ 3 ] {02fa5b7a-5f06-4f4f-8254-2ad187d636c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
11746 | 2024.08.08 23:06:12.345541 [ 3 ] {} <Debug> HTTP-Session: 2e1fe554-3d58-4dbc-beac-9d4d0d5c7038 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11747 | 2024.08.08 23:06:12.345702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11748 | 2024.08.08 23:06:12.345756 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11749 | 2024.08.08 23:06:12.345776 [ 3 ] {} <Debug> HTTP-Session: debde9a8-eabe-4742-a785-1cd0077e4d13 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11750 | 2024.08.08 23:06:12.345793 [ 3 ] {} <Debug> HTTP-Session: debde9a8-eabe-4742-a785-1cd0077e4d13 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11751 | 2024.08.08 23:06:12.345807 [ 3 ] {} <Debug> HTTP-Session: debde9a8-eabe-4742-a785-1cd0077e4d13 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11752 | 2024.08.08 23:06:12.345842 [ 3 ] {} <Trace> HTTP-Session: debde9a8-eabe-4742-a785-1cd0077e4d13 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11753 | 2024.08.08 23:06:12.345989 [ 3 ] {842f7533-aa35-481a-9464-56835a83bf30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11754 | 2024.08.08 23:06:12.346035 [ 3 ] {842f7533-aa35-481a-9464-56835a83bf30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11755 | 2024.08.08 23:06:12.346168 [ 3 ] {842f7533-aa35-481a-9464-56835a83bf30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11756 | 2024.08.08 23:06:12.346550 [ 3 ] {842f7533-aa35-481a-9464-56835a83bf30} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11757 | 2024.08.08 23:06:12.346586 [ 3 ] {842f7533-aa35-481a-9464-56835a83bf30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11758 | 2024.08.08 23:06:12.346899 [ 3 ] {842f7533-aa35-481a-9464-56835a83bf30} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11759 | 2024.08.08 23:06:12.347202 [ 3 ] {842f7533-aa35-481a-9464-56835a83bf30} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11760 | 2024.08.08 23:06:12.347330 [ 3 ] {842f7533-aa35-481a-9464-56835a83bf30} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001406 sec., 114509.24608819347 rows/sec., 10.09 MiB/sec. | ||
11761 | 2024.08.08 23:06:12.347480 [ 3 ] {842f7533-aa35-481a-9464-56835a83bf30} <Debug> DynamicQueryHandler: Done processing query | ||
11762 | 2024.08.08 23:06:12.347505 [ 3 ] {842f7533-aa35-481a-9464-56835a83bf30} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
11763 | 2024.08.08 23:06:12.347521 [ 3 ] {} <Debug> HTTP-Session: debde9a8-eabe-4742-a785-1cd0077e4d13 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11764 | 2024.08.08 23:06:12.347678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11765 | 2024.08.08 23:06:12.347725 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11766 | 2024.08.08 23:06:12.347744 [ 3 ] {} <Debug> HTTP-Session: fc47a0f2-a2b6-4d34-8382-e1fff9efa938 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11767 | 2024.08.08 23:06:12.347760 [ 3 ] {} <Debug> HTTP-Session: fc47a0f2-a2b6-4d34-8382-e1fff9efa938 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11768 | 2024.08.08 23:06:12.347774 [ 3 ] {} <Debug> HTTP-Session: fc47a0f2-a2b6-4d34-8382-e1fff9efa938 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11769 | 2024.08.08 23:06:12.347806 [ 3 ] {} <Trace> HTTP-Session: fc47a0f2-a2b6-4d34-8382-e1fff9efa938 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11770 | 2024.08.08 23:06:12.348003 [ 3 ] {17f9ab0f-8e5d-4ecc-8d43-7e8154140580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11771 | 2024.08.08 23:06:12.348047 [ 3 ] {17f9ab0f-8e5d-4ecc-8d43-7e8154140580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11772 | 2024.08.08 23:06:12.348170 [ 3 ] {17f9ab0f-8e5d-4ecc-8d43-7e8154140580} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11773 | 2024.08.08 23:06:12.348699 [ 3 ] {17f9ab0f-8e5d-4ecc-8d43-7e8154140580} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11774 | 2024.08.08 23:06:12.348735 [ 3 ] {17f9ab0f-8e5d-4ecc-8d43-7e8154140580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11775 | 2024.08.08 23:06:12.349049 [ 3 ] {17f9ab0f-8e5d-4ecc-8d43-7e8154140580} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11776 | 2024.08.08 23:06:12.349357 [ 3 ] {17f9ab0f-8e5d-4ecc-8d43-7e8154140580} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11777 | 2024.08.08 23:06:12.349479 [ 3 ] {17f9ab0f-8e5d-4ecc-8d43-7e8154140580} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001584 sec., 241161.61616161617 rows/sec., 16.94 MiB/sec. | ||
11778 | 2024.08.08 23:06:12.349638 [ 3 ] {17f9ab0f-8e5d-4ecc-8d43-7e8154140580} <Debug> DynamicQueryHandler: Done processing query | ||
11779 | 2024.08.08 23:06:12.349662 [ 3 ] {17f9ab0f-8e5d-4ecc-8d43-7e8154140580} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
11780 | 2024.08.08 23:06:12.349677 [ 3 ] {} <Debug> HTTP-Session: fc47a0f2-a2b6-4d34-8382-e1fff9efa938 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11781 | 2024.08.08 23:06:12.349777 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11782 | 2024.08.08 23:06:12.349824 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11783 | 2024.08.08 23:06:12.349842 [ 3 ] {} <Debug> HTTP-Session: ca88339a-1528-47ce-aae1-6562b121c3b5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11784 | 2024.08.08 23:06:12.349858 [ 3 ] {} <Debug> HTTP-Session: ca88339a-1528-47ce-aae1-6562b121c3b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11785 | 2024.08.08 23:06:12.349872 [ 3 ] {} <Debug> HTTP-Session: ca88339a-1528-47ce-aae1-6562b121c3b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11786 | 2024.08.08 23:06:12.349903 [ 3 ] {} <Trace> HTTP-Session: ca88339a-1528-47ce-aae1-6562b121c3b5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11787 | 2024.08.08 23:06:12.350005 [ 3 ] {bc1a81d6-3b27-4486-96d8-c821e2e25120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
11788 | 2024.08.08 23:06:12.350049 [ 3 ] {bc1a81d6-3b27-4486-96d8-c821e2e25120} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
11789 | 2024.08.08 23:06:12.350178 [ 3 ] {bc1a81d6-3b27-4486-96d8-c821e2e25120} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11790 | 2024.08.08 23:06:12.350429 [ 3 ] {bc1a81d6-3b27-4486-96d8-c821e2e25120} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11791 | 2024.08.08 23:06:12.350463 [ 3 ] {bc1a81d6-3b27-4486-96d8-c821e2e25120} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11792 | 2024.08.08 23:06:12.350810 [ 3 ] {bc1a81d6-3b27-4486-96d8-c821e2e25120} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11793 | 2024.08.08 23:06:12.351129 [ 3 ] {bc1a81d6-3b27-4486-96d8-c821e2e25120} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11794 | 2024.08.08 23:06:12.351257 [ 3 ] {bc1a81d6-3b27-4486-96d8-c821e2e25120} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001278 sec., 4694.835680751174 rows/sec., 201.73 KiB/sec. | ||
11795 | 2024.08.08 23:06:12.351403 [ 3 ] {bc1a81d6-3b27-4486-96d8-c821e2e25120} <Debug> DynamicQueryHandler: Done processing query | ||
11796 | 2024.08.08 23:06:12.351426 [ 3 ] {bc1a81d6-3b27-4486-96d8-c821e2e25120} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11797 | 2024.08.08 23:06:12.351441 [ 3 ] {} <Debug> HTTP-Session: ca88339a-1528-47ce-aae1-6562b121c3b5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11798 | 2024.08.08 23:06:12.351550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11799 | 2024.08.08 23:06:12.351596 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11800 | 2024.08.08 23:06:12.351616 [ 3 ] {} <Debug> HTTP-Session: 0eab2ca9-87b3-4c86-a67b-f0b948213c45 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11801 | 2024.08.08 23:06:12.351632 [ 3 ] {} <Debug> HTTP-Session: 0eab2ca9-87b3-4c86-a67b-f0b948213c45 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11802 | 2024.08.08 23:06:12.351645 [ 3 ] {} <Debug> HTTP-Session: 0eab2ca9-87b3-4c86-a67b-f0b948213c45 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11803 | 2024.08.08 23:06:12.351675 [ 3 ] {} <Trace> HTTP-Session: 0eab2ca9-87b3-4c86-a67b-f0b948213c45 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11804 | 2024.08.08 23:06:12.351791 [ 3 ] {ceab794a-1df6-4e5d-a27c-503b980ccad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
11805 | 2024.08.08 23:06:12.351836 [ 3 ] {ceab794a-1df6-4e5d-a27c-503b980ccad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
11806 | 2024.08.08 23:06:12.351974 [ 3 ] {ceab794a-1df6-4e5d-a27c-503b980ccad8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11807 | 2024.08.08 23:06:12.352321 [ 3 ] {ceab794a-1df6-4e5d-a27c-503b980ccad8} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11808 | 2024.08.08 23:06:12.352356 [ 3 ] {ceab794a-1df6-4e5d-a27c-503b980ccad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11809 | 2024.08.08 23:06:12.352710 [ 3 ] {ceab794a-1df6-4e5d-a27c-503b980ccad8} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
11810 | 2024.08.08 23:06:12.353037 [ 3 ] {ceab794a-1df6-4e5d-a27c-503b980ccad8} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11811 | 2024.08.08 23:06:12.353169 [ 3 ] {ceab794a-1df6-4e5d-a27c-503b980ccad8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001421 sec., 54187.1921182266 rows/sec., 3.34 MiB/sec. | ||
11812 | 2024.08.08 23:06:12.353370 [ 3 ] {ceab794a-1df6-4e5d-a27c-503b980ccad8} <Debug> DynamicQueryHandler: Done processing query | ||
11813 | 2024.08.08 23:06:12.353398 [ 3 ] {ceab794a-1df6-4e5d-a27c-503b980ccad8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
11814 | 2024.08.08 23:06:12.353414 [ 3 ] {} <Debug> HTTP-Session: 0eab2ca9-87b3-4c86-a67b-f0b948213c45 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11815 | 2024.08.08 23:06:12.353542 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11816 | 2024.08.08 23:06:12.353591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11817 | 2024.08.08 23:06:12.353610 [ 3 ] {} <Debug> HTTP-Session: 60938d52-554c-4dd5-8f1c-008f078e80c0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11818 | 2024.08.08 23:06:12.353625 [ 3 ] {} <Debug> HTTP-Session: 60938d52-554c-4dd5-8f1c-008f078e80c0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11819 | 2024.08.08 23:06:12.353639 [ 3 ] {} <Debug> HTTP-Session: 60938d52-554c-4dd5-8f1c-008f078e80c0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11820 | 2024.08.08 23:06:12.353669 [ 3 ] {} <Trace> HTTP-Session: 60938d52-554c-4dd5-8f1c-008f078e80c0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11821 | 2024.08.08 23:06:12.353813 [ 3 ] {442ba12d-4f7a-4eb1-978c-650dff82e6ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11822 | 2024.08.08 23:06:12.353858 [ 3 ] {442ba12d-4f7a-4eb1-978c-650dff82e6ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11823 | 2024.08.08 23:06:12.353995 [ 3 ] {442ba12d-4f7a-4eb1-978c-650dff82e6ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11824 | 2024.08.08 23:06:12.354354 [ 3 ] {442ba12d-4f7a-4eb1-978c-650dff82e6ee} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11825 | 2024.08.08 23:06:12.354388 [ 3 ] {442ba12d-4f7a-4eb1-978c-650dff82e6ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11826 | 2024.08.08 23:06:12.354744 [ 3 ] {442ba12d-4f7a-4eb1-978c-650dff82e6ee} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11827 | 2024.08.08 23:06:12.355079 [ 3 ] {442ba12d-4f7a-4eb1-978c-650dff82e6ee} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11828 | 2024.08.08 23:06:12.355205 [ 3 ] {442ba12d-4f7a-4eb1-978c-650dff82e6ee} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001459 sec., 109664.15352981494 rows/sec., 7.64 MiB/sec. | ||
11829 | 2024.08.08 23:06:12.355452 [ 3 ] {442ba12d-4f7a-4eb1-978c-650dff82e6ee} <Debug> DynamicQueryHandler: Done processing query | ||
11830 | 2024.08.08 23:06:12.355513 [ 3 ] {442ba12d-4f7a-4eb1-978c-650dff82e6ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
11831 | 2024.08.08 23:06:12.355577 [ 3 ] {} <Debug> HTTP-Session: 60938d52-554c-4dd5-8f1c-008f078e80c0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11832 | 2024.08.08 23:06:12.355757 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11833 | 2024.08.08 23:06:12.355814 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11834 | 2024.08.08 23:06:12.355833 [ 3 ] {} <Debug> HTTP-Session: 93f48b98-7f80-41ff-bada-2fab1e275183 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11835 | 2024.08.08 23:06:12.355849 [ 3 ] {} <Debug> HTTP-Session: 93f48b98-7f80-41ff-bada-2fab1e275183 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11836 | 2024.08.08 23:06:12.355863 [ 3 ] {} <Debug> HTTP-Session: 93f48b98-7f80-41ff-bada-2fab1e275183 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11837 | 2024.08.08 23:06:12.355894 [ 3 ] {} <Trace> HTTP-Session: 93f48b98-7f80-41ff-bada-2fab1e275183 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11838 | 2024.08.08 23:06:12.355999 [ 3 ] {a7c36a99-1fcd-4df6-80d4-8a43f9213c95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
11839 | 2024.08.08 23:06:12.356043 [ 3 ] {a7c36a99-1fcd-4df6-80d4-8a43f9213c95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
11840 | 2024.08.08 23:06:12.356184 [ 3 ] {a7c36a99-1fcd-4df6-80d4-8a43f9213c95} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11841 | 2024.08.08 23:06:12.356442 [ 3 ] {a7c36a99-1fcd-4df6-80d4-8a43f9213c95} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11842 | 2024.08.08 23:06:12.356476 [ 3 ] {a7c36a99-1fcd-4df6-80d4-8a43f9213c95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11843 | 2024.08.08 23:06:12.356818 [ 3 ] {a7c36a99-1fcd-4df6-80d4-8a43f9213c95} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
11844 | 2024.08.08 23:06:12.357129 [ 3 ] {a7c36a99-1fcd-4df6-80d4-8a43f9213c95} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11845 | 2024.08.08 23:06:12.357264 [ 3 ] {a7c36a99-1fcd-4df6-80d4-8a43f9213c95} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001297 sec., 17733.230531996916 rows/sec., 959.24 KiB/sec. | ||
11846 | 2024.08.08 23:06:12.357479 [ 3 ] {a7c36a99-1fcd-4df6-80d4-8a43f9213c95} <Debug> DynamicQueryHandler: Done processing query | ||
11847 | 2024.08.08 23:06:12.357506 [ 3 ] {a7c36a99-1fcd-4df6-80d4-8a43f9213c95} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
11848 | 2024.08.08 23:06:12.357521 [ 3 ] {} <Debug> HTTP-Session: 93f48b98-7f80-41ff-bada-2fab1e275183 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11849 | 2024.08.08 23:06:12.357630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11850 | 2024.08.08 23:06:12.357679 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11851 | 2024.08.08 23:06:12.357698 [ 3 ] {} <Debug> HTTP-Session: 6000af0d-cf61-47b3-9004-eeb8b6545711 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11852 | 2024.08.08 23:06:12.357714 [ 3 ] {} <Debug> HTTP-Session: 6000af0d-cf61-47b3-9004-eeb8b6545711 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11853 | 2024.08.08 23:06:12.357727 [ 3 ] {} <Debug> HTTP-Session: 6000af0d-cf61-47b3-9004-eeb8b6545711 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11854 | 2024.08.08 23:06:12.357757 [ 3 ] {} <Trace> HTTP-Session: 6000af0d-cf61-47b3-9004-eeb8b6545711 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11855 | 2024.08.08 23:06:12.357866 [ 3 ] {28662146-b7da-469e-bb70-6d8e19444c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11856 | 2024.08.08 23:06:12.357909 [ 3 ] {28662146-b7da-469e-bb70-6d8e19444c56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11857 | 2024.08.08 23:06:12.358045 [ 3 ] {28662146-b7da-469e-bb70-6d8e19444c56} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11858 | 2024.08.08 23:06:12.358395 [ 3 ] {28662146-b7da-469e-bb70-6d8e19444c56} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11859 | 2024.08.08 23:06:12.358430 [ 3 ] {28662146-b7da-469e-bb70-6d8e19444c56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11860 | 2024.08.08 23:06:12.358777 [ 3 ] {28662146-b7da-469e-bb70-6d8e19444c56} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
11861 | 2024.08.08 23:06:12.359091 [ 3 ] {28662146-b7da-469e-bb70-6d8e19444c56} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11862 | 2024.08.08 23:06:12.359234 [ 3 ] {28662146-b7da-469e-bb70-6d8e19444c56} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001404 sec., 42735.042735042734 rows/sec., 2.88 MiB/sec. | ||
11863 | 2024.08.08 23:06:12.359407 [ 3 ] {28662146-b7da-469e-bb70-6d8e19444c56} <Debug> DynamicQueryHandler: Done processing query | ||
11864 | 2024.08.08 23:06:12.359431 [ 3 ] {28662146-b7da-469e-bb70-6d8e19444c56} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11865 | 2024.08.08 23:06:12.359447 [ 3 ] {} <Debug> HTTP-Session: 6000af0d-cf61-47b3-9004-eeb8b6545711 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11866 | 2024.08.08 23:06:17.372259 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11867 | 2024.08.08 23:06:17.372387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11868 | 2024.08.08 23:06:17.372415 [ 3 ] {} <Debug> HTTP-Session: 4b1e89d2-a41b-4f4d-b561-939d30778403 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11869 | 2024.08.08 23:06:17.372443 [ 3 ] {} <Debug> HTTP-Session: 4b1e89d2-a41b-4f4d-b561-939d30778403 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11870 | 2024.08.08 23:06:17.372462 [ 3 ] {} <Debug> HTTP-Session: 4b1e89d2-a41b-4f4d-b561-939d30778403 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11871 | 2024.08.08 23:06:17.372514 [ 3 ] {} <Trace> HTTP-Session: 4b1e89d2-a41b-4f4d-b561-939d30778403 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11872 | 2024.08.08 23:06:17.372716 [ 3 ] {0795e264-7418-4fad-a290-506d7796888a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
11873 | 2024.08.08 23:06:17.372788 [ 3 ] {0795e264-7418-4fad-a290-506d7796888a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
11874 | 2024.08.08 23:06:17.373000 [ 3 ] {0795e264-7418-4fad-a290-506d7796888a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11875 | 2024.08.08 23:06:17.373438 [ 3 ] {0795e264-7418-4fad-a290-506d7796888a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11876 | 2024.08.08 23:06:17.373477 [ 3 ] {0795e264-7418-4fad-a290-506d7796888a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11877 | 2024.08.08 23:06:17.373847 [ 3 ] {0795e264-7418-4fad-a290-506d7796888a} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
11878 | 2024.08.08 23:06:17.374177 [ 3 ] {0795e264-7418-4fad-a290-506d7796888a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11879 | 2024.08.08 23:06:17.374322 [ 96 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
11880 | 2024.08.08 23:06:17.374327 [ 3 ] {0795e264-7418-4fad-a290-506d7796888a} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001675 sec., 19701.492537313432 rows/sec., 1.56 MiB/sec. | ||
11881 | 2024.08.08 23:06:17.374368 [ 96 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11882 | 2024.08.08 23:06:17.374410 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11883 | 2024.08.08 23:06:17.374617 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
11884 | 2024.08.08 23:06:17.374632 [ 3 ] {0795e264-7418-4fad-a290-506d7796888a} <Debug> DynamicQueryHandler: Done processing query | ||
11885 | 2024.08.08 23:06:17.374715 [ 3 ] {0795e264-7418-4fad-a290-506d7796888a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
11886 | 2024.08.08 23:06:17.374733 [ 3 ] {} <Debug> HTTP-Session: 4b1e89d2-a41b-4f4d-b561-939d30778403 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11887 | 2024.08.08 23:06:17.374851 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
11888 | 2024.08.08 23:06:17.374889 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 39 rows starting from the beginning of the part | ||
11889 | 2024.08.08 23:06:17.374994 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 33 rows starting from the beginning of the part | ||
11890 | 2024.08.08 23:06:17.375205 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 187673, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11891 | 2024.08.08 23:06:17.375206 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 6 rows starting from the beginning of the part | ||
11892 | 2024.08.08 23:06:17.375346 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11893 | 2024.08.08 23:06:17.375497 [ 3 ] {} <Debug> HTTP-Session: f1cdf338-1e67-4e58-8744-e427db9284c3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11894 | 2024.08.08 23:06:17.375578 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 33 rows starting from the beginning of the part | ||
11895 | 2024.08.08 23:06:17.375599 [ 3 ] {} <Debug> HTTP-Session: f1cdf338-1e67-4e58-8744-e427db9284c3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11896 | 2024.08.08 23:06:17.375694 [ 3 ] {} <Debug> HTTP-Session: f1cdf338-1e67-4e58-8744-e427db9284c3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11897 | 2024.08.08 23:06:17.375921 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 6 rows starting from the beginning of the part | ||
11898 | 2024.08.08 23:06:17.375932 [ 3 ] {} <Trace> HTTP-Session: f1cdf338-1e67-4e58-8744-e427db9284c3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11899 | 2024.08.08 23:06:17.376158 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 33 rows starting from the beginning of the part | ||
11900 | 2024.08.08 23:06:17.376611 [ 3 ] {c1298a80-ad71-4390-ab50-7e14b8038c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
11901 | 2024.08.08 23:06:17.376711 [ 3 ] {c1298a80-ad71-4390-ab50-7e14b8038c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
11902 | 2024.08.08 23:06:17.377379 [ 3 ] {c1298a80-ad71-4390-ab50-7e14b8038c8c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11903 | 2024.08.08 23:06:17.378090 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 150 rows, containing 4 columns (4 merged, 0 gathered) in 0.00357751 sec., 41928.60397315452 rows/sec., 3.18 MiB/sec. | ||
11904 | 2024.08.08 23:06:17.378333 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
11905 | 2024.08.08 23:06:17.379159 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11906 | 2024.08.08 23:06:17.379277 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_61_12} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
11907 | 2024.08.08 23:06:17.379298 [ 3 ] {c1298a80-ad71-4390-ab50-7e14b8038c8c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11908 | 2024.08.08 23:06:17.379370 [ 3 ] {c1298a80-ad71-4390-ab50-7e14b8038c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11909 | 2024.08.08 23:06:17.379441 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
11910 | 2024.08.08 23:06:17.379837 [ 3 ] {c1298a80-ad71-4390-ab50-7e14b8038c8c} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11911 | 2024.08.08 23:06:17.380159 [ 3 ] {c1298a80-ad71-4390-ab50-7e14b8038c8c} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11912 | 2024.08.08 23:06:17.380289 [ 3 ] {c1298a80-ad71-4390-ab50-7e14b8038c8c} <Debug> executeQuery: Read 1295 rows, 109.42 KiB in 0.004063 sec., 318730.00246123556 rows/sec., 26.30 MiB/sec. | ||
11913 | 2024.08.08 23:06:17.380467 [ 3 ] {c1298a80-ad71-4390-ab50-7e14b8038c8c} <Debug> DynamicQueryHandler: Done processing query | ||
11914 | 2024.08.08 23:06:17.380492 [ 3 ] {c1298a80-ad71-4390-ab50-7e14b8038c8c} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
11915 | 2024.08.08 23:06:17.380508 [ 3 ] {} <Debug> HTTP-Session: f1cdf338-1e67-4e58-8744-e427db9284c3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11916 | 2024.08.08 23:06:17.380755 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11917 | 2024.08.08 23:06:17.380805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11918 | 2024.08.08 23:06:17.380825 [ 3 ] {} <Debug> HTTP-Session: 3c649b99-5ef1-44d1-896e-849217aeee03 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11919 | 2024.08.08 23:06:17.380842 [ 3 ] {} <Debug> HTTP-Session: 3c649b99-5ef1-44d1-896e-849217aeee03 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11920 | 2024.08.08 23:06:17.380857 [ 3 ] {} <Debug> HTTP-Session: 3c649b99-5ef1-44d1-896e-849217aeee03 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11921 | 2024.08.08 23:06:17.380890 [ 3 ] {} <Trace> HTTP-Session: 3c649b99-5ef1-44d1-896e-849217aeee03 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11922 | 2024.08.08 23:06:17.381042 [ 3 ] {b2ce61da-23d4-46d2-830d-b1e785a1dc94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
11923 | 2024.08.08 23:06:17.381086 [ 3 ] {b2ce61da-23d4-46d2-830d-b1e785a1dc94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
11924 | 2024.08.08 23:06:17.381216 [ 3 ] {b2ce61da-23d4-46d2-830d-b1e785a1dc94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11925 | 2024.08.08 23:06:17.381614 [ 3 ] {b2ce61da-23d4-46d2-830d-b1e785a1dc94} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11926 | 2024.08.08 23:06:17.381648 [ 3 ] {b2ce61da-23d4-46d2-830d-b1e785a1dc94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11927 | 2024.08.08 23:06:17.381962 [ 3 ] {b2ce61da-23d4-46d2-830d-b1e785a1dc94} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
11928 | 2024.08.08 23:06:17.382282 [ 3 ] {b2ce61da-23d4-46d2-830d-b1e785a1dc94} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11929 | 2024.08.08 23:06:17.382422 [ 3 ] {b2ce61da-23d4-46d2-830d-b1e785a1dc94} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001451 sec., 157133.0117160579 rows/sec., 10.64 MiB/sec. | ||
11930 | 2024.08.08 23:06:17.382756 [ 3 ] {b2ce61da-23d4-46d2-830d-b1e785a1dc94} <Debug> DynamicQueryHandler: Done processing query | ||
11931 | 2024.08.08 23:06:17.382783 [ 3 ] {b2ce61da-23d4-46d2-830d-b1e785a1dc94} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
11932 | 2024.08.08 23:06:17.382801 [ 3 ] {} <Debug> HTTP-Session: 3c649b99-5ef1-44d1-896e-849217aeee03 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11933 | 2024.08.08 23:06:17.383040 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 91420, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11934 | 2024.08.08 23:06:17.383089 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11935 | 2024.08.08 23:06:17.383108 [ 3 ] {} <Debug> HTTP-Session: 9173bc8d-32fb-42bd-8bd6-fc6c205cfbd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11936 | 2024.08.08 23:06:17.383125 [ 3 ] {} <Debug> HTTP-Session: 9173bc8d-32fb-42bd-8bd6-fc6c205cfbd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11937 | 2024.08.08 23:06:17.383139 [ 3 ] {} <Debug> HTTP-Session: 9173bc8d-32fb-42bd-8bd6-fc6c205cfbd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11938 | 2024.08.08 23:06:17.383170 [ 3 ] {} <Trace> HTTP-Session: 9173bc8d-32fb-42bd-8bd6-fc6c205cfbd0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11939 | 2024.08.08 23:06:17.383529 [ 3 ] {a8d8aae4-2c8a-4197-8b12-6070545d9443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
11940 | 2024.08.08 23:06:17.383574 [ 3 ] {a8d8aae4-2c8a-4197-8b12-6070545d9443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
11941 | 2024.08.08 23:06:17.383718 [ 3 ] {a8d8aae4-2c8a-4197-8b12-6070545d9443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11942 | 2024.08.08 23:06:17.384329 [ 3 ] {a8d8aae4-2c8a-4197-8b12-6070545d9443} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11943 | 2024.08.08 23:06:17.384367 [ 3 ] {a8d8aae4-2c8a-4197-8b12-6070545d9443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11944 | 2024.08.08 23:06:17.384704 [ 3 ] {a8d8aae4-2c8a-4197-8b12-6070545d9443} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11945 | 2024.08.08 23:06:17.385007 [ 3 ] {a8d8aae4-2c8a-4197-8b12-6070545d9443} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11946 | 2024.08.08 23:06:17.385132 [ 3 ] {a8d8aae4-2c8a-4197-8b12-6070545d9443} <Debug> executeQuery: Read 553 rows, 42.05 KiB in 0.00185 sec., 298918.91891891893 rows/sec., 22.20 MiB/sec. | ||
11947 | 2024.08.08 23:06:17.385311 [ 3 ] {a8d8aae4-2c8a-4197-8b12-6070545d9443} <Debug> DynamicQueryHandler: Done processing query | ||
11948 | 2024.08.08 23:06:17.385345 [ 3 ] {a8d8aae4-2c8a-4197-8b12-6070545d9443} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
11949 | 2024.08.08 23:06:17.385371 [ 3 ] {} <Debug> HTTP-Session: 9173bc8d-32fb-42bd-8bd6-fc6c205cfbd0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11950 | 2024.08.08 23:06:17.385648 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160370, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11951 | 2024.08.08 23:06:17.385695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11952 | 2024.08.08 23:06:17.385715 [ 3 ] {} <Debug> HTTP-Session: c620b119-89e8-428b-8a5b-336965adcd2c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11953 | 2024.08.08 23:06:17.385732 [ 3 ] {} <Debug> HTTP-Session: c620b119-89e8-428b-8a5b-336965adcd2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11954 | 2024.08.08 23:06:17.385746 [ 3 ] {} <Debug> HTTP-Session: c620b119-89e8-428b-8a5b-336965adcd2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11955 | 2024.08.08 23:06:17.385776 [ 3 ] {} <Trace> HTTP-Session: c620b119-89e8-428b-8a5b-336965adcd2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11956 | 2024.08.08 23:06:17.386181 [ 3 ] {0671f104-dc3d-4fc8-a7a0-b2b3de8a1285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
11957 | 2024.08.08 23:06:17.386230 [ 3 ] {0671f104-dc3d-4fc8-a7a0-b2b3de8a1285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
11958 | 2024.08.08 23:06:17.386372 [ 3 ] {0671f104-dc3d-4fc8-a7a0-b2b3de8a1285} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11959 | 2024.08.08 23:06:17.387231 [ 3 ] {0671f104-dc3d-4fc8-a7a0-b2b3de8a1285} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11960 | 2024.08.08 23:06:17.387267 [ 3 ] {0671f104-dc3d-4fc8-a7a0-b2b3de8a1285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11961 | 2024.08.08 23:06:17.387686 [ 3 ] {0671f104-dc3d-4fc8-a7a0-b2b3de8a1285} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11962 | 2024.08.08 23:06:17.388022 [ 3 ] {0671f104-dc3d-4fc8-a7a0-b2b3de8a1285} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11963 | 2024.08.08 23:06:17.388148 [ 3 ] {0671f104-dc3d-4fc8-a7a0-b2b3de8a1285} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002233 sec., 377966.8607254814 rows/sec., 25.44 MiB/sec. | ||
11964 | 2024.08.08 23:06:17.388317 [ 3 ] {0671f104-dc3d-4fc8-a7a0-b2b3de8a1285} <Debug> DynamicQueryHandler: Done processing query | ||
11965 | 2024.08.08 23:06:17.388340 [ 3 ] {0671f104-dc3d-4fc8-a7a0-b2b3de8a1285} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
11966 | 2024.08.08 23:06:17.388355 [ 3 ] {} <Debug> HTTP-Session: c620b119-89e8-428b-8a5b-336965adcd2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11967 | 2024.08.08 23:06:17.388678 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53191, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11968 | 2024.08.08 23:06:17.388727 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11969 | 2024.08.08 23:06:17.388746 [ 3 ] {} <Debug> HTTP-Session: 20e73cab-451d-4e52-95dd-9af75c386f46 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11970 | 2024.08.08 23:06:17.388762 [ 3 ] {} <Debug> HTTP-Session: 20e73cab-451d-4e52-95dd-9af75c386f46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11971 | 2024.08.08 23:06:17.388776 [ 3 ] {} <Debug> HTTP-Session: 20e73cab-451d-4e52-95dd-9af75c386f46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11972 | 2024.08.08 23:06:17.388806 [ 3 ] {} <Trace> HTTP-Session: 20e73cab-451d-4e52-95dd-9af75c386f46 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11973 | 2024.08.08 23:06:17.389182 [ 3 ] {f4517646-d148-468d-95be-a934382a80a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
11974 | 2024.08.08 23:06:17.389247 [ 3 ] {f4517646-d148-468d-95be-a934382a80a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
11975 | 2024.08.08 23:06:17.389652 [ 3 ] {f4517646-d148-468d-95be-a934382a80a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11976 | 2024.08.08 23:06:17.390295 [ 3 ] {f4517646-d148-468d-95be-a934382a80a1} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11977 | 2024.08.08 23:06:17.390330 [ 3 ] {f4517646-d148-468d-95be-a934382a80a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11978 | 2024.08.08 23:06:17.390917 [ 3 ] {f4517646-d148-468d-95be-a934382a80a1} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
11979 | 2024.08.08 23:06:17.391311 [ 3 ] {f4517646-d148-468d-95be-a934382a80a1} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11980 | 2024.08.08 23:06:17.391467 [ 3 ] {f4517646-d148-468d-95be-a934382a80a1} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002574 sec., 12820.51282051282 rows/sec., 22.97 MiB/sec. | ||
11981 | 2024.08.08 23:06:17.392018 [ 3 ] {f4517646-d148-468d-95be-a934382a80a1} <Debug> DynamicQueryHandler: Done processing query | ||
11982 | 2024.08.08 23:06:17.392043 [ 3 ] {f4517646-d148-468d-95be-a934382a80a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
11983 | 2024.08.08 23:06:17.392058 [ 3 ] {} <Debug> HTTP-Session: 20e73cab-451d-4e52-95dd-9af75c386f46 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11984 | 2024.08.08 23:06:17.392197 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
11985 | 2024.08.08 23:06:17.392246 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
11986 | 2024.08.08 23:06:17.392265 [ 3 ] {} <Debug> HTTP-Session: 39e32273-549f-4b87-8437-dea58dc9bf68 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
11987 | 2024.08.08 23:06:17.392281 [ 3 ] {} <Debug> HTTP-Session: 39e32273-549f-4b87-8437-dea58dc9bf68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
11988 | 2024.08.08 23:06:17.392295 [ 3 ] {} <Debug> HTTP-Session: 39e32273-549f-4b87-8437-dea58dc9bf68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
11989 | 2024.08.08 23:06:17.392326 [ 3 ] {} <Trace> HTTP-Session: 39e32273-549f-4b87-8437-dea58dc9bf68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
11990 | 2024.08.08 23:06:17.392445 [ 3 ] {a48bca0a-7da3-49e9-b693-60c340032306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
11991 | 2024.08.08 23:06:17.392490 [ 3 ] {a48bca0a-7da3-49e9-b693-60c340032306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
11992 | 2024.08.08 23:06:17.392637 [ 3 ] {a48bca0a-7da3-49e9-b693-60c340032306} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
11993 | 2024.08.08 23:06:17.392925 [ 3 ] {a48bca0a-7da3-49e9-b693-60c340032306} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
11994 | 2024.08.08 23:06:17.392960 [ 3 ] {a48bca0a-7da3-49e9-b693-60c340032306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
11995 | 2024.08.08 23:06:17.393313 [ 3 ] {a48bca0a-7da3-49e9-b693-60c340032306} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
11996 | 2024.08.08 23:06:17.393634 [ 3 ] {a48bca0a-7da3-49e9-b693-60c340032306} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
11997 | 2024.08.08 23:06:17.393761 [ 3 ] {a48bca0a-7da3-49e9-b693-60c340032306} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001355 sec., 44280.44280442804 rows/sec., 2.98 MiB/sec. | ||
11998 | 2024.08.08 23:06:17.393921 [ 3 ] {a48bca0a-7da3-49e9-b693-60c340032306} <Debug> DynamicQueryHandler: Done processing query | ||
11999 | 2024.08.08 23:06:17.393945 [ 3 ] {a48bca0a-7da3-49e9-b693-60c340032306} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12000 | 2024.08.08 23:06:17.393961 [ 3 ] {} <Debug> HTTP-Session: 39e32273-549f-4b87-8437-dea58dc9bf68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12001 | 2024.08.08 23:06:22.343179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12002 | 2024.08.08 23:06:22.343316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12003 | 2024.08.08 23:06:22.343344 [ 3 ] {} <Debug> HTTP-Session: 544ae5d8-3be3-4e70-bdd6-e288e02a2af1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12004 | 2024.08.08 23:06:22.343372 [ 3 ] {} <Debug> HTTP-Session: 544ae5d8-3be3-4e70-bdd6-e288e02a2af1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12005 | 2024.08.08 23:06:22.343389 [ 3 ] {} <Debug> HTTP-Session: 544ae5d8-3be3-4e70-bdd6-e288e02a2af1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12006 | 2024.08.08 23:06:22.343442 [ 3 ] {} <Trace> HTTP-Session: 544ae5d8-3be3-4e70-bdd6-e288e02a2af1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12007 | 2024.08.08 23:06:22.343628 [ 3 ] {d947fd3d-8805-419e-a58c-76c91bcce46c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12008 | 2024.08.08 23:06:22.343699 [ 3 ] {d947fd3d-8805-419e-a58c-76c91bcce46c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12009 | 2024.08.08 23:06:22.343914 [ 3 ] {d947fd3d-8805-419e-a58c-76c91bcce46c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12010 | 2024.08.08 23:06:22.344351 [ 3 ] {d947fd3d-8805-419e-a58c-76c91bcce46c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12011 | 2024.08.08 23:06:22.344394 [ 3 ] {d947fd3d-8805-419e-a58c-76c91bcce46c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12012 | 2024.08.08 23:06:22.344763 [ 3 ] {d947fd3d-8805-419e-a58c-76c91bcce46c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
12013 | 2024.08.08 23:06:22.345093 [ 3 ] {d947fd3d-8805-419e-a58c-76c91bcce46c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12014 | 2024.08.08 23:06:22.345278 [ 3 ] {d947fd3d-8805-419e-a58c-76c91bcce46c} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.0017 sec., 3529.4117647058824 rows/sec., 199.91 KiB/sec. | ||
12015 | 2024.08.08 23:06:22.345590 [ 3 ] {d947fd3d-8805-419e-a58c-76c91bcce46c} <Debug> DynamicQueryHandler: Done processing query | ||
12016 | 2024.08.08 23:06:22.345650 [ 3 ] {d947fd3d-8805-419e-a58c-76c91bcce46c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12017 | 2024.08.08 23:06:22.345712 [ 3 ] {} <Debug> HTTP-Session: 544ae5d8-3be3-4e70-bdd6-e288e02a2af1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12018 | 2024.08.08 23:06:22.345899 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12019 | 2024.08.08 23:06:22.345956 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12020 | 2024.08.08 23:06:22.345976 [ 3 ] {} <Debug> HTTP-Session: 130c9a6a-db2c-4751-b0fa-83b95dd29f56 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12021 | 2024.08.08 23:06:22.345995 [ 3 ] {} <Debug> HTTP-Session: 130c9a6a-db2c-4751-b0fa-83b95dd29f56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12022 | 2024.08.08 23:06:22.346008 [ 3 ] {} <Debug> HTTP-Session: 130c9a6a-db2c-4751-b0fa-83b95dd29f56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12023 | 2024.08.08 23:06:22.346045 [ 3 ] {} <Trace> HTTP-Session: 130c9a6a-db2c-4751-b0fa-83b95dd29f56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12024 | 2024.08.08 23:06:22.346201 [ 3 ] {d65ee45c-f6ff-495c-8ae9-e75a0b4e33b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12025 | 2024.08.08 23:06:22.346249 [ 3 ] {d65ee45c-f6ff-495c-8ae9-e75a0b4e33b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12026 | 2024.08.08 23:06:22.346399 [ 3 ] {d65ee45c-f6ff-495c-8ae9-e75a0b4e33b5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12027 | 2024.08.08 23:06:22.346868 [ 3 ] {d65ee45c-f6ff-495c-8ae9-e75a0b4e33b5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12028 | 2024.08.08 23:06:22.346910 [ 3 ] {d65ee45c-f6ff-495c-8ae9-e75a0b4e33b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12029 | 2024.08.08 23:06:22.347231 [ 3 ] {d65ee45c-f6ff-495c-8ae9-e75a0b4e33b5} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12030 | 2024.08.08 23:06:22.347545 [ 3 ] {d65ee45c-f6ff-495c-8ae9-e75a0b4e33b5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12031 | 2024.08.08 23:06:22.347702 [ 3 ] {d65ee45c-f6ff-495c-8ae9-e75a0b4e33b5} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001565 sec., 102875.39936102237 rows/sec., 9.07 MiB/sec. | ||
12032 | 2024.08.08 23:06:22.347865 [ 3 ] {d65ee45c-f6ff-495c-8ae9-e75a0b4e33b5} <Debug> DynamicQueryHandler: Done processing query | ||
12033 | 2024.08.08 23:06:22.347890 [ 3 ] {d65ee45c-f6ff-495c-8ae9-e75a0b4e33b5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12034 | 2024.08.08 23:06:22.347906 [ 3 ] {} <Debug> HTTP-Session: 130c9a6a-db2c-4751-b0fa-83b95dd29f56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12035 | 2024.08.08 23:06:22.348081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12036 | 2024.08.08 23:06:22.348131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12037 | 2024.08.08 23:06:22.348149 [ 3 ] {} <Debug> HTTP-Session: b086d1a1-d134-4121-b372-ea262f52d0e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12038 | 2024.08.08 23:06:22.348166 [ 3 ] {} <Debug> HTTP-Session: b086d1a1-d134-4121-b372-ea262f52d0e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12039 | 2024.08.08 23:06:22.348179 [ 3 ] {} <Debug> HTTP-Session: b086d1a1-d134-4121-b372-ea262f52d0e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12040 | 2024.08.08 23:06:22.348211 [ 3 ] {} <Trace> HTTP-Session: b086d1a1-d134-4121-b372-ea262f52d0e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12041 | 2024.08.08 23:06:22.348408 [ 3 ] {b2b2a958-dd68-4b1c-bacb-f7793ae8fe4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12042 | 2024.08.08 23:06:22.348452 [ 3 ] {b2b2a958-dd68-4b1c-bacb-f7793ae8fe4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12043 | 2024.08.08 23:06:22.348577 [ 3 ] {b2b2a958-dd68-4b1c-bacb-f7793ae8fe4a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12044 | 2024.08.08 23:06:22.349086 [ 3 ] {b2b2a958-dd68-4b1c-bacb-f7793ae8fe4a} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12045 | 2024.08.08 23:06:22.349122 [ 3 ] {b2b2a958-dd68-4b1c-bacb-f7793ae8fe4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12046 | 2024.08.08 23:06:22.349439 [ 3 ] {b2b2a958-dd68-4b1c-bacb-f7793ae8fe4a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12047 | 2024.08.08 23:06:22.349734 [ 3 ] {b2b2a958-dd68-4b1c-bacb-f7793ae8fe4a} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12048 | 2024.08.08 23:06:22.349885 [ 3 ] {b2b2a958-dd68-4b1c-bacb-f7793ae8fe4a} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001573 sec., 242848.06102987923 rows/sec., 17.06 MiB/sec. | ||
12049 | 2024.08.08 23:06:22.350059 [ 3 ] {b2b2a958-dd68-4b1c-bacb-f7793ae8fe4a} <Debug> DynamicQueryHandler: Done processing query | ||
12050 | 2024.08.08 23:06:22.350095 [ 3 ] {b2b2a958-dd68-4b1c-bacb-f7793ae8fe4a} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12051 | 2024.08.08 23:06:22.350125 [ 3 ] {} <Debug> HTTP-Session: b086d1a1-d134-4121-b372-ea262f52d0e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12052 | 2024.08.08 23:06:22.350254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12053 | 2024.08.08 23:06:22.350304 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12054 | 2024.08.08 23:06:22.350322 [ 3 ] {} <Debug> HTTP-Session: 43b092eb-4c7c-4786-b90e-413706ecac32 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12055 | 2024.08.08 23:06:22.350339 [ 3 ] {} <Debug> HTTP-Session: 43b092eb-4c7c-4786-b90e-413706ecac32 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12056 | 2024.08.08 23:06:22.350352 [ 3 ] {} <Debug> HTTP-Session: 43b092eb-4c7c-4786-b90e-413706ecac32 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12057 | 2024.08.08 23:06:22.350382 [ 3 ] {} <Trace> HTTP-Session: 43b092eb-4c7c-4786-b90e-413706ecac32 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12058 | 2024.08.08 23:06:22.350476 [ 3 ] {fdaa60b2-88c7-4720-ac43-13d78e973719} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12059 | 2024.08.08 23:06:22.350521 [ 3 ] {fdaa60b2-88c7-4720-ac43-13d78e973719} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12060 | 2024.08.08 23:06:22.350645 [ 3 ] {fdaa60b2-88c7-4720-ac43-13d78e973719} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12061 | 2024.08.08 23:06:22.350901 [ 3 ] {fdaa60b2-88c7-4720-ac43-13d78e973719} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12062 | 2024.08.08 23:06:22.350936 [ 3 ] {fdaa60b2-88c7-4720-ac43-13d78e973719} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12063 | 2024.08.08 23:06:22.351279 [ 3 ] {fdaa60b2-88c7-4720-ac43-13d78e973719} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12064 | 2024.08.08 23:06:22.351596 [ 3 ] {fdaa60b2-88c7-4720-ac43-13d78e973719} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12065 | 2024.08.08 23:06:22.351749 [ 3 ] {fdaa60b2-88c7-4720-ac43-13d78e973719} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 199.39 KiB/sec. | ||
12066 | 2024.08.08 23:06:22.351898 [ 3 ] {fdaa60b2-88c7-4720-ac43-13d78e973719} <Debug> DynamicQueryHandler: Done processing query | ||
12067 | 2024.08.08 23:06:22.351922 [ 3 ] {fdaa60b2-88c7-4720-ac43-13d78e973719} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12068 | 2024.08.08 23:06:22.351938 [ 3 ] {} <Debug> HTTP-Session: 43b092eb-4c7c-4786-b90e-413706ecac32 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12069 | 2024.08.08 23:06:22.352046 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12070 | 2024.08.08 23:06:22.352093 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12071 | 2024.08.08 23:06:22.352111 [ 3 ] {} <Debug> HTTP-Session: db605772-5639-4e2a-b842-ad8141958a5e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12072 | 2024.08.08 23:06:22.352127 [ 3 ] {} <Debug> HTTP-Session: db605772-5639-4e2a-b842-ad8141958a5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12073 | 2024.08.08 23:06:22.352140 [ 3 ] {} <Debug> HTTP-Session: db605772-5639-4e2a-b842-ad8141958a5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12074 | 2024.08.08 23:06:22.352171 [ 3 ] {} <Trace> HTTP-Session: db605772-5639-4e2a-b842-ad8141958a5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12075 | 2024.08.08 23:06:22.352286 [ 3 ] {2c459b8d-e134-4cad-9290-c9b98f84911d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12076 | 2024.08.08 23:06:22.352331 [ 3 ] {2c459b8d-e134-4cad-9290-c9b98f84911d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12077 | 2024.08.08 23:06:22.352470 [ 3 ] {2c459b8d-e134-4cad-9290-c9b98f84911d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12078 | 2024.08.08 23:06:22.352775 [ 3 ] {2c459b8d-e134-4cad-9290-c9b98f84911d} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12079 | 2024.08.08 23:06:22.352810 [ 3 ] {2c459b8d-e134-4cad-9290-c9b98f84911d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12080 | 2024.08.08 23:06:22.353164 [ 3 ] {2c459b8d-e134-4cad-9290-c9b98f84911d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
12081 | 2024.08.08 23:06:22.353504 [ 3 ] {2c459b8d-e134-4cad-9290-c9b98f84911d} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12082 | 2024.08.08 23:06:22.353665 [ 3 ] {2c459b8d-e134-4cad-9290-c9b98f84911d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001421 sec., 54187.1921182266 rows/sec., 3.34 MiB/sec. | ||
12083 | 2024.08.08 23:06:22.353967 [ 3 ] {2c459b8d-e134-4cad-9290-c9b98f84911d} <Debug> DynamicQueryHandler: Done processing query | ||
12084 | 2024.08.08 23:06:22.354003 [ 3 ] {2c459b8d-e134-4cad-9290-c9b98f84911d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12085 | 2024.08.08 23:06:22.354020 [ 3 ] {} <Debug> HTTP-Session: db605772-5639-4e2a-b842-ad8141958a5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12086 | 2024.08.08 23:06:22.354161 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12087 | 2024.08.08 23:06:22.354210 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12088 | 2024.08.08 23:06:22.354229 [ 3 ] {} <Debug> HTTP-Session: 29fcf6e6-beaa-44c3-a640-b60b630e4ced Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12089 | 2024.08.08 23:06:22.354245 [ 3 ] {} <Debug> HTTP-Session: 29fcf6e6-beaa-44c3-a640-b60b630e4ced Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12090 | 2024.08.08 23:06:22.354258 [ 3 ] {} <Debug> HTTP-Session: 29fcf6e6-beaa-44c3-a640-b60b630e4ced Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12091 | 2024.08.08 23:06:22.354289 [ 3 ] {} <Trace> HTTP-Session: 29fcf6e6-beaa-44c3-a640-b60b630e4ced Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12092 | 2024.08.08 23:06:22.354460 [ 3 ] {68bcf97c-c242-472e-8319-d9452864b54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12093 | 2024.08.08 23:06:22.354505 [ 3 ] {68bcf97c-c242-472e-8319-d9452864b54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12094 | 2024.08.08 23:06:22.354665 [ 3 ] {68bcf97c-c242-472e-8319-d9452864b54d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12095 | 2024.08.08 23:06:22.355048 [ 3 ] {68bcf97c-c242-472e-8319-d9452864b54d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12096 | 2024.08.08 23:06:22.355083 [ 3 ] {68bcf97c-c242-472e-8319-d9452864b54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12097 | 2024.08.08 23:06:22.355443 [ 3 ] {68bcf97c-c242-472e-8319-d9452864b54d} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12098 | 2024.08.08 23:06:22.355767 [ 3 ] {68bcf97c-c242-472e-8319-d9452864b54d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12099 | 2024.08.08 23:06:22.355920 [ 3 ] {68bcf97c-c242-472e-8319-d9452864b54d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001545 sec., 103559.87055016181 rows/sec., 7.21 MiB/sec. | ||
12100 | 2024.08.08 23:06:22.356093 [ 3 ] {68bcf97c-c242-472e-8319-d9452864b54d} <Debug> DynamicQueryHandler: Done processing query | ||
12101 | 2024.08.08 23:06:22.356128 [ 3 ] {68bcf97c-c242-472e-8319-d9452864b54d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12102 | 2024.08.08 23:06:22.356153 [ 3 ] {} <Debug> HTTP-Session: 29fcf6e6-beaa-44c3-a640-b60b630e4ced Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12103 | 2024.08.08 23:06:22.356265 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12104 | 2024.08.08 23:06:22.356311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12105 | 2024.08.08 23:06:22.356330 [ 3 ] {} <Debug> HTTP-Session: 1ef2e7d3-3322-4460-863b-52c6afdcea9c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12106 | 2024.08.08 23:06:22.356346 [ 3 ] {} <Debug> HTTP-Session: 1ef2e7d3-3322-4460-863b-52c6afdcea9c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12107 | 2024.08.08 23:06:22.356361 [ 3 ] {} <Debug> HTTP-Session: 1ef2e7d3-3322-4460-863b-52c6afdcea9c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12108 | 2024.08.08 23:06:22.356390 [ 3 ] {} <Trace> HTTP-Session: 1ef2e7d3-3322-4460-863b-52c6afdcea9c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12109 | 2024.08.08 23:06:22.356488 [ 3 ] {7b0ab52e-b582-45bc-afab-9c55368ec5aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12110 | 2024.08.08 23:06:22.356531 [ 3 ] {7b0ab52e-b582-45bc-afab-9c55368ec5aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12111 | 2024.08.08 23:06:22.356653 [ 3 ] {7b0ab52e-b582-45bc-afab-9c55368ec5aa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12112 | 2024.08.08 23:06:22.356907 [ 3 ] {7b0ab52e-b582-45bc-afab-9c55368ec5aa} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12113 | 2024.08.08 23:06:22.356941 [ 3 ] {7b0ab52e-b582-45bc-afab-9c55368ec5aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12114 | 2024.08.08 23:06:22.357276 [ 3 ] {7b0ab52e-b582-45bc-afab-9c55368ec5aa} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12115 | 2024.08.08 23:06:22.357588 [ 3 ] {7b0ab52e-b582-45bc-afab-9c55368ec5aa} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12116 | 2024.08.08 23:06:22.357737 [ 3 ] {7b0ab52e-b582-45bc-afab-9c55368ec5aa} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001269 sec., 18124.507486209615 rows/sec., 980.41 KiB/sec. | ||
12117 | 2024.08.08 23:06:22.357895 [ 3 ] {7b0ab52e-b582-45bc-afab-9c55368ec5aa} <Debug> DynamicQueryHandler: Done processing query | ||
12118 | 2024.08.08 23:06:22.357918 [ 3 ] {7b0ab52e-b582-45bc-afab-9c55368ec5aa} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12119 | 2024.08.08 23:06:22.357933 [ 3 ] {} <Debug> HTTP-Session: 1ef2e7d3-3322-4460-863b-52c6afdcea9c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12120 | 2024.08.08 23:06:22.358053 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12121 | 2024.08.08 23:06:22.358101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12122 | 2024.08.08 23:06:22.358119 [ 3 ] {} <Debug> HTTP-Session: b387bcc7-bd35-42c6-9321-202c3eb1d275 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12123 | 2024.08.08 23:06:22.358135 [ 3 ] {} <Debug> HTTP-Session: b387bcc7-bd35-42c6-9321-202c3eb1d275 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12124 | 2024.08.08 23:06:22.358148 [ 3 ] {} <Debug> HTTP-Session: b387bcc7-bd35-42c6-9321-202c3eb1d275 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12125 | 2024.08.08 23:06:22.358178 [ 3 ] {} <Trace> HTTP-Session: b387bcc7-bd35-42c6-9321-202c3eb1d275 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12126 | 2024.08.08 23:06:22.358292 [ 3 ] {74dac46a-5c28-4791-a819-327cd1813504} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12127 | 2024.08.08 23:06:22.358335 [ 3 ] {74dac46a-5c28-4791-a819-327cd1813504} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12128 | 2024.08.08 23:06:22.358462 [ 3 ] {74dac46a-5c28-4791-a819-327cd1813504} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12129 | 2024.08.08 23:06:22.358753 [ 3 ] {74dac46a-5c28-4791-a819-327cd1813504} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12130 | 2024.08.08 23:06:22.358787 [ 3 ] {74dac46a-5c28-4791-a819-327cd1813504} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12131 | 2024.08.08 23:06:22.359140 [ 3 ] {74dac46a-5c28-4791-a819-327cd1813504} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
12132 | 2024.08.08 23:06:22.359455 [ 3 ] {74dac46a-5c28-4791-a819-327cd1813504} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12133 | 2024.08.08 23:06:22.359602 [ 3 ] {74dac46a-5c28-4791-a819-327cd1813504} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001344 sec., 44642.857142857145 rows/sec., 3.01 MiB/sec. | ||
12134 | 2024.08.08 23:06:22.359749 [ 3 ] {74dac46a-5c28-4791-a819-327cd1813504} <Debug> DynamicQueryHandler: Done processing query | ||
12135 | 2024.08.08 23:06:22.359773 [ 3 ] {74dac46a-5c28-4791-a819-327cd1813504} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12136 | 2024.08.08 23:06:22.359788 [ 3 ] {} <Debug> HTTP-Session: b387bcc7-bd35-42c6-9321-202c3eb1d275 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12137 | 2024.08.08 23:06:23.181754 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12138 | 2024.08.08 23:06:23.181824 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12139 | 2024.08.08 23:06:24.001380 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000989474 sec. | ||
12140 | 2024.08.08 23:06:27.340739 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12141 | 2024.08.08 23:06:27.340869 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12142 | 2024.08.08 23:06:27.340898 [ 3 ] {} <Debug> HTTP-Session: 0d6128de-8542-41c3-ab2a-390686bbd249 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12143 | 2024.08.08 23:06:27.340925 [ 3 ] {} <Debug> HTTP-Session: 0d6128de-8542-41c3-ab2a-390686bbd249 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12144 | 2024.08.08 23:06:27.340943 [ 3 ] {} <Debug> HTTP-Session: 0d6128de-8542-41c3-ab2a-390686bbd249 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12145 | 2024.08.08 23:06:27.340998 [ 3 ] {} <Trace> HTTP-Session: 0d6128de-8542-41c3-ab2a-390686bbd249 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12146 | 2024.08.08 23:06:27.341197 [ 3 ] {23894fe6-e228-4deb-80ea-6d34b8aacb90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12147 | 2024.08.08 23:06:27.341277 [ 3 ] {23894fe6-e228-4deb-80ea-6d34b8aacb90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12148 | 2024.08.08 23:06:27.341519 [ 3 ] {23894fe6-e228-4deb-80ea-6d34b8aacb90} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12149 | 2024.08.08 23:06:27.341974 [ 3 ] {23894fe6-e228-4deb-80ea-6d34b8aacb90} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12150 | 2024.08.08 23:06:27.342011 [ 3 ] {23894fe6-e228-4deb-80ea-6d34b8aacb90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12151 | 2024.08.08 23:06:27.342359 [ 3 ] {23894fe6-e228-4deb-80ea-6d34b8aacb90} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
12152 | 2024.08.08 23:06:27.342680 [ 3 ] {23894fe6-e228-4deb-80ea-6d34b8aacb90} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12153 | 2024.08.08 23:06:27.342818 [ 3 ] {23894fe6-e228-4deb-80ea-6d34b8aacb90} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001688 sec., 19549.763033175353 rows/sec., 1.55 MiB/sec. | ||
12154 | 2024.08.08 23:06:27.343006 [ 3 ] {23894fe6-e228-4deb-80ea-6d34b8aacb90} <Debug> DynamicQueryHandler: Done processing query | ||
12155 | 2024.08.08 23:06:27.343031 [ 3 ] {23894fe6-e228-4deb-80ea-6d34b8aacb90} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12156 | 2024.08.08 23:06:27.343048 [ 3 ] {} <Debug> HTTP-Session: 0d6128de-8542-41c3-ab2a-390686bbd249 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12157 | 2024.08.08 23:06:27.343176 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12158 | 2024.08.08 23:06:27.343226 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12159 | 2024.08.08 23:06:27.343245 [ 3 ] {} <Debug> HTTP-Session: ca50d985-7fb2-4afb-864b-1e5dd23d21d2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12160 | 2024.08.08 23:06:27.343262 [ 3 ] {} <Debug> HTTP-Session: ca50d985-7fb2-4afb-864b-1e5dd23d21d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12161 | 2024.08.08 23:06:27.343276 [ 3 ] {} <Debug> HTTP-Session: ca50d985-7fb2-4afb-864b-1e5dd23d21d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12162 | 2024.08.08 23:06:27.343307 [ 3 ] {} <Trace> HTTP-Session: ca50d985-7fb2-4afb-864b-1e5dd23d21d2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12163 | 2024.08.08 23:06:27.343398 [ 3 ] {0a3eba50-1f1d-4807-80b6-a4c57ef8e769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12164 | 2024.08.08 23:06:27.343441 [ 3 ] {0a3eba50-1f1d-4807-80b6-a4c57ef8e769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12165 | 2024.08.08 23:06:27.343565 [ 3 ] {0a3eba50-1f1d-4807-80b6-a4c57ef8e769} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12166 | 2024.08.08 23:06:27.343869 [ 3 ] {0a3eba50-1f1d-4807-80b6-a4c57ef8e769} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12167 | 2024.08.08 23:06:27.343904 [ 3 ] {0a3eba50-1f1d-4807-80b6-a4c57ef8e769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12168 | 2024.08.08 23:06:27.344186 [ 3 ] {0a3eba50-1f1d-4807-80b6-a4c57ef8e769} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
12169 | 2024.08.08 23:06:27.344487 [ 3 ] {0a3eba50-1f1d-4807-80b6-a4c57ef8e769} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12170 | 2024.08.08 23:06:27.344614 [ 3 ] {0a3eba50-1f1d-4807-80b6-a4c57ef8e769} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001237 sec., 1616.8148746968473 rows/sec., 131.84 KiB/sec. | ||
12171 | 2024.08.08 23:06:27.344921 [ 3 ] {0a3eba50-1f1d-4807-80b6-a4c57ef8e769} <Debug> DynamicQueryHandler: Done processing query | ||
12172 | 2024.08.08 23:06:27.344948 [ 3 ] {0a3eba50-1f1d-4807-80b6-a4c57ef8e769} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12173 | 2024.08.08 23:06:27.344964 [ 3 ] {} <Debug> HTTP-Session: ca50d985-7fb2-4afb-864b-1e5dd23d21d2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12174 | 2024.08.08 23:06:27.345139 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 22882, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12175 | 2024.08.08 23:06:27.345188 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12176 | 2024.08.08 23:06:27.345207 [ 3 ] {} <Debug> HTTP-Session: 4e7ec37c-c3d6-4272-a86b-8ff3dac63e09 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12177 | 2024.08.08 23:06:27.345223 [ 3 ] {} <Debug> HTTP-Session: 4e7ec37c-c3d6-4272-a86b-8ff3dac63e09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12178 | 2024.08.08 23:06:27.345237 [ 3 ] {} <Debug> HTTP-Session: 4e7ec37c-c3d6-4272-a86b-8ff3dac63e09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12179 | 2024.08.08 23:06:27.345269 [ 3 ] {} <Trace> HTTP-Session: 4e7ec37c-c3d6-4272-a86b-8ff3dac63e09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12180 | 2024.08.08 23:06:27.345403 [ 3 ] {e0ed3a12-8d8b-4c89-aeca-58f373e5db51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12181 | 2024.08.08 23:06:27.345445 [ 3 ] {e0ed3a12-8d8b-4c89-aeca-58f373e5db51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12182 | 2024.08.08 23:06:27.345584 [ 3 ] {e0ed3a12-8d8b-4c89-aeca-58f373e5db51} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12183 | 2024.08.08 23:06:27.345983 [ 3 ] {e0ed3a12-8d8b-4c89-aeca-58f373e5db51} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12184 | 2024.08.08 23:06:27.346018 [ 3 ] {e0ed3a12-8d8b-4c89-aeca-58f373e5db51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12185 | 2024.08.08 23:06:27.346327 [ 3 ] {e0ed3a12-8d8b-4c89-aeca-58f373e5db51} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12186 | 2024.08.08 23:06:27.346617 [ 3 ] {e0ed3a12-8d8b-4c89-aeca-58f373e5db51} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12187 | 2024.08.08 23:06:27.346741 [ 3 ] {e0ed3a12-8d8b-4c89-aeca-58f373e5db51} <Debug> executeQuery: Read 156 rows, 13.37 KiB in 0.001397 sec., 111667.85969935576 rows/sec., 9.35 MiB/sec. | ||
12188 | 2024.08.08 23:06:27.346902 [ 3 ] {e0ed3a12-8d8b-4c89-aeca-58f373e5db51} <Debug> DynamicQueryHandler: Done processing query | ||
12189 | 2024.08.08 23:06:27.346925 [ 3 ] {e0ed3a12-8d8b-4c89-aeca-58f373e5db51} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12190 | 2024.08.08 23:06:27.346941 [ 3 ] {} <Debug> HTTP-Session: 4e7ec37c-c3d6-4272-a86b-8ff3dac63e09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12191 | 2024.08.08 23:06:27.347060 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12192 | 2024.08.08 23:06:27.347108 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12193 | 2024.08.08 23:06:27.347126 [ 3 ] {} <Debug> HTTP-Session: b1fd9e18-32ea-4db5-9b60-6d5bd30a9847 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12194 | 2024.08.08 23:06:27.347142 [ 3 ] {} <Debug> HTTP-Session: b1fd9e18-32ea-4db5-9b60-6d5bd30a9847 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12195 | 2024.08.08 23:06:27.347156 [ 3 ] {} <Debug> HTTP-Session: b1fd9e18-32ea-4db5-9b60-6d5bd30a9847 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12196 | 2024.08.08 23:06:27.347186 [ 3 ] {} <Trace> HTTP-Session: b1fd9e18-32ea-4db5-9b60-6d5bd30a9847 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12197 | 2024.08.08 23:06:27.347278 [ 3 ] {b5507c40-958b-4dd3-b0ab-464b144cbf13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12198 | 2024.08.08 23:06:27.347320 [ 3 ] {b5507c40-958b-4dd3-b0ab-464b144cbf13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12199 | 2024.08.08 23:06:27.347441 [ 3 ] {b5507c40-958b-4dd3-b0ab-464b144cbf13} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12200 | 2024.08.08 23:06:27.347735 [ 3 ] {b5507c40-958b-4dd3-b0ab-464b144cbf13} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12201 | 2024.08.08 23:06:27.347770 [ 3 ] {b5507c40-958b-4dd3-b0ab-464b144cbf13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12202 | 2024.08.08 23:06:27.348055 [ 3 ] {b5507c40-958b-4dd3-b0ab-464b144cbf13} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
12203 | 2024.08.08 23:06:27.348362 [ 3 ] {b5507c40-958b-4dd3-b0ab-464b144cbf13} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12204 | 2024.08.08 23:06:27.348491 [ 3 ] {b5507c40-958b-4dd3-b0ab-464b144cbf13} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001235 sec., 1619.4331983805669 rows/sec., 113.08 KiB/sec. | ||
12205 | 2024.08.08 23:06:27.348793 [ 3 ] {b5507c40-958b-4dd3-b0ab-464b144cbf13} <Debug> DynamicQueryHandler: Done processing query | ||
12206 | 2024.08.08 23:06:27.348818 [ 3 ] {b5507c40-958b-4dd3-b0ab-464b144cbf13} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12207 | 2024.08.08 23:06:27.348834 [ 3 ] {} <Debug> HTTP-Session: b1fd9e18-32ea-4db5-9b60-6d5bd30a9847 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12208 | 2024.08.08 23:06:27.348963 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 16825, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12209 | 2024.08.08 23:06:27.349011 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12210 | 2024.08.08 23:06:27.349029 [ 3 ] {} <Debug> HTTP-Session: 15034e09-4375-46a8-8743-86953a9423db Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12211 | 2024.08.08 23:06:27.349045 [ 3 ] {} <Debug> HTTP-Session: 15034e09-4375-46a8-8743-86953a9423db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12212 | 2024.08.08 23:06:27.349059 [ 3 ] {} <Debug> HTTP-Session: 15034e09-4375-46a8-8743-86953a9423db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12213 | 2024.08.08 23:06:27.349088 [ 3 ] {} <Trace> HTTP-Session: 15034e09-4375-46a8-8743-86953a9423db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12214 | 2024.08.08 23:06:27.349211 [ 3 ] {6980d054-01e4-4eec-83a2-f043c38d9a2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12215 | 2024.08.08 23:06:27.349255 [ 3 ] {6980d054-01e4-4eec-83a2-f043c38d9a2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12216 | 2024.08.08 23:06:27.349397 [ 3 ] {6980d054-01e4-4eec-83a2-f043c38d9a2a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12217 | 2024.08.08 23:06:27.349739 [ 3 ] {6980d054-01e4-4eec-83a2-f043c38d9a2a} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12218 | 2024.08.08 23:06:27.349774 [ 3 ] {6980d054-01e4-4eec-83a2-f043c38d9a2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12219 | 2024.08.08 23:06:27.350072 [ 3 ] {6980d054-01e4-4eec-83a2-f043c38d9a2a} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12220 | 2024.08.08 23:06:27.350360 [ 3 ] {6980d054-01e4-4eec-83a2-f043c38d9a2a} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12221 | 2024.08.08 23:06:27.350486 [ 3 ] {6980d054-01e4-4eec-83a2-f043c38d9a2a} <Debug> executeQuery: Read 99 rows, 7.92 KiB in 0.00132 sec., 75000 rows/sec., 5.86 MiB/sec. | ||
12222 | 2024.08.08 23:06:27.350643 [ 3 ] {6980d054-01e4-4eec-83a2-f043c38d9a2a} <Debug> DynamicQueryHandler: Done processing query | ||
12223 | 2024.08.08 23:06:27.350666 [ 3 ] {6980d054-01e4-4eec-83a2-f043c38d9a2a} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12224 | 2024.08.08 23:06:27.350705 [ 3 ] {} <Debug> HTTP-Session: 15034e09-4375-46a8-8743-86953a9423db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12225 | 2024.08.08 23:06:27.350860 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30862, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12226 | 2024.08.08 23:06:27.350908 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12227 | 2024.08.08 23:06:27.350926 [ 3 ] {} <Debug> HTTP-Session: 6a1e3785-3508-4c0e-9442-bf149ba0ca23 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12228 | 2024.08.08 23:06:27.350942 [ 3 ] {} <Debug> HTTP-Session: 6a1e3785-3508-4c0e-9442-bf149ba0ca23 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12229 | 2024.08.08 23:06:27.350956 [ 3 ] {} <Debug> HTTP-Session: 6a1e3785-3508-4c0e-9442-bf149ba0ca23 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12230 | 2024.08.08 23:06:27.350985 [ 3 ] {} <Trace> HTTP-Session: 6a1e3785-3508-4c0e-9442-bf149ba0ca23 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12231 | 2024.08.08 23:06:27.351128 [ 3 ] {1a243792-2454-4d30-a663-84128af69521} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12232 | 2024.08.08 23:06:27.351174 [ 3 ] {1a243792-2454-4d30-a663-84128af69521} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12233 | 2024.08.08 23:06:27.351314 [ 3 ] {1a243792-2454-4d30-a663-84128af69521} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12234 | 2024.08.08 23:06:27.351729 [ 3 ] {1a243792-2454-4d30-a663-84128af69521} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12235 | 2024.08.08 23:06:27.351764 [ 3 ] {1a243792-2454-4d30-a663-84128af69521} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12236 | 2024.08.08 23:06:27.352134 [ 3 ] {1a243792-2454-4d30-a663-84128af69521} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12237 | 2024.08.08 23:06:27.352466 [ 3 ] {1a243792-2454-4d30-a663-84128af69521} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12238 | 2024.08.08 23:06:27.352599 [ 3 ] {1a243792-2454-4d30-a663-84128af69521} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.00153 sec., 105228.75816993465 rows/sec., 7.33 MiB/sec. | ||
12239 | 2024.08.08 23:06:27.352759 [ 3 ] {1a243792-2454-4d30-a663-84128af69521} <Debug> DynamicQueryHandler: Done processing query | ||
12240 | 2024.08.08 23:06:27.352783 [ 3 ] {1a243792-2454-4d30-a663-84128af69521} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12241 | 2024.08.08 23:06:27.352798 [ 3 ] {} <Debug> HTTP-Session: 6a1e3785-3508-4c0e-9442-bf149ba0ca23 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12242 | 2024.08.08 23:06:27.353004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53207, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12243 | 2024.08.08 23:06:27.353051 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12244 | 2024.08.08 23:06:27.353070 [ 3 ] {} <Debug> HTTP-Session: abfcbaee-8be4-4360-b23c-9dffd5ac86cc Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12245 | 2024.08.08 23:06:27.353086 [ 3 ] {} <Debug> HTTP-Session: abfcbaee-8be4-4360-b23c-9dffd5ac86cc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12246 | 2024.08.08 23:06:27.353099 [ 3 ] {} <Debug> HTTP-Session: abfcbaee-8be4-4360-b23c-9dffd5ac86cc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12247 | 2024.08.08 23:06:27.353129 [ 3 ] {} <Trace> HTTP-Session: abfcbaee-8be4-4360-b23c-9dffd5ac86cc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12248 | 2024.08.08 23:06:27.353499 [ 3 ] {8fbd0d1c-1d60-41cf-bb98-b399f297200d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12249 | 2024.08.08 23:06:27.353562 [ 3 ] {8fbd0d1c-1d60-41cf-bb98-b399f297200d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12250 | 2024.08.08 23:06:27.353948 [ 3 ] {8fbd0d1c-1d60-41cf-bb98-b399f297200d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12251 | 2024.08.08 23:06:27.354693 [ 3 ] {8fbd0d1c-1d60-41cf-bb98-b399f297200d} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12252 | 2024.08.08 23:06:27.354728 [ 3 ] {8fbd0d1c-1d60-41cf-bb98-b399f297200d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12253 | 2024.08.08 23:06:27.355324 [ 3 ] {8fbd0d1c-1d60-41cf-bb98-b399f297200d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
12254 | 2024.08.08 23:06:27.355719 [ 3 ] {8fbd0d1c-1d60-41cf-bb98-b399f297200d} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12255 | 2024.08.08 23:06:27.355873 [ 3 ] {8fbd0d1c-1d60-41cf-bb98-b399f297200d} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002653 sec., 12438.748586505842 rows/sec., 22.29 MiB/sec. | ||
12256 | 2024.08.08 23:06:27.356418 [ 3 ] {8fbd0d1c-1d60-41cf-bb98-b399f297200d} <Debug> DynamicQueryHandler: Done processing query | ||
12257 | 2024.08.08 23:06:27.356443 [ 3 ] {8fbd0d1c-1d60-41cf-bb98-b399f297200d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12258 | 2024.08.08 23:06:27.356459 [ 3 ] {} <Debug> HTTP-Session: abfcbaee-8be4-4360-b23c-9dffd5ac86cc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12259 | 2024.08.08 23:06:27.356581 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12260 | 2024.08.08 23:06:27.356630 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12261 | 2024.08.08 23:06:27.356649 [ 3 ] {} <Debug> HTTP-Session: f7a55544-954f-43a3-b7d8-3bda6a2c147a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12262 | 2024.08.08 23:06:27.356665 [ 3 ] {} <Debug> HTTP-Session: f7a55544-954f-43a3-b7d8-3bda6a2c147a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12263 | 2024.08.08 23:06:27.356679 [ 3 ] {} <Debug> HTTP-Session: f7a55544-954f-43a3-b7d8-3bda6a2c147a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12264 | 2024.08.08 23:06:27.356709 [ 3 ] {} <Trace> HTTP-Session: f7a55544-954f-43a3-b7d8-3bda6a2c147a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12265 | 2024.08.08 23:06:27.356826 [ 3 ] {8e926562-99b1-4968-bd49-831ebd4ee56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12266 | 2024.08.08 23:06:27.356870 [ 3 ] {8e926562-99b1-4968-bd49-831ebd4ee56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12267 | 2024.08.08 23:06:27.357016 [ 3 ] {8e926562-99b1-4968-bd49-831ebd4ee56c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12268 | 2024.08.08 23:06:27.357326 [ 3 ] {8e926562-99b1-4968-bd49-831ebd4ee56c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12269 | 2024.08.08 23:06:27.357362 [ 3 ] {8e926562-99b1-4968-bd49-831ebd4ee56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12270 | 2024.08.08 23:06:27.357717 [ 3 ] {8e926562-99b1-4968-bd49-831ebd4ee56c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
12271 | 2024.08.08 23:06:27.358043 [ 3 ] {8e926562-99b1-4968-bd49-831ebd4ee56c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12272 | 2024.08.08 23:06:27.358171 [ 3 ] {8e926562-99b1-4968-bd49-831ebd4ee56c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
12273 | 2024.08.08 23:06:27.358330 [ 3 ] {8e926562-99b1-4968-bd49-831ebd4ee56c} <Debug> DynamicQueryHandler: Done processing query | ||
12274 | 2024.08.08 23:06:27.358354 [ 3 ] {8e926562-99b1-4968-bd49-831ebd4ee56c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12275 | 2024.08.08 23:06:27.358369 [ 3 ] {} <Debug> HTTP-Session: f7a55544-954f-43a3-b7d8-3bda6a2c147a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12276 | 2024.08.08 23:06:32.344175 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12277 | 2024.08.08 23:06:32.344311 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12278 | 2024.08.08 23:06:32.344338 [ 3 ] {} <Debug> HTTP-Session: e2223ad4-9643-4d57-9d6e-faa9badbc755 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12279 | 2024.08.08 23:06:32.344363 [ 3 ] {} <Debug> HTTP-Session: e2223ad4-9643-4d57-9d6e-faa9badbc755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12280 | 2024.08.08 23:06:32.344378 [ 3 ] {} <Debug> HTTP-Session: e2223ad4-9643-4d57-9d6e-faa9badbc755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12281 | 2024.08.08 23:06:32.344431 [ 3 ] {} <Trace> HTTP-Session: e2223ad4-9643-4d57-9d6e-faa9badbc755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12282 | 2024.08.08 23:06:32.344600 [ 3 ] {f0625dc4-1f69-46c6-9ff8-e34735c9edaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12283 | 2024.08.08 23:06:32.344662 [ 3 ] {f0625dc4-1f69-46c6-9ff8-e34735c9edaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12284 | 2024.08.08 23:06:32.344840 [ 3 ] {f0625dc4-1f69-46c6-9ff8-e34735c9edaa} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12285 | 2024.08.08 23:06:32.345356 [ 3 ] {f0625dc4-1f69-46c6-9ff8-e34735c9edaa} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12286 | 2024.08.08 23:06:32.345403 [ 3 ] {f0625dc4-1f69-46c6-9ff8-e34735c9edaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12287 | 2024.08.08 23:06:32.345764 [ 3 ] {f0625dc4-1f69-46c6-9ff8-e34735c9edaa} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
12288 | 2024.08.08 23:06:32.346088 [ 3 ] {f0625dc4-1f69-46c6-9ff8-e34735c9edaa} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12289 | 2024.08.08 23:06:32.346263 [ 3 ] {f0625dc4-1f69-46c6-9ff8-e34735c9edaa} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001687 sec., 3556.6093657379965 rows/sec., 201.45 KiB/sec. | ||
12290 | 2024.08.08 23:06:32.346479 [ 3 ] {f0625dc4-1f69-46c6-9ff8-e34735c9edaa} <Debug> DynamicQueryHandler: Done processing query | ||
12291 | 2024.08.08 23:06:32.346507 [ 3 ] {f0625dc4-1f69-46c6-9ff8-e34735c9edaa} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12292 | 2024.08.08 23:06:32.346523 [ 3 ] {} <Debug> HTTP-Session: e2223ad4-9643-4d57-9d6e-faa9badbc755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12293 | 2024.08.08 23:06:32.346698 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12294 | 2024.08.08 23:06:32.346755 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12295 | 2024.08.08 23:06:32.346774 [ 3 ] {} <Debug> HTTP-Session: 34201100-18c6-4b59-a473-b90265735ff7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12296 | 2024.08.08 23:06:32.346792 [ 3 ] {} <Debug> HTTP-Session: 34201100-18c6-4b59-a473-b90265735ff7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12297 | 2024.08.08 23:06:32.346806 [ 3 ] {} <Debug> HTTP-Session: 34201100-18c6-4b59-a473-b90265735ff7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12298 | 2024.08.08 23:06:32.346840 [ 3 ] {} <Trace> HTTP-Session: 34201100-18c6-4b59-a473-b90265735ff7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12299 | 2024.08.08 23:06:32.346986 [ 3 ] {c9d1f289-6807-4c6d-b57f-94bb6be74624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12300 | 2024.08.08 23:06:32.347033 [ 3 ] {c9d1f289-6807-4c6d-b57f-94bb6be74624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12301 | 2024.08.08 23:06:32.347168 [ 3 ] {c9d1f289-6807-4c6d-b57f-94bb6be74624} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12302 | 2024.08.08 23:06:32.347600 [ 3 ] {c9d1f289-6807-4c6d-b57f-94bb6be74624} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12303 | 2024.08.08 23:06:32.347637 [ 3 ] {c9d1f289-6807-4c6d-b57f-94bb6be74624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12304 | 2024.08.08 23:06:32.347954 [ 3 ] {c9d1f289-6807-4c6d-b57f-94bb6be74624} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12305 | 2024.08.08 23:06:32.348254 [ 3 ] {c9d1f289-6807-4c6d-b57f-94bb6be74624} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12306 | 2024.08.08 23:06:32.348408 [ 3 ] {c9d1f289-6807-4c6d-b57f-94bb6be74624} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001482 sec., 108636.97705802969 rows/sec., 9.57 MiB/sec. | ||
12307 | 2024.08.08 23:06:32.348417 [ 74 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12308 | 2024.08.08 23:06:32.348525 [ 74 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12309 | 2024.08.08 23:06:32.348570 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12310 | 2024.08.08 23:06:32.348644 [ 3 ] {c9d1f289-6807-4c6d-b57f-94bb6be74624} <Debug> DynamicQueryHandler: Done processing query | ||
12311 | 2024.08.08 23:06:32.348685 [ 3 ] {c9d1f289-6807-4c6d-b57f-94bb6be74624} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12312 | 2024.08.08 23:06:32.348708 [ 3 ] {} <Debug> HTTP-Session: 34201100-18c6-4b59-a473-b90265735ff7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12313 | 2024.08.08 23:06:32.348725 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
12314 | 2024.08.08 23:06:32.348861 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12315 | 2024.08.08 23:06:32.348901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12316 | 2024.08.08 23:06:32.348905 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1408 rows starting from the beginning of the part | ||
12317 | 2024.08.08 23:06:32.348959 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12318 | 2024.08.08 23:06:32.348993 [ 3 ] {} <Debug> HTTP-Session: bd32619e-dbec-4e39-bc85-31b363a9bfe9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12319 | 2024.08.08 23:06:32.349073 [ 3 ] {} <Debug> HTTP-Session: bd32619e-dbec-4e39-bc85-31b363a9bfe9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12320 | 2024.08.08 23:06:32.349088 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 161 rows starting from the beginning of the part | ||
12321 | 2024.08.08 23:06:32.349127 [ 3 ] {} <Debug> HTTP-Session: bd32619e-dbec-4e39-bc85-31b363a9bfe9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12322 | 2024.08.08 23:06:32.349283 [ 3 ] {} <Trace> HTTP-Session: bd32619e-dbec-4e39-bc85-31b363a9bfe9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12323 | 2024.08.08 23:06:32.349459 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1295 rows starting from the beginning of the part | ||
12324 | 2024.08.08 23:06:32.349761 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 161 rows starting from the beginning of the part | ||
12325 | 2024.08.08 23:06:32.349802 [ 3 ] {4799a09e-9705-4bb3-9118-4e4baa1cbea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12326 | 2024.08.08 23:06:32.349957 [ 3 ] {4799a09e-9705-4bb3-9118-4e4baa1cbea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12327 | 2024.08.08 23:06:32.350090 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 156 rows starting from the beginning of the part | ||
12328 | 2024.08.08 23:06:32.350460 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 161 rows starting from the beginning of the part | ||
12329 | 2024.08.08 23:06:32.351054 [ 3 ] {4799a09e-9705-4bb3-9118-4e4baa1cbea7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12330 | 2024.08.08 23:06:32.351848 [ 3 ] {4799a09e-9705-4bb3-9118-4e4baa1cbea7} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12331 | 2024.08.08 23:06:32.351889 [ 3 ] {4799a09e-9705-4bb3-9118-4e4baa1cbea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12332 | 2024.08.08 23:06:32.352299 [ 3 ] {4799a09e-9705-4bb3-9118-4e4baa1cbea7} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12333 | 2024.08.08 23:06:32.352692 [ 3 ] {4799a09e-9705-4bb3-9118-4e4baa1cbea7} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12334 | 2024.08.08 23:06:32.352700 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3342 rows, containing 4 columns (4 merged, 0 gathered) in 0.004056497 sec., 823863.5453200138 rows/sec., 68.98 MiB/sec. | ||
12335 | 2024.08.08 23:06:32.352907 [ 74 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12336 | 2024.08.08 23:06:32.352930 [ 3 ] {4799a09e-9705-4bb3-9118-4e4baa1cbea7} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.003376 sec., 113151.6587677725 rows/sec., 7.95 MiB/sec. | ||
12337 | 2024.08.08 23:06:32.352976 [ 74 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12338 | 2024.08.08 23:06:32.353077 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12339 | 2024.08.08 23:06:32.353134 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12340 | 2024.08.08 23:06:32.353407 [ 3 ] {4799a09e-9705-4bb3-9118-4e4baa1cbea7} <Debug> DynamicQueryHandler: Done processing query | ||
12341 | 2024.08.08 23:06:32.353491 [ 3 ] {4799a09e-9705-4bb3-9118-4e4baa1cbea7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12342 | 2024.08.08 23:06:32.353535 [ 3 ] {} <Debug> HTTP-Session: bd32619e-dbec-4e39-bc85-31b363a9bfe9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12343 | 2024.08.08 23:06:32.353552 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
12344 | 2024.08.08 23:06:32.353772 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12345 | 2024.08.08 23:06:32.353984 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12346 | 2024.08.08 23:06:32.354097 [ 3 ] {} <Debug> HTTP-Session: c2a94671-6fcb-4f01-a7c3-71bd197095d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12347 | 2024.08.08 23:06:32.354161 [ 3 ] {} <Debug> HTTP-Session: c2a94671-6fcb-4f01-a7c3-71bd197095d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12348 | 2024.08.08 23:06:32.354208 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12349 | 2024.08.08 23:06:32.354218 [ 3 ] {} <Debug> HTTP-Session: c2a94671-6fcb-4f01-a7c3-71bd197095d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12350 | 2024.08.08 23:06:32.354317 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 905 rows starting from the beginning of the part | ||
12351 | 2024.08.08 23:06:32.354354 [ 3 ] {} <Trace> HTTP-Session: c2a94671-6fcb-4f01-a7c3-71bd197095d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12352 | 2024.08.08 23:06:32.354704 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 382 rows starting from the beginning of the part | ||
12353 | 2024.08.08 23:06:32.354848 [ 3 ] {3eac151f-fbe5-46e2-8c94-7d8366764a3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12354 | 2024.08.08 23:06:32.355100 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 553 rows starting from the beginning of the part | ||
12355 | 2024.08.08 23:06:32.355118 [ 3 ] {3eac151f-fbe5-46e2-8c94-7d8366764a3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12356 | 2024.08.08 23:06:32.355316 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12357 | 2024.08.08 23:06:32.355601 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 382 rows starting from the beginning of the part | ||
12358 | 2024.08.08 23:06:32.355975 [ 200 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_71_14} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12359 | 2024.08.08 23:06:32.356078 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 99 rows starting from the beginning of the part | ||
12360 | 2024.08.08 23:06:32.356529 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
12361 | 2024.08.08 23:06:32.356621 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 382 rows starting from the beginning of the part | ||
12362 | 2024.08.08 23:06:32.356961 [ 3 ] {3eac151f-fbe5-46e2-8c94-7d8366764a3e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12363 | 2024.08.08 23:06:32.358179 [ 3 ] {3eac151f-fbe5-46e2-8c94-7d8366764a3e} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12364 | 2024.08.08 23:06:32.358229 [ 3 ] {3eac151f-fbe5-46e2-8c94-7d8366764a3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12365 | 2024.08.08 23:06:32.359114 [ 3 ] {3eac151f-fbe5-46e2-8c94-7d8366764a3e} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12366 | 2024.08.08 23:06:32.359610 [ 3 ] {3eac151f-fbe5-46e2-8c94-7d8366764a3e} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12367 | 2024.08.08 23:06:32.359896 [ 3 ] {3eac151f-fbe5-46e2-8c94-7d8366764a3e} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.005273 sec., 1137.8721790252227 rows/sec., 48.89 KiB/sec. | ||
12368 | 2024.08.08 23:06:32.360665 [ 3 ] {3eac151f-fbe5-46e2-8c94-7d8366764a3e} <Debug> DynamicQueryHandler: Done processing query | ||
12369 | 2024.08.08 23:06:32.360811 [ 3 ] {3eac151f-fbe5-46e2-8c94-7d8366764a3e} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12370 | 2024.08.08 23:06:32.360801 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2703 rows, containing 4 columns (4 merged, 0 gathered) in 0.007533245 sec., 358809.5170142482 rows/sec., 25.87 MiB/sec. | ||
12371 | 2024.08.08 23:06:32.360936 [ 3 ] {} <Debug> HTTP-Session: c2a94671-6fcb-4f01-a7c3-71bd197095d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12372 | 2024.08.08 23:06:32.361355 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12373 | 2024.08.08 23:06:32.361405 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12374 | 2024.08.08 23:06:32.361607 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12375 | 2024.08.08 23:06:32.361712 [ 3 ] {} <Debug> HTTP-Session: 3a5f1648-5a2a-43da-9fd5-ebc459f0988e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12376 | 2024.08.08 23:06:32.361786 [ 3 ] {} <Debug> HTTP-Session: 3a5f1648-5a2a-43da-9fd5-ebc459f0988e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12377 | 2024.08.08 23:06:32.361812 [ 3 ] {} <Debug> HTTP-Session: 3a5f1648-5a2a-43da-9fd5-ebc459f0988e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12378 | 2024.08.08 23:06:32.361853 [ 3 ] {} <Trace> HTTP-Session: 3a5f1648-5a2a-43da-9fd5-ebc459f0988e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12379 | 2024.08.08 23:06:32.362035 [ 3 ] {ced026be-ba60-41ef-8f66-929ada8221c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12380 | 2024.08.08 23:06:32.362090 [ 3 ] {ced026be-ba60-41ef-8f66-929ada8221c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12381 | 2024.08.08 23:06:32.362195 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12382 | 2024.08.08 23:06:32.362332 [ 192 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_71_14} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12383 | 2024.08.08 23:06:32.362361 [ 3 ] {ced026be-ba60-41ef-8f66-929ada8221c0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12384 | 2024.08.08 23:06:32.362444 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
12385 | 2024.08.08 23:06:32.362792 [ 3 ] {ced026be-ba60-41ef-8f66-929ada8221c0} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12386 | 2024.08.08 23:06:32.362829 [ 3 ] {ced026be-ba60-41ef-8f66-929ada8221c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12387 | 2024.08.08 23:06:32.363191 [ 3 ] {ced026be-ba60-41ef-8f66-929ada8221c0} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
12388 | 2024.08.08 23:06:32.363527 [ 3 ] {ced026be-ba60-41ef-8f66-929ada8221c0} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12389 | 2024.08.08 23:06:32.363685 [ 3 ] {ced026be-ba60-41ef-8f66-929ada8221c0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001725 sec., 44637.68115942029 rows/sec., 2.75 MiB/sec. | ||
12390 | 2024.08.08 23:06:32.363871 [ 3 ] {ced026be-ba60-41ef-8f66-929ada8221c0} <Debug> DynamicQueryHandler: Done processing query | ||
12391 | 2024.08.08 23:06:32.363895 [ 3 ] {ced026be-ba60-41ef-8f66-929ada8221c0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12392 | 2024.08.08 23:06:32.363911 [ 3 ] {} <Debug> HTTP-Session: 3a5f1648-5a2a-43da-9fd5-ebc459f0988e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12393 | 2024.08.08 23:06:32.364059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12394 | 2024.08.08 23:06:32.364107 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12395 | 2024.08.08 23:06:32.364126 [ 3 ] {} <Debug> HTTP-Session: a2389f14-8dcc-4250-85c5-77c3176b1744 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12396 | 2024.08.08 23:06:32.364142 [ 3 ] {} <Debug> HTTP-Session: a2389f14-8dcc-4250-85c5-77c3176b1744 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12397 | 2024.08.08 23:06:32.364155 [ 3 ] {} <Debug> HTTP-Session: a2389f14-8dcc-4250-85c5-77c3176b1744 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12398 | 2024.08.08 23:06:32.364186 [ 3 ] {} <Trace> HTTP-Session: a2389f14-8dcc-4250-85c5-77c3176b1744 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12399 | 2024.08.08 23:06:32.364349 [ 3 ] {56b495d9-5f3d-4323-91c3-02a9b40682a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12400 | 2024.08.08 23:06:32.364394 [ 3 ] {56b495d9-5f3d-4323-91c3-02a9b40682a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12401 | 2024.08.08 23:06:32.364531 [ 3 ] {56b495d9-5f3d-4323-91c3-02a9b40682a9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12402 | 2024.08.08 23:06:32.364932 [ 3 ] {56b495d9-5f3d-4323-91c3-02a9b40682a9} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12403 | 2024.08.08 23:06:32.364968 [ 3 ] {56b495d9-5f3d-4323-91c3-02a9b40682a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12404 | 2024.08.08 23:06:32.365341 [ 3 ] {56b495d9-5f3d-4323-91c3-02a9b40682a9} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12405 | 2024.08.08 23:06:32.365676 [ 3 ] {56b495d9-5f3d-4323-91c3-02a9b40682a9} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12406 | 2024.08.08 23:06:32.365843 [ 3 ] {56b495d9-5f3d-4323-91c3-02a9b40682a9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001571 sec., 101845.95798854233 rows/sec., 7.09 MiB/sec. | ||
12407 | 2024.08.08 23:06:32.365867 [ 74 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12408 | 2024.08.08 23:06:32.365981 [ 74 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12409 | 2024.08.08 23:06:32.366046 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12410 | 2024.08.08 23:06:32.366145 [ 3 ] {56b495d9-5f3d-4323-91c3-02a9b40682a9} <Debug> DynamicQueryHandler: Done processing query | ||
12411 | 2024.08.08 23:06:32.366207 [ 3 ] {56b495d9-5f3d-4323-91c3-02a9b40682a9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12412 | 2024.08.08 23:06:32.366262 [ 3 ] {} <Debug> HTTP-Session: a2389f14-8dcc-4250-85c5-77c3176b1744 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12413 | 2024.08.08 23:06:32.366318 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
12414 | 2024.08.08 23:06:32.366427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12415 | 2024.08.08 23:06:32.366547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12416 | 2024.08.08 23:06:32.366604 [ 3 ] {} <Debug> HTTP-Session: 024670b8-3d9a-4cdd-8939-590bd4382896 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12417 | 2024.08.08 23:06:32.366615 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12418 | 2024.08.08 23:06:32.366633 [ 3 ] {} <Debug> HTTP-Session: 024670b8-3d9a-4cdd-8939-590bd4382896 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12419 | 2024.08.08 23:06:32.366680 [ 3 ] {} <Debug> HTTP-Session: 024670b8-3d9a-4cdd-8939-590bd4382896 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12420 | 2024.08.08 23:06:32.366687 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 18217 rows starting from the beginning of the part | ||
12421 | 2024.08.08 23:06:32.366752 [ 3 ] {} <Trace> HTTP-Session: 024670b8-3d9a-4cdd-8939-590bd4382896 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12422 | 2024.08.08 23:06:32.366963 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 160 rows starting from the beginning of the part | ||
12423 | 2024.08.08 23:06:32.367087 [ 3 ] {bd1b44ea-5ddb-4831-b126-ea74a4f1c64c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12424 | 2024.08.08 23:06:32.367269 [ 3 ] {bd1b44ea-5ddb-4831-b126-ea74a4f1c64c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12425 | 2024.08.08 23:06:32.367281 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 844 rows starting from the beginning of the part | ||
12426 | 2024.08.08 23:06:32.367718 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 160 rows starting from the beginning of the part | ||
12427 | 2024.08.08 23:06:32.368040 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 161 rows starting from the beginning of the part | ||
12428 | 2024.08.08 23:06:32.368489 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 160 rows starting from the beginning of the part | ||
12429 | 2024.08.08 23:06:32.368671 [ 3 ] {bd1b44ea-5ddb-4831-b126-ea74a4f1c64c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12430 | 2024.08.08 23:06:32.369492 [ 3 ] {bd1b44ea-5ddb-4831-b126-ea74a4f1c64c} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12431 | 2024.08.08 23:06:32.369561 [ 3 ] {bd1b44ea-5ddb-4831-b126-ea74a4f1c64c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12432 | 2024.08.08 23:06:32.370103 [ 3 ] {bd1b44ea-5ddb-4831-b126-ea74a4f1c64c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
12433 | 2024.08.08 23:06:32.370712 [ 3 ] {bd1b44ea-5ddb-4831-b126-ea74a4f1c64c} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12434 | 2024.08.08 23:06:32.371111 [ 3 ] {bd1b44ea-5ddb-4831-b126-ea74a4f1c64c} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004119 sec., 5583.879582422918 rows/sec., 302.05 KiB/sec. | ||
12435 | 2024.08.08 23:06:32.371127 [ 74 ] {} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
12436 | 2024.08.08 23:06:32.371330 [ 74 ] {} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12437 | 2024.08.08 23:06:32.371478 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12438 | 2024.08.08 23:06:32.371722 [ 3 ] {bd1b44ea-5ddb-4831-b126-ea74a4f1c64c} <Debug> DynamicQueryHandler: Done processing query | ||
12439 | 2024.08.08 23:06:32.371809 [ 3 ] {bd1b44ea-5ddb-4831-b126-ea74a4f1c64c} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12440 | 2024.08.08 23:06:32.371916 [ 3 ] {} <Debug> HTTP-Session: 024670b8-3d9a-4cdd-8939-590bd4382896 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12441 | 2024.08.08 23:06:32.372053 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::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 | ||
12442 | 2024.08.08 23:06:32.372186 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12443 | 2024.08.08 23:06:32.372316 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12444 | 2024.08.08 23:06:32.372362 [ 3 ] {} <Debug> HTTP-Session: cedbdc16-1e97-4e66-9486-409348a031e0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12445 | 2024.08.08 23:06:32.372391 [ 3 ] {} <Debug> HTTP-Session: cedbdc16-1e97-4e66-9486-409348a031e0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12446 | 2024.08.08 23:06:32.372428 [ 3 ] {} <Debug> HTTP-Session: cedbdc16-1e97-4e66-9486-409348a031e0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12447 | 2024.08.08 23:06:32.372441 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12448 | 2024.08.08 23:06:32.372469 [ 3 ] {} <Trace> HTTP-Session: cedbdc16-1e97-4e66-9486-409348a031e0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12449 | 2024.08.08 23:06:32.372480 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 694 rows starting from the beginning of the part | ||
12450 | 2024.08.08 23:06:32.372752 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 23 rows starting from the beginning of the part | ||
12451 | 2024.08.08 23:06:32.372815 [ 3 ] {e52eb15a-7a44-47cf-b0fa-bd9b800291d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12452 | 2024.08.08 23:06:32.373014 [ 3 ] {e52eb15a-7a44-47cf-b0fa-bd9b800291d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12453 | 2024.08.08 23:06:32.373472 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 23 rows starting from the beginning of the part | ||
12454 | 2024.08.08 23:06:32.373878 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 23 rows starting from the beginning of the part | ||
12455 | 2024.08.08 23:06:32.374327 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 23 rows starting from the beginning of the part | ||
12456 | 2024.08.08 23:06:32.374749 [ 192 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 23 rows starting from the beginning of the part | ||
12457 | 2024.08.08 23:06:32.375299 [ 3 ] {e52eb15a-7a44-47cf-b0fa-bd9b800291d4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12458 | 2024.08.08 23:06:32.376525 [ 3 ] {e52eb15a-7a44-47cf-b0fa-bd9b800291d4} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12459 | 2024.08.08 23:06:32.376579 [ 3 ] {e52eb15a-7a44-47cf-b0fa-bd9b800291d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12460 | 2024.08.08 23:06:32.378028 [ 3 ] {e52eb15a-7a44-47cf-b0fa-bd9b800291d4} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
12461 | 2024.08.08 23:06:32.379091 [ 3 ] {e52eb15a-7a44-47cf-b0fa-bd9b800291d4} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12462 | 2024.08.08 23:06:32.379387 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 19702 rows, containing 5 columns (5 merged, 0 gathered) in 0.013196724 sec., 1492946.2796979009 rows/sec., 102.09 MiB/sec. | ||
12463 | 2024.08.08 23:06:32.379589 [ 74 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
12464 | 2024.08.08 23:06:32.379636 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 809 rows, containing 4 columns (4 merged, 0 gathered) in 0.007949011 sec., 101773.66718954092 rows/sec., 5.44 MiB/sec. | ||
12465 | 2024.08.08 23:06:32.379688 [ 74 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12466 | 2024.08.08 23:06:32.379705 [ 3 ] {e52eb15a-7a44-47cf-b0fa-bd9b800291d4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007085 sec., 8468.595624558928 rows/sec., 584.42 KiB/sec. | ||
12467 | 2024.08.08 23:06:32.379741 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12468 | 2024.08.08 23:06:32.380066 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
12469 | 2024.08.08 23:06:32.380356 [ 3 ] {e52eb15a-7a44-47cf-b0fa-bd9b800291d4} <Debug> DynamicQueryHandler: Done processing query | ||
12470 | 2024.08.08 23:06:32.380414 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
12471 | 2024.08.08 23:06:32.380428 [ 3 ] {e52eb15a-7a44-47cf-b0fa-bd9b800291d4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12472 | 2024.08.08 23:06:32.380512 [ 3 ] {} <Debug> HTTP-Session: cedbdc16-1e97-4e66-9486-409348a031e0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12473 | 2024.08.08 23:06:32.380535 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12474 | 2024.08.08 23:06:32.381204 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12475 | 2024.08.08 23:06:32.381276 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 3832 rows starting from the beginning of the part | ||
12476 | 2024.08.08 23:06:32.381567 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 60 rows starting from the beginning of the part | ||
12477 | 2024.08.08 23:06:32.381766 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12478 | 2024.08.08 23:06:32.381985 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
12479 | 2024.08.08 23:06:32.382180 [ 195 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_36_7} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
12480 | 2024.08.08 23:06:32.382444 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 60 rows starting from the beginning of the part | ||
12481 | 2024.08.08 23:06:32.382652 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
12482 | 2024.08.08 23:06:32.382942 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
12483 | 2024.08.08 23:06:32.383148 [ 189 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 60 rows starting from the beginning of the part | ||
12484 | 2024.08.08 23:06:32.383651 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12485 | 2024.08.08 23:06:32.383830 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12486 | 2024.08.08 23:06:32.384024 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.47 MiB. | ||
12487 | 2024.08.08 23:06:32.385413 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4132 rows, containing 4 columns (4 merged, 0 gathered) in 0.005460347 sec., 756728.4643265345 rows/sec., 51.00 MiB/sec. | ||
12488 | 2024.08.08 23:06:32.385774 [ 195 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
12489 | 2024.08.08 23:06:32.386229 [ 195 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12490 | 2024.08.08 23:06:32.386334 [ 195 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_71_14} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
12491 | 2024.08.08 23:06:32.386434 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.92 MiB. | ||
12492 | 2024.08.08 23:06:37.341895 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12493 | 2024.08.08 23:06:37.342068 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12494 | 2024.08.08 23:06:37.342113 [ 3 ] {} <Debug> HTTP-Session: 00e03ce1-df3d-4099-a195-1d92a16a7d5f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12495 | 2024.08.08 23:06:37.342154 [ 3 ] {} <Debug> HTTP-Session: 00e03ce1-df3d-4099-a195-1d92a16a7d5f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12496 | 2024.08.08 23:06:37.342181 [ 3 ] {} <Debug> HTTP-Session: 00e03ce1-df3d-4099-a195-1d92a16a7d5f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12497 | 2024.08.08 23:06:37.342259 [ 3 ] {} <Trace> HTTP-Session: 00e03ce1-df3d-4099-a195-1d92a16a7d5f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12498 | 2024.08.08 23:06:37.342544 [ 3 ] {f1a47374-c2c3-4d19-bc49-e61d51631ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12499 | 2024.08.08 23:06:37.342647 [ 3 ] {f1a47374-c2c3-4d19-bc49-e61d51631ee5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12500 | 2024.08.08 23:06:37.342832 [ 3 ] {f1a47374-c2c3-4d19-bc49-e61d51631ee5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12501 | 2024.08.08 23:06:37.343241 [ 3 ] {f1a47374-c2c3-4d19-bc49-e61d51631ee5} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12502 | 2024.08.08 23:06:37.343279 [ 3 ] {f1a47374-c2c3-4d19-bc49-e61d51631ee5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12503 | 2024.08.08 23:06:37.343634 [ 3 ] {f1a47374-c2c3-4d19-bc49-e61d51631ee5} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
12504 | 2024.08.08 23:06:37.343964 [ 3 ] {f1a47374-c2c3-4d19-bc49-e61d51631ee5} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12505 | 2024.08.08 23:06:37.344114 [ 3 ] {f1a47374-c2c3-4d19-bc49-e61d51631ee5} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.001673 sec., 19725.04482964734 rows/sec., 1.56 MiB/sec. | ||
12506 | 2024.08.08 23:06:37.344291 [ 3 ] {f1a47374-c2c3-4d19-bc49-e61d51631ee5} <Debug> DynamicQueryHandler: Done processing query | ||
12507 | 2024.08.08 23:06:37.344318 [ 3 ] {f1a47374-c2c3-4d19-bc49-e61d51631ee5} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12508 | 2024.08.08 23:06:37.344334 [ 3 ] {} <Debug> HTTP-Session: 00e03ce1-df3d-4099-a195-1d92a16a7d5f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12509 | 2024.08.08 23:06:37.344467 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12510 | 2024.08.08 23:06:37.344515 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12511 | 2024.08.08 23:06:37.344534 [ 3 ] {} <Debug> HTTP-Session: 4c8d46e8-7bf1-43cf-8ccb-8ebb2dc4dc8d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12512 | 2024.08.08 23:06:37.344551 [ 3 ] {} <Debug> HTTP-Session: 4c8d46e8-7bf1-43cf-8ccb-8ebb2dc4dc8d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12513 | 2024.08.08 23:06:37.344565 [ 3 ] {} <Debug> HTTP-Session: 4c8d46e8-7bf1-43cf-8ccb-8ebb2dc4dc8d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12514 | 2024.08.08 23:06:37.344596 [ 3 ] {} <Trace> HTTP-Session: 4c8d46e8-7bf1-43cf-8ccb-8ebb2dc4dc8d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12515 | 2024.08.08 23:06:37.344687 [ 3 ] {a0233331-5f2b-4c74-9ba0-8aaa25a5ba75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12516 | 2024.08.08 23:06:37.344729 [ 3 ] {a0233331-5f2b-4c74-9ba0-8aaa25a5ba75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12517 | 2024.08.08 23:06:37.344851 [ 3 ] {a0233331-5f2b-4c74-9ba0-8aaa25a5ba75} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12518 | 2024.08.08 23:06:37.345143 [ 3 ] {a0233331-5f2b-4c74-9ba0-8aaa25a5ba75} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12519 | 2024.08.08 23:06:37.345178 [ 3 ] {a0233331-5f2b-4c74-9ba0-8aaa25a5ba75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12520 | 2024.08.08 23:06:37.345475 [ 3 ] {a0233331-5f2b-4c74-9ba0-8aaa25a5ba75} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
12521 | 2024.08.08 23:06:37.345774 [ 3 ] {a0233331-5f2b-4c74-9ba0-8aaa25a5ba75} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12522 | 2024.08.08 23:06:37.345900 [ 3 ] {a0233331-5f2b-4c74-9ba0-8aaa25a5ba75} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001237 sec., 3233.6297493936945 rows/sec., 263.68 KiB/sec. | ||
12523 | 2024.08.08 23:06:37.346104 [ 3 ] {a0233331-5f2b-4c74-9ba0-8aaa25a5ba75} <Debug> DynamicQueryHandler: Done processing query | ||
12524 | 2024.08.08 23:06:37.346128 [ 3 ] {a0233331-5f2b-4c74-9ba0-8aaa25a5ba75} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12525 | 2024.08.08 23:06:37.346144 [ 3 ] {} <Debug> HTTP-Session: 4c8d46e8-7bf1-43cf-8ccb-8ebb2dc4dc8d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12526 | 2024.08.08 23:06:37.346301 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 23016, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12527 | 2024.08.08 23:06:37.346350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12528 | 2024.08.08 23:06:37.346370 [ 3 ] {} <Debug> HTTP-Session: b2835e23-47a6-446b-a3b2-e03863f1ba70 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12529 | 2024.08.08 23:06:37.346386 [ 3 ] {} <Debug> HTTP-Session: b2835e23-47a6-446b-a3b2-e03863f1ba70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12530 | 2024.08.08 23:06:37.346399 [ 3 ] {} <Debug> HTTP-Session: b2835e23-47a6-446b-a3b2-e03863f1ba70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12531 | 2024.08.08 23:06:37.346429 [ 3 ] {} <Trace> HTTP-Session: b2835e23-47a6-446b-a3b2-e03863f1ba70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12532 | 2024.08.08 23:06:37.346562 [ 3 ] {6f67fe94-11b3-4c99-9516-4f296a79022d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12533 | 2024.08.08 23:06:37.346604 [ 3 ] {6f67fe94-11b3-4c99-9516-4f296a79022d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12534 | 2024.08.08 23:06:37.346725 [ 3 ] {6f67fe94-11b3-4c99-9516-4f296a79022d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12535 | 2024.08.08 23:06:37.347092 [ 3 ] {6f67fe94-11b3-4c99-9516-4f296a79022d} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12536 | 2024.08.08 23:06:37.347127 [ 3 ] {6f67fe94-11b3-4c99-9516-4f296a79022d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12537 | 2024.08.08 23:06:37.347434 [ 3 ] {6f67fe94-11b3-4c99-9516-4f296a79022d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12538 | 2024.08.08 23:06:37.347731 [ 3 ] {6f67fe94-11b3-4c99-9516-4f296a79022d} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12539 | 2024.08.08 23:06:37.347854 [ 3 ] {6f67fe94-11b3-4c99-9516-4f296a79022d} <Debug> executeQuery: Read 157 rows, 13.45 KiB in 0.001351 sec., 116210.21465581052 rows/sec., 9.72 MiB/sec. | ||
12540 | 2024.08.08 23:06:37.347998 [ 3 ] {6f67fe94-11b3-4c99-9516-4f296a79022d} <Debug> DynamicQueryHandler: Done processing query | ||
12541 | 2024.08.08 23:06:37.348022 [ 3 ] {6f67fe94-11b3-4c99-9516-4f296a79022d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
12542 | 2024.08.08 23:06:37.348037 [ 3 ] {} <Debug> HTTP-Session: b2835e23-47a6-446b-a3b2-e03863f1ba70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12543 | 2024.08.08 23:06:37.348151 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12544 | 2024.08.08 23:06:37.348198 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12545 | 2024.08.08 23:06:37.348216 [ 3 ] {} <Debug> HTTP-Session: 4e2bb17b-5f13-4ff8-a679-85c59deb5364 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12546 | 2024.08.08 23:06:37.348232 [ 3 ] {} <Debug> HTTP-Session: 4e2bb17b-5f13-4ff8-a679-85c59deb5364 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12547 | 2024.08.08 23:06:37.348246 [ 3 ] {} <Debug> HTTP-Session: 4e2bb17b-5f13-4ff8-a679-85c59deb5364 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12548 | 2024.08.08 23:06:37.348276 [ 3 ] {} <Trace> HTTP-Session: 4e2bb17b-5f13-4ff8-a679-85c59deb5364 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12549 | 2024.08.08 23:06:37.348368 [ 3 ] {ee41733a-4ee7-453b-a029-18fbf07f63a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12550 | 2024.08.08 23:06:37.348410 [ 3 ] {ee41733a-4ee7-453b-a029-18fbf07f63a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12551 | 2024.08.08 23:06:37.348530 [ 3 ] {ee41733a-4ee7-453b-a029-18fbf07f63a1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12552 | 2024.08.08 23:06:37.348788 [ 3 ] {ee41733a-4ee7-453b-a029-18fbf07f63a1} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12553 | 2024.08.08 23:06:37.348823 [ 3 ] {ee41733a-4ee7-453b-a029-18fbf07f63a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12554 | 2024.08.08 23:06:37.349108 [ 3 ] {ee41733a-4ee7-453b-a029-18fbf07f63a1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
12555 | 2024.08.08 23:06:37.349413 [ 3 ] {ee41733a-4ee7-453b-a029-18fbf07f63a1} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12556 | 2024.08.08 23:06:37.349535 [ 3 ] {ee41733a-4ee7-453b-a029-18fbf07f63a1} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001192 sec., 3355.7046979865772 rows/sec., 234.31 KiB/sec. | ||
12557 | 2024.08.08 23:06:37.349688 [ 3 ] {ee41733a-4ee7-453b-a029-18fbf07f63a1} <Debug> DynamicQueryHandler: Done processing query | ||
12558 | 2024.08.08 23:06:37.349712 [ 3 ] {ee41733a-4ee7-453b-a029-18fbf07f63a1} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12559 | 2024.08.08 23:06:37.349728 [ 3 ] {} <Debug> HTTP-Session: 4e2bb17b-5f13-4ff8-a679-85c59deb5364 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12560 | 2024.08.08 23:06:37.349862 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 17168, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12561 | 2024.08.08 23:06:37.349910 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12562 | 2024.08.08 23:06:37.349928 [ 3 ] {} <Debug> HTTP-Session: 70c91a46-e16a-4717-9ece-3bde8cf4479b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12563 | 2024.08.08 23:06:37.349944 [ 3 ] {} <Debug> HTTP-Session: 70c91a46-e16a-4717-9ece-3bde8cf4479b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12564 | 2024.08.08 23:06:37.349957 [ 3 ] {} <Debug> HTTP-Session: 70c91a46-e16a-4717-9ece-3bde8cf4479b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12565 | 2024.08.08 23:06:37.349987 [ 3 ] {} <Trace> HTTP-Session: 70c91a46-e16a-4717-9ece-3bde8cf4479b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12566 | 2024.08.08 23:06:37.350104 [ 3 ] {f3dece86-c0fc-4437-b268-a06d104f5dcc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12567 | 2024.08.08 23:06:37.350145 [ 3 ] {f3dece86-c0fc-4437-b268-a06d104f5dcc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12568 | 2024.08.08 23:06:37.350265 [ 3 ] {f3dece86-c0fc-4437-b268-a06d104f5dcc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12569 | 2024.08.08 23:06:37.350582 [ 3 ] {f3dece86-c0fc-4437-b268-a06d104f5dcc} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12570 | 2024.08.08 23:06:37.350617 [ 3 ] {f3dece86-c0fc-4437-b268-a06d104f5dcc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12571 | 2024.08.08 23:06:37.350923 [ 3 ] {f3dece86-c0fc-4437-b268-a06d104f5dcc} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12572 | 2024.08.08 23:06:37.351221 [ 3 ] {f3dece86-c0fc-4437-b268-a06d104f5dcc} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12573 | 2024.08.08 23:06:37.351379 [ 3 ] {f3dece86-c0fc-4437-b268-a06d104f5dcc} <Debug> executeQuery: Read 101 rows, 8.08 KiB in 0.001314 sec., 76864.53576864535 rows/sec., 6.01 MiB/sec. | ||
12574 | 2024.08.08 23:06:37.351523 [ 3 ] {f3dece86-c0fc-4437-b268-a06d104f5dcc} <Debug> DynamicQueryHandler: Done processing query | ||
12575 | 2024.08.08 23:06:37.351547 [ 3 ] {f3dece86-c0fc-4437-b268-a06d104f5dcc} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
12576 | 2024.08.08 23:06:37.351562 [ 3 ] {} <Debug> HTTP-Session: 70c91a46-e16a-4717-9ece-3bde8cf4479b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12577 | 2024.08.08 23:06:37.351736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12578 | 2024.08.08 23:06:37.351782 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12579 | 2024.08.08 23:06:37.351800 [ 3 ] {} <Debug> HTTP-Session: c1a816d3-5563-46e1-bfd0-4a4a1867a26e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12580 | 2024.08.08 23:06:37.351816 [ 3 ] {} <Debug> HTTP-Session: c1a816d3-5563-46e1-bfd0-4a4a1867a26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12581 | 2024.08.08 23:06:37.351830 [ 3 ] {} <Debug> HTTP-Session: c1a816d3-5563-46e1-bfd0-4a4a1867a26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12582 | 2024.08.08 23:06:37.351860 [ 3 ] {} <Trace> HTTP-Session: c1a816d3-5563-46e1-bfd0-4a4a1867a26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12583 | 2024.08.08 23:06:37.351995 [ 3 ] {06982f5a-7015-4a34-9e11-da6352b7608d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12584 | 2024.08.08 23:06:37.352039 [ 3 ] {06982f5a-7015-4a34-9e11-da6352b7608d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12585 | 2024.08.08 23:06:37.352176 [ 3 ] {06982f5a-7015-4a34-9e11-da6352b7608d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12586 | 2024.08.08 23:06:37.352546 [ 3 ] {06982f5a-7015-4a34-9e11-da6352b7608d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12587 | 2024.08.08 23:06:37.352581 [ 3 ] {06982f5a-7015-4a34-9e11-da6352b7608d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12588 | 2024.08.08 23:06:37.352958 [ 3 ] {06982f5a-7015-4a34-9e11-da6352b7608d} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12589 | 2024.08.08 23:06:37.353287 [ 3 ] {06982f5a-7015-4a34-9e11-da6352b7608d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12590 | 2024.08.08 23:06:37.353409 [ 3 ] {06982f5a-7015-4a34-9e11-da6352b7608d} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001476 sec., 109756.0975609756 rows/sec., 7.64 MiB/sec. | ||
12591 | 2024.08.08 23:06:37.353569 [ 3 ] {06982f5a-7015-4a34-9e11-da6352b7608d} <Debug> DynamicQueryHandler: Done processing query | ||
12592 | 2024.08.08 23:06:37.353593 [ 3 ] {06982f5a-7015-4a34-9e11-da6352b7608d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12593 | 2024.08.08 23:06:37.353608 [ 3 ] {} <Debug> HTTP-Session: c1a816d3-5563-46e1-bfd0-4a4a1867a26e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12594 | 2024.08.08 23:06:37.353768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53210, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12595 | 2024.08.08 23:06:37.353815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12596 | 2024.08.08 23:06:37.353834 [ 3 ] {} <Debug> HTTP-Session: 75853a17-5618-4f51-9a12-96c8dd90f2d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12597 | 2024.08.08 23:06:37.353849 [ 3 ] {} <Debug> HTTP-Session: 75853a17-5618-4f51-9a12-96c8dd90f2d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12598 | 2024.08.08 23:06:37.353863 [ 3 ] {} <Debug> HTTP-Session: 75853a17-5618-4f51-9a12-96c8dd90f2d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12599 | 2024.08.08 23:06:37.353893 [ 3 ] {} <Trace> HTTP-Session: 75853a17-5618-4f51-9a12-96c8dd90f2d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12600 | 2024.08.08 23:06:37.354249 [ 3 ] {046ae7b4-4bc0-4bc5-8648-4271a37b4ae4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12601 | 2024.08.08 23:06:37.354311 [ 3 ] {046ae7b4-4bc0-4bc5-8648-4271a37b4ae4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12602 | 2024.08.08 23:06:37.354700 [ 3 ] {046ae7b4-4bc0-4bc5-8648-4271a37b4ae4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12603 | 2024.08.08 23:06:37.355352 [ 3 ] {046ae7b4-4bc0-4bc5-8648-4271a37b4ae4} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12604 | 2024.08.08 23:06:37.355388 [ 3 ] {046ae7b4-4bc0-4bc5-8648-4271a37b4ae4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12605 | 2024.08.08 23:06:37.355980 [ 3 ] {046ae7b4-4bc0-4bc5-8648-4271a37b4ae4} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
12606 | 2024.08.08 23:06:37.356384 [ 3 ] {046ae7b4-4bc0-4bc5-8648-4271a37b4ae4} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12607 | 2024.08.08 23:06:37.356521 [ 84 ] {} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
12608 | 2024.08.08 23:06:37.356534 [ 3 ] {046ae7b4-4bc0-4bc5-8648-4271a37b4ae4} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.002556 sec., 12910.798122065728 rows/sec., 23.14 MiB/sec. | ||
12609 | 2024.08.08 23:06:37.356568 [ 84 ] {} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12610 | 2024.08.08 23:06:37.356614 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.26 GiB. | ||
12611 | 2024.08.08 23:06:37.357003 [ 3 ] {046ae7b4-4bc0-4bc5-8648-4271a37b4ae4} <Debug> DynamicQueryHandler: Done processing query | ||
12612 | 2024.08.08 23:06:37.357072 [ 3 ] {046ae7b4-4bc0-4bc5-8648-4271a37b4ae4} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12613 | 2024.08.08 23:06:37.357090 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::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 | ||
12614 | 2024.08.08 23:06:37.357138 [ 3 ] {} <Debug> HTTP-Session: 75853a17-5618-4f51-9a12-96c8dd90f2d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12615 | 2024.08.08 23:06:37.357427 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12616 | 2024.08.08 23:06:37.357543 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12617 | 2024.08.08 23:06:37.357596 [ 3 ] {} <Debug> HTTP-Session: 1ab1b96d-f61d-4d4c-88e9-352de8c4911a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12618 | 2024.08.08 23:06:37.357654 [ 3 ] {} <Debug> HTTP-Session: 1ab1b96d-f61d-4d4c-88e9-352de8c4911a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12619 | 2024.08.08 23:06:37.357713 [ 3 ] {} <Debug> HTTP-Session: 1ab1b96d-f61d-4d4c-88e9-352de8c4911a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12620 | 2024.08.08 23:06:37.357815 [ 3 ] {} <Trace> HTTP-Session: 1ab1b96d-f61d-4d4c-88e9-352de8c4911a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12621 | 2024.08.08 23:06:37.358129 [ 3 ] {99c3c644-81dc-489a-900f-59fe1e879c34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12622 | 2024.08.08 23:06:37.358215 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12623 | 2024.08.08 23:06:37.358233 [ 3 ] {99c3c644-81dc-489a-900f-59fe1e879c34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12624 | 2024.08.08 23:06:37.358438 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 846 rows starting from the beginning of the part | ||
12625 | 2024.08.08 23:06:37.359083 [ 3 ] {99c3c644-81dc-489a-900f-59fe1e879c34} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12626 | 2024.08.08 23:06:37.359320 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
12627 | 2024.08.08 23:06:37.359962 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 33 rows starting from the beginning of the part | ||
12628 | 2024.08.08 23:06:37.360184 [ 3 ] {99c3c644-81dc-489a-900f-59fe1e879c34} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12629 | 2024.08.08 23:06:37.360295 [ 3 ] {99c3c644-81dc-489a-900f-59fe1e879c34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12630 | 2024.08.08 23:06:37.360687 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part | ||
12631 | 2024.08.08 23:06:37.361311 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 33 rows starting from the beginning of the part | ||
12632 | 2024.08.08 23:06:37.361726 [ 3 ] {99c3c644-81dc-489a-900f-59fe1e879c34} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
12633 | 2024.08.08 23:06:37.361921 [ 186 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 33 rows starting from the beginning of the part | ||
12634 | 2024.08.08 23:06:37.362987 [ 3 ] {99c3c644-81dc-489a-900f-59fe1e879c34} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12635 | 2024.08.08 23:06:37.363399 [ 3 ] {99c3c644-81dc-489a-900f-59fe1e879c34} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005399 sec., 11113.169105389887 rows/sec., 766.92 KiB/sec. | ||
12636 | 2024.08.08 23:06:37.363970 [ 3 ] {99c3c644-81dc-489a-900f-59fe1e879c34} <Debug> DynamicQueryHandler: Done processing query | ||
12637 | 2024.08.08 23:06:37.364057 [ 3 ] {99c3c644-81dc-489a-900f-59fe1e879c34} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12638 | 2024.08.08 23:06:37.364152 [ 3 ] {} <Debug> HTTP-Session: 1ab1b96d-f61d-4d4c-88e9-352de8c4911a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12639 | 2024.08.08 23:06:37.369403 [ 193 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1011 rows, containing 19 columns (19 merged, 0 gathered) in 0.012634017 sec., 80022.05474315888 rows/sec., 143.40 MiB/sec. | ||
12640 | 2024.08.08 23:06:37.370524 [ 193 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
12641 | 2024.08.08 23:06:37.371179 [ 193 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12642 | 2024.08.08 23:06:37.371274 [ 193 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_31_6} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
12643 | 2024.08.08 23:06:37.371439 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.41 MiB. | ||
12644 | 2024.08.08 23:06:38.181874 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
12645 | 2024.08.08 23:06:38.181933 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
12646 | 2024.08.08 23:06:42.344222 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12647 | 2024.08.08 23:06:42.344363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12648 | 2024.08.08 23:06:42.344391 [ 3 ] {} <Debug> HTTP-Session: fb14505e-b577-4405-bc3c-506cc51b7d85 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12649 | 2024.08.08 23:06:42.344418 [ 3 ] {} <Debug> HTTP-Session: fb14505e-b577-4405-bc3c-506cc51b7d85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12650 | 2024.08.08 23:06:42.344435 [ 3 ] {} <Debug> HTTP-Session: fb14505e-b577-4405-bc3c-506cc51b7d85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12651 | 2024.08.08 23:06:42.344488 [ 3 ] {} <Trace> HTTP-Session: fb14505e-b577-4405-bc3c-506cc51b7d85 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12652 | 2024.08.08 23:06:42.344681 [ 3 ] {6b33dcdf-dba8-414c-91ec-d5e35a415bca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12653 | 2024.08.08 23:06:42.344753 [ 3 ] {6b33dcdf-dba8-414c-91ec-d5e35a415bca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12654 | 2024.08.08 23:06:42.344940 [ 3 ] {6b33dcdf-dba8-414c-91ec-d5e35a415bca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12655 | 2024.08.08 23:06:42.345362 [ 3 ] {6b33dcdf-dba8-414c-91ec-d5e35a415bca} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12656 | 2024.08.08 23:06:42.345402 [ 3 ] {6b33dcdf-dba8-414c-91ec-d5e35a415bca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12657 | 2024.08.08 23:06:42.345770 [ 3 ] {6b33dcdf-dba8-414c-91ec-d5e35a415bca} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
12658 | 2024.08.08 23:06:42.346117 [ 3 ] {6b33dcdf-dba8-414c-91ec-d5e35a415bca} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12659 | 2024.08.08 23:06:42.346268 [ 3 ] {6b33dcdf-dba8-414c-91ec-d5e35a415bca} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001645 sec., 3647.4164133738605 rows/sec., 206.59 KiB/sec. | ||
12660 | 2024.08.08 23:06:42.346278 [ 80 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
12661 | 2024.08.08 23:06:42.346346 [ 80 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12662 | 2024.08.08 23:06:42.346385 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12663 | 2024.08.08 23:06:42.346538 [ 3 ] {6b33dcdf-dba8-414c-91ec-d5e35a415bca} <Debug> DynamicQueryHandler: Done processing query | ||
12664 | 2024.08.08 23:06:42.346616 [ 3 ] {6b33dcdf-dba8-414c-91ec-d5e35a415bca} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12665 | 2024.08.08 23:06:42.346670 [ 3 ] {} <Debug> HTTP-Session: fb14505e-b577-4405-bc3c-506cc51b7d85 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12666 | 2024.08.08 23:06:42.346720 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
12667 | 2024.08.08 23:06:42.346945 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12668 | 2024.08.08 23:06:42.347113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12669 | 2024.08.08 23:06:42.347202 [ 3 ] {} <Debug> HTTP-Session: f5ebf8a2-8404-403c-9c7e-2eb733d5ea66 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12670 | 2024.08.08 23:06:42.347276 [ 3 ] {} <Debug> HTTP-Session: f5ebf8a2-8404-403c-9c7e-2eb733d5ea66 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12671 | 2024.08.08 23:06:42.347345 [ 3 ] {} <Debug> HTTP-Session: f5ebf8a2-8404-403c-9c7e-2eb733d5ea66 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12672 | 2024.08.08 23:06:42.347495 [ 3 ] {} <Trace> HTTP-Session: f5ebf8a2-8404-403c-9c7e-2eb733d5ea66 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12673 | 2024.08.08 23:06:42.347628 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
12674 | 2024.08.08 23:06:42.347772 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 39 rows starting from the beginning of the part | ||
12675 | 2024.08.08 23:06:42.347872 [ 3 ] {b25ae3ba-38d1-4a00-b5fb-3463a1b66ed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12676 | 2024.08.08 23:06:42.347987 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 6 rows starting from the beginning of the part | ||
12677 | 2024.08.08 23:06:42.348016 [ 3 ] {b25ae3ba-38d1-4a00-b5fb-3463a1b66ed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12678 | 2024.08.08 23:06:42.348323 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 33 rows starting from the beginning of the part | ||
12679 | 2024.08.08 23:06:42.348756 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 6 rows starting from the beginning of the part | ||
12680 | 2024.08.08 23:06:42.348991 [ 3 ] {b25ae3ba-38d1-4a00-b5fb-3463a1b66ed5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12681 | 2024.08.08 23:06:42.349078 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 33 rows starting from the beginning of the part | ||
12682 | 2024.08.08 23:06:42.349329 [ 197 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 6 rows starting from the beginning of the part | ||
12683 | 2024.08.08 23:06:42.350130 [ 3 ] {b25ae3ba-38d1-4a00-b5fb-3463a1b66ed5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12684 | 2024.08.08 23:06:42.350197 [ 3 ] {b25ae3ba-38d1-4a00-b5fb-3463a1b66ed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12685 | 2024.08.08 23:06:42.351129 [ 3 ] {b25ae3ba-38d1-4a00-b5fb-3463a1b66ed5} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12686 | 2024.08.08 23:06:42.351988 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 123 rows, containing 4 columns (4 merged, 0 gathered) in 0.005509927 sec., 22323.344755747217 rows/sec., 1.65 MiB/sec. | ||
12687 | 2024.08.08 23:06:42.352096 [ 3 ] {b25ae3ba-38d1-4a00-b5fb-3463a1b66ed5} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12688 | 2024.08.08 23:06:42.352262 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
12689 | 2024.08.08 23:06:42.352361 [ 3 ] {b25ae3ba-38d1-4a00-b5fb-3463a1b66ed5} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.00462 sec., 34848.48484848485 rows/sec., 3.07 MiB/sec. | ||
12690 | 2024.08.08 23:06:42.352701 [ 3 ] {b25ae3ba-38d1-4a00-b5fb-3463a1b66ed5} <Debug> DynamicQueryHandler: Done processing query | ||
12691 | 2024.08.08 23:06:42.352782 [ 3 ] {b25ae3ba-38d1-4a00-b5fb-3463a1b66ed5} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
12692 | 2024.08.08 23:06:42.352821 [ 3 ] {} <Debug> HTTP-Session: f5ebf8a2-8404-403c-9c7e-2eb733d5ea66 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12693 | 2024.08.08 23:06:42.353088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12694 | 2024.08.08 23:06:42.353115 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12695 | 2024.08.08 23:06:42.353165 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12696 | 2024.08.08 23:06:42.353227 [ 3 ] {} <Debug> HTTP-Session: 3313571b-7d9a-44d8-b110-07686acc87a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12697 | 2024.08.08 23:06:42.353263 [ 3 ] {} <Debug> HTTP-Session: 3313571b-7d9a-44d8-b110-07686acc87a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12698 | 2024.08.08 23:06:42.353292 [ 3 ] {} <Debug> HTTP-Session: 3313571b-7d9a-44d8-b110-07686acc87a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12699 | 2024.08.08 23:06:42.353289 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_66_13} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
12700 | 2024.08.08 23:06:42.353351 [ 3 ] {} <Trace> HTTP-Session: 3313571b-7d9a-44d8-b110-07686acc87a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12701 | 2024.08.08 23:06:42.353460 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
12702 | 2024.08.08 23:06:42.353632 [ 3 ] {13d59b70-b3a7-4eb9-8b6d-3e506794c869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12703 | 2024.08.08 23:06:42.353682 [ 3 ] {13d59b70-b3a7-4eb9-8b6d-3e506794c869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12704 | 2024.08.08 23:06:42.353827 [ 3 ] {13d59b70-b3a7-4eb9-8b6d-3e506794c869} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12705 | 2024.08.08 23:06:42.354396 [ 3 ] {13d59b70-b3a7-4eb9-8b6d-3e506794c869} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12706 | 2024.08.08 23:06:42.354431 [ 3 ] {13d59b70-b3a7-4eb9-8b6d-3e506794c869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12707 | 2024.08.08 23:06:42.354764 [ 3 ] {13d59b70-b3a7-4eb9-8b6d-3e506794c869} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12708 | 2024.08.08 23:06:42.355082 [ 3 ] {13d59b70-b3a7-4eb9-8b6d-3e506794c869} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12709 | 2024.08.08 23:06:42.355234 [ 3 ] {13d59b70-b3a7-4eb9-8b6d-3e506794c869} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001716 sec., 222610.7226107226 rows/sec., 15.64 MiB/sec. | ||
12710 | 2024.08.08 23:06:42.355413 [ 3 ] {13d59b70-b3a7-4eb9-8b6d-3e506794c869} <Debug> DynamicQueryHandler: Done processing query | ||
12711 | 2024.08.08 23:06:42.355439 [ 3 ] {13d59b70-b3a7-4eb9-8b6d-3e506794c869} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
12712 | 2024.08.08 23:06:42.355454 [ 3 ] {} <Debug> HTTP-Session: 3313571b-7d9a-44d8-b110-07686acc87a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12713 | 2024.08.08 23:06:42.355578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12714 | 2024.08.08 23:06:42.355626 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12715 | 2024.08.08 23:06:42.355646 [ 3 ] {} <Debug> HTTP-Session: 3a67932f-5d6b-46da-81e8-2fe8f66774f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12716 | 2024.08.08 23:06:42.355662 [ 3 ] {} <Debug> HTTP-Session: 3a67932f-5d6b-46da-81e8-2fe8f66774f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12717 | 2024.08.08 23:06:42.355676 [ 3 ] {} <Debug> HTTP-Session: 3a67932f-5d6b-46da-81e8-2fe8f66774f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12718 | 2024.08.08 23:06:42.355707 [ 3 ] {} <Trace> HTTP-Session: 3a67932f-5d6b-46da-81e8-2fe8f66774f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12719 | 2024.08.08 23:06:42.355801 [ 3 ] {5b4387f0-ba06-49c8-b5de-3a8f92599b58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
12720 | 2024.08.08 23:06:42.355847 [ 3 ] {5b4387f0-ba06-49c8-b5de-3a8f92599b58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
12721 | 2024.08.08 23:06:42.355979 [ 3 ] {5b4387f0-ba06-49c8-b5de-3a8f92599b58} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12722 | 2024.08.08 23:06:42.356235 [ 3 ] {5b4387f0-ba06-49c8-b5de-3a8f92599b58} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12723 | 2024.08.08 23:06:42.356270 [ 3 ] {5b4387f0-ba06-49c8-b5de-3a8f92599b58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12724 | 2024.08.08 23:06:42.356624 [ 3 ] {5b4387f0-ba06-49c8-b5de-3a8f92599b58} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12725 | 2024.08.08 23:06:42.356949 [ 3 ] {5b4387f0-ba06-49c8-b5de-3a8f92599b58} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12726 | 2024.08.08 23:06:42.357109 [ 3 ] {5b4387f0-ba06-49c8-b5de-3a8f92599b58} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001323 sec., 4535.14739229025 rows/sec., 194.87 KiB/sec. | ||
12727 | 2024.08.08 23:06:42.357259 [ 3 ] {5b4387f0-ba06-49c8-b5de-3a8f92599b58} <Debug> DynamicQueryHandler: Done processing query | ||
12728 | 2024.08.08 23:06:42.357284 [ 3 ] {5b4387f0-ba06-49c8-b5de-3a8f92599b58} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12729 | 2024.08.08 23:06:42.357299 [ 3 ] {} <Debug> HTTP-Session: 3a67932f-5d6b-46da-81e8-2fe8f66774f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12730 | 2024.08.08 23:06:42.357410 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12731 | 2024.08.08 23:06:42.357457 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12732 | 2024.08.08 23:06:42.357476 [ 3 ] {} <Debug> HTTP-Session: 4b49d56a-99a2-437a-9c2c-9b043d7ddae8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12733 | 2024.08.08 23:06:42.357492 [ 3 ] {} <Debug> HTTP-Session: 4b49d56a-99a2-437a-9c2c-9b043d7ddae8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12734 | 2024.08.08 23:06:42.357505 [ 3 ] {} <Debug> HTTP-Session: 4b49d56a-99a2-437a-9c2c-9b043d7ddae8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12735 | 2024.08.08 23:06:42.357537 [ 3 ] {} <Trace> HTTP-Session: 4b49d56a-99a2-437a-9c2c-9b043d7ddae8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12736 | 2024.08.08 23:06:42.357655 [ 3 ] {83d85434-5b4d-4489-a5cc-86aa29a69cc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
12737 | 2024.08.08 23:06:42.357701 [ 3 ] {83d85434-5b4d-4489-a5cc-86aa29a69cc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
12738 | 2024.08.08 23:06:42.357841 [ 3 ] {83d85434-5b4d-4489-a5cc-86aa29a69cc8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12739 | 2024.08.08 23:06:42.358168 [ 3 ] {83d85434-5b4d-4489-a5cc-86aa29a69cc8} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12740 | 2024.08.08 23:06:42.358202 [ 3 ] {83d85434-5b4d-4489-a5cc-86aa29a69cc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12741 | 2024.08.08 23:06:42.358560 [ 3 ] {83d85434-5b4d-4489-a5cc-86aa29a69cc8} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
12742 | 2024.08.08 23:06:42.358909 [ 3 ] {83d85434-5b4d-4489-a5cc-86aa29a69cc8} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12743 | 2024.08.08 23:06:42.359065 [ 3 ] {83d85434-5b4d-4489-a5cc-86aa29a69cc8} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001443 sec., 53361.05336105336 rows/sec., 3.29 MiB/sec. | ||
12744 | 2024.08.08 23:06:42.359229 [ 3 ] {83d85434-5b4d-4489-a5cc-86aa29a69cc8} <Debug> DynamicQueryHandler: Done processing query | ||
12745 | 2024.08.08 23:06:42.359254 [ 3 ] {83d85434-5b4d-4489-a5cc-86aa29a69cc8} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
12746 | 2024.08.08 23:06:42.359269 [ 3 ] {} <Debug> HTTP-Session: 4b49d56a-99a2-437a-9c2c-9b043d7ddae8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12747 | 2024.08.08 23:06:42.359413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12748 | 2024.08.08 23:06:42.359460 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12749 | 2024.08.08 23:06:42.359479 [ 3 ] {} <Debug> HTTP-Session: 51a28103-285b-4380-834a-d2dbb77ec1b1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12750 | 2024.08.08 23:06:42.359495 [ 3 ] {} <Debug> HTTP-Session: 51a28103-285b-4380-834a-d2dbb77ec1b1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12751 | 2024.08.08 23:06:42.359508 [ 3 ] {} <Debug> HTTP-Session: 51a28103-285b-4380-834a-d2dbb77ec1b1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12752 | 2024.08.08 23:06:42.359539 [ 3 ] {} <Trace> HTTP-Session: 51a28103-285b-4380-834a-d2dbb77ec1b1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12753 | 2024.08.08 23:06:42.359704 [ 3 ] {99051bb1-e4e6-46d9-8cfd-292d35b09e1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12754 | 2024.08.08 23:06:42.359749 [ 3 ] {99051bb1-e4e6-46d9-8cfd-292d35b09e1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12755 | 2024.08.08 23:06:42.359890 [ 3 ] {99051bb1-e4e6-46d9-8cfd-292d35b09e1e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12756 | 2024.08.08 23:06:42.360230 [ 3 ] {99051bb1-e4e6-46d9-8cfd-292d35b09e1e} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12757 | 2024.08.08 23:06:42.360265 [ 3 ] {99051bb1-e4e6-46d9-8cfd-292d35b09e1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12758 | 2024.08.08 23:06:42.360630 [ 3 ] {99051bb1-e4e6-46d9-8cfd-292d35b09e1e} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12759 | 2024.08.08 23:06:42.360962 [ 3 ] {99051bb1-e4e6-46d9-8cfd-292d35b09e1e} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12760 | 2024.08.08 23:06:42.361114 [ 3 ] {99051bb1-e4e6-46d9-8cfd-292d35b09e1e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00149 sec., 107382.55033557047 rows/sec., 7.48 MiB/sec. | ||
12761 | 2024.08.08 23:06:42.361264 [ 3 ] {99051bb1-e4e6-46d9-8cfd-292d35b09e1e} <Debug> DynamicQueryHandler: Done processing query | ||
12762 | 2024.08.08 23:06:42.361288 [ 3 ] {99051bb1-e4e6-46d9-8cfd-292d35b09e1e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
12763 | 2024.08.08 23:06:42.361303 [ 3 ] {} <Debug> HTTP-Session: 51a28103-285b-4380-834a-d2dbb77ec1b1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12764 | 2024.08.08 23:06:42.361430 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12765 | 2024.08.08 23:06:42.361479 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12766 | 2024.08.08 23:06:42.361497 [ 3 ] {} <Debug> HTTP-Session: 39ebc6d1-0f3f-472d-860d-5a8cc00d7a6e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12767 | 2024.08.08 23:06:42.361513 [ 3 ] {} <Debug> HTTP-Session: 39ebc6d1-0f3f-472d-860d-5a8cc00d7a6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12768 | 2024.08.08 23:06:42.361527 [ 3 ] {} <Debug> HTTP-Session: 39ebc6d1-0f3f-472d-860d-5a8cc00d7a6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12769 | 2024.08.08 23:06:42.361557 [ 3 ] {} <Trace> HTTP-Session: 39ebc6d1-0f3f-472d-860d-5a8cc00d7a6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12770 | 2024.08.08 23:06:42.361656 [ 3 ] {c83701ca-d216-4592-9f8f-aff7c8d3160f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
12771 | 2024.08.08 23:06:42.361700 [ 3 ] {c83701ca-d216-4592-9f8f-aff7c8d3160f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
12772 | 2024.08.08 23:06:42.361825 [ 3 ] {c83701ca-d216-4592-9f8f-aff7c8d3160f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12773 | 2024.08.08 23:06:42.362079 [ 3 ] {c83701ca-d216-4592-9f8f-aff7c8d3160f} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12774 | 2024.08.08 23:06:42.362115 [ 3 ] {c83701ca-d216-4592-9f8f-aff7c8d3160f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12775 | 2024.08.08 23:06:42.362460 [ 3 ] {c83701ca-d216-4592-9f8f-aff7c8d3160f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
12776 | 2024.08.08 23:06:42.362784 [ 3 ] {c83701ca-d216-4592-9f8f-aff7c8d3160f} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12777 | 2024.08.08 23:06:42.362929 [ 3 ] {c83701ca-d216-4592-9f8f-aff7c8d3160f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001298 sec., 17719.568567026196 rows/sec., 958.51 KiB/sec. | ||
12778 | 2024.08.08 23:06:42.363084 [ 3 ] {c83701ca-d216-4592-9f8f-aff7c8d3160f} <Debug> DynamicQueryHandler: Done processing query | ||
12779 | 2024.08.08 23:06:42.363108 [ 3 ] {c83701ca-d216-4592-9f8f-aff7c8d3160f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
12780 | 2024.08.08 23:06:42.363123 [ 3 ] {} <Debug> HTTP-Session: 39ebc6d1-0f3f-472d-860d-5a8cc00d7a6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12781 | 2024.08.08 23:06:42.363235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12782 | 2024.08.08 23:06:42.363283 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12783 | 2024.08.08 23:06:42.363301 [ 3 ] {} <Debug> HTTP-Session: 3ba4d453-1d69-4818-a80b-921e17bf6da5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12784 | 2024.08.08 23:06:42.363317 [ 3 ] {} <Debug> HTTP-Session: 3ba4d453-1d69-4818-a80b-921e17bf6da5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12785 | 2024.08.08 23:06:42.363332 [ 3 ] {} <Debug> HTTP-Session: 3ba4d453-1d69-4818-a80b-921e17bf6da5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12786 | 2024.08.08 23:06:42.363364 [ 3 ] {} <Trace> HTTP-Session: 3ba4d453-1d69-4818-a80b-921e17bf6da5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12787 | 2024.08.08 23:06:42.363489 [ 3 ] {27077771-868b-4df2-9c12-3531561a1257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12788 | 2024.08.08 23:06:42.363532 [ 3 ] {27077771-868b-4df2-9c12-3531561a1257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12789 | 2024.08.08 23:06:42.363658 [ 3 ] {27077771-868b-4df2-9c12-3531561a1257} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12790 | 2024.08.08 23:06:42.363925 [ 3 ] {27077771-868b-4df2-9c12-3531561a1257} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12791 | 2024.08.08 23:06:42.363960 [ 3 ] {27077771-868b-4df2-9c12-3531561a1257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.25 GiB. | ||
12792 | 2024.08.08 23:06:42.364311 [ 3 ] {27077771-868b-4df2-9c12-3531561a1257} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
12793 | 2024.08.08 23:06:42.364630 [ 3 ] {27077771-868b-4df2-9c12-3531561a1257} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12794 | 2024.08.08 23:06:42.364778 [ 3 ] {27077771-868b-4df2-9c12-3531561a1257} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
12795 | 2024.08.08 23:06:42.364929 [ 3 ] {27077771-868b-4df2-9c12-3531561a1257} <Debug> DynamicQueryHandler: Done processing query | ||
12796 | 2024.08.08 23:06:42.364952 [ 3 ] {27077771-868b-4df2-9c12-3531561a1257} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12797 | 2024.08.08 23:06:42.364967 [ 3 ] {} <Debug> HTTP-Session: 3ba4d453-1d69-4818-a80b-921e17bf6da5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12798 | 2024.08.08 23:06:47.370605 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 4789, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12799 | 2024.08.08 23:06:47.370745 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12800 | 2024.08.08 23:06:47.370774 [ 3 ] {} <Debug> HTTP-Session: 04010301-3ff7-45c5-a753-b30878a7b7db Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12801 | 2024.08.08 23:06:47.370803 [ 3 ] {} <Debug> HTTP-Session: 04010301-3ff7-45c5-a753-b30878a7b7db Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12802 | 2024.08.08 23:06:47.370821 [ 3 ] {} <Debug> HTTP-Session: 04010301-3ff7-45c5-a753-b30878a7b7db Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12803 | 2024.08.08 23:06:47.370877 [ 3 ] {} <Trace> HTTP-Session: 04010301-3ff7-45c5-a753-b30878a7b7db Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12804 | 2024.08.08 23:06:47.371076 [ 3 ] {eafbad85-9586-4809-a4c8-365d25e02271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12805 | 2024.08.08 23:06:47.371145 [ 3 ] {eafbad85-9586-4809-a4c8-365d25e02271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12806 | 2024.08.08 23:06:47.371337 [ 3 ] {eafbad85-9586-4809-a4c8-365d25e02271} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12807 | 2024.08.08 23:06:47.371856 [ 3 ] {eafbad85-9586-4809-a4c8-365d25e02271} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12808 | 2024.08.08 23:06:47.371904 [ 3 ] {eafbad85-9586-4809-a4c8-365d25e02271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12809 | 2024.08.08 23:06:47.372281 [ 3 ] {eafbad85-9586-4809-a4c8-365d25e02271} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
12810 | 2024.08.08 23:06:47.372614 [ 3 ] {eafbad85-9586-4809-a4c8-365d25e02271} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12811 | 2024.08.08 23:06:47.372789 [ 3 ] {eafbad85-9586-4809-a4c8-365d25e02271} <Debug> executeQuery: Read 33 rows, 2.67 KiB in 0.00177 sec., 18644.06779661017 rows/sec., 1.48 MiB/sec. | ||
12812 | 2024.08.08 23:06:47.373017 [ 3 ] {eafbad85-9586-4809-a4c8-365d25e02271} <Debug> DynamicQueryHandler: Done processing query | ||
12813 | 2024.08.08 23:06:47.373046 [ 3 ] {eafbad85-9586-4809-a4c8-365d25e02271} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12814 | 2024.08.08 23:06:47.373063 [ 3 ] {} <Debug> HTTP-Session: 04010301-3ff7-45c5-a753-b30878a7b7db Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12815 | 2024.08.08 23:06:47.373294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12816 | 2024.08.08 23:06:47.373355 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12817 | 2024.08.08 23:06:47.373377 [ 3 ] {} <Debug> HTTP-Session: 01b690eb-9084-40c3-a14b-dbe8e05f9e1e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12818 | 2024.08.08 23:06:47.373396 [ 3 ] {} <Debug> HTTP-Session: 01b690eb-9084-40c3-a14b-dbe8e05f9e1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12819 | 2024.08.08 23:06:47.373410 [ 3 ] {} <Debug> HTTP-Session: 01b690eb-9084-40c3-a14b-dbe8e05f9e1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12820 | 2024.08.08 23:06:47.373446 [ 3 ] {} <Trace> HTTP-Session: 01b690eb-9084-40c3-a14b-dbe8e05f9e1e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12821 | 2024.08.08 23:06:47.373555 [ 3 ] {4a356dfa-a5c8-40ad-a9d8-2c28ab31b027} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12822 | 2024.08.08 23:06:47.373604 [ 3 ] {4a356dfa-a5c8-40ad-a9d8-2c28ab31b027} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12823 | 2024.08.08 23:06:47.373742 [ 3 ] {4a356dfa-a5c8-40ad-a9d8-2c28ab31b027} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12824 | 2024.08.08 23:06:47.374062 [ 3 ] {4a356dfa-a5c8-40ad-a9d8-2c28ab31b027} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12825 | 2024.08.08 23:06:47.374101 [ 3 ] {4a356dfa-a5c8-40ad-a9d8-2c28ab31b027} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12826 | 2024.08.08 23:06:47.374413 [ 3 ] {4a356dfa-a5c8-40ad-a9d8-2c28ab31b027} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
12827 | 2024.08.08 23:06:47.374724 [ 3 ] {4a356dfa-a5c8-40ad-a9d8-2c28ab31b027} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12828 | 2024.08.08 23:06:47.374881 [ 3 ] {4a356dfa-a5c8-40ad-a9d8-2c28ab31b027} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001354 sec., 4431.314623338257 rows/sec., 361.34 KiB/sec. | ||
12829 | 2024.08.08 23:06:47.375094 [ 3 ] {4a356dfa-a5c8-40ad-a9d8-2c28ab31b027} <Debug> DynamicQueryHandler: Done processing query | ||
12830 | 2024.08.08 23:06:47.375120 [ 3 ] {4a356dfa-a5c8-40ad-a9d8-2c28ab31b027} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12831 | 2024.08.08 23:06:47.375136 [ 3 ] {} <Debug> HTTP-Session: 01b690eb-9084-40c3-a14b-dbe8e05f9e1e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12832 | 2024.08.08 23:06:47.375419 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 188074, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12833 | 2024.08.08 23:06:47.375483 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12834 | 2024.08.08 23:06:47.375504 [ 3 ] {} <Debug> HTTP-Session: ab832601-9eba-4f02-93b1-42f50de74e27 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12835 | 2024.08.08 23:06:47.375522 [ 3 ] {} <Debug> HTTP-Session: ab832601-9eba-4f02-93b1-42f50de74e27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12836 | 2024.08.08 23:06:47.375535 [ 3 ] {} <Debug> HTTP-Session: ab832601-9eba-4f02-93b1-42f50de74e27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12837 | 2024.08.08 23:06:47.375570 [ 3 ] {} <Trace> HTTP-Session: ab832601-9eba-4f02-93b1-42f50de74e27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12838 | 2024.08.08 23:06:47.376032 [ 3 ] {675b6a66-ee8d-44a0-802e-3ff2f4698ceb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12839 | 2024.08.08 23:06:47.376080 [ 3 ] {675b6a66-ee8d-44a0-802e-3ff2f4698ceb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12840 | 2024.08.08 23:06:47.376208 [ 3 ] {675b6a66-ee8d-44a0-802e-3ff2f4698ceb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12841 | 2024.08.08 23:06:47.377325 [ 3 ] {675b6a66-ee8d-44a0-802e-3ff2f4698ceb} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12842 | 2024.08.08 23:06:47.377368 [ 3 ] {675b6a66-ee8d-44a0-802e-3ff2f4698ceb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12843 | 2024.08.08 23:06:47.377757 [ 3 ] {675b6a66-ee8d-44a0-802e-3ff2f4698ceb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12844 | 2024.08.08 23:06:47.378060 [ 3 ] {675b6a66-ee8d-44a0-802e-3ff2f4698ceb} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12845 | 2024.08.08 23:06:47.378207 [ 3 ] {675b6a66-ee8d-44a0-802e-3ff2f4698ceb} <Debug> executeQuery: Read 1298 rows, 109.64 KiB in 0.002496 sec., 520032.0512820513 rows/sec., 42.90 MiB/sec. | ||
12846 | 2024.08.08 23:06:47.378470 [ 3 ] {675b6a66-ee8d-44a0-802e-3ff2f4698ceb} <Debug> DynamicQueryHandler: Done processing query | ||
12847 | 2024.08.08 23:06:47.378533 [ 3 ] {675b6a66-ee8d-44a0-802e-3ff2f4698ceb} <Debug> MemoryTracker: Peak memory usage (for query): 4.96 MiB. | ||
12848 | 2024.08.08 23:06:47.378594 [ 3 ] {} <Debug> HTTP-Session: ab832601-9eba-4f02-93b1-42f50de74e27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12849 | 2024.08.08 23:06:47.379044 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12850 | 2024.08.08 23:06:47.379098 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12851 | 2024.08.08 23:06:47.379118 [ 3 ] {} <Debug> HTTP-Session: 58430baa-b7c3-4e17-9689-ab794fef0187 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12852 | 2024.08.08 23:06:47.379135 [ 3 ] {} <Debug> HTTP-Session: 58430baa-b7c3-4e17-9689-ab794fef0187 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12853 | 2024.08.08 23:06:47.379149 [ 3 ] {} <Debug> HTTP-Session: 58430baa-b7c3-4e17-9689-ab794fef0187 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12854 | 2024.08.08 23:06:47.379181 [ 3 ] {} <Trace> HTTP-Session: 58430baa-b7c3-4e17-9689-ab794fef0187 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12855 | 2024.08.08 23:06:47.379283 [ 3 ] {351f2168-25f1-4917-8b47-3d006414520d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
12856 | 2024.08.08 23:06:47.379327 [ 3 ] {351f2168-25f1-4917-8b47-3d006414520d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
12857 | 2024.08.08 23:06:47.379471 [ 3 ] {351f2168-25f1-4917-8b47-3d006414520d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12858 | 2024.08.08 23:06:47.379758 [ 3 ] {351f2168-25f1-4917-8b47-3d006414520d} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12859 | 2024.08.08 23:06:47.379794 [ 3 ] {351f2168-25f1-4917-8b47-3d006414520d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12860 | 2024.08.08 23:06:47.380084 [ 3 ] {351f2168-25f1-4917-8b47-3d006414520d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
12861 | 2024.08.08 23:06:47.380379 [ 3 ] {351f2168-25f1-4917-8b47-3d006414520d} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12862 | 2024.08.08 23:06:47.380534 [ 3 ] {351f2168-25f1-4917-8b47-3d006414520d} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001273 sec., 4713.275726630008 rows/sec., 329.10 KiB/sec. | ||
12863 | 2024.08.08 23:06:47.380695 [ 3 ] {351f2168-25f1-4917-8b47-3d006414520d} <Debug> DynamicQueryHandler: Done processing query | ||
12864 | 2024.08.08 23:06:47.380719 [ 3 ] {351f2168-25f1-4917-8b47-3d006414520d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12865 | 2024.08.08 23:06:47.380735 [ 3 ] {} <Debug> HTTP-Session: 58430baa-b7c3-4e17-9689-ab794fef0187 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12866 | 2024.08.08 23:06:47.380879 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12867 | 2024.08.08 23:06:47.380929 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12868 | 2024.08.08 23:06:47.380949 [ 3 ] {} <Debug> HTTP-Session: 8a36fa2b-cf7d-49fb-a33b-a6141a936eb1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12869 | 2024.08.08 23:06:47.380966 [ 3 ] {} <Debug> HTTP-Session: 8a36fa2b-cf7d-49fb-a33b-a6141a936eb1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12870 | 2024.08.08 23:06:47.380979 [ 3 ] {} <Debug> HTTP-Session: 8a36fa2b-cf7d-49fb-a33b-a6141a936eb1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12871 | 2024.08.08 23:06:47.381010 [ 3 ] {} <Trace> HTTP-Session: 8a36fa2b-cf7d-49fb-a33b-a6141a936eb1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12872 | 2024.08.08 23:06:47.381150 [ 3 ] {162660d1-10f2-4df1-8e10-9513b3934559} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
12873 | 2024.08.08 23:06:47.381193 [ 3 ] {162660d1-10f2-4df1-8e10-9513b3934559} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
12874 | 2024.08.08 23:06:47.381318 [ 3 ] {162660d1-10f2-4df1-8e10-9513b3934559} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12875 | 2024.08.08 23:06:47.381714 [ 3 ] {162660d1-10f2-4df1-8e10-9513b3934559} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12876 | 2024.08.08 23:06:47.381750 [ 3 ] {162660d1-10f2-4df1-8e10-9513b3934559} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12877 | 2024.08.08 23:06:47.382073 [ 3 ] {162660d1-10f2-4df1-8e10-9513b3934559} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
12878 | 2024.08.08 23:06:47.382387 [ 3 ] {162660d1-10f2-4df1-8e10-9513b3934559} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12879 | 2024.08.08 23:06:47.382548 [ 3 ] {162660d1-10f2-4df1-8e10-9513b3934559} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001462 sec., 155950.75239398086 rows/sec., 10.56 MiB/sec. | ||
12880 | 2024.08.08 23:06:47.382754 [ 3 ] {162660d1-10f2-4df1-8e10-9513b3934559} <Debug> DynamicQueryHandler: Done processing query | ||
12881 | 2024.08.08 23:06:47.382779 [ 3 ] {162660d1-10f2-4df1-8e10-9513b3934559} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
12882 | 2024.08.08 23:06:47.382794 [ 3 ] {} <Debug> HTTP-Session: 8a36fa2b-cf7d-49fb-a33b-a6141a936eb1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12883 | 2024.08.08 23:06:47.383127 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 92447, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12884 | 2024.08.08 23:06:47.383177 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12885 | 2024.08.08 23:06:47.383197 [ 3 ] {} <Debug> HTTP-Session: b377d9d3-55e4-49b8-98e0-c35e6aaaae80 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12886 | 2024.08.08 23:06:47.383213 [ 3 ] {} <Debug> HTTP-Session: b377d9d3-55e4-49b8-98e0-c35e6aaaae80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12887 | 2024.08.08 23:06:47.383226 [ 3 ] {} <Debug> HTTP-Session: b377d9d3-55e4-49b8-98e0-c35e6aaaae80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12888 | 2024.08.08 23:06:47.383256 [ 3 ] {} <Trace> HTTP-Session: b377d9d3-55e4-49b8-98e0-c35e6aaaae80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12889 | 2024.08.08 23:06:47.383611 [ 3 ] {feb142ef-287a-48fd-b25a-2124ab3fe7f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
12890 | 2024.08.08 23:06:47.383654 [ 3 ] {feb142ef-287a-48fd-b25a-2124ab3fe7f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
12891 | 2024.08.08 23:06:47.383778 [ 3 ] {feb142ef-287a-48fd-b25a-2124ab3fe7f1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12892 | 2024.08.08 23:06:47.384441 [ 3 ] {feb142ef-287a-48fd-b25a-2124ab3fe7f1} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12893 | 2024.08.08 23:06:47.384476 [ 3 ] {feb142ef-287a-48fd-b25a-2124ab3fe7f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12894 | 2024.08.08 23:06:47.384813 [ 3 ] {feb142ef-287a-48fd-b25a-2124ab3fe7f1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12895 | 2024.08.08 23:06:47.385107 [ 3 ] {feb142ef-287a-48fd-b25a-2124ab3fe7f1} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12896 | 2024.08.08 23:06:47.385254 [ 3 ] {feb142ef-287a-48fd-b25a-2124ab3fe7f1} <Debug> executeQuery: Read 559 rows, 42.54 KiB in 0.001895 sec., 294986.8073878628 rows/sec., 21.92 MiB/sec. | ||
12897 | 2024.08.08 23:06:47.385422 [ 3 ] {feb142ef-287a-48fd-b25a-2124ab3fe7f1} <Debug> DynamicQueryHandler: Done processing query | ||
12898 | 2024.08.08 23:06:47.385446 [ 3 ] {feb142ef-287a-48fd-b25a-2124ab3fe7f1} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
12899 | 2024.08.08 23:06:47.385462 [ 3 ] {} <Debug> HTTP-Session: b377d9d3-55e4-49b8-98e0-c35e6aaaae80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12900 | 2024.08.08 23:06:47.385727 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160959, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12901 | 2024.08.08 23:06:47.385776 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12902 | 2024.08.08 23:06:47.385796 [ 3 ] {} <Debug> HTTP-Session: c418098e-2909-4e9e-ba7e-41359c5ae65c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12903 | 2024.08.08 23:06:47.385813 [ 3 ] {} <Debug> HTTP-Session: c418098e-2909-4e9e-ba7e-41359c5ae65c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12904 | 2024.08.08 23:06:47.385827 [ 3 ] {} <Debug> HTTP-Session: c418098e-2909-4e9e-ba7e-41359c5ae65c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12905 | 2024.08.08 23:06:47.385858 [ 3 ] {} <Trace> HTTP-Session: c418098e-2909-4e9e-ba7e-41359c5ae65c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12906 | 2024.08.08 23:06:47.386284 [ 3 ] {dba0158c-506f-4ce5-8cb0-eeb748d0f381} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
12907 | 2024.08.08 23:06:47.386332 [ 3 ] {dba0158c-506f-4ce5-8cb0-eeb748d0f381} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
12908 | 2024.08.08 23:06:47.386479 [ 3 ] {dba0158c-506f-4ce5-8cb0-eeb748d0f381} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12909 | 2024.08.08 23:06:47.387290 [ 3 ] {dba0158c-506f-4ce5-8cb0-eeb748d0f381} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12910 | 2024.08.08 23:06:47.387326 [ 3 ] {dba0158c-506f-4ce5-8cb0-eeb748d0f381} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12911 | 2024.08.08 23:06:47.387749 [ 3 ] {dba0158c-506f-4ce5-8cb0-eeb748d0f381} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12912 | 2024.08.08 23:06:47.388082 [ 3 ] {dba0158c-506f-4ce5-8cb0-eeb748d0f381} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12913 | 2024.08.08 23:06:47.388218 [ 3 ] {dba0158c-506f-4ce5-8cb0-eeb748d0f381} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.002236 sec., 378801.4311270125 rows/sec., 25.50 MiB/sec. | ||
12914 | 2024.08.08 23:06:47.388397 [ 3 ] {dba0158c-506f-4ce5-8cb0-eeb748d0f381} <Debug> DynamicQueryHandler: Done processing query | ||
12915 | 2024.08.08 23:06:47.388422 [ 3 ] {dba0158c-506f-4ce5-8cb0-eeb748d0f381} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
12916 | 2024.08.08 23:06:47.388437 [ 3 ] {} <Debug> HTTP-Session: c418098e-2909-4e9e-ba7e-41359c5ae65c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12917 | 2024.08.08 23:06:47.388803 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 53279, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12918 | 2024.08.08 23:06:47.388853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12919 | 2024.08.08 23:06:47.388873 [ 3 ] {} <Debug> HTTP-Session: da31e210-7f47-4069-aa9a-7bc597ab9e1b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12920 | 2024.08.08 23:06:47.388889 [ 3 ] {} <Debug> HTTP-Session: da31e210-7f47-4069-aa9a-7bc597ab9e1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12921 | 2024.08.08 23:06:47.388903 [ 3 ] {} <Debug> HTTP-Session: da31e210-7f47-4069-aa9a-7bc597ab9e1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12922 | 2024.08.08 23:06:47.388934 [ 3 ] {} <Trace> HTTP-Session: da31e210-7f47-4069-aa9a-7bc597ab9e1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12923 | 2024.08.08 23:06:47.389337 [ 3 ] {2bb99087-b700-425f-8d7d-c1a55021d97d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
12924 | 2024.08.08 23:06:47.389401 [ 3 ] {2bb99087-b700-425f-8d7d-c1a55021d97d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
12925 | 2024.08.08 23:06:47.389925 [ 3 ] {2bb99087-b700-425f-8d7d-c1a55021d97d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12926 | 2024.08.08 23:06:47.391684 [ 3 ] {2bb99087-b700-425f-8d7d-c1a55021d97d} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12927 | 2024.08.08 23:06:47.391728 [ 3 ] {2bb99087-b700-425f-8d7d-c1a55021d97d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12928 | 2024.08.08 23:06:47.392547 [ 3 ] {2bb99087-b700-425f-8d7d-c1a55021d97d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
12929 | 2024.08.08 23:06:47.393065 [ 3 ] {2bb99087-b700-425f-8d7d-c1a55021d97d} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12930 | 2024.08.08 23:06:47.393257 [ 3 ] {2bb99087-b700-425f-8d7d-c1a55021d97d} <Debug> executeQuery: Read 33 rows, 60.55 KiB in 0.004226 sec., 7808.802650260294 rows/sec., 13.99 MiB/sec. | ||
12931 | 2024.08.08 23:06:47.393496 [ 3 ] {2bb99087-b700-425f-8d7d-c1a55021d97d} <Debug> DynamicQueryHandler: Done processing query | ||
12932 | 2024.08.08 23:06:47.393523 [ 3 ] {2bb99087-b700-425f-8d7d-c1a55021d97d} <Debug> MemoryTracker: Peak memory usage (for query): 4.54 MiB. | ||
12933 | 2024.08.08 23:06:47.393539 [ 3 ] {} <Debug> HTTP-Session: da31e210-7f47-4069-aa9a-7bc597ab9e1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12934 | 2024.08.08 23:06:47.393674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12935 | 2024.08.08 23:06:47.393752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12936 | 2024.08.08 23:06:47.393773 [ 3 ] {} <Debug> HTTP-Session: 2cab11a4-6041-40ef-b9f1-135533cb0725 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12937 | 2024.08.08 23:06:47.393789 [ 3 ] {} <Debug> HTTP-Session: 2cab11a4-6041-40ef-b9f1-135533cb0725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12938 | 2024.08.08 23:06:47.393803 [ 3 ] {} <Debug> HTTP-Session: 2cab11a4-6041-40ef-b9f1-135533cb0725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12939 | 2024.08.08 23:06:47.393837 [ 3 ] {} <Trace> HTTP-Session: 2cab11a4-6041-40ef-b9f1-135533cb0725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12940 | 2024.08.08 23:06:47.393959 [ 3 ] {103daa7e-4df6-4d1c-9fdf-93cc0f711059} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
12941 | 2024.08.08 23:06:47.394005 [ 3 ] {103daa7e-4df6-4d1c-9fdf-93cc0f711059} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
12942 | 2024.08.08 23:06:47.394132 [ 3 ] {103daa7e-4df6-4d1c-9fdf-93cc0f711059} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12943 | 2024.08.08 23:06:47.394500 [ 3 ] {103daa7e-4df6-4d1c-9fdf-93cc0f711059} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12944 | 2024.08.08 23:06:47.394536 [ 3 ] {103daa7e-4df6-4d1c-9fdf-93cc0f711059} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.75 GiB. | ||
12945 | 2024.08.08 23:06:47.394887 [ 3 ] {103daa7e-4df6-4d1c-9fdf-93cc0f711059} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
12946 | 2024.08.08 23:06:47.395228 [ 3 ] {103daa7e-4df6-4d1c-9fdf-93cc0f711059} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12947 | 2024.08.08 23:06:47.395387 [ 3 ] {103daa7e-4df6-4d1c-9fdf-93cc0f711059} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001468 sec., 40871.934604904636 rows/sec., 2.75 MiB/sec. | ||
12948 | 2024.08.08 23:06:47.395661 [ 3 ] {103daa7e-4df6-4d1c-9fdf-93cc0f711059} <Debug> DynamicQueryHandler: Done processing query | ||
12949 | 2024.08.08 23:06:47.395725 [ 3 ] {103daa7e-4df6-4d1c-9fdf-93cc0f711059} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
12950 | 2024.08.08 23:06:47.395782 [ 3 ] {} <Debug> HTTP-Session: 2cab11a4-6041-40ef-b9f1-135533cb0725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12951 | 2024.08.08 23:06:52.344747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12952 | 2024.08.08 23:06:52.344872 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12953 | 2024.08.08 23:06:52.344897 [ 3 ] {} <Debug> HTTP-Session: b4a76d4e-7044-4abd-ab67-cbadb59ab9ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12954 | 2024.08.08 23:06:52.344921 [ 3 ] {} <Debug> HTTP-Session: b4a76d4e-7044-4abd-ab67-cbadb59ab9ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12955 | 2024.08.08 23:06:52.344935 [ 3 ] {} <Debug> HTTP-Session: b4a76d4e-7044-4abd-ab67-cbadb59ab9ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12956 | 2024.08.08 23:06:52.344984 [ 3 ] {} <Trace> HTTP-Session: b4a76d4e-7044-4abd-ab67-cbadb59ab9ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12957 | 2024.08.08 23:06:52.345163 [ 3 ] {c23219fc-6285-461c-8cae-227141609d30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
12958 | 2024.08.08 23:06:52.345228 [ 3 ] {c23219fc-6285-461c-8cae-227141609d30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
12959 | 2024.08.08 23:06:52.345420 [ 3 ] {c23219fc-6285-461c-8cae-227141609d30} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12960 | 2024.08.08 23:06:52.345856 [ 3 ] {c23219fc-6285-461c-8cae-227141609d30} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12961 | 2024.08.08 23:06:52.345903 [ 3 ] {c23219fc-6285-461c-8cae-227141609d30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
12962 | 2024.08.08 23:06:52.346335 [ 3 ] {c23219fc-6285-461c-8cae-227141609d30} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
12963 | 2024.08.08 23:06:52.346712 [ 3 ] {c23219fc-6285-461c-8cae-227141609d30} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12964 | 2024.08.08 23:06:52.346882 [ 3 ] {c23219fc-6285-461c-8cae-227141609d30} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001767 sec., 3395.585738539898 rows/sec., 192.33 KiB/sec. | ||
12965 | 2024.08.08 23:06:52.347099 [ 3 ] {c23219fc-6285-461c-8cae-227141609d30} <Debug> DynamicQueryHandler: Done processing query | ||
12966 | 2024.08.08 23:06:52.347125 [ 3 ] {c23219fc-6285-461c-8cae-227141609d30} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12967 | 2024.08.08 23:06:52.347144 [ 3 ] {} <Debug> HTTP-Session: b4a76d4e-7044-4abd-ab67-cbadb59ab9ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12968 | 2024.08.08 23:06:52.347303 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12969 | 2024.08.08 23:06:52.347361 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12970 | 2024.08.08 23:06:52.347384 [ 3 ] {} <Debug> HTTP-Session: 90e9d1be-e02b-4225-981b-5a5f361884ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12971 | 2024.08.08 23:06:52.347410 [ 3 ] {} <Debug> HTTP-Session: 90e9d1be-e02b-4225-981b-5a5f361884ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12972 | 2024.08.08 23:06:52.347429 [ 3 ] {} <Debug> HTTP-Session: 90e9d1be-e02b-4225-981b-5a5f361884ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12973 | 2024.08.08 23:06:52.347466 [ 3 ] {} <Trace> HTTP-Session: 90e9d1be-e02b-4225-981b-5a5f361884ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12974 | 2024.08.08 23:06:52.347573 [ 3 ] {7aad63ee-fc88-4be7-a2c8-34a0a4801a10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
12975 | 2024.08.08 23:06:52.347620 [ 3 ] {7aad63ee-fc88-4be7-a2c8-34a0a4801a10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
12976 | 2024.08.08 23:06:52.347757 [ 3 ] {7aad63ee-fc88-4be7-a2c8-34a0a4801a10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12977 | 2024.08.08 23:06:52.348087 [ 3 ] {7aad63ee-fc88-4be7-a2c8-34a0a4801a10} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12978 | 2024.08.08 23:06:52.348124 [ 3 ] {7aad63ee-fc88-4be7-a2c8-34a0a4801a10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
12979 | 2024.08.08 23:06:52.348423 [ 3 ] {7aad63ee-fc88-4be7-a2c8-34a0a4801a10} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
12980 | 2024.08.08 23:06:52.348723 [ 3 ] {7aad63ee-fc88-4be7-a2c8-34a0a4801a10} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12981 | 2024.08.08 23:06:52.348870 [ 3 ] {7aad63ee-fc88-4be7-a2c8-34a0a4801a10} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001322 sec., 3025.7186081694404 rows/sec., 246.73 KiB/sec. | ||
12982 | 2024.08.08 23:06:52.349042 [ 3 ] {7aad63ee-fc88-4be7-a2c8-34a0a4801a10} <Debug> DynamicQueryHandler: Done processing query | ||
12983 | 2024.08.08 23:06:52.349074 [ 3 ] {7aad63ee-fc88-4be7-a2c8-34a0a4801a10} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
12984 | 2024.08.08 23:06:52.349097 [ 3 ] {} <Debug> HTTP-Session: 90e9d1be-e02b-4225-981b-5a5f361884ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12985 | 2024.08.08 23:06:52.349262 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
12986 | 2024.08.08 23:06:52.349315 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
12987 | 2024.08.08 23:06:52.349334 [ 3 ] {} <Debug> HTTP-Session: ff5c3b33-4906-4d26-a22a-66e6311d2310 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
12988 | 2024.08.08 23:06:52.349351 [ 3 ] {} <Debug> HTTP-Session: ff5c3b33-4906-4d26-a22a-66e6311d2310 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
12989 | 2024.08.08 23:06:52.349366 [ 3 ] {} <Debug> HTTP-Session: ff5c3b33-4906-4d26-a22a-66e6311d2310 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
12990 | 2024.08.08 23:06:52.349397 [ 3 ] {} <Trace> HTTP-Session: ff5c3b33-4906-4d26-a22a-66e6311d2310 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
12991 | 2024.08.08 23:06:52.349536 [ 3 ] {76e02f52-bf6f-4adc-ac12-46c21df8c337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
12992 | 2024.08.08 23:06:52.349578 [ 3 ] {76e02f52-bf6f-4adc-ac12-46c21df8c337} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
12993 | 2024.08.08 23:06:52.349702 [ 3 ] {76e02f52-bf6f-4adc-ac12-46c21df8c337} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
12994 | 2024.08.08 23:06:52.350110 [ 3 ] {76e02f52-bf6f-4adc-ac12-46c21df8c337} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
12995 | 2024.08.08 23:06:52.350146 [ 3 ] {76e02f52-bf6f-4adc-ac12-46c21df8c337} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
12996 | 2024.08.08 23:06:52.350467 [ 3 ] {76e02f52-bf6f-4adc-ac12-46c21df8c337} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
12997 | 2024.08.08 23:06:52.350761 [ 3 ] {76e02f52-bf6f-4adc-ac12-46c21df8c337} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
12998 | 2024.08.08 23:06:52.350913 [ 3 ] {76e02f52-bf6f-4adc-ac12-46c21df8c337} <Debug> executeQuery: Read 163 rows, 14.68 KiB in 0.001432 sec., 113826.81564245811 rows/sec., 10.01 MiB/sec. | ||
12999 | 2024.08.08 23:06:52.351136 [ 3 ] {76e02f52-bf6f-4adc-ac12-46c21df8c337} <Debug> DynamicQueryHandler: Done processing query | ||
13000 | 2024.08.08 23:06:52.351189 [ 3 ] {76e02f52-bf6f-4adc-ac12-46c21df8c337} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13001 | 2024.08.08 23:06:52.351246 [ 3 ] {} <Debug> HTTP-Session: ff5c3b33-4906-4d26-a22a-66e6311d2310 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13002 | 2024.08.08 23:06:52.351463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13003 | 2024.08.08 23:06:52.351517 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13004 | 2024.08.08 23:06:52.351538 [ 3 ] {} <Debug> HTTP-Session: 75ee4153-2f81-4d2f-be8b-a6e3e81cb24e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13005 | 2024.08.08 23:06:52.351554 [ 3 ] {} <Debug> HTTP-Session: 75ee4153-2f81-4d2f-be8b-a6e3e81cb24e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13006 | 2024.08.08 23:06:52.351569 [ 3 ] {} <Debug> HTTP-Session: 75ee4153-2f81-4d2f-be8b-a6e3e81cb24e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13007 | 2024.08.08 23:06:52.351601 [ 3 ] {} <Trace> HTTP-Session: 75ee4153-2f81-4d2f-be8b-a6e3e81cb24e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13008 | 2024.08.08 23:06:52.351699 [ 3 ] {35b82871-a936-4d66-8b5c-5e4d695e2408} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13009 | 2024.08.08 23:06:52.351743 [ 3 ] {35b82871-a936-4d66-8b5c-5e4d695e2408} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13010 | 2024.08.08 23:06:52.351886 [ 3 ] {35b82871-a936-4d66-8b5c-5e4d695e2408} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13011 | 2024.08.08 23:06:52.352184 [ 3 ] {35b82871-a936-4d66-8b5c-5e4d695e2408} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13012 | 2024.08.08 23:06:52.352222 [ 3 ] {35b82871-a936-4d66-8b5c-5e4d695e2408} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13013 | 2024.08.08 23:06:52.352536 [ 3 ] {35b82871-a936-4d66-8b5c-5e4d695e2408} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
13014 | 2024.08.08 23:06:52.352867 [ 3 ] {35b82871-a936-4d66-8b5c-5e4d695e2408} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13015 | 2024.08.08 23:06:52.353020 [ 3 ] {35b82871-a936-4d66-8b5c-5e4d695e2408} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001339 sec., 2987.303958177745 rows/sec., 208.59 KiB/sec. | ||
13016 | 2024.08.08 23:06:52.353183 [ 3 ] {35b82871-a936-4d66-8b5c-5e4d695e2408} <Debug> DynamicQueryHandler: Done processing query | ||
13017 | 2024.08.08 23:06:52.353208 [ 3 ] {35b82871-a936-4d66-8b5c-5e4d695e2408} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13018 | 2024.08.08 23:06:52.353225 [ 3 ] {} <Debug> HTTP-Session: 75ee4153-2f81-4d2f-be8b-a6e3e81cb24e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13019 | 2024.08.08 23:06:52.353414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 62293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13020 | 2024.08.08 23:06:52.353462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13021 | 2024.08.08 23:06:52.353482 [ 3 ] {} <Debug> HTTP-Session: 7c6c391f-bdc5-49de-943f-095c289ee9a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13022 | 2024.08.08 23:06:52.353500 [ 3 ] {} <Debug> HTTP-Session: 7c6c391f-bdc5-49de-943f-095c289ee9a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13023 | 2024.08.08 23:06:52.353513 [ 3 ] {} <Debug> HTTP-Session: 7c6c391f-bdc5-49de-943f-095c289ee9a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13024 | 2024.08.08 23:06:52.353544 [ 3 ] {} <Trace> HTTP-Session: 7c6c391f-bdc5-49de-943f-095c289ee9a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13025 | 2024.08.08 23:06:52.353736 [ 3 ] {251467ee-5752-45f5-adcb-fcc3f7662256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13026 | 2024.08.08 23:06:52.353779 [ 3 ] {251467ee-5752-45f5-adcb-fcc3f7662256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13027 | 2024.08.08 23:06:52.353905 [ 3 ] {251467ee-5752-45f5-adcb-fcc3f7662256} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13028 | 2024.08.08 23:06:52.354427 [ 3 ] {251467ee-5752-45f5-adcb-fcc3f7662256} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13029 | 2024.08.08 23:06:52.354463 [ 3 ] {251467ee-5752-45f5-adcb-fcc3f7662256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13030 | 2024.08.08 23:06:52.354786 [ 3 ] {251467ee-5752-45f5-adcb-fcc3f7662256} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13031 | 2024.08.08 23:06:52.355088 [ 3 ] {251467ee-5752-45f5-adcb-fcc3f7662256} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13032 | 2024.08.08 23:06:52.355239 [ 3 ] {251467ee-5752-45f5-adcb-fcc3f7662256} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.001606 sec., 240348.69240348693 rows/sec., 16.90 MiB/sec. | ||
13033 | 2024.08.08 23:06:52.355421 [ 3 ] {251467ee-5752-45f5-adcb-fcc3f7662256} <Debug> DynamicQueryHandler: Done processing query | ||
13034 | 2024.08.08 23:06:52.355459 [ 3 ] {251467ee-5752-45f5-adcb-fcc3f7662256} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13035 | 2024.08.08 23:06:52.355491 [ 3 ] {} <Debug> HTTP-Session: 7c6c391f-bdc5-49de-943f-095c289ee9a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13036 | 2024.08.08 23:06:52.355745 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13037 | 2024.08.08 23:06:52.355803 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13038 | 2024.08.08 23:06:52.355825 [ 3 ] {} <Debug> HTTP-Session: c5814ea6-7660-4dd3-a6a2-df739ade9b33 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13039 | 2024.08.08 23:06:52.355842 [ 3 ] {} <Debug> HTTP-Session: c5814ea6-7660-4dd3-a6a2-df739ade9b33 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13040 | 2024.08.08 23:06:52.355857 [ 3 ] {} <Debug> HTTP-Session: c5814ea6-7660-4dd3-a6a2-df739ade9b33 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13041 | 2024.08.08 23:06:52.355888 [ 3 ] {} <Trace> HTTP-Session: c5814ea6-7660-4dd3-a6a2-df739ade9b33 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13042 | 2024.08.08 23:06:52.355990 [ 3 ] {413d7b55-33f1-4111-965c-7595849f46fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13043 | 2024.08.08 23:06:52.356036 [ 3 ] {413d7b55-33f1-4111-965c-7595849f46fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13044 | 2024.08.08 23:06:52.356167 [ 3 ] {413d7b55-33f1-4111-965c-7595849f46fb} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13045 | 2024.08.08 23:06:52.356464 [ 3 ] {413d7b55-33f1-4111-965c-7595849f46fb} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13046 | 2024.08.08 23:06:52.356501 [ 3 ] {413d7b55-33f1-4111-965c-7595849f46fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13047 | 2024.08.08 23:06:52.356862 [ 3 ] {413d7b55-33f1-4111-965c-7595849f46fb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13048 | 2024.08.08 23:06:52.357181 [ 3 ] {413d7b55-33f1-4111-965c-7595849f46fb} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13049 | 2024.08.08 23:06:52.357334 [ 3 ] {413d7b55-33f1-4111-965c-7595849f46fb} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001361 sec., 4408.52314474651 rows/sec., 189.43 KiB/sec. | ||
13050 | 2024.08.08 23:06:52.357340 [ 70 ] {} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
13051 | 2024.08.08 23:06:52.357454 [ 70 ] {} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13052 | 2024.08.08 23:06:52.357502 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13053 | 2024.08.08 23:06:52.357595 [ 3 ] {413d7b55-33f1-4111-965c-7595849f46fb} <Debug> DynamicQueryHandler: Done processing query | ||
13054 | 2024.08.08 23:06:52.357660 [ 3 ] {413d7b55-33f1-4111-965c-7595849f46fb} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13055 | 2024.08.08 23:06:52.357709 [ 3 ] {} <Debug> HTTP-Session: c5814ea6-7660-4dd3-a6a2-df739ade9b33 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13056 | 2024.08.08 23:06:52.357738 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::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 | ||
13057 | 2024.08.08 23:06:52.357865 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13058 | 2024.08.08 23:06:52.357975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13059 | 2024.08.08 23:06:52.358044 [ 3 ] {} <Debug> HTTP-Session: dd53d234-cbb9-4f19-be4d-9551e5a1ed02 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13060 | 2024.08.08 23:06:52.358047 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13061 | 2024.08.08 23:06:52.358071 [ 3 ] {} <Debug> HTTP-Session: dd53d234-cbb9-4f19-be4d-9551e5a1ed02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13062 | 2024.08.08 23:06:52.358109 [ 3 ] {} <Debug> HTTP-Session: dd53d234-cbb9-4f19-be4d-9551e5a1ed02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13063 | 2024.08.08 23:06:52.358125 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
13064 | 2024.08.08 23:06:52.358175 [ 3 ] {} <Trace> HTTP-Session: dd53d234-cbb9-4f19-be4d-9551e5a1ed02 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13065 | 2024.08.08 23:06:52.358332 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
13066 | 2024.08.08 23:06:52.358582 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
13067 | 2024.08.08 23:06:52.358643 [ 3 ] {ef34e15a-ee60-45b7-aa3f-da027c41c826} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13068 | 2024.08.08 23:06:52.358827 [ 3 ] {ef34e15a-ee60-45b7-aa3f-da027c41c826} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13069 | 2024.08.08 23:06:52.358864 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
13070 | 2024.08.08 23:06:52.359267 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
13071 | 2024.08.08 23:06:52.359641 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
13072 | 2024.08.08 23:06:52.360095 [ 3 ] {ef34e15a-ee60-45b7-aa3f-da027c41c826} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13073 | 2024.08.08 23:06:52.361026 [ 3 ] {ef34e15a-ee60-45b7-aa3f-da027c41c826} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13074 | 2024.08.08 23:06:52.361098 [ 3 ] {ef34e15a-ee60-45b7-aa3f-da027c41c826} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13075 | 2024.08.08 23:06:52.362223 [ 3 ] {ef34e15a-ee60-45b7-aa3f-da027c41c826} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
13076 | 2024.08.08 23:06:52.362498 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.004891228 sec., 44160.68929929253 rows/sec., 1.85 MiB/sec. | ||
13077 | 2024.08.08 23:06:52.362804 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
13078 | 2024.08.08 23:06:52.363029 [ 3 ] {ef34e15a-ee60-45b7-aa3f-da027c41c826} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13079 | 2024.08.08 23:06:52.363413 [ 70 ] {} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
13080 | 2024.08.08 23:06:52.363487 [ 3 ] {ef34e15a-ee60-45b7-aa3f-da027c41c826} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.005034 sec., 15295.987286452124 rows/sec., 964.53 KiB/sec. | ||
13081 | 2024.08.08 23:06:52.363517 [ 70 ] {} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13082 | 2024.08.08 23:06:52.363652 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13083 | 2024.08.08 23:06:52.364028 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13084 | 2024.08.08 23:06:52.364078 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::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 | ||
13085 | 2024.08.08 23:06:52.364098 [ 3 ] {ef34e15a-ee60-45b7-aa3f-da027c41c826} <Debug> DynamicQueryHandler: Done processing query | ||
13086 | 2024.08.08 23:06:52.364166 [ 3 ] {ef34e15a-ee60-45b7-aa3f-da027c41c826} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13087 | 2024.08.08 23:06:52.364226 [ 3 ] {} <Debug> HTTP-Session: dd53d234-cbb9-4f19-be4d-9551e5a1ed02 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13088 | 2024.08.08 23:06:52.364329 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_36_7} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
13089 | 2024.08.08 23:06:52.364546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13090 | 2024.08.08 23:06:52.364591 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13091 | 2024.08.08 23:06:52.364709 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13092 | 2024.08.08 23:06:52.364715 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13093 | 2024.08.08 23:06:52.364751 [ 3 ] {} <Debug> HTTP-Session: 94d7ec26-7f38-4cae-b3ad-903461a71125 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13094 | 2024.08.08 23:06:52.364805 [ 3 ] {} <Debug> HTTP-Session: 94d7ec26-7f38-4cae-b3ad-903461a71125 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13095 | 2024.08.08 23:06:52.364826 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 2387 rows starting from the beginning of the part | ||
13096 | 2024.08.08 23:06:52.364835 [ 3 ] {} <Debug> HTTP-Session: 94d7ec26-7f38-4cae-b3ad-903461a71125 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13097 | 2024.08.08 23:06:52.364954 [ 3 ] {} <Trace> HTTP-Session: 94d7ec26-7f38-4cae-b3ad-903461a71125 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13098 | 2024.08.08 23:06:52.365100 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 77 rows starting from the beginning of the part | ||
13099 | 2024.08.08 23:06:52.365327 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 77 rows starting from the beginning of the part | ||
13100 | 2024.08.08 23:06:52.365490 [ 3 ] {e950b893-2e14-4abf-89b1-0645a9091574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13101 | 2024.08.08 23:06:52.365605 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 77 rows starting from the beginning of the part | ||
13102 | 2024.08.08 23:06:52.365702 [ 3 ] {e950b893-2e14-4abf-89b1-0645a9091574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13103 | 2024.08.08 23:06:52.365862 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 77 rows starting from the beginning of the part | ||
13104 | 2024.08.08 23:06:52.366363 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 77 rows starting from the beginning of the part | ||
13105 | 2024.08.08 23:06:52.366911 [ 3 ] {e950b893-2e14-4abf-89b1-0645a9091574} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13106 | 2024.08.08 23:06:52.367731 [ 3 ] {e950b893-2e14-4abf-89b1-0645a9091574} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13107 | 2024.08.08 23:06:52.367805 [ 3 ] {e950b893-2e14-4abf-89b1-0645a9091574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13108 | 2024.08.08 23:06:52.368924 [ 3 ] {e950b893-2e14-4abf-89b1-0645a9091574} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13109 | 2024.08.08 23:06:52.369610 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2772 rows, containing 5 columns (5 merged, 0 gathered) in 0.00575559 sec., 481618.73934731283 rows/sec., 29.66 MiB/sec. | ||
13110 | 2024.08.08 23:06:52.369635 [ 3 ] {e950b893-2e14-4abf-89b1-0645a9091574} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13111 | 2024.08.08 23:06:52.369889 [ 3 ] {e950b893-2e14-4abf-89b1-0645a9091574} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.004664 sec., 34734.133790737564 rows/sec., 2.42 MiB/sec. | ||
13112 | 2024.08.08 23:06:52.369976 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
13113 | 2024.08.08 23:06:52.370466 [ 3 ] {e950b893-2e14-4abf-89b1-0645a9091574} <Debug> DynamicQueryHandler: Done processing query | ||
13114 | 2024.08.08 23:06:52.370526 [ 3 ] {e950b893-2e14-4abf-89b1-0645a9091574} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13115 | 2024.08.08 23:06:52.370604 [ 3 ] {} <Debug> HTTP-Session: 94d7ec26-7f38-4cae-b3ad-903461a71125 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13116 | 2024.08.08 23:06:52.370921 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13117 | 2024.08.08 23:06:52.371136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13118 | 2024.08.08 23:06:52.371260 [ 3 ] {} <Debug> HTTP-Session: 1a55fc0b-29ba-460f-a66d-598638fde6d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13119 | 2024.08.08 23:06:52.371331 [ 3 ] {} <Debug> HTTP-Session: 1a55fc0b-29ba-460f-a66d-598638fde6d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13120 | 2024.08.08 23:06:52.371407 [ 3 ] {} <Debug> HTTP-Session: 1a55fc0b-29ba-460f-a66d-598638fde6d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13121 | 2024.08.08 23:06:52.371466 [ 3 ] {} <Trace> HTTP-Session: 1a55fc0b-29ba-460f-a66d-598638fde6d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13122 | 2024.08.08 23:06:52.371665 [ 3 ] {f395470a-c890-4e4a-b169-6722341786fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13123 | 2024.08.08 23:06:52.371723 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13124 | 2024.08.08 23:06:52.371748 [ 3 ] {f395470a-c890-4e4a-b169-6722341786fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13125 | 2024.08.08 23:06:52.371926 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_36_7} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
13126 | 2024.08.08 23:06:52.372122 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
13127 | 2024.08.08 23:06:52.372198 [ 3 ] {f395470a-c890-4e4a-b169-6722341786fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13128 | 2024.08.08 23:06:52.372512 [ 3 ] {f395470a-c890-4e4a-b169-6722341786fd} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13129 | 2024.08.08 23:06:52.372549 [ 3 ] {f395470a-c890-4e4a-b169-6722341786fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13130 | 2024.08.08 23:06:52.372910 [ 3 ] {f395470a-c890-4e4a-b169-6722341786fd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13131 | 2024.08.08 23:06:52.373238 [ 3 ] {f395470a-c890-4e4a-b169-6722341786fd} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13132 | 2024.08.08 23:06:52.373392 [ 3 ] {f395470a-c890-4e4a-b169-6722341786fd} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001791 sec., 12841.987716359576 rows/sec., 694.66 KiB/sec. | ||
13133 | 2024.08.08 23:06:52.373670 [ 3 ] {f395470a-c890-4e4a-b169-6722341786fd} <Debug> DynamicQueryHandler: Done processing query | ||
13134 | 2024.08.08 23:06:52.373710 [ 3 ] {f395470a-c890-4e4a-b169-6722341786fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13135 | 2024.08.08 23:06:52.373733 [ 3 ] {} <Debug> HTTP-Session: 1a55fc0b-29ba-460f-a66d-598638fde6d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13136 | 2024.08.08 23:06:52.373870 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13137 | 2024.08.08 23:06:52.373919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13138 | 2024.08.08 23:06:52.373938 [ 3 ] {} <Debug> HTTP-Session: bcdbb608-2b47-44bc-aaa3-1a7b74a756d6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13139 | 2024.08.08 23:06:52.373954 [ 3 ] {} <Debug> HTTP-Session: bcdbb608-2b47-44bc-aaa3-1a7b74a756d6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13140 | 2024.08.08 23:06:52.373968 [ 3 ] {} <Debug> HTTP-Session: bcdbb608-2b47-44bc-aaa3-1a7b74a756d6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13141 | 2024.08.08 23:06:52.373998 [ 3 ] {} <Trace> HTTP-Session: bcdbb608-2b47-44bc-aaa3-1a7b74a756d6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13142 | 2024.08.08 23:06:52.374125 [ 3 ] {c03bb270-761b-455b-9cb9-e73a48ab3ead} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13143 | 2024.08.08 23:06:52.374169 [ 3 ] {c03bb270-761b-455b-9cb9-e73a48ab3ead} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13144 | 2024.08.08 23:06:52.374315 [ 3 ] {c03bb270-761b-455b-9cb9-e73a48ab3ead} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13145 | 2024.08.08 23:06:52.374636 [ 3 ] {c03bb270-761b-455b-9cb9-e73a48ab3ead} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13146 | 2024.08.08 23:06:52.374673 [ 3 ] {c03bb270-761b-455b-9cb9-e73a48ab3ead} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13147 | 2024.08.08 23:06:52.375033 [ 3 ] {c03bb270-761b-455b-9cb9-e73a48ab3ead} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
13148 | 2024.08.08 23:06:52.375354 [ 3 ] {c03bb270-761b-455b-9cb9-e73a48ab3ead} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13149 | 2024.08.08 23:06:52.375503 [ 3 ] {c03bb270-761b-455b-9cb9-e73a48ab3ead} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. | ||
13150 | 2024.08.08 23:06:52.375683 [ 3 ] {c03bb270-761b-455b-9cb9-e73a48ab3ead} <Debug> DynamicQueryHandler: Done processing query | ||
13151 | 2024.08.08 23:06:52.375708 [ 3 ] {c03bb270-761b-455b-9cb9-e73a48ab3ead} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13152 | 2024.08.08 23:06:52.375724 [ 3 ] {} <Debug> HTTP-Session: bcdbb608-2b47-44bc-aaa3-1a7b74a756d6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13153 | 2024.08.08 23:06:53.182180 [ 70 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13154 | 2024.08.08 23:06:53.182232 [ 70 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13155 | 2024.08.08 23:06:57.341903 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 6365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13156 | 2024.08.08 23:06:57.342039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13157 | 2024.08.08 23:06:57.342067 [ 3 ] {} <Debug> HTTP-Session: 7d190ad4-937e-4c15-b59a-ee6176d5d7b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13158 | 2024.08.08 23:06:57.342096 [ 3 ] {} <Debug> HTTP-Session: 7d190ad4-937e-4c15-b59a-ee6176d5d7b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13159 | 2024.08.08 23:06:57.342113 [ 3 ] {} <Debug> HTTP-Session: 7d190ad4-937e-4c15-b59a-ee6176d5d7b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13160 | 2024.08.08 23:06:57.342167 [ 3 ] {} <Trace> HTTP-Session: 7d190ad4-937e-4c15-b59a-ee6176d5d7b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13161 | 2024.08.08 23:06:57.342359 [ 3 ] {225fbf51-50b7-48e7-9643-879a5e7416a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13162 | 2024.08.08 23:06:57.342424 [ 3 ] {225fbf51-50b7-48e7-9643-879a5e7416a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13163 | 2024.08.08 23:06:57.342611 [ 3 ] {225fbf51-50b7-48e7-9643-879a5e7416a7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13164 | 2024.08.08 23:06:57.343048 [ 3 ] {225fbf51-50b7-48e7-9643-879a5e7416a7} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13165 | 2024.08.08 23:06:57.343088 [ 3 ] {225fbf51-50b7-48e7-9643-879a5e7416a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13166 | 2024.08.08 23:06:57.343441 [ 3 ] {225fbf51-50b7-48e7-9643-879a5e7416a7} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
13167 | 2024.08.08 23:06:57.343768 [ 3 ] {225fbf51-50b7-48e7-9643-879a5e7416a7} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13168 | 2024.08.08 23:06:57.343956 [ 3 ] {225fbf51-50b7-48e7-9643-879a5e7416a7} <Debug> executeQuery: Read 44 rows, 3.57 KiB in 0.001655 sec., 26586.10271903323 rows/sec., 2.10 MiB/sec. | ||
13169 | 2024.08.08 23:06:57.344154 [ 3 ] {225fbf51-50b7-48e7-9643-879a5e7416a7} <Debug> DynamicQueryHandler: Done processing query | ||
13170 | 2024.08.08 23:06:57.344180 [ 3 ] {225fbf51-50b7-48e7-9643-879a5e7416a7} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13171 | 2024.08.08 23:06:57.344196 [ 3 ] {} <Debug> HTTP-Session: 7d190ad4-937e-4c15-b59a-ee6176d5d7b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13172 | 2024.08.08 23:06:57.344367 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 27703, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13173 | 2024.08.08 23:06:57.344416 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13174 | 2024.08.08 23:06:57.344436 [ 3 ] {} <Debug> HTTP-Session: c78488fe-4d84-4582-bb62-1f70b7bf45ed Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13175 | 2024.08.08 23:06:57.344452 [ 3 ] {} <Debug> HTTP-Session: c78488fe-4d84-4582-bb62-1f70b7bf45ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13176 | 2024.08.08 23:06:57.344466 [ 3 ] {} <Debug> HTTP-Session: c78488fe-4d84-4582-bb62-1f70b7bf45ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13177 | 2024.08.08 23:06:57.344496 [ 3 ] {} <Trace> HTTP-Session: c78488fe-4d84-4582-bb62-1f70b7bf45ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13178 | 2024.08.08 23:06:57.344639 [ 3 ] {f98adbe4-eb35-40d0-ac75-1bd2b5b3466e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13179 | 2024.08.08 23:06:57.344682 [ 3 ] {f98adbe4-eb35-40d0-ac75-1bd2b5b3466e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13180 | 2024.08.08 23:06:57.344806 [ 3 ] {f98adbe4-eb35-40d0-ac75-1bd2b5b3466e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13181 | 2024.08.08 23:06:57.345211 [ 3 ] {f98adbe4-eb35-40d0-ac75-1bd2b5b3466e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13182 | 2024.08.08 23:06:57.345246 [ 3 ] {f98adbe4-eb35-40d0-ac75-1bd2b5b3466e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13183 | 2024.08.08 23:06:57.345598 [ 3 ] {f98adbe4-eb35-40d0-ac75-1bd2b5b3466e} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13184 | 2024.08.08 23:06:57.346166 [ 3 ] {f98adbe4-eb35-40d0-ac75-1bd2b5b3466e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13185 | 2024.08.08 23:06:57.346316 [ 3 ] {f98adbe4-eb35-40d0-ac75-1bd2b5b3466e} <Debug> executeQuery: Read 188 rows, 16.26 KiB in 0.001741 sec., 107983.91728891442 rows/sec., 9.12 MiB/sec. | ||
13186 | 2024.08.08 23:06:57.346327 [ 65 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13187 | 2024.08.08 23:06:57.346416 [ 65 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13188 | 2024.08.08 23:06:57.346463 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13189 | 2024.08.08 23:06:57.346577 [ 3 ] {f98adbe4-eb35-40d0-ac75-1bd2b5b3466e} <Debug> DynamicQueryHandler: Done processing query | ||
13190 | 2024.08.08 23:06:57.346666 [ 3 ] {f98adbe4-eb35-40d0-ac75-1bd2b5b3466e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13191 | 2024.08.08 23:06:57.346724 [ 3 ] {} <Debug> HTTP-Session: c78488fe-4d84-4582-bb62-1f70b7bf45ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13192 | 2024.08.08 23:06:57.346754 [ 198 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
13193 | 2024.08.08 23:06:57.346988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 20055, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13194 | 2024.08.08 23:06:57.347241 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13195 | 2024.08.08 23:06:57.347368 [ 3 ] {} <Debug> HTTP-Session: 85bb55d4-3586-4469-a574-6d6d806c92a7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13196 | 2024.08.08 23:06:57.347417 [ 198 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13197 | 2024.08.08 23:06:57.347451 [ 3 ] {} <Debug> HTTP-Session: 85bb55d4-3586-4469-a574-6d6d806c92a7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13198 | 2024.08.08 23:06:57.347503 [ 3 ] {} <Debug> HTTP-Session: 85bb55d4-3586-4469-a574-6d6d806c92a7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13199 | 2024.08.08 23:06:57.347509 [ 198 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1408 rows starting from the beginning of the part | ||
13200 | 2024.08.08 23:06:57.347572 [ 3 ] {} <Trace> HTTP-Session: 85bb55d4-3586-4469-a574-6d6d806c92a7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13201 | 2024.08.08 23:06:57.347745 [ 198 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 157 rows starting from the beginning of the part | ||
13202 | 2024.08.08 23:06:57.347970 [ 3 ] {9ddb4867-0752-4ab9-947e-27099c366987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13203 | 2024.08.08 23:06:57.348089 [ 198 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 161 rows starting from the beginning of the part | ||
13204 | 2024.08.08 23:06:57.348170 [ 3 ] {9ddb4867-0752-4ab9-947e-27099c366987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13205 | 2024.08.08 23:06:57.348530 [ 198 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1298 rows starting from the beginning of the part | ||
13206 | 2024.08.08 23:06:57.348812 [ 198 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 163 rows starting from the beginning of the part | ||
13207 | 2024.08.08 23:06:57.349131 [ 198 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 188 rows starting from the beginning of the part | ||
13208 | 2024.08.08 23:06:57.349313 [ 3 ] {9ddb4867-0752-4ab9-947e-27099c366987} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13209 | 2024.08.08 23:06:57.350418 [ 3 ] {9ddb4867-0752-4ab9-947e-27099c366987} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13210 | 2024.08.08 23:06:57.350474 [ 3 ] {9ddb4867-0752-4ab9-947e-27099c366987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13211 | 2024.08.08 23:06:57.351298 [ 3 ] {9ddb4867-0752-4ab9-947e-27099c366987} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13212 | 2024.08.08 23:06:57.351962 [ 3 ] {9ddb4867-0752-4ab9-947e-27099c366987} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13213 | 2024.08.08 23:06:57.352138 [ 65 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13214 | 2024.08.08 23:06:57.352150 [ 3 ] {9ddb4867-0752-4ab9-947e-27099c366987} <Debug> executeQuery: Read 118 rows, 9.45 KiB in 0.004362 sec., 27051.8110958276 rows/sec., 2.12 MiB/sec. | ||
13215 | 2024.08.08 23:06:57.352210 [ 65 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13216 | 2024.08.08 23:06:57.352286 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13217 | 2024.08.08 23:06:57.352770 [ 3 ] {9ddb4867-0752-4ab9-947e-27099c366987} <Debug> DynamicQueryHandler: Done processing query | ||
13218 | 2024.08.08 23:06:57.352842 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
13219 | 2024.08.08 23:06:57.352873 [ 3 ] {9ddb4867-0752-4ab9-947e-27099c366987} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13220 | 2024.08.08 23:06:57.352992 [ 3 ] {} <Debug> HTTP-Session: 85bb55d4-3586-4469-a574-6d6d806c92a7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13221 | 2024.08.08 23:06:57.353264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13222 | 2024.08.08 23:06:57.353264 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3375 rows, containing 4 columns (4 merged, 0 gathered) in 0.006703404 sec., 503475.54764713574 rows/sec., 42.06 MiB/sec. | ||
13223 | 2024.08.08 23:06:57.353310 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13224 | 2024.08.08 23:06:57.353344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13225 | 2024.08.08 23:06:57.353386 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 905 rows starting from the beginning of the part | ||
13226 | 2024.08.08 23:06:57.353392 [ 3 ] {} <Debug> HTTP-Session: 341e786d-687a-4e21-9d36-9db39a9c0b51 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13227 | 2024.08.08 23:06:57.353428 [ 3 ] {} <Debug> HTTP-Session: 341e786d-687a-4e21-9d36-9db39a9c0b51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13228 | 2024.08.08 23:06:57.353468 [ 3 ] {} <Debug> HTTP-Session: 341e786d-687a-4e21-9d36-9db39a9c0b51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13229 | 2024.08.08 23:06:57.353609 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 101 rows starting from the beginning of the part | ||
13230 | 2024.08.08 23:06:57.353634 [ 3 ] {} <Trace> HTTP-Session: 341e786d-687a-4e21-9d36-9db39a9c0b51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13231 | 2024.08.08 23:06:57.353767 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13232 | 2024.08.08 23:06:57.354163 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 382 rows starting from the beginning of the part | ||
13233 | 2024.08.08 23:06:57.354334 [ 3 ] {ddd291ae-4659-483e-944f-7e81d52cf630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13234 | 2024.08.08 23:06:57.354655 [ 3 ] {ddd291ae-4659-483e-944f-7e81d52cf630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13235 | 2024.08.08 23:06:57.354751 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 559 rows starting from the beginning of the part | ||
13236 | 2024.08.08 23:06:57.355321 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 386 rows starting from the beginning of the part | ||
13237 | 2024.08.08 23:06:57.355874 [ 196 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 118 rows starting from the beginning of the part | ||
13238 | 2024.08.08 23:06:57.356544 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13239 | 2024.08.08 23:06:57.356849 [ 3 ] {ddd291ae-4659-483e-944f-7e81d52cf630} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13240 | 2024.08.08 23:06:57.356926 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_76_15} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13241 | 2024.08.08 23:06:57.357177 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
13242 | 2024.08.08 23:06:57.357678 [ 3 ] {ddd291ae-4659-483e-944f-7e81d52cf630} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13243 | 2024.08.08 23:06:57.357726 [ 3 ] {ddd291ae-4659-483e-944f-7e81d52cf630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13244 | 2024.08.08 23:06:57.358246 [ 3 ] {ddd291ae-4659-483e-944f-7e81d52cf630} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13245 | 2024.08.08 23:06:57.358663 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2451 rows, containing 4 columns (4 merged, 0 gathered) in 0.006189437 sec., 395997.2449836714 rows/sec., 28.80 MiB/sec. | ||
13246 | 2024.08.08 23:06:57.358711 [ 3 ] {ddd291ae-4659-483e-944f-7e81d52cf630} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13247 | 2024.08.08 23:06:57.358950 [ 65 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13248 | 2024.08.08 23:06:57.358974 [ 3 ] {ddd291ae-4659-483e-944f-7e81d52cf630} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004995 sec., 32032.03203203203 rows/sec., 2.23 MiB/sec. | ||
13249 | 2024.08.08 23:06:57.358986 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13250 | 2024.08.08 23:06:57.359024 [ 65 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13251 | 2024.08.08 23:06:57.359166 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13252 | 2024.08.08 23:06:57.359548 [ 3 ] {ddd291ae-4659-483e-944f-7e81d52cf630} <Debug> DynamicQueryHandler: Done processing query | ||
13253 | 2024.08.08 23:06:57.359635 [ 3 ] {ddd291ae-4659-483e-944f-7e81d52cf630} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13254 | 2024.08.08 23:06:57.359640 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
13255 | 2024.08.08 23:06:57.359757 [ 3 ] {} <Debug> HTTP-Session: 341e786d-687a-4e21-9d36-9db39a9c0b51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13256 | 2024.08.08 23:06:57.360235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 70653, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13257 | 2024.08.08 23:06:57.360453 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13258 | 2024.08.08 23:06:57.360562 [ 3 ] {} <Debug> HTTP-Session: 47a3d751-a43c-4eac-a770-a01725b623fd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13259 | 2024.08.08 23:06:57.360660 [ 3 ] {} <Debug> HTTP-Session: 47a3d751-a43c-4eac-a770-a01725b623fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13260 | 2024.08.08 23:06:57.360726 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13261 | 2024.08.08 23:06:57.360746 [ 3 ] {} <Debug> HTTP-Session: 47a3d751-a43c-4eac-a770-a01725b623fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13262 | 2024.08.08 23:06:57.360937 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 19702 rows starting from the beginning of the part | ||
13263 | 2024.08.08 23:06:57.360967 [ 3 ] {} <Trace> HTTP-Session: 47a3d751-a43c-4eac-a770-a01725b623fd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13264 | 2024.08.08 23:06:57.361513 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 162 rows starting from the beginning of the part | ||
13265 | 2024.08.08 23:06:57.361898 [ 3 ] {27668098-0977-4c27-8d57-7d514871fafe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13266 | 2024.08.08 23:06:57.362003 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 160 rows starting from the beginning of the part | ||
13267 | 2024.08.08 23:06:57.362379 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 847 rows starting from the beginning of the part | ||
13268 | 2024.08.08 23:06:57.362377 [ 3 ] {27668098-0977-4c27-8d57-7d514871fafe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13269 | 2024.08.08 23:06:57.362765 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 162 rows starting from the beginning of the part | ||
13270 | 2024.08.08 23:06:57.363099 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
13271 | 2024.08.08 23:06:57.364126 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13272 | 2024.08.08 23:06:57.364759 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_76_15} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13273 | 2024.08.08 23:06:57.365193 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
13274 | 2024.08.08 23:06:57.365527 [ 3 ] {27668098-0977-4c27-8d57-7d514871fafe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13275 | 2024.08.08 23:06:57.366997 [ 3 ] {27668098-0977-4c27-8d57-7d514871fafe} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13276 | 2024.08.08 23:06:57.367056 [ 3 ] {27668098-0977-4c27-8d57-7d514871fafe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13277 | 2024.08.08 23:06:57.368001 [ 3 ] {27668098-0977-4c27-8d57-7d514871fafe} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
13278 | 2024.08.08 23:06:57.368679 [ 3 ] {27668098-0977-4c27-8d57-7d514871fafe} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13279 | 2024.08.08 23:06:57.368894 [ 3 ] {27668098-0977-4c27-8d57-7d514871fafe} <Debug> executeQuery: Read 44 rows, 80.74 KiB in 0.007622 sec., 5772.763054316452 rows/sec., 10.34 MiB/sec. | ||
13280 | 2024.08.08 23:06:57.369157 [ 3 ] {27668098-0977-4c27-8d57-7d514871fafe} <Debug> DynamicQueryHandler: Done processing query | ||
13281 | 2024.08.08 23:06:57.369181 [ 3 ] {27668098-0977-4c27-8d57-7d514871fafe} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
13282 | 2024.08.08 23:06:57.369198 [ 3 ] {} <Debug> HTTP-Session: 47a3d751-a43c-4eac-a770-a01725b623fd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13283 | 2024.08.08 23:06:57.369336 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 2461, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13284 | 2024.08.08 23:06:57.369393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13285 | 2024.08.08 23:06:57.369411 [ 3 ] {} <Debug> HTTP-Session: 7daa0949-117d-43d0-b65c-f5c67c1b0b79 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13286 | 2024.08.08 23:06:57.369448 [ 3 ] {} <Debug> HTTP-Session: 7daa0949-117d-43d0-b65c-f5c67c1b0b79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13287 | 2024.08.08 23:06:57.369470 [ 3 ] {} <Debug> HTTP-Session: 7daa0949-117d-43d0-b65c-f5c67c1b0b79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13288 | 2024.08.08 23:06:57.369502 [ 3 ] {} <Trace> HTTP-Session: 7daa0949-117d-43d0-b65c-f5c67c1b0b79 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13289 | 2024.08.08 23:06:57.369619 [ 3 ] {2cabcbc1-bc59-443f-9542-3578d3bfc285} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13290 | 2024.08.08 23:06:57.369703 [ 3 ] {2cabcbc1-bc59-443f-9542-3578d3bfc285} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13291 | 2024.08.08 23:06:57.369889 [ 3 ] {2cabcbc1-bc59-443f-9542-3578d3bfc285} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13292 | 2024.08.08 23:06:57.370292 [ 3 ] {2cabcbc1-bc59-443f-9542-3578d3bfc285} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13293 | 2024.08.08 23:06:57.370329 [ 3 ] {2cabcbc1-bc59-443f-9542-3578d3bfc285} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13294 | 2024.08.08 23:06:57.370912 [ 3 ] {2cabcbc1-bc59-443f-9542-3578d3bfc285} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
13295 | 2024.08.08 23:06:57.371263 [ 3 ] {2cabcbc1-bc59-443f-9542-3578d3bfc285} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13296 | 2024.08.08 23:06:57.371471 [ 3 ] {2cabcbc1-bc59-443f-9542-3578d3bfc285} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001888 sec., 7944.9152542372885 rows/sec., 576.21 KiB/sec. | ||
13297 | 2024.08.08 23:06:57.371650 [ 3 ] {2cabcbc1-bc59-443f-9542-3578d3bfc285} <Debug> DynamicQueryHandler: Done processing query | ||
13298 | 2024.08.08 23:06:57.371674 [ 3 ] {2cabcbc1-bc59-443f-9542-3578d3bfc285} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13299 | 2024.08.08 23:06:57.371691 [ 3 ] {} <Debug> HTTP-Session: 7daa0949-117d-43d0-b65c-f5c67c1b0b79 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13300 | 2024.08.08 23:06:57.371853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13301 | 2024.08.08 23:06:57.371933 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13302 | 2024.08.08 23:06:57.371953 [ 3 ] {} <Debug> HTTP-Session: e9394736-4d17-4194-88ec-c04b104c1457 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13303 | 2024.08.08 23:06:57.371973 [ 3 ] {} <Debug> HTTP-Session: e9394736-4d17-4194-88ec-c04b104c1457 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13304 | 2024.08.08 23:06:57.371993 [ 3 ] {} <Debug> HTTP-Session: e9394736-4d17-4194-88ec-c04b104c1457 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13305 | 2024.08.08 23:06:57.372091 [ 3 ] {} <Trace> HTTP-Session: e9394736-4d17-4194-88ec-c04b104c1457 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13306 | 2024.08.08 23:06:57.372386 [ 189 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21193 rows, containing 5 columns (5 merged, 0 gathered) in 0.013050872 sec., 1623876.1670484548 rows/sec., 111.03 MiB/sec. | ||
13307 | 2024.08.08 23:06:57.372388 [ 3 ] {a90b7f1b-a483-4223-966b-51eb50dbd658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13308 | 2024.08.08 23:06:57.372488 [ 3 ] {a90b7f1b-a483-4223-966b-51eb50dbd658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13309 | 2024.08.08 23:06:57.372636 [ 3 ] {a90b7f1b-a483-4223-966b-51eb50dbd658} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13310 | 2024.08.08 23:06:57.372825 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13311 | 2024.08.08 23:06:57.373071 [ 3 ] {a90b7f1b-a483-4223-966b-51eb50dbd658} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13312 | 2024.08.08 23:06:57.373116 [ 3 ] {a90b7f1b-a483-4223-966b-51eb50dbd658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13313 | 2024.08.08 23:06:57.373472 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13314 | 2024.08.08 23:06:57.373573 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13315 | 2024.08.08 23:06:57.373655 [ 3 ] {a90b7f1b-a483-4223-966b-51eb50dbd658} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
13316 | 2024.08.08 23:06:57.373670 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
13317 | 2024.08.08 23:06:57.374005 [ 3 ] {a90b7f1b-a483-4223-966b-51eb50dbd658} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13318 | 2024.08.08 23:06:57.374161 [ 3 ] {a90b7f1b-a483-4223-966b-51eb50dbd658} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001875 sec., 32000 rows/sec., 2.16 MiB/sec. | ||
13319 | 2024.08.08 23:06:57.374195 [ 63 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
13320 | 2024.08.08 23:06:57.374298 [ 63 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13321 | 2024.08.08 23:06:57.374339 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13322 | 2024.08.08 23:06:57.374447 [ 3 ] {a90b7f1b-a483-4223-966b-51eb50dbd658} <Debug> DynamicQueryHandler: Done processing query | ||
13323 | 2024.08.08 23:06:57.374491 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
13324 | 2024.08.08 23:06:57.374492 [ 3 ] {a90b7f1b-a483-4223-966b-51eb50dbd658} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13325 | 2024.08.08 23:06:57.374564 [ 3 ] {} <Debug> HTTP-Session: e9394736-4d17-4194-88ec-c04b104c1457 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13326 | 2024.08.08 23:06:57.374669 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13327 | 2024.08.08 23:06:57.374703 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4132 rows starting from the beginning of the part | ||
13328 | 2024.08.08 23:06:57.374765 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
13329 | 2024.08.08 23:06:57.374974 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 60 rows starting from the beginning of the part | ||
13330 | 2024.08.08 23:06:57.375309 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
13331 | 2024.08.08 23:06:57.375538 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 60 rows starting from the beginning of the part | ||
13332 | 2024.08.08 23:06:57.375627 [ 199 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
13333 | 2024.08.08 23:06:57.377582 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4432 rows, containing 4 columns (4 merged, 0 gathered) in 0.003176224 sec., 1395367.5811277793 rows/sec., 94.03 MiB/sec. | ||
13334 | 2024.08.08 23:06:57.378022 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
13335 | 2024.08.08 23:06:57.378435 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13336 | 2024.08.08 23:06:57.378510 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_76_15} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
13337 | 2024.08.08 23:06:57.378591 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.09 MiB. | ||
13338 | 2024.08.08 23:07:02.344902 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13339 | 2024.08.08 23:07:02.345039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13340 | 2024.08.08 23:07:02.345069 [ 3 ] {} <Debug> HTTP-Session: 89afd754-0848-45d7-aa04-29ca38530190 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13341 | 2024.08.08 23:07:02.345097 [ 3 ] {} <Debug> HTTP-Session: 89afd754-0848-45d7-aa04-29ca38530190 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13342 | 2024.08.08 23:07:02.345114 [ 3 ] {} <Debug> HTTP-Session: 89afd754-0848-45d7-aa04-29ca38530190 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13343 | 2024.08.08 23:07:02.345171 [ 3 ] {} <Trace> HTTP-Session: 89afd754-0848-45d7-aa04-29ca38530190 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13344 | 2024.08.08 23:07:02.345363 [ 3 ] {8e880afe-2204-48f1-8c92-5beddfeb9076} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13345 | 2024.08.08 23:07:02.345426 [ 3 ] {8e880afe-2204-48f1-8c92-5beddfeb9076} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13346 | 2024.08.08 23:07:02.345621 [ 3 ] {8e880afe-2204-48f1-8c92-5beddfeb9076} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13347 | 2024.08.08 23:07:02.346011 [ 3 ] {8e880afe-2204-48f1-8c92-5beddfeb9076} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13348 | 2024.08.08 23:07:02.346050 [ 3 ] {8e880afe-2204-48f1-8c92-5beddfeb9076} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13349 | 2024.08.08 23:07:02.346420 [ 3 ] {8e880afe-2204-48f1-8c92-5beddfeb9076} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
13350 | 2024.08.08 23:07:02.346775 [ 3 ] {8e880afe-2204-48f1-8c92-5beddfeb9076} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13351 | 2024.08.08 23:07:02.346938 [ 3 ] {8e880afe-2204-48f1-8c92-5beddfeb9076} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001629 sec., 3683.2412523020257 rows/sec., 208.62 KiB/sec. | ||
13352 | 2024.08.08 23:07:02.347147 [ 3 ] {8e880afe-2204-48f1-8c92-5beddfeb9076} <Debug> DynamicQueryHandler: Done processing query | ||
13353 | 2024.08.08 23:07:02.347174 [ 3 ] {8e880afe-2204-48f1-8c92-5beddfeb9076} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13354 | 2024.08.08 23:07:02.347190 [ 3 ] {} <Debug> HTTP-Session: 89afd754-0848-45d7-aa04-29ca38530190 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13355 | 2024.08.08 23:07:02.347353 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13356 | 2024.08.08 23:07:02.347403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13357 | 2024.08.08 23:07:02.347422 [ 3 ] {} <Debug> HTTP-Session: 26eceb90-957b-4d87-bd56-ae1b442e1378 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13358 | 2024.08.08 23:07:02.347439 [ 3 ] {} <Debug> HTTP-Session: 26eceb90-957b-4d87-bd56-ae1b442e1378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13359 | 2024.08.08 23:07:02.347453 [ 3 ] {} <Debug> HTTP-Session: 26eceb90-957b-4d87-bd56-ae1b442e1378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13360 | 2024.08.08 23:07:02.347485 [ 3 ] {} <Trace> HTTP-Session: 26eceb90-957b-4d87-bd56-ae1b442e1378 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13361 | 2024.08.08 23:07:02.347625 [ 3 ] {8d768e30-3bfa-4631-a31b-899438353aa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13362 | 2024.08.08 23:07:02.347668 [ 3 ] {8d768e30-3bfa-4631-a31b-899438353aa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13363 | 2024.08.08 23:07:02.347800 [ 3 ] {8d768e30-3bfa-4631-a31b-899438353aa6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13364 | 2024.08.08 23:07:02.348226 [ 3 ] {8d768e30-3bfa-4631-a31b-899438353aa6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13365 | 2024.08.08 23:07:02.348263 [ 3 ] {8d768e30-3bfa-4631-a31b-899438353aa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13366 | 2024.08.08 23:07:02.348590 [ 3 ] {8d768e30-3bfa-4631-a31b-899438353aa6} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13367 | 2024.08.08 23:07:02.348905 [ 3 ] {8d768e30-3bfa-4631-a31b-899438353aa6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13368 | 2024.08.08 23:07:02.349056 [ 3 ] {8d768e30-3bfa-4631-a31b-899438353aa6} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001492 sec., 107908.84718498659 rows/sec., 9.51 MiB/sec. | ||
13369 | 2024.08.08 23:07:02.349218 [ 3 ] {8d768e30-3bfa-4631-a31b-899438353aa6} <Debug> DynamicQueryHandler: Done processing query | ||
13370 | 2024.08.08 23:07:02.349242 [ 3 ] {8d768e30-3bfa-4631-a31b-899438353aa6} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13371 | 2024.08.08 23:07:02.349259 [ 3 ] {} <Debug> HTTP-Session: 26eceb90-957b-4d87-bd56-ae1b442e1378 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13372 | 2024.08.08 23:07:02.349418 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13373 | 2024.08.08 23:07:02.349469 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13374 | 2024.08.08 23:07:02.349489 [ 3 ] {} <Debug> HTTP-Session: 8fcc96c9-1d7e-4f2a-bd90-478abd1266ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13375 | 2024.08.08 23:07:02.349505 [ 3 ] {} <Debug> HTTP-Session: 8fcc96c9-1d7e-4f2a-bd90-478abd1266ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13376 | 2024.08.08 23:07:02.349520 [ 3 ] {} <Debug> HTTP-Session: 8fcc96c9-1d7e-4f2a-bd90-478abd1266ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13377 | 2024.08.08 23:07:02.349551 [ 3 ] {} <Trace> HTTP-Session: 8fcc96c9-1d7e-4f2a-bd90-478abd1266ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13378 | 2024.08.08 23:07:02.349743 [ 3 ] {545c2ee4-a723-4e34-9a91-ebb49235be10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13379 | 2024.08.08 23:07:02.349786 [ 3 ] {545c2ee4-a723-4e34-9a91-ebb49235be10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13380 | 2024.08.08 23:07:02.349914 [ 3 ] {545c2ee4-a723-4e34-9a91-ebb49235be10} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13381 | 2024.08.08 23:07:02.350404 [ 3 ] {545c2ee4-a723-4e34-9a91-ebb49235be10} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13382 | 2024.08.08 23:07:02.350440 [ 3 ] {545c2ee4-a723-4e34-9a91-ebb49235be10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13383 | 2024.08.08 23:07:02.350780 [ 3 ] {545c2ee4-a723-4e34-9a91-ebb49235be10} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13384 | 2024.08.08 23:07:02.351131 [ 3 ] {545c2ee4-a723-4e34-9a91-ebb49235be10} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13385 | 2024.08.08 23:07:02.351279 [ 3 ] {545c2ee4-a723-4e34-9a91-ebb49235be10} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001632 sec., 234068.6274509804 rows/sec., 16.44 MiB/sec. | ||
13386 | 2024.08.08 23:07:02.351432 [ 3 ] {545c2ee4-a723-4e34-9a91-ebb49235be10} <Debug> DynamicQueryHandler: Done processing query | ||
13387 | 2024.08.08 23:07:02.351460 [ 3 ] {545c2ee4-a723-4e34-9a91-ebb49235be10} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13388 | 2024.08.08 23:07:02.351477 [ 3 ] {} <Debug> HTTP-Session: 8fcc96c9-1d7e-4f2a-bd90-478abd1266ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13389 | 2024.08.08 23:07:02.351589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13390 | 2024.08.08 23:07:02.351637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13391 | 2024.08.08 23:07:02.351657 [ 3 ] {} <Debug> HTTP-Session: b0be6890-cd31-4328-8083-13287243089d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13392 | 2024.08.08 23:07:02.351673 [ 3 ] {} <Debug> HTTP-Session: b0be6890-cd31-4328-8083-13287243089d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13393 | 2024.08.08 23:07:02.351687 [ 3 ] {} <Debug> HTTP-Session: b0be6890-cd31-4328-8083-13287243089d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13394 | 2024.08.08 23:07:02.351717 [ 3 ] {} <Trace> HTTP-Session: b0be6890-cd31-4328-8083-13287243089d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13395 | 2024.08.08 23:07:02.351813 [ 3 ] {6df33ab0-0ded-4684-b32d-8bbd25189915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13396 | 2024.08.08 23:07:02.351860 [ 3 ] {6df33ab0-0ded-4684-b32d-8bbd25189915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13397 | 2024.08.08 23:07:02.351990 [ 3 ] {6df33ab0-0ded-4684-b32d-8bbd25189915} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13398 | 2024.08.08 23:07:02.352259 [ 3 ] {6df33ab0-0ded-4684-b32d-8bbd25189915} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13399 | 2024.08.08 23:07:02.352295 [ 3 ] {6df33ab0-0ded-4684-b32d-8bbd25189915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13400 | 2024.08.08 23:07:02.352658 [ 3 ] {6df33ab0-0ded-4684-b32d-8bbd25189915} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
13401 | 2024.08.08 23:07:02.352997 [ 3 ] {6df33ab0-0ded-4684-b32d-8bbd25189915} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13402 | 2024.08.08 23:07:02.353162 [ 3 ] {6df33ab0-0ded-4684-b32d-8bbd25189915} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001366 sec., 4392.386530014641 rows/sec., 188.74 KiB/sec. | ||
13403 | 2024.08.08 23:07:02.353430 [ 3 ] {6df33ab0-0ded-4684-b32d-8bbd25189915} <Debug> DynamicQueryHandler: Done processing query | ||
13404 | 2024.08.08 23:07:02.353482 [ 3 ] {6df33ab0-0ded-4684-b32d-8bbd25189915} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13405 | 2024.08.08 23:07:02.353517 [ 3 ] {} <Debug> HTTP-Session: b0be6890-cd31-4328-8083-13287243089d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13406 | 2024.08.08 23:07:02.353637 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13407 | 2024.08.08 23:07:02.353687 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13408 | 2024.08.08 23:07:02.353707 [ 3 ] {} <Debug> HTTP-Session: c4721e47-7ca5-4f81-9a62-3940ff1892b8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13409 | 2024.08.08 23:07:02.353725 [ 3 ] {} <Debug> HTTP-Session: c4721e47-7ca5-4f81-9a62-3940ff1892b8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13410 | 2024.08.08 23:07:02.353738 [ 3 ] {} <Debug> HTTP-Session: c4721e47-7ca5-4f81-9a62-3940ff1892b8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13411 | 2024.08.08 23:07:02.353768 [ 3 ] {} <Trace> HTTP-Session: c4721e47-7ca5-4f81-9a62-3940ff1892b8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13412 | 2024.08.08 23:07:02.353892 [ 3 ] {2e239277-88e6-47f4-a149-4fefd67c5a1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13413 | 2024.08.08 23:07:02.353943 [ 3 ] {2e239277-88e6-47f4-a149-4fefd67c5a1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13414 | 2024.08.08 23:07:02.354102 [ 3 ] {2e239277-88e6-47f4-a149-4fefd67c5a1c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13415 | 2024.08.08 23:07:02.354421 [ 3 ] {2e239277-88e6-47f4-a149-4fefd67c5a1c} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13416 | 2024.08.08 23:07:02.354459 [ 3 ] {2e239277-88e6-47f4-a149-4fefd67c5a1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13417 | 2024.08.08 23:07:02.354853 [ 3 ] {2e239277-88e6-47f4-a149-4fefd67c5a1c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
13418 | 2024.08.08 23:07:02.355214 [ 3 ] {2e239277-88e6-47f4-a149-4fefd67c5a1c} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13419 | 2024.08.08 23:07:02.355382 [ 3 ] {2e239277-88e6-47f4-a149-4fefd67c5a1c} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001522 sec., 50591.32720105125 rows/sec., 3.12 MiB/sec. | ||
13420 | 2024.08.08 23:07:02.355568 [ 3 ] {2e239277-88e6-47f4-a149-4fefd67c5a1c} <Debug> DynamicQueryHandler: Done processing query | ||
13421 | 2024.08.08 23:07:02.355595 [ 3 ] {2e239277-88e6-47f4-a149-4fefd67c5a1c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13422 | 2024.08.08 23:07:02.355612 [ 3 ] {} <Debug> HTTP-Session: c4721e47-7ca5-4f81-9a62-3940ff1892b8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13423 | 2024.08.08 23:07:02.355731 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13424 | 2024.08.08 23:07:02.355779 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13425 | 2024.08.08 23:07:02.355798 [ 3 ] {} <Debug> HTTP-Session: 3ed5f9d7-926f-46e6-9fcd-6e4730d5a1ba Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13426 | 2024.08.08 23:07:02.355813 [ 3 ] {} <Debug> HTTP-Session: 3ed5f9d7-926f-46e6-9fcd-6e4730d5a1ba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13427 | 2024.08.08 23:07:02.355827 [ 3 ] {} <Debug> HTTP-Session: 3ed5f9d7-926f-46e6-9fcd-6e4730d5a1ba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13428 | 2024.08.08 23:07:02.355856 [ 3 ] {} <Trace> HTTP-Session: 3ed5f9d7-926f-46e6-9fcd-6e4730d5a1ba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13429 | 2024.08.08 23:07:02.355998 [ 3 ] {a8ef5896-53e5-4faf-8218-ad1ca87caec7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13430 | 2024.08.08 23:07:02.356044 [ 3 ] {a8ef5896-53e5-4faf-8218-ad1ca87caec7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13431 | 2024.08.08 23:07:02.356183 [ 3 ] {a8ef5896-53e5-4faf-8218-ad1ca87caec7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13432 | 2024.08.08 23:07:02.356645 [ 3 ] {a8ef5896-53e5-4faf-8218-ad1ca87caec7} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13433 | 2024.08.08 23:07:02.356686 [ 3 ] {a8ef5896-53e5-4faf-8218-ad1ca87caec7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13434 | 2024.08.08 23:07:02.357601 [ 3 ] {a8ef5896-53e5-4faf-8218-ad1ca87caec7} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13435 | 2024.08.08 23:07:02.357976 [ 3 ] {a8ef5896-53e5-4faf-8218-ad1ca87caec7} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13436 | 2024.08.08 23:07:02.358135 [ 3 ] {a8ef5896-53e5-4faf-8218-ad1ca87caec7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00219 sec., 73059.3607305936 rows/sec., 5.09 MiB/sec. | ||
13437 | 2024.08.08 23:07:02.358328 [ 3 ] {a8ef5896-53e5-4faf-8218-ad1ca87caec7} <Debug> DynamicQueryHandler: Done processing query | ||
13438 | 2024.08.08 23:07:02.358364 [ 3 ] {a8ef5896-53e5-4faf-8218-ad1ca87caec7} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13439 | 2024.08.08 23:07:02.358395 [ 3 ] {} <Debug> HTTP-Session: 3ed5f9d7-926f-46e6-9fcd-6e4730d5a1ba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13440 | 2024.08.08 23:07:02.358537 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13441 | 2024.08.08 23:07:02.358587 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13442 | 2024.08.08 23:07:02.358607 [ 3 ] {} <Debug> HTTP-Session: acfe51f6-be70-47e2-a5f1-66cb1a706cb2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13443 | 2024.08.08 23:07:02.358623 [ 3 ] {} <Debug> HTTP-Session: acfe51f6-be70-47e2-a5f1-66cb1a706cb2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13444 | 2024.08.08 23:07:02.358637 [ 3 ] {} <Debug> HTTP-Session: acfe51f6-be70-47e2-a5f1-66cb1a706cb2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13445 | 2024.08.08 23:07:02.358667 [ 3 ] {} <Trace> HTTP-Session: acfe51f6-be70-47e2-a5f1-66cb1a706cb2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13446 | 2024.08.08 23:07:02.358768 [ 3 ] {0586cce3-76a5-4c32-a518-7258e435f7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13447 | 2024.08.08 23:07:02.358813 [ 3 ] {0586cce3-76a5-4c32-a518-7258e435f7e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13448 | 2024.08.08 23:07:02.358940 [ 3 ] {0586cce3-76a5-4c32-a518-7258e435f7e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13449 | 2024.08.08 23:07:02.359283 [ 3 ] {0586cce3-76a5-4c32-a518-7258e435f7e3} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13450 | 2024.08.08 23:07:02.359319 [ 3 ] {0586cce3-76a5-4c32-a518-7258e435f7e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13451 | 2024.08.08 23:07:02.359675 [ 3 ] {0586cce3-76a5-4c32-a518-7258e435f7e3} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
13452 | 2024.08.08 23:07:02.360004 [ 3 ] {0586cce3-76a5-4c32-a518-7258e435f7e3} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13453 | 2024.08.08 23:07:02.360167 [ 3 ] {0586cce3-76a5-4c32-a518-7258e435f7e3} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001416 sec., 16242.937853107345 rows/sec., 878.63 KiB/sec. | ||
13454 | 2024.08.08 23:07:02.360522 [ 3 ] {0586cce3-76a5-4c32-a518-7258e435f7e3} <Debug> DynamicQueryHandler: Done processing query | ||
13455 | 2024.08.08 23:07:02.360567 [ 3 ] {0586cce3-76a5-4c32-a518-7258e435f7e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13456 | 2024.08.08 23:07:02.360592 [ 3 ] {} <Debug> HTTP-Session: acfe51f6-be70-47e2-a5f1-66cb1a706cb2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13457 | 2024.08.08 23:07:02.360702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13458 | 2024.08.08 23:07:02.360752 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13459 | 2024.08.08 23:07:02.360770 [ 3 ] {} <Debug> HTTP-Session: 8683d97d-1fc4-4a99-aaa0-fda286994625 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13460 | 2024.08.08 23:07:02.360787 [ 3 ] {} <Debug> HTTP-Session: 8683d97d-1fc4-4a99-aaa0-fda286994625 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13461 | 2024.08.08 23:07:02.360800 [ 3 ] {} <Debug> HTTP-Session: 8683d97d-1fc4-4a99-aaa0-fda286994625 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13462 | 2024.08.08 23:07:02.360832 [ 3 ] {} <Trace> HTTP-Session: 8683d97d-1fc4-4a99-aaa0-fda286994625 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13463 | 2024.08.08 23:07:02.360949 [ 3 ] {514a9393-dfeb-4e1b-b635-48aaa2835cc2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13464 | 2024.08.08 23:07:02.360995 [ 3 ] {514a9393-dfeb-4e1b-b635-48aaa2835cc2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13465 | 2024.08.08 23:07:02.361141 [ 3 ] {514a9393-dfeb-4e1b-b635-48aaa2835cc2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13466 | 2024.08.08 23:07:02.361427 [ 3 ] {514a9393-dfeb-4e1b-b635-48aaa2835cc2} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13467 | 2024.08.08 23:07:02.361465 [ 3 ] {514a9393-dfeb-4e1b-b635-48aaa2835cc2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13468 | 2024.08.08 23:07:02.361816 [ 3 ] {514a9393-dfeb-4e1b-b635-48aaa2835cc2} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
13469 | 2024.08.08 23:07:02.362142 [ 3 ] {514a9393-dfeb-4e1b-b635-48aaa2835cc2} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13470 | 2024.08.08 23:07:02.362296 [ 3 ] {514a9393-dfeb-4e1b-b635-48aaa2835cc2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001388 sec., 43227.66570605188 rows/sec., 2.91 MiB/sec. | ||
13471 | 2024.08.08 23:07:02.362444 [ 3 ] {514a9393-dfeb-4e1b-b635-48aaa2835cc2} <Debug> DynamicQueryHandler: Done processing query | ||
13472 | 2024.08.08 23:07:02.362468 [ 3 ] {514a9393-dfeb-4e1b-b635-48aaa2835cc2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13473 | 2024.08.08 23:07:02.362484 [ 3 ] {} <Debug> HTTP-Session: 8683d97d-1fc4-4a99-aaa0-fda286994625 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13474 | 2024.08.08 23:07:03.583107 [ 53 ] {} <Debug> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
13475 | 2024.08.08 23:07:03.583171 [ 53 ] {} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13476 | 2024.08.08 23:07:03.583193 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13477 | 2024.08.08 23:07:03.583519 [ 191 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
13478 | 2024.08.08 23:07:03.584107 [ 191 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13479 | 2024.08.08 23:07:03.584212 [ 191 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 16 rows starting from the beginning of the part | ||
13480 | 2024.08.08 23:07:03.584471 [ 191 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
13481 | 2024.08.08 23:07:03.584680 [ 191 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
13482 | 2024.08.08 23:07:03.584931 [ 191 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
13483 | 2024.08.08 23:07:03.585143 [ 191 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
13484 | 2024.08.08 23:07:03.586342 [ 200 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.003065932 sec., 10437.283018670994 rows/sec., 851.09 KiB/sec. | ||
13485 | 2024.08.08 23:07:03.586568 [ 186 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
13486 | 2024.08.08 23:07:03.587080 [ 186 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13487 | 2024.08.08 23:07:03.587190 [ 186 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_22_5} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
13488 | 2024.08.08 23:07:03.587306 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
13489 | 2024.08.08 23:07:03.689308 [ 53 ] {} <Debug> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Selected 5 parts from all_1_18_4 to all_22_22_0 | ||
13490 | 2024.08.08 23:07:03.689353 [ 53 ] {} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13491 | 2024.08.08 23:07:03.689373 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13492 | 2024.08.08 23:07:03.689555 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_18_4 to all_22_22_0 into Compact with storage Full | ||
13493 | 2024.08.08 23:07:03.689831 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13494 | 2024.08.08 23:07:03.689865 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_18_4, total 16 rows starting from the beginning of the part | ||
13495 | 2024.08.08 23:07:03.689941 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 2 rows starting from the beginning of the part | ||
13496 | 2024.08.08 23:07:03.690160 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 4 rows starting from the beginning of the part | ||
13497 | 2024.08.08 23:07:03.690328 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
13498 | 2024.08.08 23:07:03.690509 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 4 rows starting from the beginning of the part | ||
13499 | 2024.08.08 23:07:03.691499 [ 191 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32 rows, containing 4 columns (4 merged, 0 gathered) in 0.002066199 sec., 15487.37561096487 rows/sec., 1.06 MiB/sec. | ||
13500 | 2024.08.08 23:07:03.691675 [ 193 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
13501 | 2024.08.08 23:07:03.692161 [ 193 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13502 | 2024.08.08 23:07:03.692258 [ 193 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_22_5} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Merged 5 parts: [all_1_18_4, all_22_22_0] -> all_1_22_5 | ||
13503 | 2024.08.08 23:07:03.692365 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
13504 | 2024.08.08 23:07:07.341700 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 6651, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13505 | 2024.08.08 23:07:07.341852 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13506 | 2024.08.08 23:07:07.341883 [ 3 ] {} <Debug> HTTP-Session: c9dab6c4-f748-445d-ab8a-31fdf06b01ec Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13507 | 2024.08.08 23:07:07.341910 [ 3 ] {} <Debug> HTTP-Session: c9dab6c4-f748-445d-ab8a-31fdf06b01ec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13508 | 2024.08.08 23:07:07.341927 [ 3 ] {} <Debug> HTTP-Session: c9dab6c4-f748-445d-ab8a-31fdf06b01ec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13509 | 2024.08.08 23:07:07.341980 [ 3 ] {} <Trace> HTTP-Session: c9dab6c4-f748-445d-ab8a-31fdf06b01ec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13510 | 2024.08.08 23:07:07.342200 [ 3 ] {1f667d70-0672-455c-b945-6f963c5a2c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13511 | 2024.08.08 23:07:07.342274 [ 3 ] {1f667d70-0672-455c-b945-6f963c5a2c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13512 | 2024.08.08 23:07:07.342491 [ 3 ] {1f667d70-0672-455c-b945-6f963c5a2c16} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13513 | 2024.08.08 23:07:07.342916 [ 3 ] {1f667d70-0672-455c-b945-6f963c5a2c16} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13514 | 2024.08.08 23:07:07.342957 [ 3 ] {1f667d70-0672-455c-b945-6f963c5a2c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13515 | 2024.08.08 23:07:07.343353 [ 3 ] {1f667d70-0672-455c-b945-6f963c5a2c16} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
13516 | 2024.08.08 23:07:07.343692 [ 3 ] {1f667d70-0672-455c-b945-6f963c5a2c16} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13517 | 2024.08.08 23:07:07.343869 [ 3 ] {1f667d70-0672-455c-b945-6f963c5a2c16} <Debug> executeQuery: Read 46 rows, 3.73 KiB in 0.001734 sec., 26528.258362168395 rows/sec., 2.10 MiB/sec. | ||
13518 | 2024.08.08 23:07:07.343878 [ 51 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
13519 | 2024.08.08 23:07:07.343996 [ 51 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13520 | 2024.08.08 23:07:07.344043 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13521 | 2024.08.08 23:07:07.344154 [ 3 ] {1f667d70-0672-455c-b945-6f963c5a2c16} <Debug> DynamicQueryHandler: Done processing query | ||
13522 | 2024.08.08 23:07:07.344189 [ 3 ] {1f667d70-0672-455c-b945-6f963c5a2c16} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13523 | 2024.08.08 23:07:07.344195 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
13524 | 2024.08.08 23:07:07.344208 [ 3 ] {} <Debug> HTTP-Session: c9dab6c4-f748-445d-ab8a-31fdf06b01ec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13525 | 2024.08.08 23:07:07.344337 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13526 | 2024.08.08 23:07:07.344372 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 39 rows starting from the beginning of the part | ||
13527 | 2024.08.08 23:07:07.344507 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 33 rows starting from the beginning of the part | ||
13528 | 2024.08.08 23:07:07.344512 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 28609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13529 | 2024.08.08 23:07:07.344683 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13530 | 2024.08.08 23:07:07.344779 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 6 rows starting from the beginning of the part | ||
13531 | 2024.08.08 23:07:07.344806 [ 3 ] {} <Debug> HTTP-Session: a7892809-1f4d-4d36-be30-442b7983d6d8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13532 | 2024.08.08 23:07:07.344917 [ 3 ] {} <Debug> HTTP-Session: a7892809-1f4d-4d36-be30-442b7983d6d8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13533 | 2024.08.08 23:07:07.344988 [ 3 ] {} <Debug> HTTP-Session: a7892809-1f4d-4d36-be30-442b7983d6d8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13534 | 2024.08.08 23:07:07.345087 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 44 rows starting from the beginning of the part | ||
13535 | 2024.08.08 23:07:07.345184 [ 3 ] {} <Trace> HTTP-Session: a7892809-1f4d-4d36-be30-442b7983d6d8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13536 | 2024.08.08 23:07:07.345503 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 6 rows starting from the beginning of the part | ||
13537 | 2024.08.08 23:07:07.345648 [ 3 ] {aebea0df-b436-4e1d-b35b-0967163ce624} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13538 | 2024.08.08 23:07:07.345854 [ 3 ] {aebea0df-b436-4e1d-b35b-0967163ce624} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13539 | 2024.08.08 23:07:07.345888 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 46 rows starting from the beginning of the part | ||
13540 | 2024.08.08 23:07:07.346635 [ 3 ] {aebea0df-b436-4e1d-b35b-0967163ce624} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13541 | 2024.08.08 23:07:07.347255 [ 3 ] {aebea0df-b436-4e1d-b35b-0967163ce624} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13542 | 2024.08.08 23:07:07.347301 [ 3 ] {aebea0df-b436-4e1d-b35b-0967163ce624} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13543 | 2024.08.08 23:07:07.347729 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.00359366 sec., 48418.60387460138 rows/sec., 3.70 MiB/sec. | ||
13544 | 2024.08.08 23:07:07.347860 [ 3 ] {aebea0df-b436-4e1d-b35b-0967163ce624} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13545 | 2024.08.08 23:07:07.347959 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
13546 | 2024.08.08 23:07:07.348666 [ 3 ] {aebea0df-b436-4e1d-b35b-0967163ce624} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13547 | 2024.08.08 23:07:07.348992 [ 3 ] {aebea0df-b436-4e1d-b35b-0967163ce624} <Debug> executeQuery: Read 194 rows, 16.80 KiB in 0.003558 sec., 54525.01405283868 rows/sec., 4.61 MiB/sec. | ||
13548 | 2024.08.08 23:07:07.348997 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13549 | 2024.08.08 23:07:07.349496 [ 3 ] {aebea0df-b436-4e1d-b35b-0967163ce624} <Debug> DynamicQueryHandler: Done processing query | ||
13550 | 2024.08.08 23:07:07.349509 [ 187 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_71_14} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
13551 | 2024.08.08 23:07:07.349572 [ 3 ] {aebea0df-b436-4e1d-b35b-0967163ce624} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13552 | 2024.08.08 23:07:07.349645 [ 3 ] {} <Debug> HTTP-Session: a7892809-1f4d-4d36-be30-442b7983d6d8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13553 | 2024.08.08 23:07:07.349820 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
13554 | 2024.08.08 23:07:07.349909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 18684, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13555 | 2024.08.08 23:07:07.349993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13556 | 2024.08.08 23:07:07.350020 [ 3 ] {} <Debug> HTTP-Session: 703c4f41-1156-4e25-8dcd-e6c6a443914d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13557 | 2024.08.08 23:07:07.350043 [ 3 ] {} <Debug> HTTP-Session: 703c4f41-1156-4e25-8dcd-e6c6a443914d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13558 | 2024.08.08 23:07:07.350062 [ 3 ] {} <Debug> HTTP-Session: 703c4f41-1156-4e25-8dcd-e6c6a443914d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13559 | 2024.08.08 23:07:07.350103 [ 3 ] {} <Trace> HTTP-Session: 703c4f41-1156-4e25-8dcd-e6c6a443914d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13560 | 2024.08.08 23:07:07.350287 [ 3 ] {0cf989b4-08b3-4c11-98d0-2e235c574d0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13561 | 2024.08.08 23:07:07.350341 [ 3 ] {0cf989b4-08b3-4c11-98d0-2e235c574d0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13562 | 2024.08.08 23:07:07.350543 [ 3 ] {0cf989b4-08b3-4c11-98d0-2e235c574d0c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13563 | 2024.08.08 23:07:07.350937 [ 3 ] {0cf989b4-08b3-4c11-98d0-2e235c574d0c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13564 | 2024.08.08 23:07:07.350974 [ 3 ] {0cf989b4-08b3-4c11-98d0-2e235c574d0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13565 | 2024.08.08 23:07:07.351333 [ 3 ] {0cf989b4-08b3-4c11-98d0-2e235c574d0c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13566 | 2024.08.08 23:07:07.351653 [ 3 ] {0cf989b4-08b3-4c11-98d0-2e235c574d0c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13567 | 2024.08.08 23:07:07.351820 [ 3 ] {0cf989b4-08b3-4c11-98d0-2e235c574d0c} <Debug> executeQuery: Read 110 rows, 8.80 KiB in 0.0016 sec., 68750 rows/sec., 5.37 MiB/sec. | ||
13568 | 2024.08.08 23:07:07.351989 [ 3 ] {0cf989b4-08b3-4c11-98d0-2e235c574d0c} <Debug> DynamicQueryHandler: Done processing query | ||
13569 | 2024.08.08 23:07:07.352014 [ 3 ] {0cf989b4-08b3-4c11-98d0-2e235c574d0c} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13570 | 2024.08.08 23:07:07.352030 [ 3 ] {} <Debug> HTTP-Session: 703c4f41-1156-4e25-8dcd-e6c6a443914d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13571 | 2024.08.08 23:07:07.352223 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13572 | 2024.08.08 23:07:07.352274 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13573 | 2024.08.08 23:07:07.352294 [ 3 ] {} <Debug> HTTP-Session: 66296083-7c12-4e8c-bf07-424e1f5000f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13574 | 2024.08.08 23:07:07.352310 [ 3 ] {} <Debug> HTTP-Session: 66296083-7c12-4e8c-bf07-424e1f5000f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13575 | 2024.08.08 23:07:07.352325 [ 3 ] {} <Debug> HTTP-Session: 66296083-7c12-4e8c-bf07-424e1f5000f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13576 | 2024.08.08 23:07:07.352356 [ 3 ] {} <Trace> HTTP-Session: 66296083-7c12-4e8c-bf07-424e1f5000f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13577 | 2024.08.08 23:07:07.352503 [ 3 ] {f230f429-a5f5-49b5-aab3-42a74ef02e1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13578 | 2024.08.08 23:07:07.352551 [ 3 ] {f230f429-a5f5-49b5-aab3-42a74ef02e1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13579 | 2024.08.08 23:07:07.352700 [ 3 ] {f230f429-a5f5-49b5-aab3-42a74ef02e1d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13580 | 2024.08.08 23:07:07.353082 [ 3 ] {f230f429-a5f5-49b5-aab3-42a74ef02e1d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13581 | 2024.08.08 23:07:07.353119 [ 3 ] {f230f429-a5f5-49b5-aab3-42a74ef02e1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13582 | 2024.08.08 23:07:07.353506 [ 3 ] {f230f429-a5f5-49b5-aab3-42a74ef02e1d} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13583 | 2024.08.08 23:07:07.353847 [ 3 ] {f230f429-a5f5-49b5-aab3-42a74ef02e1d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13584 | 2024.08.08 23:07:07.354041 [ 3 ] {f230f429-a5f5-49b5-aab3-42a74ef02e1d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
13585 | 2024.08.08 23:07:07.354215 [ 3 ] {f230f429-a5f5-49b5-aab3-42a74ef02e1d} <Debug> DynamicQueryHandler: Done processing query | ||
13586 | 2024.08.08 23:07:07.354239 [ 3 ] {f230f429-a5f5-49b5-aab3-42a74ef02e1d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13587 | 2024.08.08 23:07:07.354255 [ 3 ] {} <Debug> HTTP-Session: 66296083-7c12-4e8c-bf07-424e1f5000f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13588 | 2024.08.08 23:07:07.354447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 73850, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13589 | 2024.08.08 23:07:07.354497 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13590 | 2024.08.08 23:07:07.354516 [ 3 ] {} <Debug> HTTP-Session: bce8e922-ef68-4d46-8413-4cc4e3daaeda Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13591 | 2024.08.08 23:07:07.354533 [ 3 ] {} <Debug> HTTP-Session: bce8e922-ef68-4d46-8413-4cc4e3daaeda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13592 | 2024.08.08 23:07:07.354547 [ 3 ] {} <Debug> HTTP-Session: bce8e922-ef68-4d46-8413-4cc4e3daaeda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13593 | 2024.08.08 23:07:07.354577 [ 3 ] {} <Trace> HTTP-Session: bce8e922-ef68-4d46-8413-4cc4e3daaeda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13594 | 2024.08.08 23:07:07.355018 [ 3 ] {7277dd1e-1173-470c-97af-e96f2144ac8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13595 | 2024.08.08 23:07:07.355083 [ 3 ] {7277dd1e-1173-470c-97af-e96f2144ac8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13596 | 2024.08.08 23:07:07.355483 [ 3 ] {7277dd1e-1173-470c-97af-e96f2144ac8a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13597 | 2024.08.08 23:07:07.356397 [ 3 ] {7277dd1e-1173-470c-97af-e96f2144ac8a} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13598 | 2024.08.08 23:07:07.356433 [ 3 ] {7277dd1e-1173-470c-97af-e96f2144ac8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13599 | 2024.08.08 23:07:07.357072 [ 3 ] {7277dd1e-1173-470c-97af-e96f2144ac8a} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
13600 | 2024.08.08 23:07:07.357479 [ 3 ] {7277dd1e-1173-470c-97af-e96f2144ac8a} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13601 | 2024.08.08 23:07:07.357684 [ 3 ] {7277dd1e-1173-470c-97af-e96f2144ac8a} <Debug> executeQuery: Read 46 rows, 84.41 KiB in 0.002999 sec., 15338.446148716239 rows/sec., 27.49 MiB/sec. | ||
13602 | 2024.08.08 23:07:07.358272 [ 3 ] {7277dd1e-1173-470c-97af-e96f2144ac8a} <Debug> DynamicQueryHandler: Done processing query | ||
13603 | 2024.08.08 23:07:07.358297 [ 3 ] {7277dd1e-1173-470c-97af-e96f2144ac8a} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
13604 | 2024.08.08 23:07:07.358313 [ 3 ] {} <Debug> HTTP-Session: bce8e922-ef68-4d46-8413-4cc4e3daaeda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13605 | 2024.08.08 23:07:07.358458 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13606 | 2024.08.08 23:07:07.358507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13607 | 2024.08.08 23:07:07.358527 [ 3 ] {} <Debug> HTTP-Session: 4b94f246-aa55-4f3f-8c4c-ac8aac312220 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13608 | 2024.08.08 23:07:07.358544 [ 3 ] {} <Debug> HTTP-Session: 4b94f246-aa55-4f3f-8c4c-ac8aac312220 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13609 | 2024.08.08 23:07:07.358558 [ 3 ] {} <Debug> HTTP-Session: 4b94f246-aa55-4f3f-8c4c-ac8aac312220 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13610 | 2024.08.08 23:07:07.358589 [ 3 ] {} <Trace> HTTP-Session: 4b94f246-aa55-4f3f-8c4c-ac8aac312220 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13611 | 2024.08.08 23:07:07.358724 [ 3 ] {5298c732-9fe6-4c72-a903-1b40eead3ca0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13612 | 2024.08.08 23:07:07.358769 [ 3 ] {5298c732-9fe6-4c72-a903-1b40eead3ca0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13613 | 2024.08.08 23:07:07.358920 [ 3 ] {5298c732-9fe6-4c72-a903-1b40eead3ca0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13614 | 2024.08.08 23:07:07.359215 [ 3 ] {5298c732-9fe6-4c72-a903-1b40eead3ca0} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13615 | 2024.08.08 23:07:07.359252 [ 3 ] {5298c732-9fe6-4c72-a903-1b40eead3ca0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.25 GiB. | ||
13616 | 2024.08.08 23:07:07.359621 [ 3 ] {5298c732-9fe6-4c72-a903-1b40eead3ca0} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
13617 | 2024.08.08 23:07:07.359950 [ 3 ] {5298c732-9fe6-4c72-a903-1b40eead3ca0} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13618 | 2024.08.08 23:07:07.360139 [ 3 ] {5298c732-9fe6-4c72-a903-1b40eead3ca0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
13619 | 2024.08.08 23:07:07.360301 [ 3 ] {5298c732-9fe6-4c72-a903-1b40eead3ca0} <Debug> DynamicQueryHandler: Done processing query | ||
13620 | 2024.08.08 23:07:07.360325 [ 3 ] {5298c732-9fe6-4c72-a903-1b40eead3ca0} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13621 | 2024.08.08 23:07:07.360341 [ 3 ] {} <Debug> HTTP-Session: 4b94f246-aa55-4f3f-8c4c-ac8aac312220 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13622 | 2024.08.08 23:07:08.182475 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
13623 | 2024.08.08 23:07:08.182528 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
13624 | 2024.08.08 23:07:12.344214 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13625 | 2024.08.08 23:07:12.344349 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13626 | 2024.08.08 23:07:12.344378 [ 3 ] {} <Debug> HTTP-Session: c5cce9b3-d4e1-4779-85a0-1ed4765f2a7a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13627 | 2024.08.08 23:07:12.344406 [ 3 ] {} <Debug> HTTP-Session: c5cce9b3-d4e1-4779-85a0-1ed4765f2a7a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13628 | 2024.08.08 23:07:12.344424 [ 3 ] {} <Debug> HTTP-Session: c5cce9b3-d4e1-4779-85a0-1ed4765f2a7a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13629 | 2024.08.08 23:07:12.344478 [ 3 ] {} <Trace> HTTP-Session: c5cce9b3-d4e1-4779-85a0-1ed4765f2a7a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13630 | 2024.08.08 23:07:12.344664 [ 3 ] {85adc856-422e-4bdb-bf07-d60b076231a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13631 | 2024.08.08 23:07:12.344728 [ 3 ] {85adc856-422e-4bdb-bf07-d60b076231a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13632 | 2024.08.08 23:07:12.344915 [ 3 ] {85adc856-422e-4bdb-bf07-d60b076231a2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13633 | 2024.08.08 23:07:12.345392 [ 3 ] {85adc856-422e-4bdb-bf07-d60b076231a2} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13634 | 2024.08.08 23:07:12.345430 [ 3 ] {85adc856-422e-4bdb-bf07-d60b076231a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13635 | 2024.08.08 23:07:12.345783 [ 3 ] {85adc856-422e-4bdb-bf07-d60b076231a2} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
13636 | 2024.08.08 23:07:12.346114 [ 3 ] {85adc856-422e-4bdb-bf07-d60b076231a2} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13637 | 2024.08.08 23:07:12.346253 [ 3 ] {85adc856-422e-4bdb-bf07-d60b076231a2} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001643 sec., 3651.8563603164944 rows/sec., 206.84 KiB/sec. | ||
13638 | 2024.08.08 23:07:12.346441 [ 3 ] {85adc856-422e-4bdb-bf07-d60b076231a2} <Debug> DynamicQueryHandler: Done processing query | ||
13639 | 2024.08.08 23:07:12.346467 [ 3 ] {85adc856-422e-4bdb-bf07-d60b076231a2} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13640 | 2024.08.08 23:07:12.346483 [ 3 ] {} <Debug> HTTP-Session: c5cce9b3-d4e1-4779-85a0-1ed4765f2a7a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13641 | 2024.08.08 23:07:12.346673 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13642 | 2024.08.08 23:07:12.346722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13643 | 2024.08.08 23:07:12.346741 [ 3 ] {} <Debug> HTTP-Session: a1f0e146-1b2a-4ba0-8540-6bf52c2d110d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13644 | 2024.08.08 23:07:12.346758 [ 3 ] {} <Debug> HTTP-Session: a1f0e146-1b2a-4ba0-8540-6bf52c2d110d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13645 | 2024.08.08 23:07:12.346773 [ 3 ] {} <Debug> HTTP-Session: a1f0e146-1b2a-4ba0-8540-6bf52c2d110d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13646 | 2024.08.08 23:07:12.346804 [ 3 ] {} <Trace> HTTP-Session: a1f0e146-1b2a-4ba0-8540-6bf52c2d110d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13647 | 2024.08.08 23:07:12.346966 [ 3 ] {72be31c9-838c-45d0-87a8-e6656ddf6602} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13648 | 2024.08.08 23:07:12.347009 [ 3 ] {72be31c9-838c-45d0-87a8-e6656ddf6602} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13649 | 2024.08.08 23:07:12.347129 [ 3 ] {72be31c9-838c-45d0-87a8-e6656ddf6602} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13650 | 2024.08.08 23:07:12.347552 [ 3 ] {72be31c9-838c-45d0-87a8-e6656ddf6602} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13651 | 2024.08.08 23:07:12.347587 [ 3 ] {72be31c9-838c-45d0-87a8-e6656ddf6602} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13652 | 2024.08.08 23:07:12.347900 [ 3 ] {72be31c9-838c-45d0-87a8-e6656ddf6602} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13653 | 2024.08.08 23:07:12.348208 [ 3 ] {72be31c9-838c-45d0-87a8-e6656ddf6602} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13654 | 2024.08.08 23:07:12.348334 [ 3 ] {72be31c9-838c-45d0-87a8-e6656ddf6602} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001429 sec., 112666.20013995802 rows/sec., 9.93 MiB/sec. | ||
13655 | 2024.08.08 23:07:12.348493 [ 3 ] {72be31c9-838c-45d0-87a8-e6656ddf6602} <Debug> DynamicQueryHandler: Done processing query | ||
13656 | 2024.08.08 23:07:12.348518 [ 3 ] {72be31c9-838c-45d0-87a8-e6656ddf6602} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
13657 | 2024.08.08 23:07:12.348557 [ 3 ] {} <Debug> HTTP-Session: a1f0e146-1b2a-4ba0-8540-6bf52c2d110d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13658 | 2024.08.08 23:07:12.348747 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13659 | 2024.08.08 23:07:12.348796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13660 | 2024.08.08 23:07:12.348815 [ 3 ] {} <Debug> HTTP-Session: de7aecd6-54e2-41ae-8e53-0b106029ecaf Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13661 | 2024.08.08 23:07:12.348831 [ 3 ] {} <Debug> HTTP-Session: de7aecd6-54e2-41ae-8e53-0b106029ecaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13662 | 2024.08.08 23:07:12.348846 [ 3 ] {} <Debug> HTTP-Session: de7aecd6-54e2-41ae-8e53-0b106029ecaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13663 | 2024.08.08 23:07:12.348876 [ 3 ] {} <Trace> HTTP-Session: de7aecd6-54e2-41ae-8e53-0b106029ecaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13664 | 2024.08.08 23:07:12.349078 [ 3 ] {869d7fab-7df4-4508-89b8-41d82e25ff44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13665 | 2024.08.08 23:07:12.349119 [ 3 ] {869d7fab-7df4-4508-89b8-41d82e25ff44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13666 | 2024.08.08 23:07:12.349239 [ 3 ] {869d7fab-7df4-4508-89b8-41d82e25ff44} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13667 | 2024.08.08 23:07:12.349747 [ 3 ] {869d7fab-7df4-4508-89b8-41d82e25ff44} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13668 | 2024.08.08 23:07:12.349782 [ 3 ] {869d7fab-7df4-4508-89b8-41d82e25ff44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13669 | 2024.08.08 23:07:12.350093 [ 3 ] {869d7fab-7df4-4508-89b8-41d82e25ff44} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13670 | 2024.08.08 23:07:12.350386 [ 3 ] {869d7fab-7df4-4508-89b8-41d82e25ff44} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13671 | 2024.08.08 23:07:12.350514 [ 3 ] {869d7fab-7df4-4508-89b8-41d82e25ff44} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00155 sec., 246451.61290322582 rows/sec., 17.31 MiB/sec. | ||
13672 | 2024.08.08 23:07:12.350705 [ 3 ] {869d7fab-7df4-4508-89b8-41d82e25ff44} <Debug> DynamicQueryHandler: Done processing query | ||
13673 | 2024.08.08 23:07:12.350729 [ 3 ] {869d7fab-7df4-4508-89b8-41d82e25ff44} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
13674 | 2024.08.08 23:07:12.350745 [ 3 ] {} <Debug> HTTP-Session: de7aecd6-54e2-41ae-8e53-0b106029ecaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13675 | 2024.08.08 23:07:12.350956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13676 | 2024.08.08 23:07:12.351003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13677 | 2024.08.08 23:07:12.351021 [ 3 ] {} <Debug> HTTP-Session: efab787c-8e93-4ade-a2e4-61149d9ea94d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13678 | 2024.08.08 23:07:12.351038 [ 3 ] {} <Debug> HTTP-Session: efab787c-8e93-4ade-a2e4-61149d9ea94d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13679 | 2024.08.08 23:07:12.351051 [ 3 ] {} <Debug> HTTP-Session: efab787c-8e93-4ade-a2e4-61149d9ea94d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13680 | 2024.08.08 23:07:12.351081 [ 3 ] {} <Trace> HTTP-Session: efab787c-8e93-4ade-a2e4-61149d9ea94d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13681 | 2024.08.08 23:07:12.351174 [ 3 ] {1ca5541d-48fa-415a-a1a4-67247a8f224b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
13682 | 2024.08.08 23:07:12.351218 [ 3 ] {1ca5541d-48fa-415a-a1a4-67247a8f224b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
13683 | 2024.08.08 23:07:12.351354 [ 3 ] {1ca5541d-48fa-415a-a1a4-67247a8f224b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13684 | 2024.08.08 23:07:12.351615 [ 3 ] {1ca5541d-48fa-415a-a1a4-67247a8f224b} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13685 | 2024.08.08 23:07:12.351650 [ 3 ] {1ca5541d-48fa-415a-a1a4-67247a8f224b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13686 | 2024.08.08 23:07:12.351995 [ 3 ] {1ca5541d-48fa-415a-a1a4-67247a8f224b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13687 | 2024.08.08 23:07:12.352302 [ 3 ] {1ca5541d-48fa-415a-a1a4-67247a8f224b} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13688 | 2024.08.08 23:07:12.352461 [ 3 ] {1ca5541d-48fa-415a-a1a4-67247a8f224b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001305 sec., 4597.701149425287 rows/sec., 197.56 KiB/sec. | ||
13689 | 2024.08.08 23:07:12.352622 [ 3 ] {1ca5541d-48fa-415a-a1a4-67247a8f224b} <Debug> DynamicQueryHandler: Done processing query | ||
13690 | 2024.08.08 23:07:12.352646 [ 3 ] {1ca5541d-48fa-415a-a1a4-67247a8f224b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13691 | 2024.08.08 23:07:12.352662 [ 3 ] {} <Debug> HTTP-Session: efab787c-8e93-4ade-a2e4-61149d9ea94d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13692 | 2024.08.08 23:07:12.352778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13693 | 2024.08.08 23:07:12.352827 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13694 | 2024.08.08 23:07:12.352845 [ 3 ] {} <Debug> HTTP-Session: 3bcb82cd-6543-476d-8160-57cca62c10ca Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13695 | 2024.08.08 23:07:12.352861 [ 3 ] {} <Debug> HTTP-Session: 3bcb82cd-6543-476d-8160-57cca62c10ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13696 | 2024.08.08 23:07:12.352875 [ 3 ] {} <Debug> HTTP-Session: 3bcb82cd-6543-476d-8160-57cca62c10ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13697 | 2024.08.08 23:07:12.352904 [ 3 ] {} <Trace> HTTP-Session: 3bcb82cd-6543-476d-8160-57cca62c10ca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13698 | 2024.08.08 23:07:12.353019 [ 3 ] {9f4aba72-2f53-4d9b-9d99-4556a9448d3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
13699 | 2024.08.08 23:07:12.353064 [ 3 ] {9f4aba72-2f53-4d9b-9d99-4556a9448d3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
13700 | 2024.08.08 23:07:12.353204 [ 3 ] {9f4aba72-2f53-4d9b-9d99-4556a9448d3f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13701 | 2024.08.08 23:07:12.353530 [ 3 ] {9f4aba72-2f53-4d9b-9d99-4556a9448d3f} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13702 | 2024.08.08 23:07:12.353567 [ 3 ] {9f4aba72-2f53-4d9b-9d99-4556a9448d3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13703 | 2024.08.08 23:07:12.353915 [ 3 ] {9f4aba72-2f53-4d9b-9d99-4556a9448d3f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
13704 | 2024.08.08 23:07:12.354250 [ 3 ] {9f4aba72-2f53-4d9b-9d99-4556a9448d3f} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13705 | 2024.08.08 23:07:12.354410 [ 3 ] {9f4aba72-2f53-4d9b-9d99-4556a9448d3f} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001431 sec., 53808.52550663872 rows/sec., 3.31 MiB/sec. | ||
13706 | 2024.08.08 23:07:12.354575 [ 3 ] {9f4aba72-2f53-4d9b-9d99-4556a9448d3f} <Debug> DynamicQueryHandler: Done processing query | ||
13707 | 2024.08.08 23:07:12.354600 [ 3 ] {9f4aba72-2f53-4d9b-9d99-4556a9448d3f} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13708 | 2024.08.08 23:07:12.354615 [ 3 ] {} <Debug> HTTP-Session: 3bcb82cd-6543-476d-8160-57cca62c10ca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13709 | 2024.08.08 23:07:12.354802 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13710 | 2024.08.08 23:07:12.354849 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13711 | 2024.08.08 23:07:12.354869 [ 3 ] {} <Debug> HTTP-Session: 0f0bbec3-e01f-434a-870b-d8f0033566ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13712 | 2024.08.08 23:07:12.354885 [ 3 ] {} <Debug> HTTP-Session: 0f0bbec3-e01f-434a-870b-d8f0033566ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13713 | 2024.08.08 23:07:12.354898 [ 3 ] {} <Debug> HTTP-Session: 0f0bbec3-e01f-434a-870b-d8f0033566ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13714 | 2024.08.08 23:07:12.354929 [ 3 ] {} <Trace> HTTP-Session: 0f0bbec3-e01f-434a-870b-d8f0033566ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13715 | 2024.08.08 23:07:12.355068 [ 3 ] {f5f7b5c3-b8e3-48c1-a84a-88b1940832d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13716 | 2024.08.08 23:07:12.355112 [ 3 ] {f5f7b5c3-b8e3-48c1-a84a-88b1940832d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13717 | 2024.08.08 23:07:12.355251 [ 3 ] {f5f7b5c3-b8e3-48c1-a84a-88b1940832d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13718 | 2024.08.08 23:07:12.355625 [ 3 ] {f5f7b5c3-b8e3-48c1-a84a-88b1940832d8} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13719 | 2024.08.08 23:07:12.355661 [ 3 ] {f5f7b5c3-b8e3-48c1-a84a-88b1940832d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13720 | 2024.08.08 23:07:12.356021 [ 3 ] {f5f7b5c3-b8e3-48c1-a84a-88b1940832d8} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13721 | 2024.08.08 23:07:12.356343 [ 3 ] {f5f7b5c3-b8e3-48c1-a84a-88b1940832d8} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13722 | 2024.08.08 23:07:12.356488 [ 3 ] {f5f7b5c3-b8e3-48c1-a84a-88b1940832d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001478 sec., 108254.39783491204 rows/sec., 7.54 MiB/sec. | ||
13723 | 2024.08.08 23:07:12.356655 [ 3 ] {f5f7b5c3-b8e3-48c1-a84a-88b1940832d8} <Debug> DynamicQueryHandler: Done processing query | ||
13724 | 2024.08.08 23:07:12.356679 [ 3 ] {f5f7b5c3-b8e3-48c1-a84a-88b1940832d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
13725 | 2024.08.08 23:07:12.356694 [ 3 ] {} <Debug> HTTP-Session: 0f0bbec3-e01f-434a-870b-d8f0033566ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13726 | 2024.08.08 23:07:12.356809 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13727 | 2024.08.08 23:07:12.356857 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13728 | 2024.08.08 23:07:12.356876 [ 3 ] {} <Debug> HTTP-Session: b445d9e3-1e9f-458a-933a-c3e25ce6e925 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13729 | 2024.08.08 23:07:12.356891 [ 3 ] {} <Debug> HTTP-Session: b445d9e3-1e9f-458a-933a-c3e25ce6e925 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13730 | 2024.08.08 23:07:12.356905 [ 3 ] {} <Debug> HTTP-Session: b445d9e3-1e9f-458a-933a-c3e25ce6e925 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13731 | 2024.08.08 23:07:12.356934 [ 3 ] {} <Trace> HTTP-Session: b445d9e3-1e9f-458a-933a-c3e25ce6e925 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13732 | 2024.08.08 23:07:12.357034 [ 3 ] {4e65eeea-275a-4a9c-bd51-bb159c198ac0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
13733 | 2024.08.08 23:07:12.357078 [ 3 ] {4e65eeea-275a-4a9c-bd51-bb159c198ac0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
13734 | 2024.08.08 23:07:12.357200 [ 3 ] {4e65eeea-275a-4a9c-bd51-bb159c198ac0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13735 | 2024.08.08 23:07:12.357463 [ 3 ] {4e65eeea-275a-4a9c-bd51-bb159c198ac0} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13736 | 2024.08.08 23:07:12.357499 [ 3 ] {4e65eeea-275a-4a9c-bd51-bb159c198ac0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13737 | 2024.08.08 23:07:12.357834 [ 3 ] {4e65eeea-275a-4a9c-bd51-bb159c198ac0} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
13738 | 2024.08.08 23:07:12.358146 [ 3 ] {4e65eeea-275a-4a9c-bd51-bb159c198ac0} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13739 | 2024.08.08 23:07:12.358299 [ 3 ] {4e65eeea-275a-4a9c-bd51-bb159c198ac0} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001286 sec., 17884.914463452566 rows/sec., 967.45 KiB/sec. | ||
13740 | 2024.08.08 23:07:12.358297 [ 47 ] {} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
13741 | 2024.08.08 23:07:12.358409 [ 47 ] {} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13742 | 2024.08.08 23:07:12.358451 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13743 | 2024.08.08 23:07:12.358553 [ 3 ] {4e65eeea-275a-4a9c-bd51-bb159c198ac0} <Debug> DynamicQueryHandler: Done processing query | ||
13744 | 2024.08.08 23:07:12.358623 [ 3 ] {4e65eeea-275a-4a9c-bd51-bb159c198ac0} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
13745 | 2024.08.08 23:07:12.358690 [ 3 ] {} <Debug> HTTP-Session: b445d9e3-1e9f-458a-933a-c3e25ce6e925 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13746 | 2024.08.08 23:07:12.358753 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::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 | ||
13747 | 2024.08.08 23:07:12.358923 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13748 | 2024.08.08 23:07:12.359140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13749 | 2024.08.08 23:07:12.359258 [ 3 ] {} <Debug> HTTP-Session: 71cba8d7-ed57-4d74-8ffe-9d27494e1c62 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13750 | 2024.08.08 23:07:12.359343 [ 3 ] {} <Debug> HTTP-Session: 71cba8d7-ed57-4d74-8ffe-9d27494e1c62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13751 | 2024.08.08 23:07:12.359419 [ 3 ] {} <Debug> HTTP-Session: 71cba8d7-ed57-4d74-8ffe-9d27494e1c62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13752 | 2024.08.08 23:07:12.359519 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13753 | 2024.08.08 23:07:12.359524 [ 3 ] {} <Trace> HTTP-Session: 71cba8d7-ed57-4d74-8ffe-9d27494e1c62 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13754 | 2024.08.08 23:07:12.359572 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 809 rows starting from the beginning of the part | ||
13755 | 2024.08.08 23:07:12.359665 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 23 rows starting from the beginning of the part | ||
13756 | 2024.08.08 23:07:12.359762 [ 3 ] {e31cd04a-9f17-4767-b913-11a91a44277b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13757 | 2024.08.08 23:07:12.359907 [ 3 ] {e31cd04a-9f17-4767-b913-11a91a44277b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13758 | 2024.08.08 23:07:12.359928 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 23 rows starting from the beginning of the part | ||
13759 | 2024.08.08 23:07:12.360484 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 15 rows starting from the beginning of the part | ||
13760 | 2024.08.08 23:07:12.360836 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 23 rows starting from the beginning of the part | ||
13761 | 2024.08.08 23:07:12.361193 [ 188 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 23 rows starting from the beginning of the part | ||
13762 | 2024.08.08 23:07:12.361425 [ 3 ] {e31cd04a-9f17-4767-b913-11a91a44277b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13763 | 2024.08.08 23:07:12.362103 [ 3 ] {e31cd04a-9f17-4767-b913-11a91a44277b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13764 | 2024.08.08 23:07:12.362145 [ 3 ] {e31cd04a-9f17-4767-b913-11a91a44277b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13765 | 2024.08.08 23:07:12.362650 [ 3 ] {e31cd04a-9f17-4767-b913-11a91a44277b} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
13766 | 2024.08.08 23:07:12.363096 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 916 rows, containing 4 columns (4 merged, 0 gathered) in 0.004555954 sec., 201055.58572364866 rows/sec., 10.79 MiB/sec. | ||
13767 | 2024.08.08 23:07:12.363126 [ 3 ] {e31cd04a-9f17-4767-b913-11a91a44277b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13768 | 2024.08.08 23:07:12.363368 [ 3 ] {e31cd04a-9f17-4767-b913-11a91a44277b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.003737 sec., 16055.659620016057 rows/sec., 1.08 MiB/sec. | ||
13769 | 2024.08.08 23:07:12.363389 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
13770 | 2024.08.08 23:07:12.363698 [ 3 ] {e31cd04a-9f17-4767-b913-11a91a44277b} <Debug> DynamicQueryHandler: Done processing query | ||
13771 | 2024.08.08 23:07:12.363761 [ 3 ] {e31cd04a-9f17-4767-b913-11a91a44277b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13772 | 2024.08.08 23:07:12.363825 [ 3 ] {} <Debug> HTTP-Session: 71cba8d7-ed57-4d74-8ffe-9d27494e1c62 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13773 | 2024.08.08 23:07:12.364132 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13774 | 2024.08.08 23:07:12.364218 [ 187 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_41_8} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
13775 | 2024.08.08 23:07:12.364313 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
13776 | 2024.08.08 23:07:17.335135 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13777 | 2024.08.08 23:07:17.335322 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13778 | 2024.08.08 23:07:17.335369 [ 3 ] {} <Debug> HTTP-Session: 4e4f0429-e6aa-45cf-8dcf-ae5c24466555 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13779 | 2024.08.08 23:07:17.335410 [ 3 ] {} <Debug> HTTP-Session: 4e4f0429-e6aa-45cf-8dcf-ae5c24466555 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13780 | 2024.08.08 23:07:17.335438 [ 3 ] {} <Debug> HTTP-Session: 4e4f0429-e6aa-45cf-8dcf-ae5c24466555 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13781 | 2024.08.08 23:07:17.335517 [ 3 ] {} <Trace> HTTP-Session: 4e4f0429-e6aa-45cf-8dcf-ae5c24466555 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13782 | 2024.08.08 23:07:17.335882 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT JSONEachRow; (stage: Complete) | ||
13783 | 2024.08.08 23:07:17.336286 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
13784 | 2024.08.08 23:07:17.336337 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
13785 | 2024.08.08 23:07:17.336699 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13786 | 2024.08.08 23:07:17.336779 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
13787 | 2024.08.08 23:07:17.336945 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
13788 | 2024.08.08 23:07:17.336985 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Used generic exclusion search over index for part all_1_6_1 with 1 steps | ||
13789 | 2024.08.08 23:07:17.337011 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Debug> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (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 | ||
13790 | 2024.08.08 23:07:17.337028 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
13791 | 2024.08.08 23:07:17.337076 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'data_link:enabled', 'data_link:link_up', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'oximeter_collector:collections', 'sidecar:sample_time', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
13792 | 2024.08.08 23:07:17.337101 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_6_1, approx. 41 rows starting from 0 | ||
13793 | 2024.08.08 23:07:17.338355 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Debug> executeQuery: Read 41 rows, 1.53 KiB in 0.00264 sec., 15530.30303030303 rows/sec., 579.28 KiB/sec. | ||
13794 | 2024.08.08 23:07:17.338654 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Debug> DynamicQueryHandler: Done processing query | ||
13795 | 2024.08.08 23:07:17.338682 [ 3 ] {74499eff-9f75-4a72-8c7f-2d5db74ee43d} <Debug> MemoryTracker: Peak memory usage (for query): 3.01 MiB. | ||
13796 | 2024.08.08 23:07:17.338700 [ 3 ] {} <Debug> HTTP-Session: 4e4f0429-e6aa-45cf-8dcf-ae5c24466555 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13797 | 2024.08.08 23:07:17.376254 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 538, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13798 | 2024.08.08 23:07:17.376363 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13799 | 2024.08.08 23:07:17.376401 [ 3 ] {} <Debug> HTTP-Session: c87ffc1d-1cb3-436e-94ac-8ba53e65b845 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13800 | 2024.08.08 23:07:17.376436 [ 3 ] {} <Debug> HTTP-Session: c87ffc1d-1cb3-436e-94ac-8ba53e65b845 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13801 | 2024.08.08 23:07:17.376463 [ 3 ] {} <Debug> HTTP-Session: c87ffc1d-1cb3-436e-94ac-8ba53e65b845 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13802 | 2024.08.08 23:07:17.376537 [ 3 ] {} <Trace> HTTP-Session: c87ffc1d-1cb3-436e-94ac-8ba53e65b845 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13803 | 2024.08.08 23:07:17.376753 [ 3 ] {ede0b708-82d4-4055-8b64-4df00cfa74b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.timeseries_schema FORMAT JSONEachRow (stage: Complete) | ||
13804 | 2024.08.08 23:07:17.376846 [ 3 ] {ede0b708-82d4-4055-8b64-4df00cfa74b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
13805 | 2024.08.08 23:07:17.377021 [ 3 ] {ede0b708-82d4-4055-8b64-4df00cfa74b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13806 | 2024.08.08 23:07:17.377371 [ 3 ] {ede0b708-82d4-4055-8b64-4df00cfa74b6} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13807 | 2024.08.08 23:07:17.377411 [ 3 ] {ede0b708-82d4-4055-8b64-4df00cfa74b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13808 | 2024.08.08 23:07:17.377893 [ 3 ] {ede0b708-82d4-4055-8b64-4df00cfa74b6} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
13809 | 2024.08.08 23:07:17.378203 [ 3 ] {ede0b708-82d4-4055-8b64-4df00cfa74b6} <Trace> oximeter.timeseries_schema (a3aa5eb5-d734-4b21-88b6-aea8f585cd04): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13810 | 2024.08.08 23:07:17.378396 [ 3 ] {ede0b708-82d4-4055-8b64-4df00cfa74b6} <Debug> executeQuery: Read 1 rows, 285.00 B in 0.001702 sec., 587.5440658049354 rows/sec., 163.53 KiB/sec. | ||
13811 | 2024.08.08 23:07:17.378726 [ 3 ] {ede0b708-82d4-4055-8b64-4df00cfa74b6} <Debug> DynamicQueryHandler: Done processing query | ||
13812 | 2024.08.08 23:07:17.378752 [ 3 ] {ede0b708-82d4-4055-8b64-4df00cfa74b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.26 MiB. | ||
13813 | 2024.08.08 23:07:17.378767 [ 3 ] {} <Debug> HTTP-Session: c87ffc1d-1cb3-436e-94ac-8ba53e65b845 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13814 | 2024.08.08 23:07:17.378919 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 6937, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13815 | 2024.08.08 23:07:17.378971 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13816 | 2024.08.08 23:07:17.378990 [ 3 ] {} <Debug> HTTP-Session: 0e395070-af4c-4ddb-ae05-4486434b9bd1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13817 | 2024.08.08 23:07:17.379008 [ 3 ] {} <Debug> HTTP-Session: 0e395070-af4c-4ddb-ae05-4486434b9bd1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13818 | 2024.08.08 23:07:17.379022 [ 3 ] {} <Debug> HTTP-Session: 0e395070-af4c-4ddb-ae05-4486434b9bd1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13819 | 2024.08.08 23:07:17.379055 [ 3 ] {} <Trace> HTTP-Session: 0e395070-af4c-4ddb-ae05-4486434b9bd1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13820 | 2024.08.08 23:07:17.379169 [ 3 ] {32852920-3bc9-4c48-a594-dcd799d8be6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13821 | 2024.08.08 23:07:17.379213 [ 3 ] {32852920-3bc9-4c48-a594-dcd799d8be6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13822 | 2024.08.08 23:07:17.379363 [ 3 ] {32852920-3bc9-4c48-a594-dcd799d8be6c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13823 | 2024.08.08 23:07:17.379701 [ 3 ] {32852920-3bc9-4c48-a594-dcd799d8be6c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13824 | 2024.08.08 23:07:17.379737 [ 3 ] {32852920-3bc9-4c48-a594-dcd799d8be6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13825 | 2024.08.08 23:07:17.380042 [ 3 ] {32852920-3bc9-4c48-a594-dcd799d8be6c} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
13826 | 2024.08.08 23:07:17.380343 [ 3 ] {32852920-3bc9-4c48-a594-dcd799d8be6c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13827 | 2024.08.08 23:07:17.380495 [ 3 ] {32852920-3bc9-4c48-a594-dcd799d8be6c} <Debug> executeQuery: Read 48 rows, 3.89 KiB in 0.001359 sec., 35320.08830022075 rows/sec., 2.80 MiB/sec. | ||
13828 | 2024.08.08 23:07:17.380664 [ 3 ] {32852920-3bc9-4c48-a594-dcd799d8be6c} <Debug> DynamicQueryHandler: Done processing query | ||
13829 | 2024.08.08 23:07:17.380688 [ 3 ] {32852920-3bc9-4c48-a594-dcd799d8be6c} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
13830 | 2024.08.08 23:07:17.380704 [ 3 ] {} <Debug> HTTP-Session: 0e395070-af4c-4ddb-ae05-4486434b9bd1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13831 | 2024.08.08 23:07:17.380831 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 499, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13832 | 2024.08.08 23:07:17.380879 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13833 | 2024.08.08 23:07:17.380898 [ 3 ] {} <Debug> HTTP-Session: 14a654cf-7384-4f6c-ac47-0d7c69e6a375 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13834 | 2024.08.08 23:07:17.380914 [ 3 ] {} <Debug> HTTP-Session: 14a654cf-7384-4f6c-ac47-0d7c69e6a375 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13835 | 2024.08.08 23:07:17.380927 [ 3 ] {} <Debug> HTTP-Session: 14a654cf-7384-4f6c-ac47-0d7c69e6a375 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13836 | 2024.08.08 23:07:17.380958 [ 3 ] {} <Trace> HTTP-Session: 14a654cf-7384-4f6c-ac47-0d7c69e6a375 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13837 | 2024.08.08 23:07:17.381060 [ 3 ] {89a19950-cced-4f50-a115-fc3fe2b488a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
13838 | 2024.08.08 23:07:17.381104 [ 3 ] {89a19950-cced-4f50-a115-fc3fe2b488a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
13839 | 2024.08.08 23:07:17.381228 [ 3 ] {89a19950-cced-4f50-a115-fc3fe2b488a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13840 | 2024.08.08 23:07:17.381501 [ 3 ] {89a19950-cced-4f50-a115-fc3fe2b488a4} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13841 | 2024.08.08 23:07:17.381538 [ 3 ] {89a19950-cced-4f50-a115-fc3fe2b488a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13842 | 2024.08.08 23:07:17.381824 [ 3 ] {89a19950-cced-4f50-a115-fc3fe2b488a4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
13843 | 2024.08.08 23:07:17.382119 [ 3 ] {89a19950-cced-4f50-a115-fc3fe2b488a4} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13844 | 2024.08.08 23:07:17.382270 [ 3 ] {89a19950-cced-4f50-a115-fc3fe2b488a4} <Debug> executeQuery: Read 3 rows, 228.00 B in 0.001235 sec., 2429.1497975708503 rows/sec., 180.29 KiB/sec. | ||
13845 | 2024.08.08 23:07:17.382426 [ 3 ] {89a19950-cced-4f50-a115-fc3fe2b488a4} <Debug> DynamicQueryHandler: Done processing query | ||
13846 | 2024.08.08 23:07:17.382450 [ 3 ] {89a19950-cced-4f50-a115-fc3fe2b488a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13847 | 2024.08.08 23:07:17.382465 [ 3 ] {} <Debug> HTTP-Session: 14a654cf-7384-4f6c-ac47-0d7c69e6a375 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13848 | 2024.08.08 23:07:17.382725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 195243, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13849 | 2024.08.08 23:07:17.382774 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13850 | 2024.08.08 23:07:17.382793 [ 3 ] {} <Debug> HTTP-Session: 984d0b83-f43c-4860-9b09-894a0af115b0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13851 | 2024.08.08 23:07:17.382809 [ 3 ] {} <Debug> HTTP-Session: 984d0b83-f43c-4860-9b09-894a0af115b0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13852 | 2024.08.08 23:07:17.382823 [ 3 ] {} <Debug> HTTP-Session: 984d0b83-f43c-4860-9b09-894a0af115b0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13853 | 2024.08.08 23:07:17.382853 [ 3 ] {} <Trace> HTTP-Session: 984d0b83-f43c-4860-9b09-894a0af115b0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13854 | 2024.08.08 23:07:17.383296 [ 3 ] {5e0395f7-ca5f-4d80-9be6-77c567e9f63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
13855 | 2024.08.08 23:07:17.383338 [ 3 ] {5e0395f7-ca5f-4d80-9be6-77c567e9f63a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
13856 | 2024.08.08 23:07:17.383460 [ 3 ] {5e0395f7-ca5f-4d80-9be6-77c567e9f63a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13857 | 2024.08.08 23:07:17.384612 [ 3 ] {5e0395f7-ca5f-4d80-9be6-77c567e9f63a} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13858 | 2024.08.08 23:07:17.384648 [ 3 ] {5e0395f7-ca5f-4d80-9be6-77c567e9f63a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13859 | 2024.08.08 23:07:17.385025 [ 3 ] {5e0395f7-ca5f-4d80-9be6-77c567e9f63a} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13860 | 2024.08.08 23:07:17.385329 [ 3 ] {5e0395f7-ca5f-4d80-9be6-77c567e9f63a} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13861 | 2024.08.08 23:07:17.385492 [ 3 ] {5e0395f7-ca5f-4d80-9be6-77c567e9f63a} <Debug> executeQuery: Read 1346 rows, 113.91 KiB in 0.00251 sec., 536254.9800796813 rows/sec., 44.32 MiB/sec. | ||
13862 | 2024.08.08 23:07:17.385666 [ 3 ] {5e0395f7-ca5f-4d80-9be6-77c567e9f63a} <Debug> DynamicQueryHandler: Done processing query | ||
13863 | 2024.08.08 23:07:17.385690 [ 3 ] {5e0395f7-ca5f-4d80-9be6-77c567e9f63a} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
13864 | 2024.08.08 23:07:17.385705 [ 3 ] {} <Debug> HTTP-Session: 984d0b83-f43c-4860-9b09-894a0af115b0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13865 | 2024.08.08 23:07:17.385845 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 448, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13866 | 2024.08.08 23:07:17.385893 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13867 | 2024.08.08 23:07:17.385911 [ 3 ] {} <Debug> HTTP-Session: 33f2c842-09e6-4036-83fa-48bb32b4c1a4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13868 | 2024.08.08 23:07:17.385928 [ 3 ] {} <Debug> HTTP-Session: 33f2c842-09e6-4036-83fa-48bb32b4c1a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13869 | 2024.08.08 23:07:17.385941 [ 3 ] {} <Debug> HTTP-Session: 33f2c842-09e6-4036-83fa-48bb32b4c1a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13870 | 2024.08.08 23:07:17.385971 [ 3 ] {} <Trace> HTTP-Session: 33f2c842-09e6-4036-83fa-48bb32b4c1a4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13871 | 2024.08.08 23:07:17.386062 [ 3 ] {380b515d-fe01-42c9-94e7-03cc65f8f961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
13872 | 2024.08.08 23:07:17.386104 [ 3 ] {380b515d-fe01-42c9-94e7-03cc65f8f961} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
13873 | 2024.08.08 23:07:17.386228 [ 3 ] {380b515d-fe01-42c9-94e7-03cc65f8f961} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13874 | 2024.08.08 23:07:17.386496 [ 3 ] {380b515d-fe01-42c9-94e7-03cc65f8f961} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13875 | 2024.08.08 23:07:17.386532 [ 3 ] {380b515d-fe01-42c9-94e7-03cc65f8f961} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13876 | 2024.08.08 23:07:17.386819 [ 3 ] {380b515d-fe01-42c9-94e7-03cc65f8f961} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
13877 | 2024.08.08 23:07:17.387136 [ 3 ] {380b515d-fe01-42c9-94e7-03cc65f8f961} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13878 | 2024.08.08 23:07:17.387261 [ 3 ] {380b515d-fe01-42c9-94e7-03cc65f8f961} <Debug> executeQuery: Read 3 rows, 192.00 B in 0.001222 sec., 2454.991816693944 rows/sec., 153.44 KiB/sec. | ||
13879 | 2024.08.08 23:07:17.387531 [ 3 ] {380b515d-fe01-42c9-94e7-03cc65f8f961} <Debug> DynamicQueryHandler: Done processing query | ||
13880 | 2024.08.08 23:07:17.387567 [ 3 ] {380b515d-fe01-42c9-94e7-03cc65f8f961} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13881 | 2024.08.08 23:07:17.387584 [ 3 ] {} <Debug> HTTP-Session: 33f2c842-09e6-4036-83fa-48bb32b4c1a4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13882 | 2024.08.08 23:07:17.387743 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13883 | 2024.08.08 23:07:17.387791 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13884 | 2024.08.08 23:07:17.387809 [ 3 ] {} <Debug> HTTP-Session: c4471cf0-9ddb-4626-9fb8-ab686b94835b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13885 | 2024.08.08 23:07:17.387825 [ 3 ] {} <Debug> HTTP-Session: c4471cf0-9ddb-4626-9fb8-ab686b94835b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13886 | 2024.08.08 23:07:17.387839 [ 3 ] {} <Debug> HTTP-Session: c4471cf0-9ddb-4626-9fb8-ab686b94835b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13887 | 2024.08.08 23:07:17.387870 [ 3 ] {} <Trace> HTTP-Session: c4471cf0-9ddb-4626-9fb8-ab686b94835b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13888 | 2024.08.08 23:07:17.388061 [ 3 ] {a165c24e-c307-4743-8cd0-19ce88ffc8c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
13889 | 2024.08.08 23:07:17.388104 [ 3 ] {a165c24e-c307-4743-8cd0-19ce88ffc8c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
13890 | 2024.08.08 23:07:17.388247 [ 3 ] {a165c24e-c307-4743-8cd0-19ce88ffc8c6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13891 | 2024.08.08 23:07:17.388652 [ 3 ] {a165c24e-c307-4743-8cd0-19ce88ffc8c6} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13892 | 2024.08.08 23:07:17.388687 [ 3 ] {a165c24e-c307-4743-8cd0-19ce88ffc8c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13893 | 2024.08.08 23:07:17.388995 [ 3 ] {a165c24e-c307-4743-8cd0-19ce88ffc8c6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
13894 | 2024.08.08 23:07:17.389284 [ 3 ] {a165c24e-c307-4743-8cd0-19ce88ffc8c6} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13895 | 2024.08.08 23:07:17.389441 [ 41 ] {} <Debug> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
13896 | 2024.08.08 23:07:17.389445 [ 3 ] {a165c24e-c307-4743-8cd0-19ce88ffc8c6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001492 sec., 152815.01340482573 rows/sec., 10.35 MiB/sec. | ||
13897 | 2024.08.08 23:07:17.389531 [ 41 ] {} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13898 | 2024.08.08 23:07:17.389599 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13899 | 2024.08.08 23:07:17.389744 [ 3 ] {a165c24e-c307-4743-8cd0-19ce88ffc8c6} <Debug> DynamicQueryHandler: Done processing query | ||
13900 | 2024.08.08 23:07:17.389758 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::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 | ||
13901 | 2024.08.08 23:07:17.389780 [ 3 ] {a165c24e-c307-4743-8cd0-19ce88ffc8c6} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
13902 | 2024.08.08 23:07:17.389832 [ 3 ] {} <Debug> HTTP-Session: c4471cf0-9ddb-4626-9fb8-ab686b94835b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13903 | 2024.08.08 23:07:17.389965 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
13904 | 2024.08.08 23:07:17.390008 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_9_2, total 228 rows starting from the beginning of the part | ||
13905 | 2024.08.08 23:07:17.390093 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
13906 | 2024.08.08 23:07:17.390180 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 97301, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13907 | 2024.08.08 23:07:17.390340 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13908 | 2024.08.08 23:07:17.390391 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 228 rows starting from the beginning of the part | ||
13909 | 2024.08.08 23:07:17.390407 [ 3 ] {} <Debug> HTTP-Session: 4826b65e-e464-4001-bd0b-d6b14b7c2f92 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13910 | 2024.08.08 23:07:17.390467 [ 3 ] {} <Debug> HTTP-Session: 4826b65e-e464-4001-bd0b-d6b14b7c2f92 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13911 | 2024.08.08 23:07:17.390539 [ 3 ] {} <Debug> HTTP-Session: 4826b65e-e464-4001-bd0b-d6b14b7c2f92 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13912 | 2024.08.08 23:07:17.390676 [ 3 ] {} <Trace> HTTP-Session: 4826b65e-e464-4001-bd0b-d6b14b7c2f92 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13913 | 2024.08.08 23:07:17.390788 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 228 rows starting from the beginning of the part | ||
13914 | 2024.08.08 23:07:17.391110 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part | ||
13915 | 2024.08.08 23:07:17.391322 [ 3 ] {ede23d77-616f-4011-9f16-3c67f6149478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
13916 | 2024.08.08 23:07:17.391485 [ 3 ] {ede23d77-616f-4011-9f16-3c67f6149478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
13917 | 2024.08.08 23:07:17.391927 [ 3 ] {ede23d77-616f-4011-9f16-3c67f6149478} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13918 | 2024.08.08 23:07:17.393120 [ 3 ] {ede23d77-616f-4011-9f16-3c67f6149478} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13919 | 2024.08.08 23:07:17.393160 [ 3 ] {ede23d77-616f-4011-9f16-3c67f6149478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13920 | 2024.08.08 23:07:17.393562 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.003870614 sec., 294526.91485123546 rows/sec., 18.83 MiB/sec. | ||
13921 | 2024.08.08 23:07:17.393761 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
13922 | 2024.08.08 23:07:17.393924 [ 3 ] {ede23d77-616f-4011-9f16-3c67f6149478} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13923 | 2024.08.08 23:07:17.394559 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_13_3} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13924 | 2024.08.08 23:07:17.394715 [ 201 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_13_3} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
13925 | 2024.08.08 23:07:17.394710 [ 3 ] {ede23d77-616f-4011-9f16-3c67f6149478} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13926 | 2024.08.08 23:07:17.394865 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
13927 | 2024.08.08 23:07:17.395008 [ 3 ] {ede23d77-616f-4011-9f16-3c67f6149478} <Debug> executeQuery: Read 589 rows, 44.72 KiB in 0.004082 sec., 144292.01371876532 rows/sec., 10.70 MiB/sec. | ||
13928 | 2024.08.08 23:07:17.395201 [ 3 ] {ede23d77-616f-4011-9f16-3c67f6149478} <Debug> DynamicQueryHandler: Done processing query | ||
13929 | 2024.08.08 23:07:17.395226 [ 3 ] {ede23d77-616f-4011-9f16-3c67f6149478} <Debug> MemoryTracker: Peak memory usage (for query): 4.56 MiB. | ||
13930 | 2024.08.08 23:07:17.395241 [ 3 ] {} <Debug> HTTP-Session: 4826b65e-e464-4001-bd0b-d6b14b7c2f92 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13931 | 2024.08.08 23:07:17.395551 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160933, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13932 | 2024.08.08 23:07:17.395600 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13933 | 2024.08.08 23:07:17.395619 [ 3 ] {} <Debug> HTTP-Session: 6f2e53af-d69f-4406-a420-8256cb985f38 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13934 | 2024.08.08 23:07:17.395636 [ 3 ] {} <Debug> HTTP-Session: 6f2e53af-d69f-4406-a420-8256cb985f38 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13935 | 2024.08.08 23:07:17.395649 [ 3 ] {} <Debug> HTTP-Session: 6f2e53af-d69f-4406-a420-8256cb985f38 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13936 | 2024.08.08 23:07:17.395680 [ 3 ] {} <Trace> HTTP-Session: 6f2e53af-d69f-4406-a420-8256cb985f38 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13937 | 2024.08.08 23:07:17.396066 [ 3 ] {49770fe5-6cf3-49fd-90f8-dfdcac378c71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
13938 | 2024.08.08 23:07:17.396113 [ 3 ] {49770fe5-6cf3-49fd-90f8-dfdcac378c71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
13939 | 2024.08.08 23:07:17.396259 [ 3 ] {49770fe5-6cf3-49fd-90f8-dfdcac378c71} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13940 | 2024.08.08 23:07:17.397036 [ 3 ] {49770fe5-6cf3-49fd-90f8-dfdcac378c71} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13941 | 2024.08.08 23:07:17.397072 [ 3 ] {49770fe5-6cf3-49fd-90f8-dfdcac378c71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13942 | 2024.08.08 23:07:17.397497 [ 3 ] {49770fe5-6cf3-49fd-90f8-dfdcac378c71} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13943 | 2024.08.08 23:07:17.397848 [ 3 ] {49770fe5-6cf3-49fd-90f8-dfdcac378c71} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13944 | 2024.08.08 23:07:17.398013 [ 3 ] {49770fe5-6cf3-49fd-90f8-dfdcac378c71} <Debug> executeQuery: Read 847 rows, 58.35 KiB in 0.002186 sec., 387465.69075937785 rows/sec., 26.07 MiB/sec. | ||
13945 | 2024.08.08 23:07:17.398179 [ 3 ] {49770fe5-6cf3-49fd-90f8-dfdcac378c71} <Debug> DynamicQueryHandler: Done processing query | ||
13946 | 2024.08.08 23:07:17.398204 [ 3 ] {49770fe5-6cf3-49fd-90f8-dfdcac378c71} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
13947 | 2024.08.08 23:07:17.398219 [ 3 ] {} <Debug> HTTP-Session: 6f2e53af-d69f-4406-a420-8256cb985f38 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13948 | 2024.08.08 23:07:17.398461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 77089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13949 | 2024.08.08 23:07:17.398510 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13950 | 2024.08.08 23:07:17.398533 [ 3 ] {} <Debug> HTTP-Session: 4fc8ef52-4db8-403c-bd63-5a0f68718a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13951 | 2024.08.08 23:07:17.398549 [ 3 ] {} <Debug> HTTP-Session: 4fc8ef52-4db8-403c-bd63-5a0f68718a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13952 | 2024.08.08 23:07:17.398563 [ 3 ] {} <Debug> HTTP-Session: 4fc8ef52-4db8-403c-bd63-5a0f68718a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13953 | 2024.08.08 23:07:17.398593 [ 3 ] {} <Trace> HTTP-Session: 4fc8ef52-4db8-403c-bd63-5a0f68718a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13954 | 2024.08.08 23:07:17.399069 [ 3 ] {c5e28faf-366c-4492-8a66-9b04c7591687} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
13955 | 2024.08.08 23:07:17.399132 [ 3 ] {c5e28faf-366c-4492-8a66-9b04c7591687} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
13956 | 2024.08.08 23:07:17.399530 [ 3 ] {c5e28faf-366c-4492-8a66-9b04c7591687} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13957 | 2024.08.08 23:07:17.400388 [ 3 ] {c5e28faf-366c-4492-8a66-9b04c7591687} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13958 | 2024.08.08 23:07:17.400425 [ 3 ] {c5e28faf-366c-4492-8a66-9b04c7591687} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13959 | 2024.08.08 23:07:17.401046 [ 3 ] {c5e28faf-366c-4492-8a66-9b04c7591687} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
13960 | 2024.08.08 23:07:17.401449 [ 3 ] {c5e28faf-366c-4492-8a66-9b04c7591687} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13961 | 2024.08.08 23:07:17.401664 [ 3 ] {c5e28faf-366c-4492-8a66-9b04c7591687} <Debug> executeQuery: Read 48 rows, 88.08 KiB in 0.002962 sec., 16205.266711681297 rows/sec., 29.04 MiB/sec. | ||
13962 | 2024.08.08 23:07:17.401885 [ 3 ] {c5e28faf-366c-4492-8a66-9b04c7591687} <Debug> DynamicQueryHandler: Done processing query | ||
13963 | 2024.08.08 23:07:17.401910 [ 3 ] {c5e28faf-366c-4492-8a66-9b04c7591687} <Debug> MemoryTracker: Peak memory usage (for query): 4.62 MiB. | ||
13964 | 2024.08.08 23:07:17.401926 [ 3 ] {} <Debug> HTTP-Session: 4fc8ef52-4db8-403c-bd63-5a0f68718a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13965 | 2024.08.08 23:07:17.402057 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13966 | 2024.08.08 23:07:17.402105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13967 | 2024.08.08 23:07:17.402123 [ 3 ] {} <Debug> HTTP-Session: 300566bb-908a-4e24-999c-949a9272cc21 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13968 | 2024.08.08 23:07:17.402139 [ 3 ] {} <Debug> HTTP-Session: 300566bb-908a-4e24-999c-949a9272cc21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13969 | 2024.08.08 23:07:17.402153 [ 3 ] {} <Debug> HTTP-Session: 300566bb-908a-4e24-999c-949a9272cc21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13970 | 2024.08.08 23:07:17.402183 [ 3 ] {} <Trace> HTTP-Session: 300566bb-908a-4e24-999c-949a9272cc21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13971 | 2024.08.08 23:07:17.402290 [ 3 ] {82f1ee2b-283f-431a-8c82-93a9b6fcfb46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
13972 | 2024.08.08 23:07:17.402333 [ 3 ] {82f1ee2b-283f-431a-8c82-93a9b6fcfb46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
13973 | 2024.08.08 23:07:17.402457 [ 3 ] {82f1ee2b-283f-431a-8c82-93a9b6fcfb46} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13974 | 2024.08.08 23:07:17.402741 [ 3 ] {82f1ee2b-283f-431a-8c82-93a9b6fcfb46} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13975 | 2024.08.08 23:07:17.402777 [ 3 ] {82f1ee2b-283f-431a-8c82-93a9b6fcfb46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 10.24 GiB. | ||
13976 | 2024.08.08 23:07:17.403122 [ 3 ] {82f1ee2b-283f-431a-8c82-93a9b6fcfb46} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
13977 | 2024.08.08 23:07:17.403446 [ 3 ] {82f1ee2b-283f-431a-8c82-93a9b6fcfb46} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13978 | 2024.08.08 23:07:17.403596 [ 3 ] {82f1ee2b-283f-431a-8c82-93a9b6fcfb46} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001332 sec., 45045.045045045044 rows/sec., 3.04 MiB/sec. | ||
13979 | 2024.08.08 23:07:17.403755 [ 3 ] {82f1ee2b-283f-431a-8c82-93a9b6fcfb46} <Debug> DynamicQueryHandler: Done processing query | ||
13980 | 2024.08.08 23:07:17.403780 [ 3 ] {82f1ee2b-283f-431a-8c82-93a9b6fcfb46} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
13981 | 2024.08.08 23:07:17.403795 [ 3 ] {} <Debug> HTTP-Session: 300566bb-908a-4e24-999c-949a9272cc21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13982 | 2024.08.08 23:07:22.343681 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
13983 | 2024.08.08 23:07:22.343806 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
13984 | 2024.08.08 23:07:22.343832 [ 3 ] {} <Debug> HTTP-Session: f3bc4481-eeb9-400b-87b0-ebe0032a30b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
13985 | 2024.08.08 23:07:22.343856 [ 3 ] {} <Debug> HTTP-Session: f3bc4481-eeb9-400b-87b0-ebe0032a30b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
13986 | 2024.08.08 23:07:22.343870 [ 3 ] {} <Debug> HTTP-Session: f3bc4481-eeb9-400b-87b0-ebe0032a30b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13987 | 2024.08.08 23:07:22.343919 [ 3 ] {} <Trace> HTTP-Session: f3bc4481-eeb9-400b-87b0-ebe0032a30b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
13988 | 2024.08.08 23:07:22.344093 [ 3 ] {db2ac68d-c97f-4ac5-95e1-2991779faf9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
13989 | 2024.08.08 23:07:22.344159 [ 3 ] {db2ac68d-c97f-4ac5-95e1-2991779faf9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
13990 | 2024.08.08 23:07:22.344347 [ 3 ] {db2ac68d-c97f-4ac5-95e1-2991779faf9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
13991 | 2024.08.08 23:07:22.344756 [ 3 ] {db2ac68d-c97f-4ac5-95e1-2991779faf9e} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
13992 | 2024.08.08 23:07:22.344801 [ 3 ] {db2ac68d-c97f-4ac5-95e1-2991779faf9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
13993 | 2024.08.08 23:07:22.345175 [ 3 ] {db2ac68d-c97f-4ac5-95e1-2991779faf9e} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
13994 | 2024.08.08 23:07:22.345505 [ 3 ] {db2ac68d-c97f-4ac5-95e1-2991779faf9e} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
13995 | 2024.08.08 23:07:22.345686 [ 3 ] {db2ac68d-c97f-4ac5-95e1-2991779faf9e} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001637 sec., 3665.241295051924 rows/sec., 207.60 KiB/sec. | ||
13996 | 2024.08.08 23:07:22.345916 [ 3 ] {db2ac68d-c97f-4ac5-95e1-2991779faf9e} <Debug> DynamicQueryHandler: Done processing query | ||
13997 | 2024.08.08 23:07:22.345945 [ 3 ] {db2ac68d-c97f-4ac5-95e1-2991779faf9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
13998 | 2024.08.08 23:07:22.345962 [ 3 ] {} <Debug> HTTP-Session: f3bc4481-eeb9-400b-87b0-ebe0032a30b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
13999 | 2024.08.08 23:07:22.346177 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14000 | 2024.08.08 23:07:22.346236 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14001 | 2024.08.08 23:07:22.346256 [ 3 ] {} <Debug> HTTP-Session: 43e0d629-c78b-4b50-a9b7-2944e2e5ba9d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14002 | 2024.08.08 23:07:22.346275 [ 3 ] {} <Debug> HTTP-Session: 43e0d629-c78b-4b50-a9b7-2944e2e5ba9d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14003 | 2024.08.08 23:07:22.346289 [ 3 ] {} <Debug> HTTP-Session: 43e0d629-c78b-4b50-a9b7-2944e2e5ba9d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14004 | 2024.08.08 23:07:22.346323 [ 3 ] {} <Trace> HTTP-Session: 43e0d629-c78b-4b50-a9b7-2944e2e5ba9d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14005 | 2024.08.08 23:07:22.346475 [ 3 ] {e03172fa-8122-424a-9469-6ee586c32593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14006 | 2024.08.08 23:07:22.346524 [ 3 ] {e03172fa-8122-424a-9469-6ee586c32593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14007 | 2024.08.08 23:07:22.346662 [ 3 ] {e03172fa-8122-424a-9469-6ee586c32593} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14008 | 2024.08.08 23:07:22.347087 [ 3 ] {e03172fa-8122-424a-9469-6ee586c32593} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14009 | 2024.08.08 23:07:22.347125 [ 3 ] {e03172fa-8122-424a-9469-6ee586c32593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14010 | 2024.08.08 23:07:22.347442 [ 3 ] {e03172fa-8122-424a-9469-6ee586c32593} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14011 | 2024.08.08 23:07:22.347744 [ 3 ] {e03172fa-8122-424a-9469-6ee586c32593} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14012 | 2024.08.08 23:07:22.347900 [ 3 ] {e03172fa-8122-424a-9469-6ee586c32593} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001485 sec., 108417.50841750842 rows/sec., 9.56 MiB/sec. | ||
14013 | 2024.08.08 23:07:22.347908 [ 59 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14014 | 2024.08.08 23:07:22.348021 [ 59 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14015 | 2024.08.08 23:07:22.348067 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14016 | 2024.08.08 23:07:22.348173 [ 3 ] {e03172fa-8122-424a-9469-6ee586c32593} <Debug> DynamicQueryHandler: Done processing query | ||
14017 | 2024.08.08 23:07:22.348241 [ 3 ] {e03172fa-8122-424a-9469-6ee586c32593} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14018 | 2024.08.08 23:07:22.348271 [ 3 ] {} <Debug> HTTP-Session: 43e0d629-c78b-4b50-a9b7-2944e2e5ba9d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14019 | 2024.08.08 23:07:22.348288 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
14020 | 2024.08.08 23:07:22.348470 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14021 | 2024.08.08 23:07:22.348524 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1441 rows starting from the beginning of the part | ||
14022 | 2024.08.08 23:07:22.348543 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14023 | 2024.08.08 23:07:22.348698 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14024 | 2024.08.08 23:07:22.348747 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 161 rows starting from the beginning of the part | ||
14025 | 2024.08.08 23:07:22.348774 [ 3 ] {} <Debug> HTTP-Session: f5fe1f28-30a1-4344-9f6c-2cff94a04fdc Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14026 | 2024.08.08 23:07:22.348854 [ 3 ] {} <Debug> HTTP-Session: f5fe1f28-30a1-4344-9f6c-2cff94a04fdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14027 | 2024.08.08 23:07:22.348960 [ 3 ] {} <Debug> HTTP-Session: f5fe1f28-30a1-4344-9f6c-2cff94a04fdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14028 | 2024.08.08 23:07:22.349053 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 194 rows starting from the beginning of the part | ||
14029 | 2024.08.08 23:07:22.349095 [ 3 ] {} <Trace> HTTP-Session: f5fe1f28-30a1-4344-9f6c-2cff94a04fdc Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14030 | 2024.08.08 23:07:22.349290 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 161 rows starting from the beginning of the part | ||
14031 | 2024.08.08 23:07:22.349437 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1346 rows starting from the beginning of the part | ||
14032 | 2024.08.08 23:07:22.349671 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 161 rows starting from the beginning of the part | ||
14033 | 2024.08.08 23:07:22.349667 [ 3 ] {a740fde5-338a-410a-84c6-8d0346005a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14034 | 2024.08.08 23:07:22.349881 [ 3 ] {a740fde5-338a-410a-84c6-8d0346005a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14035 | 2024.08.08 23:07:22.350407 [ 3 ] {a740fde5-338a-410a-84c6-8d0346005a85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14036 | 2024.08.08 23:07:22.351536 [ 3 ] {a740fde5-338a-410a-84c6-8d0346005a85} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14037 | 2024.08.08 23:07:22.351599 [ 3 ] {a740fde5-338a-410a-84c6-8d0346005a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14038 | 2024.08.08 23:07:22.352237 [ 3 ] {a740fde5-338a-410a-84c6-8d0346005a85} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14039 | 2024.08.08 23:07:22.352812 [ 3 ] {a740fde5-338a-410a-84c6-8d0346005a85} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14040 | 2024.08.08 23:07:22.353010 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3464 rows, containing 4 columns (4 merged, 0 gathered) in 0.004863978 sec., 712174.2738145608 rows/sec., 59.71 MiB/sec. | ||
14041 | 2024.08.08 23:07:22.353130 [ 59 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14042 | 2024.08.08 23:07:22.353134 [ 3 ] {a740fde5-338a-410a-84c6-8d0346005a85} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.003763 sec., 101514.74887058199 rows/sec., 7.13 MiB/sec. | ||
14043 | 2024.08.08 23:07:22.353207 [ 59 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14044 | 2024.08.08 23:07:22.353313 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14045 | 2024.08.08 23:07:22.353509 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14046 | 2024.08.08 23:07:22.353718 [ 3 ] {a740fde5-338a-410a-84c6-8d0346005a85} <Debug> DynamicQueryHandler: Done processing query | ||
14047 | 2024.08.08 23:07:22.353797 [ 3 ] {a740fde5-338a-410a-84c6-8d0346005a85} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14048 | 2024.08.08 23:07:22.353812 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
14049 | 2024.08.08 23:07:22.353888 [ 3 ] {} <Debug> HTTP-Session: f5fe1f28-30a1-4344-9f6c-2cff94a04fdc Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14050 | 2024.08.08 23:07:22.354292 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14051 | 2024.08.08 23:07:22.354461 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14052 | 2024.08.08 23:07:22.354598 [ 3 ] {} <Debug> HTTP-Session: 92b4612d-267f-424f-a071-bf42df398821 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14053 | 2024.08.08 23:07:22.354678 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14054 | 2024.08.08 23:07:22.354698 [ 3 ] {} <Debug> HTTP-Session: 92b4612d-267f-424f-a071-bf42df398821 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14055 | 2024.08.08 23:07:22.354830 [ 3 ] {} <Debug> HTTP-Session: 92b4612d-267f-424f-a071-bf42df398821 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14056 | 2024.08.08 23:07:22.354873 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 919 rows starting from the beginning of the part | ||
14057 | 2024.08.08 23:07:22.355033 [ 3 ] {} <Trace> HTTP-Session: 92b4612d-267f-424f-a071-bf42df398821 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14058 | 2024.08.08 23:07:22.355406 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 382 rows starting from the beginning of the part | ||
14059 | 2024.08.08 23:07:22.355588 [ 3 ] {206138c5-2170-4aff-91c2-c937ae73555a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14060 | 2024.08.08 23:07:22.355698 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14061 | 2024.08.08 23:07:22.355855 [ 3 ] {206138c5-2170-4aff-91c2-c937ae73555a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14062 | 2024.08.08 23:07:22.355889 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 110 rows starting from the beginning of the part | ||
14063 | 2024.08.08 23:07:22.356137 [ 192 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_81_16} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14064 | 2024.08.08 23:07:22.356405 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 382 rows starting from the beginning of the part | ||
14065 | 2024.08.08 23:07:22.356535 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
14066 | 2024.08.08 23:07:22.356784 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 589 rows starting from the beginning of the part | ||
14067 | 2024.08.08 23:07:22.357186 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 382 rows starting from the beginning of the part | ||
14068 | 2024.08.08 23:07:22.357746 [ 3 ] {206138c5-2170-4aff-91c2-c937ae73555a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14069 | 2024.08.08 23:07:22.359298 [ 3 ] {206138c5-2170-4aff-91c2-c937ae73555a} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14070 | 2024.08.08 23:07:22.359395 [ 3 ] {206138c5-2170-4aff-91c2-c937ae73555a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14071 | 2024.08.08 23:07:22.360730 [ 3 ] {206138c5-2170-4aff-91c2-c937ae73555a} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
14072 | 2024.08.08 23:07:22.361254 [ 3 ] {206138c5-2170-4aff-91c2-c937ae73555a} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14073 | 2024.08.08 23:07:22.361706 [ 3 ] {206138c5-2170-4aff-91c2-c937ae73555a} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.006331 sec., 947.717580161112 rows/sec., 40.72 KiB/sec. | ||
14074 | 2024.08.08 23:07:22.361743 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2764 rows, containing 4 columns (4 merged, 0 gathered) in 0.008261645 sec., 334558.0692465 rows/sec., 24.14 MiB/sec. | ||
14075 | 2024.08.08 23:07:22.362161 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14076 | 2024.08.08 23:07:22.362258 [ 3 ] {206138c5-2170-4aff-91c2-c937ae73555a} <Debug> DynamicQueryHandler: Done processing query | ||
14077 | 2024.08.08 23:07:22.362316 [ 3 ] {206138c5-2170-4aff-91c2-c937ae73555a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14078 | 2024.08.08 23:07:22.362337 [ 3 ] {} <Debug> HTTP-Session: 92b4612d-267f-424f-a071-bf42df398821 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14079 | 2024.08.08 23:07:22.362546 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14080 | 2024.08.08 23:07:22.362635 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14081 | 2024.08.08 23:07:22.362685 [ 3 ] {} <Debug> HTTP-Session: c3243620-79e3-4a1e-8b55-0323a4577e70 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14082 | 2024.08.08 23:07:22.362714 [ 3 ] {} <Debug> HTTP-Session: c3243620-79e3-4a1e-8b55-0323a4577e70 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14083 | 2024.08.08 23:07:22.362749 [ 3 ] {} <Debug> HTTP-Session: c3243620-79e3-4a1e-8b55-0323a4577e70 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14084 | 2024.08.08 23:07:22.362810 [ 3 ] {} <Trace> HTTP-Session: c3243620-79e3-4a1e-8b55-0323a4577e70 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14085 | 2024.08.08 23:07:22.362901 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14086 | 2024.08.08 23:07:22.363048 [ 3 ] {0b6bd2bb-c58d-4cc9-aba1-9b43798a0170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14087 | 2024.08.08 23:07:22.363063 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_81_16} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14088 | 2024.08.08 23:07:22.363121 [ 3 ] {0b6bd2bb-c58d-4cc9-aba1-9b43798a0170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14089 | 2024.08.08 23:07:22.363243 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
14090 | 2024.08.08 23:07:22.363419 [ 3 ] {0b6bd2bb-c58d-4cc9-aba1-9b43798a0170} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14091 | 2024.08.08 23:07:22.363770 [ 3 ] {0b6bd2bb-c58d-4cc9-aba1-9b43798a0170} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14092 | 2024.08.08 23:07:22.363808 [ 3 ] {0b6bd2bb-c58d-4cc9-aba1-9b43798a0170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14093 | 2024.08.08 23:07:22.364185 [ 3 ] {0b6bd2bb-c58d-4cc9-aba1-9b43798a0170} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
14094 | 2024.08.08 23:07:22.364534 [ 3 ] {0b6bd2bb-c58d-4cc9-aba1-9b43798a0170} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14095 | 2024.08.08 23:07:22.364689 [ 3 ] {0b6bd2bb-c58d-4cc9-aba1-9b43798a0170} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001738 sec., 44303.79746835443 rows/sec., 2.73 MiB/sec. | ||
14096 | 2024.08.08 23:07:22.364864 [ 3 ] {0b6bd2bb-c58d-4cc9-aba1-9b43798a0170} <Debug> DynamicQueryHandler: Done processing query | ||
14097 | 2024.08.08 23:07:22.364889 [ 3 ] {0b6bd2bb-c58d-4cc9-aba1-9b43798a0170} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14098 | 2024.08.08 23:07:22.364905 [ 3 ] {} <Debug> HTTP-Session: c3243620-79e3-4a1e-8b55-0323a4577e70 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14099 | 2024.08.08 23:07:22.365090 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14100 | 2024.08.08 23:07:22.365136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14101 | 2024.08.08 23:07:22.365156 [ 3 ] {} <Debug> HTTP-Session: 5a3a97c6-0c77-4aa2-ab6b-3e7547e434fa Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14102 | 2024.08.08 23:07:22.365173 [ 3 ] {} <Debug> HTTP-Session: 5a3a97c6-0c77-4aa2-ab6b-3e7547e434fa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14103 | 2024.08.08 23:07:22.365188 [ 3 ] {} <Debug> HTTP-Session: 5a3a97c6-0c77-4aa2-ab6b-3e7547e434fa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14104 | 2024.08.08 23:07:22.365218 [ 3 ] {} <Trace> HTTP-Session: 5a3a97c6-0c77-4aa2-ab6b-3e7547e434fa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14105 | 2024.08.08 23:07:22.365421 [ 3 ] {3b643b09-051a-4674-a638-1c8ef7ba0e6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14106 | 2024.08.08 23:07:22.365467 [ 3 ] {3b643b09-051a-4674-a638-1c8ef7ba0e6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14107 | 2024.08.08 23:07:22.365609 [ 3 ] {3b643b09-051a-4674-a638-1c8ef7ba0e6b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14108 | 2024.08.08 23:07:22.365971 [ 3 ] {3b643b09-051a-4674-a638-1c8ef7ba0e6b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14109 | 2024.08.08 23:07:22.366007 [ 3 ] {3b643b09-051a-4674-a638-1c8ef7ba0e6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14110 | 2024.08.08 23:07:22.366372 [ 3 ] {3b643b09-051a-4674-a638-1c8ef7ba0e6b} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14111 | 2024.08.08 23:07:22.366716 [ 3 ] {3b643b09-051a-4674-a638-1c8ef7ba0e6b} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14112 | 2024.08.08 23:07:22.366875 [ 59 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14113 | 2024.08.08 23:07:22.366876 [ 3 ] {3b643b09-051a-4674-a638-1c8ef7ba0e6b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
14114 | 2024.08.08 23:07:22.366940 [ 59 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14115 | 2024.08.08 23:07:22.367005 [ 59 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14116 | 2024.08.08 23:07:22.367206 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
14117 | 2024.08.08 23:07:22.367220 [ 3 ] {3b643b09-051a-4674-a638-1c8ef7ba0e6b} <Debug> DynamicQueryHandler: Done processing query | ||
14118 | 2024.08.08 23:07:22.367291 [ 3 ] {3b643b09-051a-4674-a638-1c8ef7ba0e6b} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14119 | 2024.08.08 23:07:22.367314 [ 3 ] {} <Debug> HTTP-Session: 5a3a97c6-0c77-4aa2-ab6b-3e7547e434fa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14120 | 2024.08.08 23:07:22.367454 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14121 | 2024.08.08 23:07:22.367489 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14122 | 2024.08.08 23:07:22.367530 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 21193 rows starting from the beginning of the part | ||
14123 | 2024.08.08 23:07:22.367602 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14124 | 2024.08.08 23:07:22.367667 [ 3 ] {} <Debug> HTTP-Session: 3fd4d707-08b1-4ef3-9e82-3d488b4c0ef7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14125 | 2024.08.08 23:07:22.367760 [ 3 ] {} <Debug> HTTP-Session: 3fd4d707-08b1-4ef3-9e82-3d488b4c0ef7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14126 | 2024.08.08 23:07:22.367848 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 160 rows starting from the beginning of the part | ||
14127 | 2024.08.08 23:07:22.367848 [ 3 ] {} <Debug> HTTP-Session: 3fd4d707-08b1-4ef3-9e82-3d488b4c0ef7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14128 | 2024.08.08 23:07:22.367986 [ 3 ] {} <Trace> HTTP-Session: 3fd4d707-08b1-4ef3-9e82-3d488b4c0ef7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14129 | 2024.08.08 23:07:22.368128 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 160 rows starting from the beginning of the part | ||
14130 | 2024.08.08 23:07:22.368387 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 160 rows starting from the beginning of the part | ||
14131 | 2024.08.08 23:07:22.368472 [ 3 ] {b4e0ad49-004a-4139-abf5-e0a40714ef49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14132 | 2024.08.08 23:07:22.368581 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 847 rows starting from the beginning of the part | ||
14133 | 2024.08.08 23:07:22.368688 [ 3 ] {b4e0ad49-004a-4139-abf5-e0a40714ef49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14134 | 2024.08.08 23:07:22.368909 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 160 rows starting from the beginning of the part | ||
14135 | 2024.08.08 23:07:22.369711 [ 3 ] {b4e0ad49-004a-4139-abf5-e0a40714ef49} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14136 | 2024.08.08 23:07:22.370353 [ 3 ] {b4e0ad49-004a-4139-abf5-e0a40714ef49} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14137 | 2024.08.08 23:07:22.370409 [ 3 ] {b4e0ad49-004a-4139-abf5-e0a40714ef49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14138 | 2024.08.08 23:07:22.370839 [ 3 ] {b4e0ad49-004a-4139-abf5-e0a40714ef49} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
14139 | 2024.08.08 23:07:22.371310 [ 3 ] {b4e0ad49-004a-4139-abf5-e0a40714ef49} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14140 | 2024.08.08 23:07:22.371762 [ 3 ] {b4e0ad49-004a-4139-abf5-e0a40714ef49} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003463 sec., 6641.640196361536 rows/sec., 359.27 KiB/sec. | ||
14141 | 2024.08.08 23:07:22.372531 [ 3 ] {b4e0ad49-004a-4139-abf5-e0a40714ef49} <Debug> DynamicQueryHandler: Done processing query | ||
14142 | 2024.08.08 23:07:22.372623 [ 3 ] {b4e0ad49-004a-4139-abf5-e0a40714ef49} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14143 | 2024.08.08 23:07:22.372717 [ 3 ] {} <Debug> HTTP-Session: 3fd4d707-08b1-4ef3-9e82-3d488b4c0ef7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14144 | 2024.08.08 23:07:22.372956 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14145 | 2024.08.08 23:07:22.373052 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14146 | 2024.08.08 23:07:22.373072 [ 3 ] {} <Debug> HTTP-Session: 310ec5a4-f2a0-410d-9368-b72c3624a568 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14147 | 2024.08.08 23:07:22.373097 [ 3 ] {} <Debug> HTTP-Session: 310ec5a4-f2a0-410d-9368-b72c3624a568 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14148 | 2024.08.08 23:07:22.373113 [ 3 ] {} <Debug> HTTP-Session: 310ec5a4-f2a0-410d-9368-b72c3624a568 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14149 | 2024.08.08 23:07:22.373191 [ 3 ] {} <Trace> HTTP-Session: 310ec5a4-f2a0-410d-9368-b72c3624a568 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14150 | 2024.08.08 23:07:22.373349 [ 3 ] {4dd24fc5-d5ba-4d96-9775-8aeb68b12c88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14151 | 2024.08.08 23:07:22.373396 [ 3 ] {4dd24fc5-d5ba-4d96-9775-8aeb68b12c88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14152 | 2024.08.08 23:07:22.373576 [ 3 ] {4dd24fc5-d5ba-4d96-9775-8aeb68b12c88} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14153 | 2024.08.08 23:07:22.374215 [ 3 ] {4dd24fc5-d5ba-4d96-9775-8aeb68b12c88} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14154 | 2024.08.08 23:07:22.374251 [ 3 ] {4dd24fc5-d5ba-4d96-9775-8aeb68b12c88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14155 | 2024.08.08 23:07:22.374779 [ 3 ] {4dd24fc5-d5ba-4d96-9775-8aeb68b12c88} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
14156 | 2024.08.08 23:07:22.375124 [ 3 ] {4dd24fc5-d5ba-4d96-9775-8aeb68b12c88} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14157 | 2024.08.08 23:07:22.375279 [ 3 ] {4dd24fc5-d5ba-4d96-9775-8aeb68b12c88} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001984 sec., 30241.935483870966 rows/sec., 2.04 MiB/sec. | ||
14158 | 2024.08.08 23:07:22.375312 [ 78 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
14159 | 2024.08.08 23:07:22.375406 [ 78 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14160 | 2024.08.08 23:07:22.375463 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14161 | 2024.08.08 23:07:22.375597 [ 3 ] {4dd24fc5-d5ba-4d96-9775-8aeb68b12c88} <Debug> DynamicQueryHandler: Done processing query | ||
14162 | 2024.08.08 23:07:22.375694 [ 3 ] {4dd24fc5-d5ba-4d96-9775-8aeb68b12c88} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14163 | 2024.08.08 23:07:22.375742 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
14164 | 2024.08.08 23:07:22.375745 [ 3 ] {} <Debug> HTTP-Session: 310ec5a4-f2a0-410d-9368-b72c3624a568 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14165 | 2024.08.08 23:07:22.376286 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14166 | 2024.08.08 23:07:22.376398 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 4432 rows starting from the beginning of the part | ||
14167 | 2024.08.08 23:07:22.376776 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 60 rows starting from the beginning of the part | ||
14168 | 2024.08.08 23:07:22.377067 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
14169 | 2024.08.08 23:07:22.377246 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 60 rows starting from the beginning of the part | ||
14170 | 2024.08.08 23:07:22.377340 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
14171 | 2024.08.08 23:07:22.377513 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 60 rows starting from the beginning of the part | ||
14172 | 2024.08.08 23:07:22.379792 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4732 rows, containing 4 columns (4 merged, 0 gathered) in 0.004245899 sec., 1114487.1792758142 rows/sec., 75.11 MiB/sec. | ||
14173 | 2024.08.08 23:07:22.380208 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14174 | 2024.08.08 23:07:22.380729 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14175 | 2024.08.08 23:07:22.380827 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_81_16} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14176 | 2024.08.08 23:07:22.380930 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
14177 | 2024.08.08 23:07:22.381283 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22680 rows, containing 5 columns (5 merged, 0 gathered) in 0.014157118 sec., 1602020.976303228 rows/sec., 109.53 MiB/sec. | ||
14178 | 2024.08.08 23:07:22.381724 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
14179 | 2024.08.08 23:07:22.382162 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14180 | 2024.08.08 23:07:22.382249 [ 191 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
14181 | 2024.08.08 23:07:22.382350 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
14182 | 2024.08.08 23:07:23.182773 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14183 | 2024.08.08 23:07:23.182831 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14184 | 2024.08.08 23:07:27.344050 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14185 | 2024.08.08 23:07:27.344191 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14186 | 2024.08.08 23:07:27.344220 [ 3 ] {} <Debug> HTTP-Session: f1e42677-0f48-4d1d-9474-c8ebb8bfcd64 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14187 | 2024.08.08 23:07:27.344248 [ 3 ] {} <Debug> HTTP-Session: f1e42677-0f48-4d1d-9474-c8ebb8bfcd64 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14188 | 2024.08.08 23:07:27.344265 [ 3 ] {} <Debug> HTTP-Session: f1e42677-0f48-4d1d-9474-c8ebb8bfcd64 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14189 | 2024.08.08 23:07:27.344319 [ 3 ] {} <Trace> HTTP-Session: f1e42677-0f48-4d1d-9474-c8ebb8bfcd64 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14190 | 2024.08.08 23:07:27.344533 [ 3 ] {8a432aa0-1abc-4c61-8f18-85efb3b940e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14191 | 2024.08.08 23:07:27.344606 [ 3 ] {8a432aa0-1abc-4c61-8f18-85efb3b940e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14192 | 2024.08.08 23:07:27.344826 [ 3 ] {8a432aa0-1abc-4c61-8f18-85efb3b940e3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14193 | 2024.08.08 23:07:27.345270 [ 3 ] {8a432aa0-1abc-4c61-8f18-85efb3b940e3} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14194 | 2024.08.08 23:07:27.345311 [ 3 ] {8a432aa0-1abc-4c61-8f18-85efb3b940e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14195 | 2024.08.08 23:07:27.345684 [ 3 ] {8a432aa0-1abc-4c61-8f18-85efb3b940e3} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
14196 | 2024.08.08 23:07:27.346016 [ 3 ] {8a432aa0-1abc-4c61-8f18-85efb3b940e3} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14197 | 2024.08.08 23:07:27.346191 [ 3 ] {8a432aa0-1abc-4c61-8f18-85efb3b940e3} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001728 sec., 32407.40740740741 rows/sec., 2.57 MiB/sec. | ||
14198 | 2024.08.08 23:07:27.346490 [ 3 ] {8a432aa0-1abc-4c61-8f18-85efb3b940e3} <Debug> DynamicQueryHandler: Done processing query | ||
14199 | 2024.08.08 23:07:27.346555 [ 3 ] {8a432aa0-1abc-4c61-8f18-85efb3b940e3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14200 | 2024.08.08 23:07:27.346611 [ 3 ] {} <Debug> HTTP-Session: f1e42677-0f48-4d1d-9474-c8ebb8bfcd64 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14201 | 2024.08.08 23:07:27.346779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 810, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14202 | 2024.08.08 23:07:27.346833 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14203 | 2024.08.08 23:07:27.346854 [ 3 ] {} <Debug> HTTP-Session: 062e94a1-cbf8-4d5c-a40f-0e657c9db64c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14204 | 2024.08.08 23:07:27.346872 [ 3 ] {} <Debug> HTTP-Session: 062e94a1-cbf8-4d5c-a40f-0e657c9db64c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14205 | 2024.08.08 23:07:27.346886 [ 3 ] {} <Debug> HTTP-Session: 062e94a1-cbf8-4d5c-a40f-0e657c9db64c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14206 | 2024.08.08 23:07:27.346919 [ 3 ] {} <Trace> HTTP-Session: 062e94a1-cbf8-4d5c-a40f-0e657c9db64c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14207 | 2024.08.08 23:07:27.347019 [ 3 ] {534f8d04-ee48-4c35-92f7-ec150f742175} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14208 | 2024.08.08 23:07:27.347066 [ 3 ] {534f8d04-ee48-4c35-92f7-ec150f742175} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14209 | 2024.08.08 23:07:27.347211 [ 3 ] {534f8d04-ee48-4c35-92f7-ec150f742175} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14210 | 2024.08.08 23:07:27.347516 [ 3 ] {534f8d04-ee48-4c35-92f7-ec150f742175} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14211 | 2024.08.08 23:07:27.347553 [ 3 ] {534f8d04-ee48-4c35-92f7-ec150f742175} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14212 | 2024.08.08 23:07:27.347863 [ 3 ] {534f8d04-ee48-4c35-92f7-ec150f742175} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
14213 | 2024.08.08 23:07:27.348181 [ 3 ] {534f8d04-ee48-4c35-92f7-ec150f742175} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14214 | 2024.08.08 23:07:27.348347 [ 3 ] {534f8d04-ee48-4c35-92f7-ec150f742175} <Debug> executeQuery: Read 5 rows, 395.00 B in 0.001352 sec., 3698.2248520710064 rows/sec., 285.31 KiB/sec. | ||
14215 | 2024.08.08 23:07:27.348680 [ 3 ] {534f8d04-ee48-4c35-92f7-ec150f742175} <Debug> DynamicQueryHandler: Done processing query | ||
14216 | 2024.08.08 23:07:27.348705 [ 3 ] {534f8d04-ee48-4c35-92f7-ec150f742175} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14217 | 2024.08.08 23:07:27.348721 [ 3 ] {} <Debug> HTTP-Session: 062e94a1-cbf8-4d5c-a40f-0e657c9db64c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14218 | 2024.08.08 23:07:27.348866 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 34096, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14219 | 2024.08.08 23:07:27.348918 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14220 | 2024.08.08 23:07:27.348938 [ 3 ] {} <Debug> HTTP-Session: 706aef5c-77cb-416f-b3cc-167191a8b6a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14221 | 2024.08.08 23:07:27.348955 [ 3 ] {} <Debug> HTTP-Session: 706aef5c-77cb-416f-b3cc-167191a8b6a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14222 | 2024.08.08 23:07:27.348969 [ 3 ] {} <Debug> HTTP-Session: 706aef5c-77cb-416f-b3cc-167191a8b6a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14223 | 2024.08.08 23:07:27.349000 [ 3 ] {} <Trace> HTTP-Session: 706aef5c-77cb-416f-b3cc-167191a8b6a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14224 | 2024.08.08 23:07:27.349158 [ 3 ] {ccfcac83-d2c7-44b3-aad2-08e0cd5e6c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14225 | 2024.08.08 23:07:27.349204 [ 3 ] {ccfcac83-d2c7-44b3-aad2-08e0cd5e6c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14226 | 2024.08.08 23:07:27.349349 [ 3 ] {ccfcac83-d2c7-44b3-aad2-08e0cd5e6c14} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14227 | 2024.08.08 23:07:27.349814 [ 3 ] {ccfcac83-d2c7-44b3-aad2-08e0cd5e6c14} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14228 | 2024.08.08 23:07:27.349851 [ 3 ] {ccfcac83-d2c7-44b3-aad2-08e0cd5e6c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14229 | 2024.08.08 23:07:27.350174 [ 3 ] {ccfcac83-d2c7-44b3-aad2-08e0cd5e6c14} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14230 | 2024.08.08 23:07:27.350480 [ 3 ] {ccfcac83-d2c7-44b3-aad2-08e0cd5e6c14} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14231 | 2024.08.08 23:07:27.350639 [ 3 ] {ccfcac83-d2c7-44b3-aad2-08e0cd5e6c14} <Debug> executeQuery: Read 231 rows, 20.06 KiB in 0.001555 sec., 148553.05466237944 rows/sec., 12.60 MiB/sec. | ||
14232 | 2024.08.08 23:07:27.350798 [ 3 ] {ccfcac83-d2c7-44b3-aad2-08e0cd5e6c14} <Debug> DynamicQueryHandler: Done processing query | ||
14233 | 2024.08.08 23:07:27.350824 [ 3 ] {ccfcac83-d2c7-44b3-aad2-08e0cd5e6c14} <Debug> MemoryTracker: Peak memory usage (for query): 4.35 MiB. | ||
14234 | 2024.08.08 23:07:27.350841 [ 3 ] {} <Debug> HTTP-Session: 706aef5c-77cb-416f-b3cc-167191a8b6a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14235 | 2024.08.08 23:07:27.350940 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 727, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14236 | 2024.08.08 23:07:27.350989 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14237 | 2024.08.08 23:07:27.351009 [ 3 ] {} <Debug> HTTP-Session: 74bebdc3-ac1a-4164-abcb-078c93078d37 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14238 | 2024.08.08 23:07:27.351027 [ 3 ] {} <Debug> HTTP-Session: 74bebdc3-ac1a-4164-abcb-078c93078d37 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14239 | 2024.08.08 23:07:27.351041 [ 3 ] {} <Debug> HTTP-Session: 74bebdc3-ac1a-4164-abcb-078c93078d37 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14240 | 2024.08.08 23:07:27.351072 [ 3 ] {} <Trace> HTTP-Session: 74bebdc3-ac1a-4164-abcb-078c93078d37 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14241 | 2024.08.08 23:07:27.351167 [ 3 ] {5ec54182-4eaa-4b9e-b925-e88e4ce185b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14242 | 2024.08.08 23:07:27.351210 [ 3 ] {5ec54182-4eaa-4b9e-b925-e88e4ce185b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14243 | 2024.08.08 23:07:27.351335 [ 3 ] {5ec54182-4eaa-4b9e-b925-e88e4ce185b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14244 | 2024.08.08 23:07:27.351609 [ 3 ] {5ec54182-4eaa-4b9e-b925-e88e4ce185b4} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14245 | 2024.08.08 23:07:27.351645 [ 3 ] {5ec54182-4eaa-4b9e-b925-e88e4ce185b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14246 | 2024.08.08 23:07:27.351953 [ 3 ] {5ec54182-4eaa-4b9e-b925-e88e4ce185b4} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
14247 | 2024.08.08 23:07:27.352258 [ 3 ] {5ec54182-4eaa-4b9e-b925-e88e4ce185b4} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14248 | 2024.08.08 23:07:27.352394 [ 3 ] {5ec54182-4eaa-4b9e-b925-e88e4ce185b4} <Debug> executeQuery: Read 5 rows, 335.00 B in 0.001252 sec., 3993.610223642172 rows/sec., 261.30 KiB/sec. | ||
14249 | 2024.08.08 23:07:27.352664 [ 3 ] {5ec54182-4eaa-4b9e-b925-e88e4ce185b4} <Debug> DynamicQueryHandler: Done processing query | ||
14250 | 2024.08.08 23:07:27.352690 [ 3 ] {5ec54182-4eaa-4b9e-b925-e88e4ce185b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14251 | 2024.08.08 23:07:27.352706 [ 3 ] {} <Debug> HTTP-Session: 74bebdc3-ac1a-4164-abcb-078c93078d37 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14252 | 2024.08.08 23:07:27.352825 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 25588, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14253 | 2024.08.08 23:07:27.352876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14254 | 2024.08.08 23:07:27.352896 [ 3 ] {} <Debug> HTTP-Session: a561fddf-8392-47c6-a6d0-9701d37efce7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14255 | 2024.08.08 23:07:27.352912 [ 3 ] {} <Debug> HTTP-Session: a561fddf-8392-47c6-a6d0-9701d37efce7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14256 | 2024.08.08 23:07:27.352926 [ 3 ] {} <Debug> HTTP-Session: a561fddf-8392-47c6-a6d0-9701d37efce7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14257 | 2024.08.08 23:07:27.352957 [ 3 ] {} <Trace> HTTP-Session: a561fddf-8392-47c6-a6d0-9701d37efce7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14258 | 2024.08.08 23:07:27.353091 [ 3 ] {445ca12e-7bfd-4733-a936-a3bb39b61e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14259 | 2024.08.08 23:07:27.353136 [ 3 ] {445ca12e-7bfd-4733-a936-a3bb39b61e83} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14260 | 2024.08.08 23:07:27.353281 [ 3 ] {445ca12e-7bfd-4733-a936-a3bb39b61e83} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14261 | 2024.08.08 23:07:27.353707 [ 3 ] {445ca12e-7bfd-4733-a936-a3bb39b61e83} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14262 | 2024.08.08 23:07:27.353744 [ 3 ] {445ca12e-7bfd-4733-a936-a3bb39b61e83} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14263 | 2024.08.08 23:07:27.354059 [ 3 ] {445ca12e-7bfd-4733-a936-a3bb39b61e83} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14264 | 2024.08.08 23:07:27.354363 [ 3 ] {445ca12e-7bfd-4733-a936-a3bb39b61e83} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14265 | 2024.08.08 23:07:27.354519 [ 3 ] {445ca12e-7bfd-4733-a936-a3bb39b61e83} <Debug> executeQuery: Read 152 rows, 11.96 KiB in 0.001485 sec., 102356.90235690236 rows/sec., 7.87 MiB/sec. | ||
14266 | 2024.08.08 23:07:27.354693 [ 3 ] {445ca12e-7bfd-4733-a936-a3bb39b61e83} <Debug> DynamicQueryHandler: Done processing query | ||
14267 | 2024.08.08 23:07:27.354718 [ 3 ] {445ca12e-7bfd-4733-a936-a3bb39b61e83} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14268 | 2024.08.08 23:07:27.354734 [ 3 ] {} <Debug> HTTP-Session: a561fddf-8392-47c6-a6d0-9701d37efce7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14269 | 2024.08.08 23:07:27.354869 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31403, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14270 | 2024.08.08 23:07:27.354919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14271 | 2024.08.08 23:07:27.354940 [ 3 ] {} <Debug> HTTP-Session: d20936b0-4934-4584-88a3-b48a67032b77 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14272 | 2024.08.08 23:07:27.354957 [ 3 ] {} <Debug> HTTP-Session: d20936b0-4934-4584-88a3-b48a67032b77 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14273 | 2024.08.08 23:07:27.354971 [ 3 ] {} <Debug> HTTP-Session: d20936b0-4934-4584-88a3-b48a67032b77 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14274 | 2024.08.08 23:07:27.355002 [ 3 ] {} <Trace> HTTP-Session: d20936b0-4934-4584-88a3-b48a67032b77 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14275 | 2024.08.08 23:07:27.355163 [ 3 ] {1e3bd950-fa11-4f91-b382-93ab8a50884d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14276 | 2024.08.08 23:07:27.355209 [ 3 ] {1e3bd950-fa11-4f91-b382-93ab8a50884d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14277 | 2024.08.08 23:07:27.355353 [ 3 ] {1e3bd950-fa11-4f91-b382-93ab8a50884d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14278 | 2024.08.08 23:07:27.355720 [ 3 ] {1e3bd950-fa11-4f91-b382-93ab8a50884d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14279 | 2024.08.08 23:07:27.355756 [ 3 ] {1e3bd950-fa11-4f91-b382-93ab8a50884d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14280 | 2024.08.08 23:07:27.356141 [ 3 ] {1e3bd950-fa11-4f91-b382-93ab8a50884d} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14281 | 2024.08.08 23:07:27.356473 [ 3 ] {1e3bd950-fa11-4f91-b382-93ab8a50884d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14282 | 2024.08.08 23:07:27.356631 [ 3 ] {1e3bd950-fa11-4f91-b382-93ab8a50884d} <Debug> executeQuery: Read 164 rows, 11.67 KiB in 0.001547 sec., 106011.63542340013 rows/sec., 7.36 MiB/sec. | ||
14283 | 2024.08.08 23:07:27.356800 [ 3 ] {1e3bd950-fa11-4f91-b382-93ab8a50884d} <Debug> DynamicQueryHandler: Done processing query | ||
14284 | 2024.08.08 23:07:27.356825 [ 3 ] {1e3bd950-fa11-4f91-b382-93ab8a50884d} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14285 | 2024.08.08 23:07:27.356841 [ 3 ] {} <Debug> HTTP-Session: d20936b0-4934-4584-88a3-b48a67032b77 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14286 | 2024.08.08 23:07:27.357000 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90115, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14287 | 2024.08.08 23:07:27.357048 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14288 | 2024.08.08 23:07:27.357069 [ 3 ] {} <Debug> HTTP-Session: 64cfb7d4-1ef3-4346-9860-2b924db416ff Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14289 | 2024.08.08 23:07:27.357086 [ 3 ] {} <Debug> HTTP-Session: 64cfb7d4-1ef3-4346-9860-2b924db416ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14290 | 2024.08.08 23:07:27.357099 [ 3 ] {} <Debug> HTTP-Session: 64cfb7d4-1ef3-4346-9860-2b924db416ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14291 | 2024.08.08 23:07:27.357130 [ 3 ] {} <Trace> HTTP-Session: 64cfb7d4-1ef3-4346-9860-2b924db416ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14292 | 2024.08.08 23:07:27.357609 [ 3 ] {7e8bbf9b-0096-4ead-a373-5a6995dee443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14293 | 2024.08.08 23:07:27.357673 [ 3 ] {7e8bbf9b-0096-4ead-a373-5a6995dee443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14294 | 2024.08.08 23:07:27.358080 [ 3 ] {7e8bbf9b-0096-4ead-a373-5a6995dee443} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14295 | 2024.08.08 23:07:27.359040 [ 3 ] {7e8bbf9b-0096-4ead-a373-5a6995dee443} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14296 | 2024.08.08 23:07:27.359077 [ 3 ] {7e8bbf9b-0096-4ead-a373-5a6995dee443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14297 | 2024.08.08 23:07:27.359723 [ 3 ] {7e8bbf9b-0096-4ead-a373-5a6995dee443} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
14298 | 2024.08.08 23:07:27.360127 [ 3 ] {7e8bbf9b-0096-4ead-a373-5a6995dee443} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14299 | 2024.08.08 23:07:27.360330 [ 3 ] {7e8bbf9b-0096-4ead-a373-5a6995dee443} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003092 sec., 18111.254851228976 rows/sec., 32.45 MiB/sec. | ||
14300 | 2024.08.08 23:07:27.360330 [ 126 ] {} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
14301 | 2024.08.08 23:07:27.360491 [ 126 ] {} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14302 | 2024.08.08 23:07:27.360581 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14303 | 2024.08.08 23:07:27.360771 [ 3 ] {7e8bbf9b-0096-4ead-a373-5a6995dee443} <Debug> DynamicQueryHandler: Done processing query | ||
14304 | 2024.08.08 23:07:27.360870 [ 3 ] {7e8bbf9b-0096-4ead-a373-5a6995dee443} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
14305 | 2024.08.08 23:07:27.360951 [ 3 ] {} <Debug> HTTP-Session: 64cfb7d4-1ef3-4346-9860-2b924db416ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14306 | 2024.08.08 23:07:27.361062 [ 191 ] {b2667062-578b-4856-8c33-1b53d7b05866::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 | ||
14307 | 2024.08.08 23:07:27.361198 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 1451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14308 | 2024.08.08 23:07:27.361372 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14309 | 2024.08.08 23:07:27.361455 [ 3 ] {} <Debug> HTTP-Session: 41c43201-c595-45df-bfcb-1c2237f51fa6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14310 | 2024.08.08 23:07:27.361518 [ 3 ] {} <Debug> HTTP-Session: 41c43201-c595-45df-bfcb-1c2237f51fa6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14311 | 2024.08.08 23:07:27.361581 [ 3 ] {} <Debug> HTTP-Session: 41c43201-c595-45df-bfcb-1c2237f51fa6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14312 | 2024.08.08 23:07:27.361694 [ 3 ] {} <Trace> HTTP-Session: 41c43201-c595-45df-bfcb-1c2237f51fa6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14313 | 2024.08.08 23:07:27.361949 [ 3 ] {bea9bdb7-8656-48f5-aaee-fa1eb8f8d04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14314 | 2024.08.08 23:07:27.362068 [ 3 ] {bea9bdb7-8656-48f5-aaee-fa1eb8f8d04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14315 | 2024.08.08 23:07:27.362442 [ 191 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14316 | 2024.08.08 23:07:27.362686 [ 191 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1011 rows starting from the beginning of the part | ||
14317 | 2024.08.08 23:07:27.362728 [ 3 ] {bea9bdb7-8656-48f5-aaee-fa1eb8f8d04b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14318 | 2024.08.08 23:07:27.363548 [ 191 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 33 rows starting from the beginning of the part | ||
14319 | 2024.08.08 23:07:27.363868 [ 3 ] {bea9bdb7-8656-48f5-aaee-fa1eb8f8d04b} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14320 | 2024.08.08 23:07:27.363976 [ 3 ] {bea9bdb7-8656-48f5-aaee-fa1eb8f8d04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14321 | 2024.08.08 23:07:27.364380 [ 191 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 44 rows starting from the beginning of the part | ||
14322 | 2024.08.08 23:07:27.365031 [ 191 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 46 rows starting from the beginning of the part | ||
14323 | 2024.08.08 23:07:27.365462 [ 3 ] {bea9bdb7-8656-48f5-aaee-fa1eb8f8d04b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
14324 | 2024.08.08 23:07:27.365674 [ 191 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 48 rows starting from the beginning of the part | ||
14325 | 2024.08.08 23:07:27.366510 [ 191 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 56 rows starting from the beginning of the part | ||
14326 | 2024.08.08 23:07:27.366590 [ 3 ] {bea9bdb7-8656-48f5-aaee-fa1eb8f8d04b} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14327 | 2024.08.08 23:07:27.367172 [ 3 ] {bea9bdb7-8656-48f5-aaee-fa1eb8f8d04b} <Debug> executeQuery: Read 9 rows, 651.00 B in 0.005278 sec., 1705.1913603637743 rows/sec., 120.45 KiB/sec. | ||
14328 | 2024.08.08 23:07:27.367809 [ 3 ] {bea9bdb7-8656-48f5-aaee-fa1eb8f8d04b} <Debug> DynamicQueryHandler: Done processing query | ||
14329 | 2024.08.08 23:07:27.367864 [ 3 ] {bea9bdb7-8656-48f5-aaee-fa1eb8f8d04b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14330 | 2024.08.08 23:07:27.367919 [ 3 ] {} <Debug> HTTP-Session: 41c43201-c595-45df-bfcb-1c2237f51fa6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14331 | 2024.08.08 23:07:27.368224 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14332 | 2024.08.08 23:07:27.368393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14333 | 2024.08.08 23:07:27.368494 [ 3 ] {} <Debug> HTTP-Session: 1bdca83c-a634-4e2c-bb74-945c37c0a8f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14334 | 2024.08.08 23:07:27.368556 [ 3 ] {} <Debug> HTTP-Session: 1bdca83c-a634-4e2c-bb74-945c37c0a8f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14335 | 2024.08.08 23:07:27.368633 [ 3 ] {} <Debug> HTTP-Session: 1bdca83c-a634-4e2c-bb74-945c37c0a8f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14336 | 2024.08.08 23:07:27.368748 [ 3 ] {} <Trace> HTTP-Session: 1bdca83c-a634-4e2c-bb74-945c37c0a8f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14337 | 2024.08.08 23:07:27.369037 [ 3 ] {e7aa46b0-c388-47f8-ac24-f52c2d260156} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14338 | 2024.08.08 23:07:27.369151 [ 3 ] {e7aa46b0-c388-47f8-ac24-f52c2d260156} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14339 | 2024.08.08 23:07:27.369651 [ 3 ] {e7aa46b0-c388-47f8-ac24-f52c2d260156} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14340 | 2024.08.08 23:07:27.370010 [ 3 ] {e7aa46b0-c388-47f8-ac24-f52c2d260156} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14341 | 2024.08.08 23:07:27.370047 [ 3 ] {e7aa46b0-c388-47f8-ac24-f52c2d260156} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14342 | 2024.08.08 23:07:27.370466 [ 3 ] {e7aa46b0-c388-47f8-ac24-f52c2d260156} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
14343 | 2024.08.08 23:07:27.370799 [ 3 ] {e7aa46b0-c388-47f8-ac24-f52c2d260156} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14344 | 2024.08.08 23:07:27.371016 [ 3 ] {e7aa46b0-c388-47f8-ac24-f52c2d260156} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002091 sec., 28694.404591104736 rows/sec., 1.93 MiB/sec. | ||
14345 | 2024.08.08 23:07:27.371266 [ 3 ] {e7aa46b0-c388-47f8-ac24-f52c2d260156} <Debug> DynamicQueryHandler: Done processing query | ||
14346 | 2024.08.08 23:07:27.371317 [ 3 ] {e7aa46b0-c388-47f8-ac24-f52c2d260156} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14347 | 2024.08.08 23:07:27.371397 [ 3 ] {} <Debug> HTTP-Session: 1bdca83c-a634-4e2c-bb74-945c37c0a8f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14348 | 2024.08.08 23:07:27.374989 [ 196 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1238 rows, containing 19 columns (19 merged, 0 gathered) in 0.014276239 sec., 86717.51712758522 rows/sec., 155.39 MiB/sec. | ||
14349 | 2024.08.08 23:07:27.376771 [ 196 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
14350 | 2024.08.08 23:07:27.377354 [ 196 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14351 | 2024.08.08 23:07:27.377431 [ 196 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_36_7} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
14352 | 2024.08.08 23:07:27.377573 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.42 MiB. | ||
14353 | 2024.08.08 23:07:28.000200 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 205.13 MiB, peak 216.58 MiB, free memory in arenas 0.00 B, will set to 206.34 MiB (RSS), difference: 1.21 MiB | ||
14354 | 2024.08.08 23:07:32.344550 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14355 | 2024.08.08 23:07:32.344684 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14356 | 2024.08.08 23:07:32.344714 [ 3 ] {} <Debug> HTTP-Session: a189ec99-8fc1-4a78-8efe-e8d3bf8c9f54 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14357 | 2024.08.08 23:07:32.344742 [ 3 ] {} <Debug> HTTP-Session: a189ec99-8fc1-4a78-8efe-e8d3bf8c9f54 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14358 | 2024.08.08 23:07:32.344759 [ 3 ] {} <Debug> HTTP-Session: a189ec99-8fc1-4a78-8efe-e8d3bf8c9f54 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14359 | 2024.08.08 23:07:32.344815 [ 3 ] {} <Trace> HTTP-Session: a189ec99-8fc1-4a78-8efe-e8d3bf8c9f54 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14360 | 2024.08.08 23:07:32.345008 [ 3 ] {43bfb7a6-d1a5-40ed-a6d9-74c50d14d7ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14361 | 2024.08.08 23:07:32.345080 [ 3 ] {43bfb7a6-d1a5-40ed-a6d9-74c50d14d7ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14362 | 2024.08.08 23:07:32.345272 [ 3 ] {43bfb7a6-d1a5-40ed-a6d9-74c50d14d7ad} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14363 | 2024.08.08 23:07:32.345683 [ 3 ] {43bfb7a6-d1a5-40ed-a6d9-74c50d14d7ad} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14364 | 2024.08.08 23:07:32.345722 [ 3 ] {43bfb7a6-d1a5-40ed-a6d9-74c50d14d7ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14365 | 2024.08.08 23:07:32.346091 [ 3 ] {43bfb7a6-d1a5-40ed-a6d9-74c50d14d7ad} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
14366 | 2024.08.08 23:07:32.346427 [ 3 ] {43bfb7a6-d1a5-40ed-a6d9-74c50d14d7ad} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14367 | 2024.08.08 23:07:32.346571 [ 3 ] {43bfb7a6-d1a5-40ed-a6d9-74c50d14d7ad} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001624 sec., 3694.5812807881775 rows/sec., 209.26 KiB/sec. | ||
14368 | 2024.08.08 23:07:32.346583 [ 28 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
14369 | 2024.08.08 23:07:32.346648 [ 28 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14370 | 2024.08.08 23:07:32.346681 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14371 | 2024.08.08 23:07:32.346822 [ 3 ] {43bfb7a6-d1a5-40ed-a6d9-74c50d14d7ad} <Debug> DynamicQueryHandler: Done processing query | ||
14372 | 2024.08.08 23:07:32.346833 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
14373 | 2024.08.08 23:07:32.346851 [ 3 ] {43bfb7a6-d1a5-40ed-a6d9-74c50d14d7ad} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14374 | 2024.08.08 23:07:32.346890 [ 3 ] {} <Debug> HTTP-Session: a189ec99-8fc1-4a78-8efe-e8d3bf8c9f54 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14375 | 2024.08.08 23:07:32.347153 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14376 | 2024.08.08 23:07:32.347208 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14377 | 2024.08.08 23:07:32.347282 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14378 | 2024.08.08 23:07:32.347289 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 52 rows starting from the beginning of the part | ||
14379 | 2024.08.08 23:07:32.347349 [ 3 ] {} <Debug> HTTP-Session: 118eced0-269b-4d95-9a53-365256cb8f51 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14380 | 2024.08.08 23:07:32.347418 [ 3 ] {} <Debug> HTTP-Session: 118eced0-269b-4d95-9a53-365256cb8f51 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14381 | 2024.08.08 23:07:32.347565 [ 3 ] {} <Debug> HTTP-Session: 118eced0-269b-4d95-9a53-365256cb8f51 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14382 | 2024.08.08 23:07:32.347725 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 6 rows starting from the beginning of the part | ||
14383 | 2024.08.08 23:07:32.347816 [ 3 ] {} <Trace> HTTP-Session: 118eced0-269b-4d95-9a53-365256cb8f51 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14384 | 2024.08.08 23:07:32.348331 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 48 rows starting from the beginning of the part | ||
14385 | 2024.08.08 23:07:32.348383 [ 3 ] {f26f7c71-e5eb-4643-80ea-56185ca2ae03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14386 | 2024.08.08 23:07:32.348523 [ 3 ] {f26f7c71-e5eb-4643-80ea-56185ca2ae03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14387 | 2024.08.08 23:07:32.348540 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 6 rows starting from the beginning of the part | ||
14388 | 2024.08.08 23:07:32.348942 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 56 rows starting from the beginning of the part | ||
14389 | 2024.08.08 23:07:32.349334 [ 200 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 6 rows starting from the beginning of the part | ||
14390 | 2024.08.08 23:07:32.349896 [ 3 ] {f26f7c71-e5eb-4643-80ea-56185ca2ae03} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14391 | 2024.08.08 23:07:32.350536 [ 3 ] {f26f7c71-e5eb-4643-80ea-56185ca2ae03} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14392 | 2024.08.08 23:07:32.350575 [ 3 ] {f26f7c71-e5eb-4643-80ea-56185ca2ae03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14393 | 2024.08.08 23:07:32.351084 [ 3 ] {f26f7c71-e5eb-4643-80ea-56185ca2ae03} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14394 | 2024.08.08 23:07:32.351121 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 174 rows, containing 4 columns (4 merged, 0 gathered) in 0.004362011 sec., 39889.85814111886 rows/sec., 3.01 MiB/sec. | ||
14395 | 2024.08.08 23:07:32.351456 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
14396 | 2024.08.08 23:07:32.351622 [ 3 ] {f26f7c71-e5eb-4643-80ea-56185ca2ae03} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14397 | 2024.08.08 23:07:32.352029 [ 3 ] {f26f7c71-e5eb-4643-80ea-56185ca2ae03} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.00382 sec., 42146.596858638746 rows/sec., 3.71 MiB/sec. | ||
14398 | 2024.08.08 23:07:32.352423 [ 3 ] {f26f7c71-e5eb-4643-80ea-56185ca2ae03} <Debug> DynamicQueryHandler: Done processing query | ||
14399 | 2024.08.08 23:07:32.352472 [ 3 ] {f26f7c71-e5eb-4643-80ea-56185ca2ae03} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14400 | 2024.08.08 23:07:32.352508 [ 3 ] {} <Debug> HTTP-Session: 118eced0-269b-4d95-9a53-365256cb8f51 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14401 | 2024.08.08 23:07:32.352511 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14402 | 2024.08.08 23:07:32.352637 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_76_15} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
14403 | 2024.08.08 23:07:32.352764 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14404 | 2024.08.08 23:07:32.352781 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
14405 | 2024.08.08 23:07:32.352843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14406 | 2024.08.08 23:07:32.352868 [ 3 ] {} <Debug> HTTP-Session: 0b13bddd-b029-475b-9ae4-5c3de2396bf9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14407 | 2024.08.08 23:07:32.352886 [ 3 ] {} <Debug> HTTP-Session: 0b13bddd-b029-475b-9ae4-5c3de2396bf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14408 | 2024.08.08 23:07:32.352900 [ 3 ] {} <Debug> HTTP-Session: 0b13bddd-b029-475b-9ae4-5c3de2396bf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14409 | 2024.08.08 23:07:32.352936 [ 3 ] {} <Trace> HTTP-Session: 0b13bddd-b029-475b-9ae4-5c3de2396bf9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14410 | 2024.08.08 23:07:32.353166 [ 3 ] {411babe3-44b2-4ccf-bb1b-31447c91470d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14411 | 2024.08.08 23:07:32.353212 [ 3 ] {411babe3-44b2-4ccf-bb1b-31447c91470d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14412 | 2024.08.08 23:07:32.353360 [ 3 ] {411babe3-44b2-4ccf-bb1b-31447c91470d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14413 | 2024.08.08 23:07:32.353879 [ 3 ] {411babe3-44b2-4ccf-bb1b-31447c91470d} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14414 | 2024.08.08 23:07:32.353916 [ 3 ] {411babe3-44b2-4ccf-bb1b-31447c91470d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14415 | 2024.08.08 23:07:32.354257 [ 3 ] {411babe3-44b2-4ccf-bb1b-31447c91470d} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14416 | 2024.08.08 23:07:32.354593 [ 3 ] {411babe3-44b2-4ccf-bb1b-31447c91470d} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14417 | 2024.08.08 23:07:32.354723 [ 3 ] {411babe3-44b2-4ccf-bb1b-31447c91470d} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00169 sec., 226035.50295857986 rows/sec., 15.88 MiB/sec. | ||
14418 | 2024.08.08 23:07:32.354898 [ 3 ] {411babe3-44b2-4ccf-bb1b-31447c91470d} <Debug> DynamicQueryHandler: Done processing query | ||
14419 | 2024.08.08 23:07:32.354922 [ 3 ] {411babe3-44b2-4ccf-bb1b-31447c91470d} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14420 | 2024.08.08 23:07:32.354938 [ 3 ] {} <Debug> HTTP-Session: 0b13bddd-b029-475b-9ae4-5c3de2396bf9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14421 | 2024.08.08 23:07:32.355088 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14422 | 2024.08.08 23:07:32.355140 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14423 | 2024.08.08 23:07:32.355159 [ 3 ] {} <Debug> HTTP-Session: 6433fa1f-4993-4931-b965-42fdc95aed1b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14424 | 2024.08.08 23:07:32.355176 [ 3 ] {} <Debug> HTTP-Session: 6433fa1f-4993-4931-b965-42fdc95aed1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14425 | 2024.08.08 23:07:32.355190 [ 3 ] {} <Debug> HTTP-Session: 6433fa1f-4993-4931-b965-42fdc95aed1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14426 | 2024.08.08 23:07:32.355221 [ 3 ] {} <Trace> HTTP-Session: 6433fa1f-4993-4931-b965-42fdc95aed1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14427 | 2024.08.08 23:07:32.355320 [ 3 ] {e1b55c21-b098-42ec-8c81-84a03760f8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14428 | 2024.08.08 23:07:32.355366 [ 3 ] {e1b55c21-b098-42ec-8c81-84a03760f8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14429 | 2024.08.08 23:07:32.355496 [ 3 ] {e1b55c21-b098-42ec-8c81-84a03760f8e6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14430 | 2024.08.08 23:07:32.355819 [ 3 ] {e1b55c21-b098-42ec-8c81-84a03760f8e6} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14431 | 2024.08.08 23:07:32.355856 [ 3 ] {e1b55c21-b098-42ec-8c81-84a03760f8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14432 | 2024.08.08 23:07:32.356605 [ 3 ] {e1b55c21-b098-42ec-8c81-84a03760f8e6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
14433 | 2024.08.08 23:07:32.356937 [ 3 ] {e1b55c21-b098-42ec-8c81-84a03760f8e6} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14434 | 2024.08.08 23:07:32.357071 [ 3 ] {e1b55c21-b098-42ec-8c81-84a03760f8e6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001774 sec., 3382.1871476888386 rows/sec., 145.33 KiB/sec. | ||
14435 | 2024.08.08 23:07:32.357300 [ 3 ] {e1b55c21-b098-42ec-8c81-84a03760f8e6} <Debug> DynamicQueryHandler: Done processing query | ||
14436 | 2024.08.08 23:07:32.357326 [ 3 ] {e1b55c21-b098-42ec-8c81-84a03760f8e6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14437 | 2024.08.08 23:07:32.357342 [ 3 ] {} <Debug> HTTP-Session: 6433fa1f-4993-4931-b965-42fdc95aed1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14438 | 2024.08.08 23:07:32.357469 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14439 | 2024.08.08 23:07:32.357530 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14440 | 2024.08.08 23:07:32.357550 [ 3 ] {} <Debug> HTTP-Session: d72d1b6e-d980-47da-8459-c5ebb529cbc6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14441 | 2024.08.08 23:07:32.357567 [ 3 ] {} <Debug> HTTP-Session: d72d1b6e-d980-47da-8459-c5ebb529cbc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14442 | 2024.08.08 23:07:32.357582 [ 3 ] {} <Debug> HTTP-Session: d72d1b6e-d980-47da-8459-c5ebb529cbc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14443 | 2024.08.08 23:07:32.357614 [ 3 ] {} <Trace> HTTP-Session: d72d1b6e-d980-47da-8459-c5ebb529cbc6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14444 | 2024.08.08 23:07:32.357755 [ 3 ] {fc569c48-4750-4350-b4d3-72ead35ca45d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14445 | 2024.08.08 23:07:32.357804 [ 3 ] {fc569c48-4750-4350-b4d3-72ead35ca45d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14446 | 2024.08.08 23:07:32.357949 [ 3 ] {fc569c48-4750-4350-b4d3-72ead35ca45d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14447 | 2024.08.08 23:07:32.358292 [ 3 ] {fc569c48-4750-4350-b4d3-72ead35ca45d} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14448 | 2024.08.08 23:07:32.358328 [ 3 ] {fc569c48-4750-4350-b4d3-72ead35ca45d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14449 | 2024.08.08 23:07:32.358716 [ 3 ] {fc569c48-4750-4350-b4d3-72ead35ca45d} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
14450 | 2024.08.08 23:07:32.359063 [ 3 ] {fc569c48-4750-4350-b4d3-72ead35ca45d} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14451 | 2024.08.08 23:07:32.359197 [ 3 ] {fc569c48-4750-4350-b4d3-72ead35ca45d} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001504 sec., 51196.8085106383 rows/sec., 3.15 MiB/sec. | ||
14452 | 2024.08.08 23:07:32.359384 [ 3 ] {fc569c48-4750-4350-b4d3-72ead35ca45d} <Debug> DynamicQueryHandler: Done processing query | ||
14453 | 2024.08.08 23:07:32.359414 [ 3 ] {fc569c48-4750-4350-b4d3-72ead35ca45d} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14454 | 2024.08.08 23:07:32.359433 [ 3 ] {} <Debug> HTTP-Session: d72d1b6e-d980-47da-8459-c5ebb529cbc6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14455 | 2024.08.08 23:07:32.359645 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14456 | 2024.08.08 23:07:32.359707 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14457 | 2024.08.08 23:07:32.359732 [ 3 ] {} <Debug> HTTP-Session: 77ca6690-5772-4147-b994-7b62867c2999 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14458 | 2024.08.08 23:07:32.359752 [ 3 ] {} <Debug> HTTP-Session: 77ca6690-5772-4147-b994-7b62867c2999 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14459 | 2024.08.08 23:07:32.359768 [ 3 ] {} <Debug> HTTP-Session: 77ca6690-5772-4147-b994-7b62867c2999 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14460 | 2024.08.08 23:07:32.359807 [ 3 ] {} <Trace> HTTP-Session: 77ca6690-5772-4147-b994-7b62867c2999 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14461 | 2024.08.08 23:07:32.359999 [ 3 ] {646b38af-17b2-4c1f-ba52-8b7aca4a1778} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14462 | 2024.08.08 23:07:32.360046 [ 3 ] {646b38af-17b2-4c1f-ba52-8b7aca4a1778} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14463 | 2024.08.08 23:07:32.360189 [ 3 ] {646b38af-17b2-4c1f-ba52-8b7aca4a1778} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14464 | 2024.08.08 23:07:32.360596 [ 3 ] {646b38af-17b2-4c1f-ba52-8b7aca4a1778} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14465 | 2024.08.08 23:07:32.360632 [ 3 ] {646b38af-17b2-4c1f-ba52-8b7aca4a1778} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14466 | 2024.08.08 23:07:32.361014 [ 3 ] {646b38af-17b2-4c1f-ba52-8b7aca4a1778} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14467 | 2024.08.08 23:07:32.361359 [ 3 ] {646b38af-17b2-4c1f-ba52-8b7aca4a1778} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14468 | 2024.08.08 23:07:32.361491 [ 3 ] {646b38af-17b2-4c1f-ba52-8b7aca4a1778} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
14469 | 2024.08.08 23:07:32.361661 [ 3 ] {646b38af-17b2-4c1f-ba52-8b7aca4a1778} <Debug> DynamicQueryHandler: Done processing query | ||
14470 | 2024.08.08 23:07:32.361686 [ 3 ] {646b38af-17b2-4c1f-ba52-8b7aca4a1778} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14471 | 2024.08.08 23:07:32.361702 [ 3 ] {} <Debug> HTTP-Session: 77ca6690-5772-4147-b994-7b62867c2999 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14472 | 2024.08.08 23:07:32.361824 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14473 | 2024.08.08 23:07:32.361876 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14474 | 2024.08.08 23:07:32.361897 [ 3 ] {} <Debug> HTTP-Session: a0053b62-40e4-4472-b173-b9085382e8f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14475 | 2024.08.08 23:07:32.361914 [ 3 ] {} <Debug> HTTP-Session: a0053b62-40e4-4472-b173-b9085382e8f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14476 | 2024.08.08 23:07:32.361927 [ 3 ] {} <Debug> HTTP-Session: a0053b62-40e4-4472-b173-b9085382e8f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14477 | 2024.08.08 23:07:32.361959 [ 3 ] {} <Trace> HTTP-Session: a0053b62-40e4-4472-b173-b9085382e8f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14478 | 2024.08.08 23:07:32.362064 [ 3 ] {2f339b2f-ec79-4354-8930-86f95eee01c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14479 | 2024.08.08 23:07:32.362109 [ 3 ] {2f339b2f-ec79-4354-8930-86f95eee01c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14480 | 2024.08.08 23:07:32.362235 [ 3 ] {2f339b2f-ec79-4354-8930-86f95eee01c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14481 | 2024.08.08 23:07:32.362504 [ 3 ] {2f339b2f-ec79-4354-8930-86f95eee01c8} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14482 | 2024.08.08 23:07:32.362540 [ 3 ] {2f339b2f-ec79-4354-8930-86f95eee01c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14483 | 2024.08.08 23:07:32.362895 [ 3 ] {2f339b2f-ec79-4354-8930-86f95eee01c8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
14484 | 2024.08.08 23:07:32.363216 [ 3 ] {2f339b2f-ec79-4354-8930-86f95eee01c8} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14485 | 2024.08.08 23:07:32.363344 [ 3 ] {2f339b2f-ec79-4354-8930-86f95eee01c8} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001315 sec., 17490.49429657795 rows/sec., 946.11 KiB/sec. | ||
14486 | 2024.08.08 23:07:32.363505 [ 3 ] {2f339b2f-ec79-4354-8930-86f95eee01c8} <Debug> DynamicQueryHandler: Done processing query | ||
14487 | 2024.08.08 23:07:32.363529 [ 3 ] {2f339b2f-ec79-4354-8930-86f95eee01c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14488 | 2024.08.08 23:07:32.363545 [ 3 ] {} <Debug> HTTP-Session: a0053b62-40e4-4472-b173-b9085382e8f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14489 | 2024.08.08 23:07:32.363665 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14490 | 2024.08.08 23:07:32.363716 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14491 | 2024.08.08 23:07:32.363737 [ 3 ] {} <Debug> HTTP-Session: 9a0d084b-23eb-4c65-97f6-e316eeccc3a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14492 | 2024.08.08 23:07:32.363754 [ 3 ] {} <Debug> HTTP-Session: 9a0d084b-23eb-4c65-97f6-e316eeccc3a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14493 | 2024.08.08 23:07:32.363768 [ 3 ] {} <Debug> HTTP-Session: 9a0d084b-23eb-4c65-97f6-e316eeccc3a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14494 | 2024.08.08 23:07:32.363799 [ 3 ] {} <Trace> HTTP-Session: 9a0d084b-23eb-4c65-97f6-e316eeccc3a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14495 | 2024.08.08 23:07:32.363919 [ 3 ] {45267044-fccc-4d92-bffb-3f5a29209b52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14496 | 2024.08.08 23:07:32.363962 [ 3 ] {45267044-fccc-4d92-bffb-3f5a29209b52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14497 | 2024.08.08 23:07:32.364088 [ 3 ] {45267044-fccc-4d92-bffb-3f5a29209b52} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14498 | 2024.08.08 23:07:32.364385 [ 3 ] {45267044-fccc-4d92-bffb-3f5a29209b52} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14499 | 2024.08.08 23:07:32.364421 [ 3 ] {45267044-fccc-4d92-bffb-3f5a29209b52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.74 GiB. | ||
14500 | 2024.08.08 23:07:32.364778 [ 3 ] {45267044-fccc-4d92-bffb-3f5a29209b52} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
14501 | 2024.08.08 23:07:32.365104 [ 3 ] {45267044-fccc-4d92-bffb-3f5a29209b52} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14502 | 2024.08.08 23:07:32.365228 [ 3 ] {45267044-fccc-4d92-bffb-3f5a29209b52} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001356 sec., 44247.78761061947 rows/sec., 2.98 MiB/sec. | ||
14503 | 2024.08.08 23:07:32.365472 [ 3 ] {45267044-fccc-4d92-bffb-3f5a29209b52} <Debug> DynamicQueryHandler: Done processing query | ||
14504 | 2024.08.08 23:07:32.365538 [ 3 ] {45267044-fccc-4d92-bffb-3f5a29209b52} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14505 | 2024.08.08 23:07:32.365602 [ 3 ] {} <Debug> HTTP-Session: 9a0d084b-23eb-4c65-97f6-e316eeccc3a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14506 | 2024.08.08 23:07:37.343178 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14507 | 2024.08.08 23:07:37.343314 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14508 | 2024.08.08 23:07:37.343344 [ 3 ] {} <Debug> HTTP-Session: 5534fc3e-b54f-4a3a-92be-f405eeed0907 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14509 | 2024.08.08 23:07:37.343372 [ 3 ] {} <Debug> HTTP-Session: 5534fc3e-b54f-4a3a-92be-f405eeed0907 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14510 | 2024.08.08 23:07:37.343389 [ 3 ] {} <Debug> HTTP-Session: 5534fc3e-b54f-4a3a-92be-f405eeed0907 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14511 | 2024.08.08 23:07:37.343445 [ 3 ] {} <Trace> HTTP-Session: 5534fc3e-b54f-4a3a-92be-f405eeed0907 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14512 | 2024.08.08 23:07:37.343659 [ 3 ] {4af9acde-4338-459b-a4a0-3b4567b0b0ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14513 | 2024.08.08 23:07:37.343734 [ 3 ] {4af9acde-4338-459b-a4a0-3b4567b0b0ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14514 | 2024.08.08 23:07:37.343950 [ 3 ] {4af9acde-4338-459b-a4a0-3b4567b0b0ca} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14515 | 2024.08.08 23:07:37.344477 [ 3 ] {4af9acde-4338-459b-a4a0-3b4567b0b0ca} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14516 | 2024.08.08 23:07:37.344522 [ 3 ] {4af9acde-4338-459b-a4a0-3b4567b0b0ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14517 | 2024.08.08 23:07:37.344894 [ 3 ] {4af9acde-4338-459b-a4a0-3b4567b0b0ca} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
14518 | 2024.08.08 23:07:37.345229 [ 3 ] {4af9acde-4338-459b-a4a0-3b4567b0b0ca} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14519 | 2024.08.08 23:07:37.345375 [ 3 ] {4af9acde-4338-459b-a4a0-3b4567b0b0ca} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001789 sec., 31302.40357741755 rows/sec., 2.48 MiB/sec. | ||
14520 | 2024.08.08 23:07:37.345582 [ 3 ] {4af9acde-4338-459b-a4a0-3b4567b0b0ca} <Debug> DynamicQueryHandler: Done processing query | ||
14521 | 2024.08.08 23:07:37.345609 [ 3 ] {4af9acde-4338-459b-a4a0-3b4567b0b0ca} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14522 | 2024.08.08 23:07:37.345624 [ 3 ] {} <Debug> HTTP-Session: 5534fc3e-b54f-4a3a-92be-f405eeed0907 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14523 | 2024.08.08 23:07:37.345759 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14524 | 2024.08.08 23:07:37.345815 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14525 | 2024.08.08 23:07:37.345836 [ 3 ] {} <Debug> HTTP-Session: db23d750-b3c5-482d-b378-3f6e34404434 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14526 | 2024.08.08 23:07:37.345853 [ 3 ] {} <Debug> HTTP-Session: db23d750-b3c5-482d-b378-3f6e34404434 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14527 | 2024.08.08 23:07:37.345867 [ 3 ] {} <Debug> HTTP-Session: db23d750-b3c5-482d-b378-3f6e34404434 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14528 | 2024.08.08 23:07:37.345901 [ 3 ] {} <Trace> HTTP-Session: db23d750-b3c5-482d-b378-3f6e34404434 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14529 | 2024.08.08 23:07:37.346004 [ 3 ] {282058d2-0061-475d-b02f-fc201c79a5b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14530 | 2024.08.08 23:07:37.346051 [ 3 ] {282058d2-0061-475d-b02f-fc201c79a5b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14531 | 2024.08.08 23:07:37.346182 [ 3 ] {282058d2-0061-475d-b02f-fc201c79a5b4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14532 | 2024.08.08 23:07:37.346496 [ 3 ] {282058d2-0061-475d-b02f-fc201c79a5b4} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14533 | 2024.08.08 23:07:37.346532 [ 3 ] {282058d2-0061-475d-b02f-fc201c79a5b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14534 | 2024.08.08 23:07:37.346824 [ 3 ] {282058d2-0061-475d-b02f-fc201c79a5b4} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
14535 | 2024.08.08 23:07:37.347129 [ 3 ] {282058d2-0061-475d-b02f-fc201c79a5b4} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14536 | 2024.08.08 23:07:37.347256 [ 3 ] {282058d2-0061-475d-b02f-fc201c79a5b4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.00128 sec., 3124.9999999999995 rows/sec., 254.82 KiB/sec. | ||
14537 | 2024.08.08 23:07:37.347415 [ 3 ] {282058d2-0061-475d-b02f-fc201c79a5b4} <Debug> DynamicQueryHandler: Done processing query | ||
14538 | 2024.08.08 23:07:37.347439 [ 3 ] {282058d2-0061-475d-b02f-fc201c79a5b4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14539 | 2024.08.08 23:07:37.347455 [ 3 ] {} <Debug> HTTP-Session: db23d750-b3c5-482d-b378-3f6e34404434 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14540 | 2024.08.08 23:07:37.347621 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 33466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14541 | 2024.08.08 23:07:37.347673 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14542 | 2024.08.08 23:07:37.347693 [ 3 ] {} <Debug> HTTP-Session: 533e100a-d6af-47c5-aef4-d5fabb05f794 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14543 | 2024.08.08 23:07:37.347710 [ 3 ] {} <Debug> HTTP-Session: 533e100a-d6af-47c5-aef4-d5fabb05f794 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14544 | 2024.08.08 23:07:37.347723 [ 3 ] {} <Debug> HTTP-Session: 533e100a-d6af-47c5-aef4-d5fabb05f794 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14545 | 2024.08.08 23:07:37.347755 [ 3 ] {} <Trace> HTTP-Session: 533e100a-d6af-47c5-aef4-d5fabb05f794 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14546 | 2024.08.08 23:07:37.347907 [ 3 ] {805c4ff8-e9e1-43a4-857a-c71641f8844f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14547 | 2024.08.08 23:07:37.347950 [ 3 ] {805c4ff8-e9e1-43a4-857a-c71641f8844f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14548 | 2024.08.08 23:07:37.348075 [ 3 ] {805c4ff8-e9e1-43a4-857a-c71641f8844f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14549 | 2024.08.08 23:07:37.348513 [ 3 ] {805c4ff8-e9e1-43a4-857a-c71641f8844f} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14550 | 2024.08.08 23:07:37.348548 [ 3 ] {805c4ff8-e9e1-43a4-857a-c71641f8844f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14551 | 2024.08.08 23:07:37.348859 [ 3 ] {805c4ff8-e9e1-43a4-857a-c71641f8844f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14552 | 2024.08.08 23:07:37.349163 [ 3 ] {805c4ff8-e9e1-43a4-857a-c71641f8844f} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14553 | 2024.08.08 23:07:37.349289 [ 3 ] {805c4ff8-e9e1-43a4-857a-c71641f8844f} <Debug> executeQuery: Read 226 rows, 19.73 KiB in 0.001455 sec., 155326.46048109967 rows/sec., 13.24 MiB/sec. | ||
14554 | 2024.08.08 23:07:37.349522 [ 3 ] {805c4ff8-e9e1-43a4-857a-c71641f8844f} <Debug> DynamicQueryHandler: Done processing query | ||
14555 | 2024.08.08 23:07:37.349576 [ 3 ] {805c4ff8-e9e1-43a4-857a-c71641f8844f} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
14556 | 2024.08.08 23:07:37.349644 [ 3 ] {} <Debug> HTTP-Session: 533e100a-d6af-47c5-aef4-d5fabb05f794 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14557 | 2024.08.08 23:07:37.349851 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14558 | 2024.08.08 23:07:37.349909 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14559 | 2024.08.08 23:07:37.349928 [ 3 ] {} <Debug> HTTP-Session: 58fccb5b-a84d-4028-ac66-8f3d76272338 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14560 | 2024.08.08 23:07:37.349944 [ 3 ] {} <Debug> HTTP-Session: 58fccb5b-a84d-4028-ac66-8f3d76272338 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14561 | 2024.08.08 23:07:37.349957 [ 3 ] {} <Debug> HTTP-Session: 58fccb5b-a84d-4028-ac66-8f3d76272338 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14562 | 2024.08.08 23:07:37.349990 [ 3 ] {} <Trace> HTTP-Session: 58fccb5b-a84d-4028-ac66-8f3d76272338 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14563 | 2024.08.08 23:07:37.350097 [ 3 ] {7ac2abe6-ed62-40ca-ad5b-8d9e2fc45ab6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14564 | 2024.08.08 23:07:37.350141 [ 3 ] {7ac2abe6-ed62-40ca-ad5b-8d9e2fc45ab6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14565 | 2024.08.08 23:07:37.350283 [ 3 ] {7ac2abe6-ed62-40ca-ad5b-8d9e2fc45ab6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14566 | 2024.08.08 23:07:37.350574 [ 3 ] {7ac2abe6-ed62-40ca-ad5b-8d9e2fc45ab6} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14567 | 2024.08.08 23:07:37.350610 [ 3 ] {7ac2abe6-ed62-40ca-ad5b-8d9e2fc45ab6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14568 | 2024.08.08 23:07:37.350899 [ 3 ] {7ac2abe6-ed62-40ca-ad5b-8d9e2fc45ab6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
14569 | 2024.08.08 23:07:37.351206 [ 3 ] {7ac2abe6-ed62-40ca-ad5b-8d9e2fc45ab6} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14570 | 2024.08.08 23:07:37.351334 [ 3 ] {7ac2abe6-ed62-40ca-ad5b-8d9e2fc45ab6} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001264 sec., 3164.556962025317 rows/sec., 220.96 KiB/sec. | ||
14571 | 2024.08.08 23:07:37.351605 [ 3 ] {7ac2abe6-ed62-40ca-ad5b-8d9e2fc45ab6} <Debug> DynamicQueryHandler: Done processing query | ||
14572 | 2024.08.08 23:07:37.351648 [ 3 ] {7ac2abe6-ed62-40ca-ad5b-8d9e2fc45ab6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14573 | 2024.08.08 23:07:37.351673 [ 3 ] {} <Debug> HTTP-Session: 58fccb5b-a84d-4028-ac66-8f3d76272338 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14574 | 2024.08.08 23:07:37.351795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 21059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14575 | 2024.08.08 23:07:37.351843 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14576 | 2024.08.08 23:07:37.351862 [ 3 ] {} <Debug> HTTP-Session: cdd9bd87-ace5-40c2-bc11-cdd28e05d458 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14577 | 2024.08.08 23:07:37.351879 [ 3 ] {} <Debug> HTTP-Session: cdd9bd87-ace5-40c2-bc11-cdd28e05d458 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14578 | 2024.08.08 23:07:37.351892 [ 3 ] {} <Debug> HTTP-Session: cdd9bd87-ace5-40c2-bc11-cdd28e05d458 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14579 | 2024.08.08 23:07:37.351922 [ 3 ] {} <Trace> HTTP-Session: cdd9bd87-ace5-40c2-bc11-cdd28e05d458 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14580 | 2024.08.08 23:07:37.352073 [ 3 ] {d2b116dc-3ffc-4dac-9667-24b23739e37f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14581 | 2024.08.08 23:07:37.352118 [ 3 ] {d2b116dc-3ffc-4dac-9667-24b23739e37f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14582 | 2024.08.08 23:07:37.352258 [ 3 ] {d2b116dc-3ffc-4dac-9667-24b23739e37f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14583 | 2024.08.08 23:07:37.352630 [ 3 ] {d2b116dc-3ffc-4dac-9667-24b23739e37f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14584 | 2024.08.08 23:07:37.352666 [ 3 ] {d2b116dc-3ffc-4dac-9667-24b23739e37f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14585 | 2024.08.08 23:07:37.352979 [ 3 ] {d2b116dc-3ffc-4dac-9667-24b23739e37f} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14586 | 2024.08.08 23:07:37.353287 [ 3 ] {d2b116dc-3ffc-4dac-9667-24b23739e37f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14587 | 2024.08.08 23:07:37.353408 [ 3 ] {d2b116dc-3ffc-4dac-9667-24b23739e37f} <Debug> executeQuery: Read 124 rows, 9.93 KiB in 0.001405 sec., 88256.22775800712 rows/sec., 6.90 MiB/sec. | ||
14588 | 2024.08.08 23:07:37.353564 [ 3 ] {d2b116dc-3ffc-4dac-9667-24b23739e37f} <Debug> DynamicQueryHandler: Done processing query | ||
14589 | 2024.08.08 23:07:37.353588 [ 3 ] {d2b116dc-3ffc-4dac-9667-24b23739e37f} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
14590 | 2024.08.08 23:07:37.353604 [ 3 ] {} <Debug> HTTP-Session: cdd9bd87-ace5-40c2-bc11-cdd28e05d458 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14591 | 2024.08.08 23:07:37.353740 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14592 | 2024.08.08 23:07:37.353790 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14593 | 2024.08.08 23:07:37.353809 [ 3 ] {} <Debug> HTTP-Session: b24ddecc-4ef4-4987-a812-23e6739fcc83 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14594 | 2024.08.08 23:07:37.353825 [ 3 ] {} <Debug> HTTP-Session: b24ddecc-4ef4-4987-a812-23e6739fcc83 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14595 | 2024.08.08 23:07:37.353838 [ 3 ] {} <Debug> HTTP-Session: b24ddecc-4ef4-4987-a812-23e6739fcc83 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14596 | 2024.08.08 23:07:37.353869 [ 3 ] {} <Trace> HTTP-Session: b24ddecc-4ef4-4987-a812-23e6739fcc83 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14597 | 2024.08.08 23:07:37.354015 [ 3 ] {3645e9a7-5991-4322-b180-1a9e88531754} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14598 | 2024.08.08 23:07:37.354062 [ 3 ] {3645e9a7-5991-4322-b180-1a9e88531754} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14599 | 2024.08.08 23:07:37.354205 [ 3 ] {3645e9a7-5991-4322-b180-1a9e88531754} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14600 | 2024.08.08 23:07:37.354559 [ 3 ] {3645e9a7-5991-4322-b180-1a9e88531754} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14601 | 2024.08.08 23:07:37.354594 [ 3 ] {3645e9a7-5991-4322-b180-1a9e88531754} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14602 | 2024.08.08 23:07:37.354978 [ 3 ] {3645e9a7-5991-4322-b180-1a9e88531754} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14603 | 2024.08.08 23:07:37.355322 [ 3 ] {3645e9a7-5991-4322-b180-1a9e88531754} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14604 | 2024.08.08 23:07:37.355452 [ 3 ] {3645e9a7-5991-4322-b180-1a9e88531754} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001504 sec., 107712.76595744681 rows/sec., 7.50 MiB/sec. | ||
14605 | 2024.08.08 23:07:37.355708 [ 3 ] {3645e9a7-5991-4322-b180-1a9e88531754} <Debug> DynamicQueryHandler: Done processing query | ||
14606 | 2024.08.08 23:07:37.355762 [ 3 ] {3645e9a7-5991-4322-b180-1a9e88531754} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14607 | 2024.08.08 23:07:37.355820 [ 3 ] {} <Debug> HTTP-Session: b24ddecc-4ef4-4987-a812-23e6739fcc83 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14608 | 2024.08.08 23:07:37.356022 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90130, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14609 | 2024.08.08 23:07:37.356074 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14610 | 2024.08.08 23:07:37.356093 [ 3 ] {} <Debug> HTTP-Session: 420be7da-c239-4749-85a8-5751e06e9cd6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14611 | 2024.08.08 23:07:37.356110 [ 3 ] {} <Debug> HTTP-Session: 420be7da-c239-4749-85a8-5751e06e9cd6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14612 | 2024.08.08 23:07:37.356124 [ 3 ] {} <Debug> HTTP-Session: 420be7da-c239-4749-85a8-5751e06e9cd6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14613 | 2024.08.08 23:07:37.356156 [ 3 ] {} <Trace> HTTP-Session: 420be7da-c239-4749-85a8-5751e06e9cd6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14614 | 2024.08.08 23:07:37.356645 [ 3 ] {7158d506-e6dc-4df1-ad55-f677561fd04c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14615 | 2024.08.08 23:07:37.356718 [ 3 ] {7158d506-e6dc-4df1-ad55-f677561fd04c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14616 | 2024.08.08 23:07:37.357130 [ 3 ] {7158d506-e6dc-4df1-ad55-f677561fd04c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14617 | 2024.08.08 23:07:37.358422 [ 3 ] {7158d506-e6dc-4df1-ad55-f677561fd04c} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14618 | 2024.08.08 23:07:37.358458 [ 3 ] {7158d506-e6dc-4df1-ad55-f677561fd04c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14619 | 2024.08.08 23:07:37.359130 [ 3 ] {7158d506-e6dc-4df1-ad55-f677561fd04c} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
14620 | 2024.08.08 23:07:37.359534 [ 3 ] {7158d506-e6dc-4df1-ad55-f677561fd04c} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14621 | 2024.08.08 23:07:37.359680 [ 3 ] {7158d506-e6dc-4df1-ad55-f677561fd04c} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003429 sec., 16331.291921843102 rows/sec., 29.26 MiB/sec. | ||
14622 | 2024.08.08 23:07:37.359894 [ 3 ] {7158d506-e6dc-4df1-ad55-f677561fd04c} <Debug> DynamicQueryHandler: Done processing query | ||
14623 | 2024.08.08 23:07:37.359918 [ 3 ] {7158d506-e6dc-4df1-ad55-f677561fd04c} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
14624 | 2024.08.08 23:07:37.359933 [ 3 ] {} <Debug> HTTP-Session: 420be7da-c239-4749-85a8-5751e06e9cd6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14625 | 2024.08.08 23:07:37.360052 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14626 | 2024.08.08 23:07:37.360100 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14627 | 2024.08.08 23:07:37.360120 [ 3 ] {} <Debug> HTTP-Session: 3ad31eef-94ce-47cc-ab1a-6df27476dc08 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14628 | 2024.08.08 23:07:37.360136 [ 3 ] {} <Debug> HTTP-Session: 3ad31eef-94ce-47cc-ab1a-6df27476dc08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14629 | 2024.08.08 23:07:37.360150 [ 3 ] {} <Debug> HTTP-Session: 3ad31eef-94ce-47cc-ab1a-6df27476dc08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14630 | 2024.08.08 23:07:37.360180 [ 3 ] {} <Trace> HTTP-Session: 3ad31eef-94ce-47cc-ab1a-6df27476dc08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14631 | 2024.08.08 23:07:37.360297 [ 3 ] {fd4c52ce-f76c-4c55-a945-dc3d632a622c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14632 | 2024.08.08 23:07:37.360341 [ 3 ] {fd4c52ce-f76c-4c55-a945-dc3d632a622c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14633 | 2024.08.08 23:07:37.360468 [ 3 ] {fd4c52ce-f76c-4c55-a945-dc3d632a622c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14634 | 2024.08.08 23:07:37.360744 [ 3 ] {fd4c52ce-f76c-4c55-a945-dc3d632a622c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14635 | 2024.08.08 23:07:37.360779 [ 3 ] {fd4c52ce-f76c-4c55-a945-dc3d632a622c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14636 | 2024.08.08 23:07:37.361133 [ 3 ] {fd4c52ce-f76c-4c55-a945-dc3d632a622c} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
14637 | 2024.08.08 23:07:37.361452 [ 3 ] {fd4c52ce-f76c-4c55-a945-dc3d632a622c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14638 | 2024.08.08 23:07:37.361577 [ 3 ] {fd4c52ce-f76c-4c55-a945-dc3d632a622c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001322 sec., 45385.7791225416 rows/sec., 3.06 MiB/sec. | ||
14639 | 2024.08.08 23:07:37.361735 [ 3 ] {fd4c52ce-f76c-4c55-a945-dc3d632a622c} <Debug> DynamicQueryHandler: Done processing query | ||
14640 | 2024.08.08 23:07:37.361769 [ 3 ] {fd4c52ce-f76c-4c55-a945-dc3d632a622c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14641 | 2024.08.08 23:07:37.361799 [ 3 ] {} <Debug> HTTP-Session: 3ad31eef-94ce-47cc-ab1a-6df27476dc08 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14642 | 2024.08.08 23:07:38.183072 [ 31 ] {} <Debug> DNSResolver: Updating DNS cache | ||
14643 | 2024.08.08 23:07:38.183130 [ 31 ] {} <Debug> DNSResolver: Updated DNS cache | ||
14644 | 2024.08.08 23:07:42.344423 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14645 | 2024.08.08 23:07:42.344560 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14646 | 2024.08.08 23:07:42.344589 [ 3 ] {} <Debug> HTTP-Session: c31c3e38-f07e-4c81-8677-e6215be41c1a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14647 | 2024.08.08 23:07:42.344618 [ 3 ] {} <Debug> HTTP-Session: c31c3e38-f07e-4c81-8677-e6215be41c1a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14648 | 2024.08.08 23:07:42.344636 [ 3 ] {} <Debug> HTTP-Session: c31c3e38-f07e-4c81-8677-e6215be41c1a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14649 | 2024.08.08 23:07:42.344691 [ 3 ] {} <Trace> HTTP-Session: c31c3e38-f07e-4c81-8677-e6215be41c1a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14650 | 2024.08.08 23:07:42.344888 [ 3 ] {b117d90d-c1ed-46ca-b5a3-3d2e4a6c68fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14651 | 2024.08.08 23:07:42.344963 [ 3 ] {b117d90d-c1ed-46ca-b5a3-3d2e4a6c68fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14652 | 2024.08.08 23:07:42.345180 [ 3 ] {b117d90d-c1ed-46ca-b5a3-3d2e4a6c68fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14653 | 2024.08.08 23:07:42.345599 [ 3 ] {b117d90d-c1ed-46ca-b5a3-3d2e4a6c68fd} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14654 | 2024.08.08 23:07:42.345643 [ 3 ] {b117d90d-c1ed-46ca-b5a3-3d2e4a6c68fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14655 | 2024.08.08 23:07:42.346007 [ 3 ] {b117d90d-c1ed-46ca-b5a3-3d2e4a6c68fd} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
14656 | 2024.08.08 23:07:42.346351 [ 3 ] {b117d90d-c1ed-46ca-b5a3-3d2e4a6c68fd} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14657 | 2024.08.08 23:07:42.346539 [ 3 ] {b117d90d-c1ed-46ca-b5a3-3d2e4a6c68fd} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001701 sec., 3527.336860670194 rows/sec., 199.79 KiB/sec. | ||
14658 | 2024.08.08 23:07:42.346753 [ 3 ] {b117d90d-c1ed-46ca-b5a3-3d2e4a6c68fd} <Debug> DynamicQueryHandler: Done processing query | ||
14659 | 2024.08.08 23:07:42.346779 [ 3 ] {b117d90d-c1ed-46ca-b5a3-3d2e4a6c68fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14660 | 2024.08.08 23:07:42.346796 [ 3 ] {} <Debug> HTTP-Session: c31c3e38-f07e-4c81-8677-e6215be41c1a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14661 | 2024.08.08 23:07:42.346988 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14662 | 2024.08.08 23:07:42.347043 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14663 | 2024.08.08 23:07:42.347063 [ 3 ] {} <Debug> HTTP-Session: 02feb202-df1f-4e65-b06a-06bae941bfda Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14664 | 2024.08.08 23:07:42.347081 [ 3 ] {} <Debug> HTTP-Session: 02feb202-df1f-4e65-b06a-06bae941bfda Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14665 | 2024.08.08 23:07:42.347094 [ 3 ] {} <Debug> HTTP-Session: 02feb202-df1f-4e65-b06a-06bae941bfda Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14666 | 2024.08.08 23:07:42.347129 [ 3 ] {} <Trace> HTTP-Session: 02feb202-df1f-4e65-b06a-06bae941bfda Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14667 | 2024.08.08 23:07:42.347275 [ 3 ] {f0db43ce-1046-4431-a08b-689ff88c6931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14668 | 2024.08.08 23:07:42.347321 [ 3 ] {f0db43ce-1046-4431-a08b-689ff88c6931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14669 | 2024.08.08 23:07:42.347455 [ 3 ] {f0db43ce-1046-4431-a08b-689ff88c6931} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14670 | 2024.08.08 23:07:42.347832 [ 3 ] {f0db43ce-1046-4431-a08b-689ff88c6931} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14671 | 2024.08.08 23:07:42.347870 [ 3 ] {f0db43ce-1046-4431-a08b-689ff88c6931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14672 | 2024.08.08 23:07:42.348194 [ 3 ] {f0db43ce-1046-4431-a08b-689ff88c6931} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14673 | 2024.08.08 23:07:42.348498 [ 3 ] {f0db43ce-1046-4431-a08b-689ff88c6931} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14674 | 2024.08.08 23:07:42.348669 [ 3 ] {f0db43ce-1046-4431-a08b-689ff88c6931} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001457 sec., 110501.02951269732 rows/sec., 9.74 MiB/sec. | ||
14675 | 2024.08.08 23:07:42.348828 [ 3 ] {f0db43ce-1046-4431-a08b-689ff88c6931} <Debug> DynamicQueryHandler: Done processing query | ||
14676 | 2024.08.08 23:07:42.348854 [ 3 ] {f0db43ce-1046-4431-a08b-689ff88c6931} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
14677 | 2024.08.08 23:07:42.348870 [ 3 ] {} <Debug> HTTP-Session: 02feb202-df1f-4e65-b06a-06bae941bfda Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14678 | 2024.08.08 23:07:42.349056 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14679 | 2024.08.08 23:07:42.349106 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14680 | 2024.08.08 23:07:42.349125 [ 3 ] {} <Debug> HTTP-Session: d6220a2b-104f-4058-9247-3db620663bfa Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14681 | 2024.08.08 23:07:42.349142 [ 3 ] {} <Debug> HTTP-Session: d6220a2b-104f-4058-9247-3db620663bfa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14682 | 2024.08.08 23:07:42.349156 [ 3 ] {} <Debug> HTTP-Session: d6220a2b-104f-4058-9247-3db620663bfa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14683 | 2024.08.08 23:07:42.349188 [ 3 ] {} <Trace> HTTP-Session: d6220a2b-104f-4058-9247-3db620663bfa Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14684 | 2024.08.08 23:07:42.349387 [ 3 ] {171b2e8a-b880-4918-b8b1-1331b4f9d879} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14685 | 2024.08.08 23:07:42.349431 [ 3 ] {171b2e8a-b880-4918-b8b1-1331b4f9d879} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14686 | 2024.08.08 23:07:42.349556 [ 3 ] {171b2e8a-b880-4918-b8b1-1331b4f9d879} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14687 | 2024.08.08 23:07:42.350080 [ 3 ] {171b2e8a-b880-4918-b8b1-1331b4f9d879} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14688 | 2024.08.08 23:07:42.350118 [ 3 ] {171b2e8a-b880-4918-b8b1-1331b4f9d879} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14689 | 2024.08.08 23:07:42.350437 [ 3 ] {171b2e8a-b880-4918-b8b1-1331b4f9d879} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14690 | 2024.08.08 23:07:42.350744 [ 3 ] {171b2e8a-b880-4918-b8b1-1331b4f9d879} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14691 | 2024.08.08 23:07:42.350905 [ 3 ] {171b2e8a-b880-4918-b8b1-1331b4f9d879} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001616 sec., 236386.13861386137 rows/sec., 16.60 MiB/sec. | ||
14692 | 2024.08.08 23:07:42.351066 [ 3 ] {171b2e8a-b880-4918-b8b1-1331b4f9d879} <Debug> DynamicQueryHandler: Done processing query | ||
14693 | 2024.08.08 23:07:42.351091 [ 3 ] {171b2e8a-b880-4918-b8b1-1331b4f9d879} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
14694 | 2024.08.08 23:07:42.351106 [ 3 ] {} <Debug> HTTP-Session: d6220a2b-104f-4058-9247-3db620663bfa Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14695 | 2024.08.08 23:07:42.351277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14696 | 2024.08.08 23:07:42.351327 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14697 | 2024.08.08 23:07:42.351346 [ 3 ] {} <Debug> HTTP-Session: b910b9a8-dfb9-4fce-a271-484cde526591 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14698 | 2024.08.08 23:07:42.351363 [ 3 ] {} <Debug> HTTP-Session: b910b9a8-dfb9-4fce-a271-484cde526591 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14699 | 2024.08.08 23:07:42.351377 [ 3 ] {} <Debug> HTTP-Session: b910b9a8-dfb9-4fce-a271-484cde526591 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14700 | 2024.08.08 23:07:42.351408 [ 3 ] {} <Trace> HTTP-Session: b910b9a8-dfb9-4fce-a271-484cde526591 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14701 | 2024.08.08 23:07:42.351504 [ 3 ] {a1e1b53a-fe4a-4c59-a132-d688cc829a85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
14702 | 2024.08.08 23:07:42.351554 [ 3 ] {a1e1b53a-fe4a-4c59-a132-d688cc829a85} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
14703 | 2024.08.08 23:07:42.351683 [ 3 ] {a1e1b53a-fe4a-4c59-a132-d688cc829a85} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14704 | 2024.08.08 23:07:42.351989 [ 3 ] {a1e1b53a-fe4a-4c59-a132-d688cc829a85} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14705 | 2024.08.08 23:07:42.352025 [ 3 ] {a1e1b53a-fe4a-4c59-a132-d688cc829a85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14706 | 2024.08.08 23:07:42.352374 [ 3 ] {a1e1b53a-fe4a-4c59-a132-d688cc829a85} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
14707 | 2024.08.08 23:07:42.352703 [ 3 ] {a1e1b53a-fe4a-4c59-a132-d688cc829a85} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14708 | 2024.08.08 23:07:42.352841 [ 3 ] {a1e1b53a-fe4a-4c59-a132-d688cc829a85} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001363 sec., 4402.054292002935 rows/sec., 189.15 KiB/sec. | ||
14709 | 2024.08.08 23:07:42.352909 [ 25 ] {} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
14710 | 2024.08.08 23:07:42.353006 [ 25 ] {} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14711 | 2024.08.08 23:07:42.353045 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14712 | 2024.08.08 23:07:42.353060 [ 3 ] {a1e1b53a-fe4a-4c59-a132-d688cc829a85} <Debug> DynamicQueryHandler: Done processing query | ||
14713 | 2024.08.08 23:07:42.353107 [ 3 ] {a1e1b53a-fe4a-4c59-a132-d688cc829a85} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14714 | 2024.08.08 23:07:42.353157 [ 3 ] {} <Debug> HTTP-Session: b910b9a8-dfb9-4fce-a271-484cde526591 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14715 | 2024.08.08 23:07:42.353325 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::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 | ||
14716 | 2024.08.08 23:07:42.353335 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14717 | 2024.08.08 23:07:42.353507 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14718 | 2024.08.08 23:07:42.353611 [ 3 ] {} <Debug> HTTP-Session: 445af378-0544-4bf3-9517-47895df54895 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14719 | 2024.08.08 23:07:42.353707 [ 3 ] {} <Debug> HTTP-Session: 445af378-0544-4bf3-9517-47895df54895 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14720 | 2024.08.08 23:07:42.353791 [ 3 ] {} <Debug> HTTP-Session: 445af378-0544-4bf3-9517-47895df54895 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14721 | 2024.08.08 23:07:42.353972 [ 3 ] {} <Trace> HTTP-Session: 445af378-0544-4bf3-9517-47895df54895 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14722 | 2024.08.08 23:07:42.354152 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14723 | 2024.08.08 23:07:42.354299 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
14724 | 2024.08.08 23:07:42.354401 [ 3 ] {19d3f26b-2962-4c67-9a97-295cfbf7a6db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
14725 | 2024.08.08 23:07:42.354604 [ 3 ] {19d3f26b-2962-4c67-9a97-295cfbf7a6db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
14726 | 2024.08.08 23:07:42.354624 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
14727 | 2024.08.08 23:07:42.355002 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
14728 | 2024.08.08 23:07:42.355425 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
14729 | 2024.08.08 23:07:42.355663 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
14730 | 2024.08.08 23:07:42.356089 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
14731 | 2024.08.08 23:07:42.356230 [ 3 ] {19d3f26b-2962-4c67-9a97-295cfbf7a6db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14732 | 2024.08.08 23:07:42.357000 [ 3 ] {19d3f26b-2962-4c67-9a97-295cfbf7a6db} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14733 | 2024.08.08 23:07:42.357038 [ 3 ] {19d3f26b-2962-4c67-9a97-295cfbf7a6db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14734 | 2024.08.08 23:07:42.357590 [ 3 ] {19d3f26b-2962-4c67-9a97-295cfbf7a6db} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
14735 | 2024.08.08 23:07:42.357826 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.004674235 sec., 52628.93286281071 rows/sec., 2.21 MiB/sec. | ||
14736 | 2024.08.08 23:07:42.357950 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
14737 | 2024.08.08 23:07:42.358071 [ 3 ] {19d3f26b-2962-4c67-9a97-295cfbf7a6db} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14738 | 2024.08.08 23:07:42.358345 [ 25 ] {} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
14739 | 2024.08.08 23:07:42.358392 [ 3 ] {19d3f26b-2962-4c67-9a97-295cfbf7a6db} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.004155 sec., 18531.889290012034 rows/sec., 1.14 MiB/sec. | ||
14740 | 2024.08.08 23:07:42.358426 [ 25 ] {} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14741 | 2024.08.08 23:07:42.358532 [ 25 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14742 | 2024.08.08 23:07:42.359026 [ 3 ] {19d3f26b-2962-4c67-9a97-295cfbf7a6db} <Debug> DynamicQueryHandler: Done processing query | ||
14743 | 2024.08.08 23:07:42.359034 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14744 | 2024.08.08 23:07:42.359101 [ 200 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::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 | ||
14745 | 2024.08.08 23:07:42.359112 [ 3 ] {19d3f26b-2962-4c67-9a97-295cfbf7a6db} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14746 | 2024.08.08 23:07:42.359268 [ 3 ] {} <Debug> HTTP-Session: 445af378-0544-4bf3-9517-47895df54895 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14747 | 2024.08.08 23:07:42.359692 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_41_8} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
14748 | 2024.08.08 23:07:42.359701 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14749 | 2024.08.08 23:07:42.359975 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14750 | 2024.08.08 23:07:42.360149 [ 3 ] {} <Debug> HTTP-Session: d1f3f78e-9452-42a0-8647-3e8d08ff6475 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14751 | 2024.08.08 23:07:42.360284 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
14752 | 2024.08.08 23:07:42.360296 [ 3 ] {} <Debug> HTTP-Session: d1f3f78e-9452-42a0-8647-3e8d08ff6475 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14753 | 2024.08.08 23:07:42.360431 [ 3 ] {} <Debug> HTTP-Session: d1f3f78e-9452-42a0-8647-3e8d08ff6475 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14754 | 2024.08.08 23:07:42.360498 [ 200 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14755 | 2024.08.08 23:07:42.360572 [ 3 ] {} <Trace> HTTP-Session: d1f3f78e-9452-42a0-8647-3e8d08ff6475 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14756 | 2024.08.08 23:07:42.360633 [ 200 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2772 rows starting from the beginning of the part | ||
14757 | 2024.08.08 23:07:42.360812 [ 200 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 77 rows starting from the beginning of the part | ||
14758 | 2024.08.08 23:07:42.360906 [ 3 ] {9dbb6eb1-62b6-416e-9320-d408725d559c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14759 | 2024.08.08 23:07:42.361150 [ 3 ] {9dbb6eb1-62b6-416e-9320-d408725d559c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14760 | 2024.08.08 23:07:42.361274 [ 200 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 77 rows starting from the beginning of the part | ||
14761 | 2024.08.08 23:07:42.361772 [ 200 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 77 rows starting from the beginning of the part | ||
14762 | 2024.08.08 23:07:42.362050 [ 200 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 77 rows starting from the beginning of the part | ||
14763 | 2024.08.08 23:07:42.362473 [ 200 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 77 rows starting from the beginning of the part | ||
14764 | 2024.08.08 23:07:42.362572 [ 3 ] {9dbb6eb1-62b6-416e-9320-d408725d559c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14765 | 2024.08.08 23:07:42.363462 [ 3 ] {9dbb6eb1-62b6-416e-9320-d408725d559c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14766 | 2024.08.08 23:07:42.363502 [ 3 ] {9dbb6eb1-62b6-416e-9320-d408725d559c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14767 | 2024.08.08 23:07:42.364062 [ 3 ] {9dbb6eb1-62b6-416e-9320-d408725d559c} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14768 | 2024.08.08 23:07:42.364442 [ 3 ] {9dbb6eb1-62b6-416e-9320-d408725d559c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14769 | 2024.08.08 23:07:42.364722 [ 189 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3157 rows, containing 5 columns (5 merged, 0 gathered) in 0.005938442 sec., 531620.9200999184 rows/sec., 32.74 MiB/sec. | ||
14770 | 2024.08.08 23:07:42.364740 [ 3 ] {9dbb6eb1-62b6-416e-9320-d408725d559c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003998 sec., 40020.01000500251 rows/sec., 2.79 MiB/sec. | ||
14771 | 2024.08.08 23:07:42.365028 [ 3 ] {9dbb6eb1-62b6-416e-9320-d408725d559c} <Debug> DynamicQueryHandler: Done processing query | ||
14772 | 2024.08.08 23:07:42.365073 [ 3 ] {9dbb6eb1-62b6-416e-9320-d408725d559c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
14773 | 2024.08.08 23:07:42.365095 [ 3 ] {} <Debug> HTTP-Session: d1f3f78e-9452-42a0-8647-3e8d08ff6475 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14774 | 2024.08.08 23:07:42.365168 [ 189 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
14775 | 2024.08.08 23:07:42.365268 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14776 | 2024.08.08 23:07:42.365352 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14777 | 2024.08.08 23:07:42.365372 [ 3 ] {} <Debug> HTTP-Session: d8e8a06e-e4e9-4b39-af49-f2b3dbbe7664 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14778 | 2024.08.08 23:07:42.365390 [ 3 ] {} <Debug> HTTP-Session: d8e8a06e-e4e9-4b39-af49-f2b3dbbe7664 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14779 | 2024.08.08 23:07:42.365408 [ 3 ] {} <Debug> HTTP-Session: d8e8a06e-e4e9-4b39-af49-f2b3dbbe7664 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14780 | 2024.08.08 23:07:42.365463 [ 3 ] {} <Trace> HTTP-Session: d8e8a06e-e4e9-4b39-af49-f2b3dbbe7664 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14781 | 2024.08.08 23:07:42.365783 [ 3 ] {67bd1e1c-d196-47aa-8611-5090b55a04b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
14782 | 2024.08.08 23:07:42.365872 [ 3 ] {67bd1e1c-d196-47aa-8611-5090b55a04b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
14783 | 2024.08.08 23:07:42.366180 [ 189 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14784 | 2024.08.08 23:07:42.366228 [ 3 ] {67bd1e1c-d196-47aa-8611-5090b55a04b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14785 | 2024.08.08 23:07:42.366363 [ 189 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_41_8} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
14786 | 2024.08.08 23:07:42.366535 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
14787 | 2024.08.08 23:07:42.366705 [ 3 ] {67bd1e1c-d196-47aa-8611-5090b55a04b9} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14788 | 2024.08.08 23:07:42.366748 [ 3 ] {67bd1e1c-d196-47aa-8611-5090b55a04b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14789 | 2024.08.08 23:07:42.367115 [ 3 ] {67bd1e1c-d196-47aa-8611-5090b55a04b9} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
14790 | 2024.08.08 23:07:42.367438 [ 3 ] {67bd1e1c-d196-47aa-8611-5090b55a04b9} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14791 | 2024.08.08 23:07:42.367601 [ 3 ] {67bd1e1c-d196-47aa-8611-5090b55a04b9} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001951 sec., 11788.826242952331 rows/sec., 637.69 KiB/sec. | ||
14792 | 2024.08.08 23:07:42.367770 [ 3 ] {67bd1e1c-d196-47aa-8611-5090b55a04b9} <Debug> DynamicQueryHandler: Done processing query | ||
14793 | 2024.08.08 23:07:42.367795 [ 3 ] {67bd1e1c-d196-47aa-8611-5090b55a04b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
14794 | 2024.08.08 23:07:42.367811 [ 3 ] {} <Debug> HTTP-Session: d8e8a06e-e4e9-4b39-af49-f2b3dbbe7664 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14795 | 2024.08.08 23:07:42.367944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14796 | 2024.08.08 23:07:42.367993 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14797 | 2024.08.08 23:07:42.368011 [ 3 ] {} <Debug> HTTP-Session: 25c4d37d-1515-43a8-a27a-7f75583be5df Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14798 | 2024.08.08 23:07:42.368028 [ 3 ] {} <Debug> HTTP-Session: 25c4d37d-1515-43a8-a27a-7f75583be5df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14799 | 2024.08.08 23:07:42.368042 [ 3 ] {} <Debug> HTTP-Session: 25c4d37d-1515-43a8-a27a-7f75583be5df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14800 | 2024.08.08 23:07:42.368073 [ 3 ] {} <Trace> HTTP-Session: 25c4d37d-1515-43a8-a27a-7f75583be5df Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14801 | 2024.08.08 23:07:42.368193 [ 3 ] {fca30788-483a-43c4-8611-636e750c5d65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14802 | 2024.08.08 23:07:42.368237 [ 3 ] {fca30788-483a-43c4-8611-636e750c5d65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14803 | 2024.08.08 23:07:42.368366 [ 3 ] {fca30788-483a-43c4-8611-636e750c5d65} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14804 | 2024.08.08 23:07:42.368666 [ 3 ] {fca30788-483a-43c4-8611-636e750c5d65} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14805 | 2024.08.08 23:07:42.368702 [ 3 ] {fca30788-483a-43c4-8611-636e750c5d65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14806 | 2024.08.08 23:07:42.369046 [ 3 ] {fca30788-483a-43c4-8611-636e750c5d65} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
14807 | 2024.08.08 23:07:42.369363 [ 3 ] {fca30788-483a-43c4-8611-636e750c5d65} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14808 | 2024.08.08 23:07:42.369524 [ 3 ] {fca30788-483a-43c4-8611-636e750c5d65} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00137 sec., 43795.620437956204 rows/sec., 2.95 MiB/sec. | ||
14809 | 2024.08.08 23:07:42.369784 [ 3 ] {fca30788-483a-43c4-8611-636e750c5d65} <Debug> DynamicQueryHandler: Done processing query | ||
14810 | 2024.08.08 23:07:42.369846 [ 3 ] {fca30788-483a-43c4-8611-636e750c5d65} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
14811 | 2024.08.08 23:07:42.369904 [ 3 ] {} <Debug> HTTP-Session: 25c4d37d-1515-43a8-a27a-7f75583be5df Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14812 | 2024.08.08 23:07:47.372476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14813 | 2024.08.08 23:07:47.372645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14814 | 2024.08.08 23:07:47.372689 [ 3 ] {} <Debug> HTTP-Session: 9a6f3d3b-ba14-405a-ac13-8d7ecf5f1704 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14815 | 2024.08.08 23:07:47.372728 [ 3 ] {} <Debug> HTTP-Session: 9a6f3d3b-ba14-405a-ac13-8d7ecf5f1704 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14816 | 2024.08.08 23:07:47.372756 [ 3 ] {} <Debug> HTTP-Session: 9a6f3d3b-ba14-405a-ac13-8d7ecf5f1704 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14817 | 2024.08.08 23:07:47.372833 [ 3 ] {} <Trace> HTTP-Session: 9a6f3d3b-ba14-405a-ac13-8d7ecf5f1704 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14818 | 2024.08.08 23:07:47.373128 [ 3 ] {5bd799ff-d530-4586-8a03-f7acdb8b715e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
14819 | 2024.08.08 23:07:47.373234 [ 3 ] {5bd799ff-d530-4586-8a03-f7acdb8b715e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
14820 | 2024.08.08 23:07:47.373548 [ 3 ] {5bd799ff-d530-4586-8a03-f7acdb8b715e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14821 | 2024.08.08 23:07:47.373992 [ 3 ] {5bd799ff-d530-4586-8a03-f7acdb8b715e} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14822 | 2024.08.08 23:07:47.374030 [ 3 ] {5bd799ff-d530-4586-8a03-f7acdb8b715e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14823 | 2024.08.08 23:07:47.374389 [ 3 ] {5bd799ff-d530-4586-8a03-f7acdb8b715e} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
14824 | 2024.08.08 23:07:47.374732 [ 3 ] {5bd799ff-d530-4586-8a03-f7acdb8b715e} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14825 | 2024.08.08 23:07:47.374873 [ 3 ] {5bd799ff-d530-4586-8a03-f7acdb8b715e} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.00185 sec., 30270.27027027027 rows/sec., 2.40 MiB/sec. | ||
14826 | 2024.08.08 23:07:47.375171 [ 3 ] {5bd799ff-d530-4586-8a03-f7acdb8b715e} <Debug> DynamicQueryHandler: Done processing query | ||
14827 | 2024.08.08 23:07:47.375237 [ 3 ] {5bd799ff-d530-4586-8a03-f7acdb8b715e} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
14828 | 2024.08.08 23:07:47.375303 [ 3 ] {} <Debug> HTTP-Session: 9a6f3d3b-ba14-405a-ac13-8d7ecf5f1704 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14829 | 2024.08.08 23:07:47.375589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14830 | 2024.08.08 23:07:47.375678 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14831 | 2024.08.08 23:07:47.375700 [ 3 ] {} <Debug> HTTP-Session: 0ad1e490-47dd-4b0f-a838-2e0e2e3e1096 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14832 | 2024.08.08 23:07:47.375718 [ 3 ] {} <Debug> HTTP-Session: 0ad1e490-47dd-4b0f-a838-2e0e2e3e1096 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14833 | 2024.08.08 23:07:47.375732 [ 3 ] {} <Debug> HTTP-Session: 0ad1e490-47dd-4b0f-a838-2e0e2e3e1096 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14834 | 2024.08.08 23:07:47.375768 [ 3 ] {} <Trace> HTTP-Session: 0ad1e490-47dd-4b0f-a838-2e0e2e3e1096 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14835 | 2024.08.08 23:07:47.375876 [ 3 ] {a3c47335-a039-4daf-8a40-df7cdfc22fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
14836 | 2024.08.08 23:07:47.375924 [ 3 ] {a3c47335-a039-4daf-8a40-df7cdfc22fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
14837 | 2024.08.08 23:07:47.376072 [ 3 ] {a3c47335-a039-4daf-8a40-df7cdfc22fe4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14838 | 2024.08.08 23:07:47.376365 [ 3 ] {a3c47335-a039-4daf-8a40-df7cdfc22fe4} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14839 | 2024.08.08 23:07:47.376401 [ 3 ] {a3c47335-a039-4daf-8a40-df7cdfc22fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14840 | 2024.08.08 23:07:47.376701 [ 3 ] {a3c47335-a039-4daf-8a40-df7cdfc22fe4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
14841 | 2024.08.08 23:07:47.377015 [ 3 ] {a3c47335-a039-4daf-8a40-df7cdfc22fe4} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14842 | 2024.08.08 23:07:47.377140 [ 3 ] {a3c47335-a039-4daf-8a40-df7cdfc22fe4} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001293 sec., 4640.371229698376 rows/sec., 378.39 KiB/sec. | ||
14843 | 2024.08.08 23:07:47.377292 [ 3 ] {a3c47335-a039-4daf-8a40-df7cdfc22fe4} <Debug> DynamicQueryHandler: Done processing query | ||
14844 | 2024.08.08 23:07:47.377316 [ 3 ] {a3c47335-a039-4daf-8a40-df7cdfc22fe4} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14845 | 2024.08.08 23:07:47.377331 [ 3 ] {} <Debug> HTTP-Session: 0ad1e490-47dd-4b0f-a838-2e0e2e3e1096 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14846 | 2024.08.08 23:07:47.377607 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 198524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14847 | 2024.08.08 23:07:47.377656 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14848 | 2024.08.08 23:07:47.377675 [ 3 ] {} <Debug> HTTP-Session: 7023af3f-fa0a-4a04-9998-f4f1ed0f0fb0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14849 | 2024.08.08 23:07:47.377692 [ 3 ] {} <Debug> HTTP-Session: 7023af3f-fa0a-4a04-9998-f4f1ed0f0fb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14850 | 2024.08.08 23:07:47.377705 [ 3 ] {} <Debug> HTTP-Session: 7023af3f-fa0a-4a04-9998-f4f1ed0f0fb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14851 | 2024.08.08 23:07:47.377736 [ 3 ] {} <Trace> HTTP-Session: 7023af3f-fa0a-4a04-9998-f4f1ed0f0fb0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14852 | 2024.08.08 23:07:47.378224 [ 3 ] {40ca6f1f-ad63-4674-a342-41d9957ecba7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
14853 | 2024.08.08 23:07:47.378269 [ 3 ] {40ca6f1f-ad63-4674-a342-41d9957ecba7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
14854 | 2024.08.08 23:07:47.378391 [ 3 ] {40ca6f1f-ad63-4674-a342-41d9957ecba7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14855 | 2024.08.08 23:07:47.379567 [ 3 ] {40ca6f1f-ad63-4674-a342-41d9957ecba7} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14856 | 2024.08.08 23:07:47.379603 [ 3 ] {40ca6f1f-ad63-4674-a342-41d9957ecba7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14857 | 2024.08.08 23:07:47.379991 [ 3 ] {40ca6f1f-ad63-4674-a342-41d9957ecba7} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14858 | 2024.08.08 23:07:47.380303 [ 3 ] {40ca6f1f-ad63-4674-a342-41d9957ecba7} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14859 | 2024.08.08 23:07:47.380423 [ 108 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14860 | 2024.08.08 23:07:47.380429 [ 3 ] {40ca6f1f-ad63-4674-a342-41d9957ecba7} <Debug> executeQuery: Read 1367 rows, 115.92 KiB in 0.002533 sec., 539676.2731938412 rows/sec., 44.69 MiB/sec. | ||
14861 | 2024.08.08 23:07:47.380460 [ 108 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14862 | 2024.08.08 23:07:47.380493 [ 108 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14863 | 2024.08.08 23:07:47.380678 [ 3 ] {40ca6f1f-ad63-4674-a342-41d9957ecba7} <Debug> DynamicQueryHandler: Done processing query | ||
14864 | 2024.08.08 23:07:47.380735 [ 3 ] {40ca6f1f-ad63-4674-a342-41d9957ecba7} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
14865 | 2024.08.08 23:07:47.380767 [ 3 ] {} <Debug> HTTP-Session: 7023af3f-fa0a-4a04-9998-f4f1ed0f0fb0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14866 | 2024.08.08 23:07:47.380799 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::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 | ||
14867 | 2024.08.08 23:07:47.381023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14868 | 2024.08.08 23:07:47.381154 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14869 | 2024.08.08 23:07:47.381213 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14870 | 2024.08.08 23:07:47.381216 [ 3 ] {} <Debug> HTTP-Session: e872bfd7-7108-4350-9813-113a8c6e28ed Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14871 | 2024.08.08 23:07:47.381310 [ 3 ] {} <Debug> HTTP-Session: e872bfd7-7108-4350-9813-113a8c6e28ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14872 | 2024.08.08 23:07:47.381319 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1459 rows starting from the beginning of the part | ||
14873 | 2024.08.08 23:07:47.381336 [ 3 ] {} <Debug> HTTP-Session: e872bfd7-7108-4350-9813-113a8c6e28ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14874 | 2024.08.08 23:07:47.381422 [ 3 ] {} <Trace> HTTP-Session: e872bfd7-7108-4350-9813-113a8c6e28ed Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14875 | 2024.08.08 23:07:47.381653 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 231 rows starting from the beginning of the part | ||
14876 | 2024.08.08 23:07:47.381751 [ 3 ] {a5c07af5-5086-445c-a84e-6f40c64655c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
14877 | 2024.08.08 23:07:47.381923 [ 3 ] {a5c07af5-5086-445c-a84e-6f40c64655c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
14878 | 2024.08.08 23:07:47.381988 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 161 rows starting from the beginning of the part | ||
14879 | 2024.08.08 23:07:47.382475 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 226 rows starting from the beginning of the part | ||
14880 | 2024.08.08 23:07:47.382807 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 161 rows starting from the beginning of the part | ||
14881 | 2024.08.08 23:07:47.382894 [ 3 ] {a5c07af5-5086-445c-a84e-6f40c64655c8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14882 | 2024.08.08 23:07:47.383147 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1367 rows starting from the beginning of the part | ||
14883 | 2024.08.08 23:07:47.383849 [ 3 ] {a5c07af5-5086-445c-a84e-6f40c64655c8} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14884 | 2024.08.08 23:07:47.383902 [ 3 ] {a5c07af5-5086-445c-a84e-6f40c64655c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14885 | 2024.08.08 23:07:47.384487 [ 3 ] {a5c07af5-5086-445c-a84e-6f40c64655c8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
14886 | 2024.08.08 23:07:47.385382 [ 3 ] {a5c07af5-5086-445c-a84e-6f40c64655c8} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14887 | 2024.08.08 23:07:47.385667 [ 3 ] {a5c07af5-5086-445c-a84e-6f40c64655c8} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.004029 sec., 1489.203276247208 rows/sec., 103.98 KiB/sec. | ||
14888 | 2024.08.08 23:07:47.386124 [ 3 ] {a5c07af5-5086-445c-a84e-6f40c64655c8} <Debug> DynamicQueryHandler: Done processing query | ||
14889 | 2024.08.08 23:07:47.386153 [ 3 ] {a5c07af5-5086-445c-a84e-6f40c64655c8} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
14890 | 2024.08.08 23:07:47.386170 [ 3 ] {} <Debug> HTTP-Session: e872bfd7-7108-4350-9813-113a8c6e28ed Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14891 | 2024.08.08 23:07:47.386413 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14892 | 2024.08.08 23:07:47.386556 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14893 | 2024.08.08 23:07:47.386590 [ 3 ] {} <Debug> HTTP-Session: 35ec8784-3698-427f-b42b-27fbdd0ba143 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14894 | 2024.08.08 23:07:47.386617 [ 3 ] {} <Debug> HTTP-Session: 35ec8784-3698-427f-b42b-27fbdd0ba143 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14895 | 2024.08.08 23:07:47.386620 [ 193 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3605 rows, containing 4 columns (4 merged, 0 gathered) in 0.006025094 sec., 598330.9140073167 rows/sec., 50.15 MiB/sec. | ||
14896 | 2024.08.08 23:07:47.386636 [ 3 ] {} <Debug> HTTP-Session: 35ec8784-3698-427f-b42b-27fbdd0ba143 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14897 | 2024.08.08 23:07:47.386722 [ 3 ] {} <Trace> HTTP-Session: 35ec8784-3698-427f-b42b-27fbdd0ba143 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14898 | 2024.08.08 23:07:47.386945 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
14899 | 2024.08.08 23:07:47.386959 [ 3 ] {5b110e95-6a84-4c58-8907-6df6894fc27f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
14900 | 2024.08.08 23:07:47.387066 [ 3 ] {5b110e95-6a84-4c58-8907-6df6894fc27f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
14901 | 2024.08.08 23:07:47.387638 [ 3 ] {5b110e95-6a84-4c58-8907-6df6894fc27f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14902 | 2024.08.08 23:07:47.387956 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14903 | 2024.08.08 23:07:47.388125 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_86_17} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
14904 | 2024.08.08 23:07:47.388308 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
14905 | 2024.08.08 23:07:47.388425 [ 3 ] {5b110e95-6a84-4c58-8907-6df6894fc27f} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14906 | 2024.08.08 23:07:47.388466 [ 3 ] {5b110e95-6a84-4c58-8907-6df6894fc27f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14907 | 2024.08.08 23:07:47.388800 [ 3 ] {5b110e95-6a84-4c58-8907-6df6894fc27f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
14908 | 2024.08.08 23:07:47.389111 [ 3 ] {5b110e95-6a84-4c58-8907-6df6894fc27f} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14909 | 2024.08.08 23:07:47.389236 [ 3 ] {5b110e95-6a84-4c58-8907-6df6894fc27f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002428 sec., 93904.44810543658 rows/sec., 6.36 MiB/sec. | ||
14910 | 2024.08.08 23:07:47.389552 [ 3 ] {5b110e95-6a84-4c58-8907-6df6894fc27f} <Debug> DynamicQueryHandler: Done processing query | ||
14911 | 2024.08.08 23:07:47.389578 [ 3 ] {5b110e95-6a84-4c58-8907-6df6894fc27f} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
14912 | 2024.08.08 23:07:47.389593 [ 3 ] {} <Debug> HTTP-Session: 35ec8784-3698-427f-b42b-27fbdd0ba143 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14913 | 2024.08.08 23:07:47.389818 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 96338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14914 | 2024.08.08 23:07:47.389867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14915 | 2024.08.08 23:07:47.389886 [ 3 ] {} <Debug> HTTP-Session: e5be7199-2727-47d6-b178-8c81bd93b172 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14916 | 2024.08.08 23:07:47.389903 [ 3 ] {} <Debug> HTTP-Session: e5be7199-2727-47d6-b178-8c81bd93b172 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14917 | 2024.08.08 23:07:47.389916 [ 3 ] {} <Debug> HTTP-Session: e5be7199-2727-47d6-b178-8c81bd93b172 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14918 | 2024.08.08 23:07:47.389946 [ 3 ] {} <Trace> HTTP-Session: e5be7199-2727-47d6-b178-8c81bd93b172 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14919 | 2024.08.08 23:07:47.390335 [ 3 ] {09d6b981-6c68-491f-8d3d-aabc5e51433c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
14920 | 2024.08.08 23:07:47.390379 [ 3 ] {09d6b981-6c68-491f-8d3d-aabc5e51433c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
14921 | 2024.08.08 23:07:47.390519 [ 3 ] {09d6b981-6c68-491f-8d3d-aabc5e51433c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14922 | 2024.08.08 23:07:47.391181 [ 3 ] {09d6b981-6c68-491f-8d3d-aabc5e51433c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14923 | 2024.08.08 23:07:47.391216 [ 3 ] {09d6b981-6c68-491f-8d3d-aabc5e51433c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14924 | 2024.08.08 23:07:47.391544 [ 3 ] {09d6b981-6c68-491f-8d3d-aabc5e51433c} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14925 | 2024.08.08 23:07:47.391850 [ 3 ] {09d6b981-6c68-491f-8d3d-aabc5e51433c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14926 | 2024.08.08 23:07:47.391975 [ 3 ] {09d6b981-6c68-491f-8d3d-aabc5e51433c} <Debug> executeQuery: Read 582 rows, 44.38 KiB in 0.001926 sec., 302180.68535825546 rows/sec., 22.50 MiB/sec. | ||
14927 | 2024.08.08 23:07:47.391976 [ 92 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14928 | 2024.08.08 23:07:47.392042 [ 92 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14929 | 2024.08.08 23:07:47.392079 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14930 | 2024.08.08 23:07:47.392183 [ 3 ] {09d6b981-6c68-491f-8d3d-aabc5e51433c} <Debug> DynamicQueryHandler: Done processing query | ||
14931 | 2024.08.08 23:07:47.392251 [ 3 ] {09d6b981-6c68-491f-8d3d-aabc5e51433c} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
14932 | 2024.08.08 23:07:47.392325 [ 3 ] {} <Debug> HTTP-Session: e5be7199-2727-47d6-b178-8c81bd93b172 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14933 | 2024.08.08 23:07:47.392399 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::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 | ||
14934 | 2024.08.08 23:07:47.392601 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14935 | 2024.08.08 23:07:47.392629 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 944 rows starting from the beginning of the part | ||
14936 | 2024.08.08 23:07:47.392707 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 161077, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14937 | 2024.08.08 23:07:47.392860 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14938 | 2024.08.08 23:07:47.392833 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 152 rows starting from the beginning of the part | ||
14939 | 2024.08.08 23:07:47.392936 [ 3 ] {} <Debug> HTTP-Session: 193ab9d7-71d6-4eee-a094-c2a9351c071e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14940 | 2024.08.08 23:07:47.392994 [ 3 ] {} <Debug> HTTP-Session: 193ab9d7-71d6-4eee-a094-c2a9351c071e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14941 | 2024.08.08 23:07:47.393064 [ 3 ] {} <Debug> HTTP-Session: 193ab9d7-71d6-4eee-a094-c2a9351c071e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14942 | 2024.08.08 23:07:47.393159 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 382 rows starting from the beginning of the part | ||
14943 | 2024.08.08 23:07:47.393205 [ 3 ] {} <Trace> HTTP-Session: 193ab9d7-71d6-4eee-a094-c2a9351c071e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14944 | 2024.08.08 23:07:47.393450 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 124 rows starting from the beginning of the part | ||
14945 | 2024.08.08 23:07:47.393583 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 382 rows starting from the beginning of the part | ||
14946 | 2024.08.08 23:07:47.393770 [ 190 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 582 rows starting from the beginning of the part | ||
14947 | 2024.08.08 23:07:47.394022 [ 3 ] {089e6ddc-a01c-4619-a729-03529d37176d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
14948 | 2024.08.08 23:07:47.394209 [ 3 ] {089e6ddc-a01c-4619-a729-03529d37176d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
14949 | 2024.08.08 23:07:47.394712 [ 3 ] {089e6ddc-a01c-4619-a729-03529d37176d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14950 | 2024.08.08 23:07:47.395814 [ 3 ] {089e6ddc-a01c-4619-a729-03529d37176d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14951 | 2024.08.08 23:07:47.395851 [ 3 ] {089e6ddc-a01c-4619-a729-03529d37176d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14952 | 2024.08.08 23:07:47.396254 [ 186 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2566 rows, containing 4 columns (4 merged, 0 gathered) in 0.004090767 sec., 627266.2314915515 rows/sec., 45.66 MiB/sec. | ||
14953 | 2024.08.08 23:07:47.396525 [ 186 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
14954 | 2024.08.08 23:07:47.396903 [ 3 ] {089e6ddc-a01c-4619-a729-03529d37176d} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
14955 | 2024.08.08 23:07:47.397320 [ 186 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14956 | 2024.08.08 23:07:47.397537 [ 186 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_86_17} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
14957 | 2024.08.08 23:07:47.397675 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
14958 | 2024.08.08 23:07:47.397759 [ 3 ] {089e6ddc-a01c-4619-a729-03529d37176d} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14959 | 2024.08.08 23:07:47.397899 [ 92 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
14960 | 2024.08.08 23:07:47.397900 [ 3 ] {089e6ddc-a01c-4619-a729-03529d37176d} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.004423 sec., 191498.98259100158 rows/sec., 12.89 MiB/sec. | ||
14961 | 2024.08.08 23:07:47.397937 [ 92 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14962 | 2024.08.08 23:07:47.397984 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14963 | 2024.08.08 23:07:47.398173 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::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 | ||
14964 | 2024.08.08 23:07:47.398190 [ 3 ] {089e6ddc-a01c-4619-a729-03529d37176d} <Debug> DynamicQueryHandler: Done processing query | ||
14965 | 2024.08.08 23:07:47.398249 [ 3 ] {089e6ddc-a01c-4619-a729-03529d37176d} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
14966 | 2024.08.08 23:07:47.398278 [ 3 ] {} <Debug> HTTP-Session: 193ab9d7-71d6-4eee-a094-c2a9351c071e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14967 | 2024.08.08 23:07:47.398406 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
14968 | 2024.08.08 23:07:47.398447 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_81_16, total 22680 rows starting from the beginning of the part | ||
14969 | 2024.08.08 23:07:47.398567 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 164 rows starting from the beginning of the part | ||
14970 | 2024.08.08 23:07:47.398662 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90119, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14971 | 2024.08.08 23:07:47.398813 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 160 rows starting from the beginning of the part | ||
14972 | 2024.08.08 23:07:47.398848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14973 | 2024.08.08 23:07:47.398946 [ 3 ] {} <Debug> HTTP-Session: d248284a-43b1-45a9-865e-7fb9d9aa8e65 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14974 | 2024.08.08 23:07:47.399053 [ 3 ] {} <Debug> HTTP-Session: d248284a-43b1-45a9-865e-7fb9d9aa8e65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14975 | 2024.08.08 23:07:47.399090 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 162 rows starting from the beginning of the part | ||
14976 | 2024.08.08 23:07:47.399116 [ 3 ] {} <Debug> HTTP-Session: d248284a-43b1-45a9-865e-7fb9d9aa8e65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14977 | 2024.08.08 23:07:47.399284 [ 3 ] {} <Trace> HTTP-Session: d248284a-43b1-45a9-865e-7fb9d9aa8e65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14978 | 2024.08.08 23:07:47.399352 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 160 rows starting from the beginning of the part | ||
14979 | 2024.08.08 23:07:47.399606 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 847 rows starting from the beginning of the part | ||
14980 | 2024.08.08 23:07:47.400117 [ 3 ] {52905d4e-11f4-4ff1-a9c3-a6a78e74131a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
14981 | 2024.08.08 23:07:47.400199 [ 3 ] {52905d4e-11f4-4ff1-a9c3-a6a78e74131a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
14982 | 2024.08.08 23:07:47.400816 [ 3 ] {52905d4e-11f4-4ff1-a9c3-a6a78e74131a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
14983 | 2024.08.08 23:07:47.401876 [ 3 ] {52905d4e-11f4-4ff1-a9c3-a6a78e74131a} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
14984 | 2024.08.08 23:07:47.401913 [ 3 ] {52905d4e-11f4-4ff1-a9c3-a6a78e74131a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
14985 | 2024.08.08 23:07:47.402969 [ 3 ] {52905d4e-11f4-4ff1-a9c3-a6a78e74131a} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
14986 | 2024.08.08 23:07:47.403580 [ 3 ] {52905d4e-11f4-4ff1-a9c3-a6a78e74131a} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
14987 | 2024.08.08 23:07:47.403770 [ 3 ] {52905d4e-11f4-4ff1-a9c3-a6a78e74131a} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.004222 sec., 13263.855992420653 rows/sec., 23.77 MiB/sec. | ||
14988 | 2024.08.08 23:07:47.404594 [ 3 ] {52905d4e-11f4-4ff1-a9c3-a6a78e74131a} <Debug> DynamicQueryHandler: Done processing query | ||
14989 | 2024.08.08 23:07:47.404666 [ 3 ] {52905d4e-11f4-4ff1-a9c3-a6a78e74131a} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
14990 | 2024.08.08 23:07:47.404712 [ 3 ] {} <Debug> HTTP-Session: d248284a-43b1-45a9-865e-7fb9d9aa8e65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14991 | 2024.08.08 23:07:47.404853 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
14992 | 2024.08.08 23:07:47.404948 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
14993 | 2024.08.08 23:07:47.404987 [ 3 ] {} <Debug> HTTP-Session: 68f569ee-c577-4bd3-b2ad-2983c7ccbc58 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
14994 | 2024.08.08 23:07:47.405009 [ 3 ] {} <Debug> HTTP-Session: 68f569ee-c577-4bd3-b2ad-2983c7ccbc58 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
14995 | 2024.08.08 23:07:47.405038 [ 3 ] {} <Debug> HTTP-Session: 68f569ee-c577-4bd3-b2ad-2983c7ccbc58 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
14996 | 2024.08.08 23:07:47.405071 [ 3 ] {} <Trace> HTTP-Session: 68f569ee-c577-4bd3-b2ad-2983c7ccbc58 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
14997 | 2024.08.08 23:07:47.405261 [ 3 ] {294100ea-65bd-4ddf-83cc-334bbd67b22b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
14998 | 2024.08.08 23:07:47.405308 [ 3 ] {294100ea-65bd-4ddf-83cc-334bbd67b22b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
14999 | 2024.08.08 23:07:47.405462 [ 3 ] {294100ea-65bd-4ddf-83cc-334bbd67b22b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15000 | 2024.08.08 23:07:47.405771 [ 3 ] {294100ea-65bd-4ddf-83cc-334bbd67b22b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15001 | 2024.08.08 23:07:47.405806 [ 3 ] {294100ea-65bd-4ddf-83cc-334bbd67b22b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15002 | 2024.08.08 23:07:47.406247 [ 3 ] {294100ea-65bd-4ddf-83cc-334bbd67b22b} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15003 | 2024.08.08 23:07:47.406684 [ 193 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24173 rows, containing 5 columns (5 merged, 0 gathered) in 0.008577579 sec., 2818161.1617916897 rows/sec., 192.67 MiB/sec. | ||
15004 | 2024.08.08 23:07:47.406900 [ 3 ] {294100ea-65bd-4ddf-83cc-334bbd67b22b} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15005 | 2024.08.08 23:07:47.407053 [ 92 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15006 | 2024.08.08 23:07:47.407054 [ 3 ] {294100ea-65bd-4ddf-83cc-334bbd67b22b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001857 sec., 32310.177705977385 rows/sec., 2.18 MiB/sec. | ||
15007 | 2024.08.08 23:07:47.407095 [ 92 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15008 | 2024.08.08 23:07:47.407146 [ 92 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15009 | 2024.08.08 23:07:47.407337 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::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 | ||
15010 | 2024.08.08 23:07:47.407360 [ 3 ] {294100ea-65bd-4ddf-83cc-334bbd67b22b} <Debug> DynamicQueryHandler: Done processing query | ||
15011 | 2024.08.08 23:07:47.407407 [ 3 ] {294100ea-65bd-4ddf-83cc-334bbd67b22b} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15012 | 2024.08.08 23:07:47.407421 [ 199 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15013 | 2024.08.08 23:07:47.407445 [ 3 ] {} <Debug> HTTP-Session: 68f569ee-c577-4bd3-b2ad-2983c7ccbc58 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15014 | 2024.08.08 23:07:47.407749 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15015 | 2024.08.08 23:07:47.407783 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 4732 rows starting from the beginning of the part | ||
15016 | 2024.08.08 23:07:47.407963 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
15017 | 2024.08.08 23:07:47.408315 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 60 rows starting from the beginning of the part | ||
15018 | 2024.08.08 23:07:47.408845 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
15019 | 2024.08.08 23:07:47.409164 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 60 rows starting from the beginning of the part | ||
15020 | 2024.08.08 23:07:47.409441 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15021 | 2024.08.08 23:07:47.409450 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
15022 | 2024.08.08 23:07:47.409846 [ 187 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15023 | 2024.08.08 23:07:47.410053 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
15024 | 2024.08.08 23:07:47.411841 [ 198 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5032 rows, containing 4 columns (4 merged, 0 gathered) in 0.004569084 sec., 1101314.836846948 rows/sec., 74.22 MiB/sec. | ||
15025 | 2024.08.08 23:07:47.412355 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15026 | 2024.08.08 23:07:47.412758 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15027 | 2024.08.08 23:07:47.412831 [ 196 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_86_17} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15028 | 2024.08.08 23:07:47.412900 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.11 MiB. | ||
15029 | 2024.08.08 23:07:52.344111 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15030 | 2024.08.08 23:07:52.344298 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15031 | 2024.08.08 23:07:52.344343 [ 3 ] {} <Debug> HTTP-Session: 4ac58491-19e7-4f03-813c-8f9bea04535f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15032 | 2024.08.08 23:07:52.344383 [ 3 ] {} <Debug> HTTP-Session: 4ac58491-19e7-4f03-813c-8f9bea04535f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15033 | 2024.08.08 23:07:52.344411 [ 3 ] {} <Debug> HTTP-Session: 4ac58491-19e7-4f03-813c-8f9bea04535f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15034 | 2024.08.08 23:07:52.344491 [ 3 ] {} <Trace> HTTP-Session: 4ac58491-19e7-4f03-813c-8f9bea04535f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15035 | 2024.08.08 23:07:52.344755 [ 3 ] {19c6147a-d61c-4df7-aeba-5e4834868441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15036 | 2024.08.08 23:07:52.344820 [ 3 ] {19c6147a-d61c-4df7-aeba-5e4834868441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15037 | 2024.08.08 23:07:52.345010 [ 3 ] {19c6147a-d61c-4df7-aeba-5e4834868441} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15038 | 2024.08.08 23:07:52.345414 [ 3 ] {19c6147a-d61c-4df7-aeba-5e4834868441} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15039 | 2024.08.08 23:07:52.345459 [ 3 ] {19c6147a-d61c-4df7-aeba-5e4834868441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15040 | 2024.08.08 23:07:52.345828 [ 3 ] {19c6147a-d61c-4df7-aeba-5e4834868441} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
15041 | 2024.08.08 23:07:52.346167 [ 3 ] {19c6147a-d61c-4df7-aeba-5e4834868441} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15042 | 2024.08.08 23:07:52.346349 [ 3 ] {19c6147a-d61c-4df7-aeba-5e4834868441} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.00166 sec., 3614.457831325301 rows/sec., 204.73 KiB/sec. | ||
15043 | 2024.08.08 23:07:52.346566 [ 3 ] {19c6147a-d61c-4df7-aeba-5e4834868441} <Debug> DynamicQueryHandler: Done processing query | ||
15044 | 2024.08.08 23:07:52.346595 [ 3 ] {19c6147a-d61c-4df7-aeba-5e4834868441} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15045 | 2024.08.08 23:07:52.346611 [ 3 ] {} <Debug> HTTP-Session: 4ac58491-19e7-4f03-813c-8f9bea04535f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15046 | 2024.08.08 23:07:52.346756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15047 | 2024.08.08 23:07:52.346808 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15048 | 2024.08.08 23:07:52.346829 [ 3 ] {} <Debug> HTTP-Session: 9cf70766-e84e-4fbf-84b1-b9a5524324af Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15049 | 2024.08.08 23:07:52.346873 [ 3 ] {} <Debug> HTTP-Session: 9cf70766-e84e-4fbf-84b1-b9a5524324af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15050 | 2024.08.08 23:07:52.346887 [ 3 ] {} <Debug> HTTP-Session: 9cf70766-e84e-4fbf-84b1-b9a5524324af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15051 | 2024.08.08 23:07:52.346922 [ 3 ] {} <Trace> HTTP-Session: 9cf70766-e84e-4fbf-84b1-b9a5524324af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15052 | 2024.08.08 23:07:52.347028 [ 3 ] {fc04c430-d8db-453c-9667-50c78be2415f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
15053 | 2024.08.08 23:07:52.347074 [ 3 ] {fc04c430-d8db-453c-9667-50c78be2415f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
15054 | 2024.08.08 23:07:52.347211 [ 3 ] {fc04c430-d8db-453c-9667-50c78be2415f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15055 | 2024.08.08 23:07:52.347507 [ 3 ] {fc04c430-d8db-453c-9667-50c78be2415f} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15056 | 2024.08.08 23:07:52.347543 [ 3 ] {fc04c430-d8db-453c-9667-50c78be2415f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15057 | 2024.08.08 23:07:52.347840 [ 3 ] {fc04c430-d8db-453c-9667-50c78be2415f} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
15058 | 2024.08.08 23:07:52.348148 [ 3 ] {fc04c430-d8db-453c-9667-50c78be2415f} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15059 | 2024.08.08 23:07:52.348329 [ 131 ] {} <Debug> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 | ||
15060 | 2024.08.08 23:07:52.348334 [ 3 ] {fc04c430-d8db-453c-9667-50c78be2415f} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001327 sec., 3014.318010550113 rows/sec., 245.80 KiB/sec. | ||
15061 | 2024.08.08 23:07:52.348415 [ 131 ] {} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15062 | 2024.08.08 23:07:52.348482 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15063 | 2024.08.08 23:07:52.348717 [ 3 ] {fc04c430-d8db-453c-9667-50c78be2415f} <Debug> DynamicQueryHandler: Done processing query | ||
15064 | 2024.08.08 23:07:52.348800 [ 3 ] {fc04c430-d8db-453c-9667-50c78be2415f} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15065 | 2024.08.08 23:07:52.348866 [ 3 ] {} <Debug> HTTP-Session: 9cf70766-e84e-4fbf-84b1-b9a5524324af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15066 | 2024.08.08 23:07:52.348887 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full | ||
15067 | 2024.08.08 23:07:52.349113 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15068 | 2024.08.08 23:07:52.349250 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15069 | 2024.08.08 23:07:52.349261 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15070 | 2024.08.08 23:07:52.349280 [ 3 ] {} <Debug> HTTP-Session: 351784f1-02a9-41d2-884a-05663bd1df96 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15071 | 2024.08.08 23:07:52.349323 [ 3 ] {} <Debug> HTTP-Session: 351784f1-02a9-41d2-884a-05663bd1df96 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15072 | 2024.08.08 23:07:52.349327 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 16 rows starting from the beginning of the part | ||
15073 | 2024.08.08 23:07:52.349343 [ 3 ] {} <Debug> HTTP-Session: 351784f1-02a9-41d2-884a-05663bd1df96 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15074 | 2024.08.08 23:07:52.349413 [ 3 ] {} <Trace> HTTP-Session: 351784f1-02a9-41d2-884a-05663bd1df96 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15075 | 2024.08.08 23:07:52.349565 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part | ||
15076 | 2024.08.08 23:07:52.349844 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part | ||
15077 | 2024.08.08 23:07:52.349938 [ 3 ] {19148d10-61a5-4a18-a46b-3d9571e7c53e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15078 | 2024.08.08 23:07:52.350121 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
15079 | 2024.08.08 23:07:52.350145 [ 3 ] {19148d10-61a5-4a18-a46b-3d9571e7c53e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15080 | 2024.08.08 23:07:52.350402 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
15081 | 2024.08.08 23:07:52.350718 [ 198 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
15082 | 2024.08.08 23:07:52.351390 [ 3 ] {19148d10-61a5-4a18-a46b-3d9571e7c53e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15083 | 2024.08.08 23:07:52.352354 [ 3 ] {19148d10-61a5-4a18-a46b-3d9571e7c53e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15084 | 2024.08.08 23:07:52.352436 [ 3 ] {19148d10-61a5-4a18-a46b-3d9571e7c53e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15085 | 2024.08.08 23:07:52.353333 [ 196 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.004738096 sec., 8020.099212848369 rows/sec., 644.71 KiB/sec. | ||
15086 | 2024.08.08 23:07:52.353371 [ 3 ] {19148d10-61a5-4a18-a46b-3d9571e7c53e} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15087 | 2024.08.08 23:07:52.353580 [ 191 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
15088 | 2024.08.08 23:07:52.354075 [ 3 ] {19148d10-61a5-4a18-a46b-3d9571e7c53e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15089 | 2024.08.08 23:07:52.354445 [ 3 ] {19148d10-61a5-4a18-a46b-3d9571e7c53e} <Debug> executeQuery: Read 163 rows, 14.68 KiB in 0.004756 sec., 34272.49789739277 rows/sec., 3.01 MiB/sec. | ||
15090 | 2024.08.08 23:07:52.354665 [ 191 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15091 | 2024.08.08 23:07:52.354940 [ 3 ] {19148d10-61a5-4a18-a46b-3d9571e7c53e} <Debug> DynamicQueryHandler: Done processing query | ||
15092 | 2024.08.08 23:07:52.354962 [ 191 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_27_6} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 | ||
15093 | 2024.08.08 23:07:52.355025 [ 3 ] {19148d10-61a5-4a18-a46b-3d9571e7c53e} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15094 | 2024.08.08 23:07:52.355102 [ 3 ] {} <Debug> HTTP-Session: 351784f1-02a9-41d2-884a-05663bd1df96 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15095 | 2024.08.08 23:07:52.355262 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15096 | 2024.08.08 23:07:52.355381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15097 | 2024.08.08 23:07:52.355527 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15098 | 2024.08.08 23:07:52.355592 [ 3 ] {} <Debug> HTTP-Session: 25e30d09-675e-40ad-a9f1-cfc97a33ea86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15099 | 2024.08.08 23:07:52.355653 [ 3 ] {} <Debug> HTTP-Session: 25e30d09-675e-40ad-a9f1-cfc97a33ea86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15100 | 2024.08.08 23:07:52.355689 [ 3 ] {} <Debug> HTTP-Session: 25e30d09-675e-40ad-a9f1-cfc97a33ea86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15101 | 2024.08.08 23:07:52.355746 [ 3 ] {} <Trace> HTTP-Session: 25e30d09-675e-40ad-a9f1-cfc97a33ea86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15102 | 2024.08.08 23:07:52.355851 [ 3 ] {f4a59054-fc13-4a9e-96c2-c87372c4ceea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
15103 | 2024.08.08 23:07:52.355896 [ 3 ] {f4a59054-fc13-4a9e-96c2-c87372c4ceea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
15104 | 2024.08.08 23:07:52.356053 [ 3 ] {f4a59054-fc13-4a9e-96c2-c87372c4ceea} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15105 | 2024.08.08 23:07:52.356377 [ 3 ] {f4a59054-fc13-4a9e-96c2-c87372c4ceea} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15106 | 2024.08.08 23:07:52.356414 [ 3 ] {f4a59054-fc13-4a9e-96c2-c87372c4ceea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15107 | 2024.08.08 23:07:52.356739 [ 3 ] {f4a59054-fc13-4a9e-96c2-c87372c4ceea} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
15108 | 2024.08.08 23:07:52.357051 [ 3 ] {f4a59054-fc13-4a9e-96c2-c87372c4ceea} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15109 | 2024.08.08 23:07:52.357216 [ 3 ] {f4a59054-fc13-4a9e-96c2-c87372c4ceea} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001385 sec., 2888.086642599278 rows/sec., 201.66 KiB/sec. | ||
15110 | 2024.08.08 23:07:52.357215 [ 137 ] {} <Debug> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Selected 6 parts from all_1_22_5 to all_27_27_0 | ||
15111 | 2024.08.08 23:07:52.357320 [ 137 ] {} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15112 | 2024.08.08 23:07:52.357381 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15113 | 2024.08.08 23:07:52.357510 [ 3 ] {f4a59054-fc13-4a9e-96c2-c87372c4ceea} <Debug> DynamicQueryHandler: Done processing query | ||
15114 | 2024.08.08 23:07:52.357561 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_22_5 to all_27_27_0 into Compact with storage Full | ||
15115 | 2024.08.08 23:07:52.357566 [ 3 ] {f4a59054-fc13-4a9e-96c2-c87372c4ceea} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15116 | 2024.08.08 23:07:52.357643 [ 3 ] {} <Debug> HTTP-Session: 25e30d09-675e-40ad-a9f1-cfc97a33ea86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15117 | 2024.08.08 23:07:52.357763 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15118 | 2024.08.08 23:07:52.357804 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 16 rows starting from the beginning of the part | ||
15119 | 2024.08.08 23:07:52.357993 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 62293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15120 | 2024.08.08 23:07:52.358038 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 3 rows starting from the beginning of the part | ||
15121 | 2024.08.08 23:07:52.358132 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15122 | 2024.08.08 23:07:52.358250 [ 3 ] {} <Debug> HTTP-Session: 0b2d6c18-90ab-4442-b38a-88e603b40c49 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15123 | 2024.08.08 23:07:52.358284 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 5 rows starting from the beginning of the part | ||
15124 | 2024.08.08 23:07:52.358333 [ 3 ] {} <Debug> HTTP-Session: 0b2d6c18-90ab-4442-b38a-88e603b40c49 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15125 | 2024.08.08 23:07:52.358398 [ 3 ] {} <Debug> HTTP-Session: 0b2d6c18-90ab-4442-b38a-88e603b40c49 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15126 | 2024.08.08 23:07:52.358591 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 4 rows starting from the beginning of the part | ||
15127 | 2024.08.08 23:07:52.358606 [ 3 ] {} <Trace> HTTP-Session: 0b2d6c18-90ab-4442-b38a-88e603b40c49 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15128 | 2024.08.08 23:07:52.358787 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
15129 | 2024.08.08 23:07:52.358994 [ 198 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 4 rows starting from the beginning of the part | ||
15130 | 2024.08.08 23:07:52.359097 [ 3 ] {6b2c722a-e023-4679-b814-80b752f9f051} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15131 | 2024.08.08 23:07:52.359264 [ 3 ] {6b2c722a-e023-4679-b814-80b752f9f051} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15132 | 2024.08.08 23:07:52.359862 [ 3 ] {6b2c722a-e023-4679-b814-80b752f9f051} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15133 | 2024.08.08 23:07:52.361036 [ 3 ] {6b2c722a-e023-4679-b814-80b752f9f051} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15134 | 2024.08.08 23:07:52.361111 [ 3 ] {6b2c722a-e023-4679-b814-80b752f9f051} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15135 | 2024.08.08 23:07:52.361554 [ 197 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 4 columns (4 merged, 0 gathered) in 0.004088857 sec., 9293.550740463654 rows/sec., 638.17 KiB/sec. | ||
15136 | 2024.08.08 23:07:52.361767 [ 197 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Trace> MergedBlockOutputStream: filled checksums all_1_27_6 (state Temporary) | ||
15137 | 2024.08.08 23:07:52.361845 [ 3 ] {6b2c722a-e023-4679-b814-80b752f9f051} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15138 | 2024.08.08 23:07:52.362795 [ 197 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_merge_all_1_27_6 to all_1_27_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15139 | 2024.08.08 23:07:52.362964 [ 3 ] {6b2c722a-e023-4679-b814-80b752f9f051} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15140 | 2024.08.08 23:07:52.362988 [ 197 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_27_6} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Merged 6 parts: [all_1_22_5, all_27_27_0] -> all_1_27_6 | ||
15141 | 2024.08.08 23:07:52.363167 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
15142 | 2024.08.08 23:07:52.363292 [ 3 ] {6b2c722a-e023-4679-b814-80b752f9f051} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.004453 sec., 86683.134965192 rows/sec., 6.10 MiB/sec. | ||
15143 | 2024.08.08 23:07:52.363515 [ 3 ] {6b2c722a-e023-4679-b814-80b752f9f051} <Debug> DynamicQueryHandler: Done processing query | ||
15144 | 2024.08.08 23:07:52.363547 [ 3 ] {6b2c722a-e023-4679-b814-80b752f9f051} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15145 | 2024.08.08 23:07:52.363568 [ 3 ] {} <Debug> HTTP-Session: 0b2d6c18-90ab-4442-b38a-88e603b40c49 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15146 | 2024.08.08 23:07:52.363779 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15147 | 2024.08.08 23:07:52.363828 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15148 | 2024.08.08 23:07:52.363848 [ 3 ] {} <Debug> HTTP-Session: 33e4c5e0-2e4f-4fb8-83ac-053acfad61a0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15149 | 2024.08.08 23:07:52.363865 [ 3 ] {} <Debug> HTTP-Session: 33e4c5e0-2e4f-4fb8-83ac-053acfad61a0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15150 | 2024.08.08 23:07:52.363879 [ 3 ] {} <Debug> HTTP-Session: 33e4c5e0-2e4f-4fb8-83ac-053acfad61a0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15151 | 2024.08.08 23:07:52.363910 [ 3 ] {} <Trace> HTTP-Session: 33e4c5e0-2e4f-4fb8-83ac-053acfad61a0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15152 | 2024.08.08 23:07:52.364018 [ 3 ] {6cf29337-5f38-4cba-bda2-5fb3099b814b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15153 | 2024.08.08 23:07:52.364065 [ 3 ] {6cf29337-5f38-4cba-bda2-5fb3099b814b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15154 | 2024.08.08 23:07:52.364209 [ 3 ] {6cf29337-5f38-4cba-bda2-5fb3099b814b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15155 | 2024.08.08 23:07:52.364539 [ 3 ] {6cf29337-5f38-4cba-bda2-5fb3099b814b} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15156 | 2024.08.08 23:07:52.364575 [ 3 ] {6cf29337-5f38-4cba-bda2-5fb3099b814b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15157 | 2024.08.08 23:07:52.364940 [ 3 ] {6cf29337-5f38-4cba-bda2-5fb3099b814b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
15158 | 2024.08.08 23:07:52.365265 [ 3 ] {6cf29337-5f38-4cba-bda2-5fb3099b814b} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15159 | 2024.08.08 23:07:52.365417 [ 3 ] {6cf29337-5f38-4cba-bda2-5fb3099b814b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001424 sec., 4213.483146067416 rows/sec., 181.05 KiB/sec. | ||
15160 | 2024.08.08 23:07:52.365579 [ 3 ] {6cf29337-5f38-4cba-bda2-5fb3099b814b} <Debug> DynamicQueryHandler: Done processing query | ||
15161 | 2024.08.08 23:07:52.365603 [ 3 ] {6cf29337-5f38-4cba-bda2-5fb3099b814b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15162 | 2024.08.08 23:07:52.365618 [ 3 ] {} <Debug> HTTP-Session: 33e4c5e0-2e4f-4fb8-83ac-053acfad61a0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15163 | 2024.08.08 23:07:52.365748 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15164 | 2024.08.08 23:07:52.365796 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15165 | 2024.08.08 23:07:52.365814 [ 3 ] {} <Debug> HTTP-Session: 2e5b718c-fd73-43bb-acad-1706c83815f9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15166 | 2024.08.08 23:07:52.365830 [ 3 ] {} <Debug> HTTP-Session: 2e5b718c-fd73-43bb-acad-1706c83815f9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15167 | 2024.08.08 23:07:52.365843 [ 3 ] {} <Debug> HTTP-Session: 2e5b718c-fd73-43bb-acad-1706c83815f9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15168 | 2024.08.08 23:07:52.365875 [ 3 ] {} <Trace> HTTP-Session: 2e5b718c-fd73-43bb-acad-1706c83815f9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15169 | 2024.08.08 23:07:52.366012 [ 3 ] {ded7c3ed-192f-46e6-a9b6-adf4f31db455} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15170 | 2024.08.08 23:07:52.366058 [ 3 ] {ded7c3ed-192f-46e6-a9b6-adf4f31db455} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15171 | 2024.08.08 23:07:52.366202 [ 3 ] {ded7c3ed-192f-46e6-a9b6-adf4f31db455} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15172 | 2024.08.08 23:07:52.366534 [ 3 ] {ded7c3ed-192f-46e6-a9b6-adf4f31db455} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15173 | 2024.08.08 23:07:52.366571 [ 3 ] {ded7c3ed-192f-46e6-a9b6-adf4f31db455} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15174 | 2024.08.08 23:07:52.366929 [ 3 ] {ded7c3ed-192f-46e6-a9b6-adf4f31db455} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
15175 | 2024.08.08 23:07:52.367260 [ 3 ] {ded7c3ed-192f-46e6-a9b6-adf4f31db455} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15176 | 2024.08.08 23:07:52.367422 [ 3 ] {ded7c3ed-192f-46e6-a9b6-adf4f31db455} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001467 sec., 52488.07089297887 rows/sec., 3.23 MiB/sec. | ||
15177 | 2024.08.08 23:07:52.367757 [ 3 ] {ded7c3ed-192f-46e6-a9b6-adf4f31db455} <Debug> DynamicQueryHandler: Done processing query | ||
15178 | 2024.08.08 23:07:52.367810 [ 3 ] {ded7c3ed-192f-46e6-a9b6-adf4f31db455} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15179 | 2024.08.08 23:07:52.367847 [ 3 ] {} <Debug> HTTP-Session: 2e5b718c-fd73-43bb-acad-1706c83815f9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15180 | 2024.08.08 23:07:52.368023 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15181 | 2024.08.08 23:07:52.368072 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15182 | 2024.08.08 23:07:52.368091 [ 3 ] {} <Debug> HTTP-Session: 530663ce-5170-482d-89d9-6678bc9b389e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15183 | 2024.08.08 23:07:52.368107 [ 3 ] {} <Debug> HTTP-Session: 530663ce-5170-482d-89d9-6678bc9b389e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15184 | 2024.08.08 23:07:52.368121 [ 3 ] {} <Debug> HTTP-Session: 530663ce-5170-482d-89d9-6678bc9b389e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15185 | 2024.08.08 23:07:52.368152 [ 3 ] {} <Trace> HTTP-Session: 530663ce-5170-482d-89d9-6678bc9b389e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15186 | 2024.08.08 23:07:52.368299 [ 3 ] {965571df-4600-41ad-aa22-6b57287fa681} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15187 | 2024.08.08 23:07:52.368346 [ 3 ] {965571df-4600-41ad-aa22-6b57287fa681} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15188 | 2024.08.08 23:07:52.368508 [ 3 ] {965571df-4600-41ad-aa22-6b57287fa681} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15189 | 2024.08.08 23:07:52.368892 [ 3 ] {965571df-4600-41ad-aa22-6b57287fa681} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15190 | 2024.08.08 23:07:52.368928 [ 3 ] {965571df-4600-41ad-aa22-6b57287fa681} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15191 | 2024.08.08 23:07:52.369291 [ 3 ] {965571df-4600-41ad-aa22-6b57287fa681} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15192 | 2024.08.08 23:07:52.369631 [ 3 ] {965571df-4600-41ad-aa22-6b57287fa681} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15193 | 2024.08.08 23:07:52.369780 [ 3 ] {965571df-4600-41ad-aa22-6b57287fa681} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001544 sec., 104922.2797927461 rows/sec., 7.31 MiB/sec. | ||
15194 | 2024.08.08 23:07:52.370048 [ 3 ] {965571df-4600-41ad-aa22-6b57287fa681} <Debug> DynamicQueryHandler: Done processing query | ||
15195 | 2024.08.08 23:07:52.370112 [ 3 ] {965571df-4600-41ad-aa22-6b57287fa681} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15196 | 2024.08.08 23:07:52.370176 [ 3 ] {} <Debug> HTTP-Session: 530663ce-5170-482d-89d9-6678bc9b389e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15197 | 2024.08.08 23:07:52.370391 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15198 | 2024.08.08 23:07:52.370466 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15199 | 2024.08.08 23:07:52.370486 [ 3 ] {} <Debug> HTTP-Session: 3258acd2-050a-4438-946c-42854b77b0ee Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15200 | 2024.08.08 23:07:52.370502 [ 3 ] {} <Debug> HTTP-Session: 3258acd2-050a-4438-946c-42854b77b0ee Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15201 | 2024.08.08 23:07:52.370516 [ 3 ] {} <Debug> HTTP-Session: 3258acd2-050a-4438-946c-42854b77b0ee Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15202 | 2024.08.08 23:07:52.370546 [ 3 ] {} <Trace> HTTP-Session: 3258acd2-050a-4438-946c-42854b77b0ee Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15203 | 2024.08.08 23:07:52.370655 [ 3 ] {a95b8f48-c288-4438-910b-38845ebc2943} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15204 | 2024.08.08 23:07:52.370701 [ 3 ] {a95b8f48-c288-4438-910b-38845ebc2943} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15205 | 2024.08.08 23:07:52.370842 [ 3 ] {a95b8f48-c288-4438-910b-38845ebc2943} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15206 | 2024.08.08 23:07:52.371122 [ 3 ] {a95b8f48-c288-4438-910b-38845ebc2943} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15207 | 2024.08.08 23:07:52.371158 [ 3 ] {a95b8f48-c288-4438-910b-38845ebc2943} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15208 | 2024.08.08 23:07:52.371497 [ 3 ] {a95b8f48-c288-4438-910b-38845ebc2943} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
15209 | 2024.08.08 23:07:52.371818 [ 3 ] {a95b8f48-c288-4438-910b-38845ebc2943} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15210 | 2024.08.08 23:07:52.371976 [ 137 ] {} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
15211 | 2024.08.08 23:07:52.371980 [ 3 ] {a95b8f48-c288-4438-910b-38845ebc2943} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001344 sec., 17113.09523809524 rows/sec., 925.70 KiB/sec. | ||
15212 | 2024.08.08 23:07:52.372030 [ 137 ] {} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15213 | 2024.08.08 23:07:52.372089 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15214 | 2024.08.08 23:07:52.372333 [ 197 ] {40178e71-ce0b-40a0-a921-105aab487627::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 | ||
15215 | 2024.08.08 23:07:52.372436 [ 3 ] {a95b8f48-c288-4438-910b-38845ebc2943} <Debug> DynamicQueryHandler: Done processing query | ||
15216 | 2024.08.08 23:07:52.372544 [ 3 ] {a95b8f48-c288-4438-910b-38845ebc2943} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15217 | 2024.08.08 23:07:52.372641 [ 3 ] {} <Debug> HTTP-Session: 3258acd2-050a-4438-946c-42854b77b0ee Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15218 | 2024.08.08 23:07:52.372863 [ 197 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15219 | 2024.08.08 23:07:52.372938 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15220 | 2024.08.08 23:07:52.372946 [ 197 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 916 rows starting from the beginning of the part | ||
15221 | 2024.08.08 23:07:52.373026 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15222 | 2024.08.08 23:07:52.373112 [ 3 ] {} <Debug> HTTP-Session: 0db49a19-ac09-4370-910a-39d34ca5a07e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15223 | 2024.08.08 23:07:52.373189 [ 3 ] {} <Debug> HTTP-Session: 0db49a19-ac09-4370-910a-39d34ca5a07e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15224 | 2024.08.08 23:07:52.373211 [ 197 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 23 rows starting from the beginning of the part | ||
15225 | 2024.08.08 23:07:52.373242 [ 3 ] {} <Debug> HTTP-Session: 0db49a19-ac09-4370-910a-39d34ca5a07e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15226 | 2024.08.08 23:07:52.373361 [ 3 ] {} <Trace> HTTP-Session: 0db49a19-ac09-4370-910a-39d34ca5a07e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15227 | 2024.08.08 23:07:52.373514 [ 197 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 9 rows starting from the beginning of the part | ||
15228 | 2024.08.08 23:07:52.373710 [ 3 ] {41aac5dc-bbe5-4ac0-9e84-3192335149c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15229 | 2024.08.08 23:07:52.373847 [ 197 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 23 rows starting from the beginning of the part | ||
15230 | 2024.08.08 23:07:52.373874 [ 3 ] {41aac5dc-bbe5-4ac0-9e84-3192335149c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15231 | 2024.08.08 23:07:52.374215 [ 197 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 23 rows starting from the beginning of the part | ||
15232 | 2024.08.08 23:07:52.374604 [ 197 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 23 rows starting from the beginning of the part | ||
15233 | 2024.08.08 23:07:52.374782 [ 3 ] {41aac5dc-bbe5-4ac0-9e84-3192335149c2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15234 | 2024.08.08 23:07:52.375663 [ 3 ] {41aac5dc-bbe5-4ac0-9e84-3192335149c2} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15235 | 2024.08.08 23:07:52.375735 [ 3 ] {41aac5dc-bbe5-4ac0-9e84-3192335149c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15236 | 2024.08.08 23:07:52.376695 [ 3 ] {41aac5dc-bbe5-4ac0-9e84-3192335149c2} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
15237 | 2024.08.08 23:07:52.377421 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1017 rows, containing 4 columns (4 merged, 0 gathered) in 0.005234543 sec., 194286.30159309035 rows/sec., 10.44 MiB/sec. | ||
15238 | 2024.08.08 23:07:52.377494 [ 3 ] {41aac5dc-bbe5-4ac0-9e84-3192335149c2} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15239 | 2024.08.08 23:07:52.377693 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
15240 | 2024.08.08 23:07:52.377780 [ 3 ] {41aac5dc-bbe5-4ac0-9e84-3192335149c2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004199 sec., 14289.11645629912 rows/sec., 986.10 KiB/sec. | ||
15241 | 2024.08.08 23:07:52.378157 [ 3 ] {41aac5dc-bbe5-4ac0-9e84-3192335149c2} <Debug> DynamicQueryHandler: Done processing query | ||
15242 | 2024.08.08 23:07:52.378232 [ 3 ] {41aac5dc-bbe5-4ac0-9e84-3192335149c2} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15243 | 2024.08.08 23:07:52.378265 [ 3 ] {} <Debug> HTTP-Session: 0db49a19-ac09-4370-910a-39d34ca5a07e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15244 | 2024.08.08 23:07:52.378438 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15245 | 2024.08.08 23:07:52.378517 [ 201 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_46_9} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
15246 | 2024.08.08 23:07:52.378597 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
15247 | 2024.08.08 23:07:53.183174 [ 137 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15248 | 2024.08.08 23:07:53.183223 [ 137 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15249 | 2024.08.08 23:07:57.342405 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15250 | 2024.08.08 23:07:57.342591 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15251 | 2024.08.08 23:07:57.342638 [ 3 ] {} <Debug> HTTP-Session: 3ef07cb7-19a6-4488-a6fb-637946330bd7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15252 | 2024.08.08 23:07:57.342690 [ 3 ] {} <Debug> HTTP-Session: 3ef07cb7-19a6-4488-a6fb-637946330bd7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15253 | 2024.08.08 23:07:57.342719 [ 3 ] {} <Debug> HTTP-Session: 3ef07cb7-19a6-4488-a6fb-637946330bd7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15254 | 2024.08.08 23:07:57.342797 [ 3 ] {} <Trace> HTTP-Session: 3ef07cb7-19a6-4488-a6fb-637946330bd7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15255 | 2024.08.08 23:07:57.343014 [ 3 ] {b992f8cf-0cd6-4b6d-9ffd-24eeed4b33ee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15256 | 2024.08.08 23:07:57.343077 [ 3 ] {b992f8cf-0cd6-4b6d-9ffd-24eeed4b33ee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15257 | 2024.08.08 23:07:57.343264 [ 3 ] {b992f8cf-0cd6-4b6d-9ffd-24eeed4b33ee} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15258 | 2024.08.08 23:07:57.343723 [ 3 ] {b992f8cf-0cd6-4b6d-9ffd-24eeed4b33ee} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15259 | 2024.08.08 23:07:57.343762 [ 3 ] {b992f8cf-0cd6-4b6d-9ffd-24eeed4b33ee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15260 | 2024.08.08 23:07:57.344137 [ 3 ] {b992f8cf-0cd6-4b6d-9ffd-24eeed4b33ee} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
15261 | 2024.08.08 23:07:57.344480 [ 3 ] {b992f8cf-0cd6-4b6d-9ffd-24eeed4b33ee} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15262 | 2024.08.08 23:07:57.344624 [ 148 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
15263 | 2024.08.08 23:07:57.344625 [ 3 ] {b992f8cf-0cd6-4b6d-9ffd-24eeed4b33ee} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001674 sec., 33452.807646356036 rows/sec., 2.65 MiB/sec. | ||
15264 | 2024.08.08 23:07:57.344667 [ 148 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15265 | 2024.08.08 23:07:57.344702 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15266 | 2024.08.08 23:07:57.344885 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
15267 | 2024.08.08 23:07:57.344916 [ 3 ] {b992f8cf-0cd6-4b6d-9ffd-24eeed4b33ee} <Debug> DynamicQueryHandler: Done processing query | ||
15268 | 2024.08.08 23:07:57.344962 [ 3 ] {b992f8cf-0cd6-4b6d-9ffd-24eeed4b33ee} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15269 | 2024.08.08 23:07:57.344992 [ 3 ] {} <Debug> HTTP-Session: 3ef07cb7-19a6-4488-a6fb-637946330bd7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15270 | 2024.08.08 23:07:57.345111 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15271 | 2024.08.08 23:07:57.345152 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 62 rows starting from the beginning of the part | ||
15272 | 2024.08.08 23:07:57.345253 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 33199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15273 | 2024.08.08 23:07:57.345328 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 56 rows starting from the beginning of the part | ||
15274 | 2024.08.08 23:07:57.345471 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15275 | 2024.08.08 23:07:57.345545 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 6 rows starting from the beginning of the part | ||
15276 | 2024.08.08 23:07:57.345561 [ 3 ] {} <Debug> HTTP-Session: 27174294-c616-4b31-a7cd-65f167419ad0 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15277 | 2024.08.08 23:07:57.345638 [ 3 ] {} <Debug> HTTP-Session: 27174294-c616-4b31-a7cd-65f167419ad0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15278 | 2024.08.08 23:07:57.345737 [ 3 ] {} <Debug> HTTP-Session: 27174294-c616-4b31-a7cd-65f167419ad0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15279 | 2024.08.08 23:07:57.345923 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 56 rows starting from the beginning of the part | ||
15280 | 2024.08.08 23:07:57.345971 [ 3 ] {} <Trace> HTTP-Session: 27174294-c616-4b31-a7cd-65f167419ad0 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15281 | 2024.08.08 23:07:57.346201 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 6 rows starting from the beginning of the part | ||
15282 | 2024.08.08 23:07:57.346561 [ 195 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 56 rows starting from the beginning of the part | ||
15283 | 2024.08.08 23:07:57.346560 [ 3 ] {1d02eabc-fac5-409f-ac50-c506f038d7d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15284 | 2024.08.08 23:07:57.346773 [ 3 ] {1d02eabc-fac5-409f-ac50-c506f038d7d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15285 | 2024.08.08 23:07:57.347301 [ 3 ] {1d02eabc-fac5-409f-ac50-c506f038d7d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15286 | 2024.08.08 23:07:57.348395 [ 3 ] {1d02eabc-fac5-409f-ac50-c506f038d7d7} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15287 | 2024.08.08 23:07:57.348465 [ 3 ] {1d02eabc-fac5-409f-ac50-c506f038d7d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15288 | 2024.08.08 23:07:57.349108 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 242 rows, containing 4 columns (4 merged, 0 gathered) in 0.00429553 sec., 56337.634703982985 rows/sec., 4.35 MiB/sec. | ||
15289 | 2024.08.08 23:07:57.349271 [ 3 ] {1d02eabc-fac5-409f-ac50-c506f038d7d7} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15290 | 2024.08.08 23:07:57.349328 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
15291 | 2024.08.08 23:07:57.349991 [ 3 ] {1d02eabc-fac5-409f-ac50-c506f038d7d7} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15292 | 2024.08.08 23:07:57.350106 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15293 | 2024.08.08 23:07:57.350309 [ 3 ] {1d02eabc-fac5-409f-ac50-c506f038d7d7} <Debug> executeQuery: Read 224 rows, 19.58 KiB in 0.004053 sec., 55267.70293609671 rows/sec., 4.72 MiB/sec. | ||
15294 | 2024.08.08 23:07:57.350380 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_81_16} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
15295 | 2024.08.08 23:07:57.350610 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
15296 | 2024.08.08 23:07:57.350688 [ 3 ] {1d02eabc-fac5-409f-ac50-c506f038d7d7} <Debug> DynamicQueryHandler: Done processing query | ||
15297 | 2024.08.08 23:07:57.350719 [ 3 ] {1d02eabc-fac5-409f-ac50-c506f038d7d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
15298 | 2024.08.08 23:07:57.350735 [ 3 ] {} <Debug> HTTP-Session: 27174294-c616-4b31-a7cd-65f167419ad0 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15299 | 2024.08.08 23:07:57.350950 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 20375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15300 | 2024.08.08 23:07:57.351003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15301 | 2024.08.08 23:07:57.351021 [ 3 ] {} <Debug> HTTP-Session: f6ca4190-2406-4e71-bb2b-8b5d406e6aaf Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15302 | 2024.08.08 23:07:57.351038 [ 3 ] {} <Debug> HTTP-Session: f6ca4190-2406-4e71-bb2b-8b5d406e6aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15303 | 2024.08.08 23:07:57.351053 [ 3 ] {} <Debug> HTTP-Session: f6ca4190-2406-4e71-bb2b-8b5d406e6aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15304 | 2024.08.08 23:07:57.351085 [ 3 ] {} <Trace> HTTP-Session: f6ca4190-2406-4e71-bb2b-8b5d406e6aaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15305 | 2024.08.08 23:07:57.351229 [ 3 ] {7dcfd63a-1e89-4b3d-a674-1eca50b49be2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15306 | 2024.08.08 23:07:57.351274 [ 3 ] {7dcfd63a-1e89-4b3d-a674-1eca50b49be2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15307 | 2024.08.08 23:07:57.351419 [ 3 ] {7dcfd63a-1e89-4b3d-a674-1eca50b49be2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15308 | 2024.08.08 23:07:57.351792 [ 3 ] {7dcfd63a-1e89-4b3d-a674-1eca50b49be2} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15309 | 2024.08.08 23:07:57.351829 [ 3 ] {7dcfd63a-1e89-4b3d-a674-1eca50b49be2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15310 | 2024.08.08 23:07:57.352146 [ 3 ] {7dcfd63a-1e89-4b3d-a674-1eca50b49be2} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15311 | 2024.08.08 23:07:57.352456 [ 3 ] {7dcfd63a-1e89-4b3d-a674-1eca50b49be2} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15312 | 2024.08.08 23:07:57.352583 [ 3 ] {7dcfd63a-1e89-4b3d-a674-1eca50b49be2} <Debug> executeQuery: Read 120 rows, 9.60 KiB in 0.001416 sec., 84745.76271186442 rows/sec., 6.62 MiB/sec. | ||
15313 | 2024.08.08 23:07:57.352746 [ 3 ] {7dcfd63a-1e89-4b3d-a674-1eca50b49be2} <Debug> DynamicQueryHandler: Done processing query | ||
15314 | 2024.08.08 23:07:57.352770 [ 3 ] {7dcfd63a-1e89-4b3d-a674-1eca50b49be2} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15315 | 2024.08.08 23:07:57.352785 [ 3 ] {} <Debug> HTTP-Session: f6ca4190-2406-4e71-bb2b-8b5d406e6aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15316 | 2024.08.08 23:07:57.352968 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15317 | 2024.08.08 23:07:57.353017 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15318 | 2024.08.08 23:07:57.353036 [ 3 ] {} <Debug> HTTP-Session: eb3d4af3-e013-46e0-99a4-a271420c5dcb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15319 | 2024.08.08 23:07:57.353052 [ 3 ] {} <Debug> HTTP-Session: eb3d4af3-e013-46e0-99a4-a271420c5dcb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15320 | 2024.08.08 23:07:57.353065 [ 3 ] {} <Debug> HTTP-Session: eb3d4af3-e013-46e0-99a4-a271420c5dcb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15321 | 2024.08.08 23:07:57.353096 [ 3 ] {} <Trace> HTTP-Session: eb3d4af3-e013-46e0-99a4-a271420c5dcb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15322 | 2024.08.08 23:07:57.353250 [ 3 ] {8af15127-fd57-489e-b907-c3517c48403a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15323 | 2024.08.08 23:07:57.353298 [ 3 ] {8af15127-fd57-489e-b907-c3517c48403a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15324 | 2024.08.08 23:07:57.353440 [ 3 ] {8af15127-fd57-489e-b907-c3517c48403a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15325 | 2024.08.08 23:07:57.353820 [ 3 ] {8af15127-fd57-489e-b907-c3517c48403a} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15326 | 2024.08.08 23:07:57.353855 [ 3 ] {8af15127-fd57-489e-b907-c3517c48403a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15327 | 2024.08.08 23:07:57.354246 [ 3 ] {8af15127-fd57-489e-b907-c3517c48403a} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15328 | 2024.08.08 23:07:57.354582 [ 3 ] {8af15127-fd57-489e-b907-c3517c48403a} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15329 | 2024.08.08 23:07:57.354713 [ 3 ] {8af15127-fd57-489e-b907-c3517c48403a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001537 sec., 104098.8939492518 rows/sec., 7.25 MiB/sec. | ||
15330 | 2024.08.08 23:07:57.354978 [ 3 ] {8af15127-fd57-489e-b907-c3517c48403a} <Debug> DynamicQueryHandler: Done processing query | ||
15331 | 2024.08.08 23:07:57.355043 [ 3 ] {8af15127-fd57-489e-b907-c3517c48403a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15332 | 2024.08.08 23:07:57.355107 [ 3 ] {} <Debug> HTTP-Session: eb3d4af3-e013-46e0-99a4-a271420c5dcb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15333 | 2024.08.08 23:07:57.355403 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90260, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15334 | 2024.08.08 23:07:57.355456 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15335 | 2024.08.08 23:07:57.355475 [ 3 ] {} <Debug> HTTP-Session: d10a30e7-d04e-47bf-adb8-6a223b18c02e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15336 | 2024.08.08 23:07:57.355491 [ 3 ] {} <Debug> HTTP-Session: d10a30e7-d04e-47bf-adb8-6a223b18c02e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15337 | 2024.08.08 23:07:57.355506 [ 3 ] {} <Debug> HTTP-Session: d10a30e7-d04e-47bf-adb8-6a223b18c02e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15338 | 2024.08.08 23:07:57.355538 [ 3 ] {} <Trace> HTTP-Session: d10a30e7-d04e-47bf-adb8-6a223b18c02e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15339 | 2024.08.08 23:07:57.356046 [ 3 ] {582aa583-8540-43d0-881f-5cd0c6964971} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15340 | 2024.08.08 23:07:57.356118 [ 3 ] {582aa583-8540-43d0-881f-5cd0c6964971} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15341 | 2024.08.08 23:07:57.356548 [ 3 ] {582aa583-8540-43d0-881f-5cd0c6964971} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15342 | 2024.08.08 23:07:57.357528 [ 3 ] {582aa583-8540-43d0-881f-5cd0c6964971} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15343 | 2024.08.08 23:07:57.357565 [ 3 ] {582aa583-8540-43d0-881f-5cd0c6964971} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15344 | 2024.08.08 23:07:57.358226 [ 3 ] {582aa583-8540-43d0-881f-5cd0c6964971} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
15345 | 2024.08.08 23:07:57.358634 [ 3 ] {582aa583-8540-43d0-881f-5cd0c6964971} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15346 | 2024.08.08 23:07:57.358803 [ 3 ] {582aa583-8540-43d0-881f-5cd0c6964971} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003137 sec., 17851.450430347464 rows/sec., 31.99 MiB/sec. | ||
15347 | 2024.08.08 23:07:57.359390 [ 3 ] {582aa583-8540-43d0-881f-5cd0c6964971} <Debug> DynamicQueryHandler: Done processing query | ||
15348 | 2024.08.08 23:07:57.359415 [ 3 ] {582aa583-8540-43d0-881f-5cd0c6964971} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
15349 | 2024.08.08 23:07:57.359431 [ 3 ] {} <Debug> HTTP-Session: d10a30e7-d04e-47bf-adb8-6a223b18c02e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15350 | 2024.08.08 23:07:57.359573 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15351 | 2024.08.08 23:07:57.359624 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15352 | 2024.08.08 23:07:57.359643 [ 3 ] {} <Debug> HTTP-Session: a03c5384-1720-4ba2-b1fe-99fc33bb9dc4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15353 | 2024.08.08 23:07:57.359659 [ 3 ] {} <Debug> HTTP-Session: a03c5384-1720-4ba2-b1fe-99fc33bb9dc4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15354 | 2024.08.08 23:07:57.359673 [ 3 ] {} <Debug> HTTP-Session: a03c5384-1720-4ba2-b1fe-99fc33bb9dc4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15355 | 2024.08.08 23:07:57.359703 [ 3 ] {} <Trace> HTTP-Session: a03c5384-1720-4ba2-b1fe-99fc33bb9dc4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15356 | 2024.08.08 23:07:57.359819 [ 3 ] {86c9c3ba-ec71-4cad-a684-e14ed4b85266} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15357 | 2024.08.08 23:07:57.359864 [ 3 ] {86c9c3ba-ec71-4cad-a684-e14ed4b85266} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15358 | 2024.08.08 23:07:57.360013 [ 3 ] {86c9c3ba-ec71-4cad-a684-e14ed4b85266} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15359 | 2024.08.08 23:07:57.360297 [ 3 ] {86c9c3ba-ec71-4cad-a684-e14ed4b85266} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15360 | 2024.08.08 23:07:57.360333 [ 3 ] {86c9c3ba-ec71-4cad-a684-e14ed4b85266} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15361 | 2024.08.08 23:07:57.360688 [ 3 ] {86c9c3ba-ec71-4cad-a684-e14ed4b85266} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
15362 | 2024.08.08 23:07:57.361021 [ 3 ] {86c9c3ba-ec71-4cad-a684-e14ed4b85266} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15363 | 2024.08.08 23:07:57.361147 [ 3 ] {86c9c3ba-ec71-4cad-a684-e14ed4b85266} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001367 sec., 43891.73372348208 rows/sec., 2.96 MiB/sec. | ||
15364 | 2024.08.08 23:07:57.361396 [ 3 ] {86c9c3ba-ec71-4cad-a684-e14ed4b85266} <Debug> DynamicQueryHandler: Done processing query | ||
15365 | 2024.08.08 23:07:57.361458 [ 3 ] {86c9c3ba-ec71-4cad-a684-e14ed4b85266} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15366 | 2024.08.08 23:07:57.361520 [ 3 ] {} <Debug> HTTP-Session: a03c5384-1720-4ba2-b1fe-99fc33bb9dc4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15367 | 2024.08.08 23:08:02.344728 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15368 | 2024.08.08 23:08:02.344863 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15369 | 2024.08.08 23:08:02.344891 [ 3 ] {} <Debug> HTTP-Session: 41552967-6557-4f74-ac1c-96c561fff294 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15370 | 2024.08.08 23:08:02.344918 [ 3 ] {} <Debug> HTTP-Session: 41552967-6557-4f74-ac1c-96c561fff294 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15371 | 2024.08.08 23:08:02.344936 [ 3 ] {} <Debug> HTTP-Session: 41552967-6557-4f74-ac1c-96c561fff294 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15372 | 2024.08.08 23:08:02.344991 [ 3 ] {} <Trace> HTTP-Session: 41552967-6557-4f74-ac1c-96c561fff294 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15373 | 2024.08.08 23:08:02.345163 [ 3 ] {002af736-307d-4ccd-9248-73fd3cbcd1dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15374 | 2024.08.08 23:08:02.345228 [ 3 ] {002af736-307d-4ccd-9248-73fd3cbcd1dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15375 | 2024.08.08 23:08:02.345419 [ 3 ] {002af736-307d-4ccd-9248-73fd3cbcd1dd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15376 | 2024.08.08 23:08:02.345823 [ 3 ] {002af736-307d-4ccd-9248-73fd3cbcd1dd} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15377 | 2024.08.08 23:08:02.345866 [ 3 ] {002af736-307d-4ccd-9248-73fd3cbcd1dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15378 | 2024.08.08 23:08:02.346235 [ 3 ] {002af736-307d-4ccd-9248-73fd3cbcd1dd} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
15379 | 2024.08.08 23:08:02.346570 [ 3 ] {002af736-307d-4ccd-9248-73fd3cbcd1dd} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15380 | 2024.08.08 23:08:02.346744 [ 3 ] {002af736-307d-4ccd-9248-73fd3cbcd1dd} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001621 sec., 3701.4188772362736 rows/sec., 209.65 KiB/sec. | ||
15381 | 2024.08.08 23:08:02.347026 [ 3 ] {002af736-307d-4ccd-9248-73fd3cbcd1dd} <Debug> DynamicQueryHandler: Done processing query | ||
15382 | 2024.08.08 23:08:02.347094 [ 3 ] {002af736-307d-4ccd-9248-73fd3cbcd1dd} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15383 | 2024.08.08 23:08:02.347154 [ 3 ] {} <Debug> HTTP-Session: 41552967-6557-4f74-ac1c-96c561fff294 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15384 | 2024.08.08 23:08:02.347381 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15385 | 2024.08.08 23:08:02.347442 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15386 | 2024.08.08 23:08:02.347462 [ 3 ] {} <Debug> HTTP-Session: f9783280-11ed-4e15-bcc5-e6c9e0495ac1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15387 | 2024.08.08 23:08:02.347481 [ 3 ] {} <Debug> HTTP-Session: f9783280-11ed-4e15-bcc5-e6c9e0495ac1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15388 | 2024.08.08 23:08:02.347495 [ 3 ] {} <Debug> HTTP-Session: f9783280-11ed-4e15-bcc5-e6c9e0495ac1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15389 | 2024.08.08 23:08:02.347531 [ 3 ] {} <Trace> HTTP-Session: f9783280-11ed-4e15-bcc5-e6c9e0495ac1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15390 | 2024.08.08 23:08:02.347690 [ 3 ] {2064384b-18b5-4506-a1e9-6f891667a4d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15391 | 2024.08.08 23:08:02.347739 [ 3 ] {2064384b-18b5-4506-a1e9-6f891667a4d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15392 | 2024.08.08 23:08:02.347886 [ 3 ] {2064384b-18b5-4506-a1e9-6f891667a4d8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15393 | 2024.08.08 23:08:02.348277 [ 3 ] {2064384b-18b5-4506-a1e9-6f891667a4d8} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15394 | 2024.08.08 23:08:02.348314 [ 3 ] {2064384b-18b5-4506-a1e9-6f891667a4d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15395 | 2024.08.08 23:08:02.348637 [ 3 ] {2064384b-18b5-4506-a1e9-6f891667a4d8} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15396 | 2024.08.08 23:08:02.348950 [ 3 ] {2064384b-18b5-4506-a1e9-6f891667a4d8} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15397 | 2024.08.08 23:08:02.349107 [ 3 ] {2064384b-18b5-4506-a1e9-6f891667a4d8} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001486 sec., 108344.54912516824 rows/sec., 9.55 MiB/sec. | ||
15398 | 2024.08.08 23:08:02.349276 [ 3 ] {2064384b-18b5-4506-a1e9-6f891667a4d8} <Debug> DynamicQueryHandler: Done processing query | ||
15399 | 2024.08.08 23:08:02.349301 [ 3 ] {2064384b-18b5-4506-a1e9-6f891667a4d8} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15400 | 2024.08.08 23:08:02.349316 [ 3 ] {} <Debug> HTTP-Session: f9783280-11ed-4e15-bcc5-e6c9e0495ac1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15401 | 2024.08.08 23:08:02.349516 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15402 | 2024.08.08 23:08:02.349567 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15403 | 2024.08.08 23:08:02.349586 [ 3 ] {} <Debug> HTTP-Session: 0f99f62c-764b-46d3-9cef-7988086da39c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15404 | 2024.08.08 23:08:02.349603 [ 3 ] {} <Debug> HTTP-Session: 0f99f62c-764b-46d3-9cef-7988086da39c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15405 | 2024.08.08 23:08:02.349616 [ 3 ] {} <Debug> HTTP-Session: 0f99f62c-764b-46d3-9cef-7988086da39c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15406 | 2024.08.08 23:08:02.349650 [ 3 ] {} <Trace> HTTP-Session: 0f99f62c-764b-46d3-9cef-7988086da39c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15407 | 2024.08.08 23:08:02.349867 [ 3 ] {0d7ae35e-2a79-4099-8fff-6419328ff584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15408 | 2024.08.08 23:08:02.349910 [ 3 ] {0d7ae35e-2a79-4099-8fff-6419328ff584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15409 | 2024.08.08 23:08:02.350039 [ 3 ] {0d7ae35e-2a79-4099-8fff-6419328ff584} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15410 | 2024.08.08 23:08:02.350592 [ 3 ] {0d7ae35e-2a79-4099-8fff-6419328ff584} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15411 | 2024.08.08 23:08:02.350628 [ 3 ] {0d7ae35e-2a79-4099-8fff-6419328ff584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15412 | 2024.08.08 23:08:02.350955 [ 3 ] {0d7ae35e-2a79-4099-8fff-6419328ff584} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15413 | 2024.08.08 23:08:02.351278 [ 3 ] {0d7ae35e-2a79-4099-8fff-6419328ff584} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15414 | 2024.08.08 23:08:02.351436 [ 3 ] {0d7ae35e-2a79-4099-8fff-6419328ff584} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001685 sec., 226706.23145400593 rows/sec., 15.92 MiB/sec. | ||
15415 | 2024.08.08 23:08:02.351620 [ 3 ] {0d7ae35e-2a79-4099-8fff-6419328ff584} <Debug> DynamicQueryHandler: Done processing query | ||
15416 | 2024.08.08 23:08:02.351657 [ 3 ] {0d7ae35e-2a79-4099-8fff-6419328ff584} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15417 | 2024.08.08 23:08:02.351687 [ 3 ] {} <Debug> HTTP-Session: 0f99f62c-764b-46d3-9cef-7988086da39c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15418 | 2024.08.08 23:08:02.351846 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15419 | 2024.08.08 23:08:02.351894 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15420 | 2024.08.08 23:08:02.351913 [ 3 ] {} <Debug> HTTP-Session: d8a4450d-2a21-4a52-bfa7-8f92b0d5a1e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15421 | 2024.08.08 23:08:02.351930 [ 3 ] {} <Debug> HTTP-Session: d8a4450d-2a21-4a52-bfa7-8f92b0d5a1e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15422 | 2024.08.08 23:08:02.351943 [ 3 ] {} <Debug> HTTP-Session: d8a4450d-2a21-4a52-bfa7-8f92b0d5a1e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15423 | 2024.08.08 23:08:02.351974 [ 3 ] {} <Trace> HTTP-Session: d8a4450d-2a21-4a52-bfa7-8f92b0d5a1e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15424 | 2024.08.08 23:08:02.352069 [ 3 ] {8a714a7d-a730-43a8-93ba-330b9418c2f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15425 | 2024.08.08 23:08:02.352113 [ 3 ] {8a714a7d-a730-43a8-93ba-330b9418c2f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15426 | 2024.08.08 23:08:02.352242 [ 3 ] {8a714a7d-a730-43a8-93ba-330b9418c2f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15427 | 2024.08.08 23:08:02.352508 [ 3 ] {8a714a7d-a730-43a8-93ba-330b9418c2f6} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15428 | 2024.08.08 23:08:02.352543 [ 3 ] {8a714a7d-a730-43a8-93ba-330b9418c2f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15429 | 2024.08.08 23:08:02.352894 [ 3 ] {8a714a7d-a730-43a8-93ba-330b9418c2f6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
15430 | 2024.08.08 23:08:02.353208 [ 3 ] {8a714a7d-a730-43a8-93ba-330b9418c2f6} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15431 | 2024.08.08 23:08:02.353376 [ 3 ] {8a714a7d-a730-43a8-93ba-330b9418c2f6} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001321 sec., 4542.013626040878 rows/sec., 195.16 KiB/sec. | ||
15432 | 2024.08.08 23:08:02.353547 [ 3 ] {8a714a7d-a730-43a8-93ba-330b9418c2f6} <Debug> DynamicQueryHandler: Done processing query | ||
15433 | 2024.08.08 23:08:02.353571 [ 3 ] {8a714a7d-a730-43a8-93ba-330b9418c2f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15434 | 2024.08.08 23:08:02.353586 [ 3 ] {} <Debug> HTTP-Session: d8a4450d-2a21-4a52-bfa7-8f92b0d5a1e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15435 | 2024.08.08 23:08:02.353702 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15436 | 2024.08.08 23:08:02.353750 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15437 | 2024.08.08 23:08:02.353769 [ 3 ] {} <Debug> HTTP-Session: e4d44a81-4117-4bc5-b415-bcc6c2237a6c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15438 | 2024.08.08 23:08:02.353785 [ 3 ] {} <Debug> HTTP-Session: e4d44a81-4117-4bc5-b415-bcc6c2237a6c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15439 | 2024.08.08 23:08:02.353798 [ 3 ] {} <Debug> HTTP-Session: e4d44a81-4117-4bc5-b415-bcc6c2237a6c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15440 | 2024.08.08 23:08:02.353828 [ 3 ] {} <Trace> HTTP-Session: e4d44a81-4117-4bc5-b415-bcc6c2237a6c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15441 | 2024.08.08 23:08:02.353943 [ 3 ] {0b26180d-2de9-434d-871b-38a866105fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15442 | 2024.08.08 23:08:02.353989 [ 3 ] {0b26180d-2de9-434d-871b-38a866105fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15443 | 2024.08.08 23:08:02.354131 [ 3 ] {0b26180d-2de9-434d-871b-38a866105fab} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15444 | 2024.08.08 23:08:02.354439 [ 3 ] {0b26180d-2de9-434d-871b-38a866105fab} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15445 | 2024.08.08 23:08:02.354474 [ 3 ] {0b26180d-2de9-434d-871b-38a866105fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15446 | 2024.08.08 23:08:02.354840 [ 3 ] {0b26180d-2de9-434d-871b-38a866105fab} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
15447 | 2024.08.08 23:08:02.355171 [ 3 ] {0b26180d-2de9-434d-871b-38a866105fab} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15448 | 2024.08.08 23:08:02.355327 [ 3 ] {0b26180d-2de9-434d-871b-38a866105fab} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001427 sec., 53959.3552908199 rows/sec., 3.32 MiB/sec. | ||
15449 | 2024.08.08 23:08:02.355478 [ 3 ] {0b26180d-2de9-434d-871b-38a866105fab} <Debug> DynamicQueryHandler: Done processing query | ||
15450 | 2024.08.08 23:08:02.355502 [ 3 ] {0b26180d-2de9-434d-871b-38a866105fab} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15451 | 2024.08.08 23:08:02.355519 [ 3 ] {} <Debug> HTTP-Session: e4d44a81-4117-4bc5-b415-bcc6c2237a6c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15452 | 2024.08.08 23:08:02.355683 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15453 | 2024.08.08 23:08:02.355730 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15454 | 2024.08.08 23:08:02.355748 [ 3 ] {} <Debug> HTTP-Session: 64c6ff68-cda2-4708-8346-cf9ff60881cb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15455 | 2024.08.08 23:08:02.355764 [ 3 ] {} <Debug> HTTP-Session: 64c6ff68-cda2-4708-8346-cf9ff60881cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15456 | 2024.08.08 23:08:02.355778 [ 3 ] {} <Debug> HTTP-Session: 64c6ff68-cda2-4708-8346-cf9ff60881cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15457 | 2024.08.08 23:08:02.355808 [ 3 ] {} <Trace> HTTP-Session: 64c6ff68-cda2-4708-8346-cf9ff60881cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15458 | 2024.08.08 23:08:02.355962 [ 3 ] {e611e9b6-0ee5-4221-87a3-3d79cdbe1c7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15459 | 2024.08.08 23:08:02.356008 [ 3 ] {e611e9b6-0ee5-4221-87a3-3d79cdbe1c7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15460 | 2024.08.08 23:08:02.356148 [ 3 ] {e611e9b6-0ee5-4221-87a3-3d79cdbe1c7e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15461 | 2024.08.08 23:08:02.356526 [ 3 ] {e611e9b6-0ee5-4221-87a3-3d79cdbe1c7e} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15462 | 2024.08.08 23:08:02.356561 [ 3 ] {e611e9b6-0ee5-4221-87a3-3d79cdbe1c7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15463 | 2024.08.08 23:08:02.356922 [ 3 ] {e611e9b6-0ee5-4221-87a3-3d79cdbe1c7e} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15464 | 2024.08.08 23:08:02.357263 [ 3 ] {e611e9b6-0ee5-4221-87a3-3d79cdbe1c7e} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15465 | 2024.08.08 23:08:02.357428 [ 3 ] {e611e9b6-0ee5-4221-87a3-3d79cdbe1c7e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001543 sec., 103694.10239792611 rows/sec., 7.22 MiB/sec. | ||
15466 | 2024.08.08 23:08:02.357681 [ 3 ] {e611e9b6-0ee5-4221-87a3-3d79cdbe1c7e} <Debug> DynamicQueryHandler: Done processing query | ||
15467 | 2024.08.08 23:08:02.357741 [ 3 ] {e611e9b6-0ee5-4221-87a3-3d79cdbe1c7e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15468 | 2024.08.08 23:08:02.357802 [ 3 ] {} <Debug> HTTP-Session: 64c6ff68-cda2-4708-8346-cf9ff60881cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15469 | 2024.08.08 23:08:02.358010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15470 | 2024.08.08 23:08:02.358087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15471 | 2024.08.08 23:08:02.358107 [ 3 ] {} <Debug> HTTP-Session: 601f180c-94bc-4b41-80e6-9a9c347e1392 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15472 | 2024.08.08 23:08:02.358124 [ 3 ] {} <Debug> HTTP-Session: 601f180c-94bc-4b41-80e6-9a9c347e1392 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15473 | 2024.08.08 23:08:02.358137 [ 3 ] {} <Debug> HTTP-Session: 601f180c-94bc-4b41-80e6-9a9c347e1392 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15474 | 2024.08.08 23:08:02.358169 [ 3 ] {} <Trace> HTTP-Session: 601f180c-94bc-4b41-80e6-9a9c347e1392 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15475 | 2024.08.08 23:08:02.358275 [ 3 ] {b82f9147-33c5-496e-b7b5-d54bf0a7c428} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15476 | 2024.08.08 23:08:02.358320 [ 3 ] {b82f9147-33c5-496e-b7b5-d54bf0a7c428} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15477 | 2024.08.08 23:08:02.358466 [ 3 ] {b82f9147-33c5-496e-b7b5-d54bf0a7c428} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15478 | 2024.08.08 23:08:02.358727 [ 3 ] {b82f9147-33c5-496e-b7b5-d54bf0a7c428} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15479 | 2024.08.08 23:08:02.358762 [ 3 ] {b82f9147-33c5-496e-b7b5-d54bf0a7c428} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15480 | 2024.08.08 23:08:02.359097 [ 3 ] {b82f9147-33c5-496e-b7b5-d54bf0a7c428} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
15481 | 2024.08.08 23:08:02.359412 [ 3 ] {b82f9147-33c5-496e-b7b5-d54bf0a7c428} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15482 | 2024.08.08 23:08:02.359547 [ 3 ] {b82f9147-33c5-496e-b7b5-d54bf0a7c428} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001305 sec., 17624.521072796935 rows/sec., 953.36 KiB/sec. | ||
15483 | 2024.08.08 23:08:02.359717 [ 3 ] {b82f9147-33c5-496e-b7b5-d54bf0a7c428} <Debug> DynamicQueryHandler: Done processing query | ||
15484 | 2024.08.08 23:08:02.359740 [ 3 ] {b82f9147-33c5-496e-b7b5-d54bf0a7c428} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15485 | 2024.08.08 23:08:02.359755 [ 3 ] {} <Debug> HTTP-Session: 601f180c-94bc-4b41-80e6-9a9c347e1392 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15486 | 2024.08.08 23:08:02.359873 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15487 | 2024.08.08 23:08:02.359919 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15488 | 2024.08.08 23:08:02.359938 [ 3 ] {} <Debug> HTTP-Session: 7ed87716-e2f3-4a79-80e7-5608d33f38f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15489 | 2024.08.08 23:08:02.359955 [ 3 ] {} <Debug> HTTP-Session: 7ed87716-e2f3-4a79-80e7-5608d33f38f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15490 | 2024.08.08 23:08:02.359968 [ 3 ] {} <Debug> HTTP-Session: 7ed87716-e2f3-4a79-80e7-5608d33f38f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15491 | 2024.08.08 23:08:02.359999 [ 3 ] {} <Trace> HTTP-Session: 7ed87716-e2f3-4a79-80e7-5608d33f38f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15492 | 2024.08.08 23:08:02.360111 [ 3 ] {662afc28-646b-4c6f-9cb3-2c7d2571baa4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15493 | 2024.08.08 23:08:02.360154 [ 3 ] {662afc28-646b-4c6f-9cb3-2c7d2571baa4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15494 | 2024.08.08 23:08:02.360281 [ 3 ] {662afc28-646b-4c6f-9cb3-2c7d2571baa4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15495 | 2024.08.08 23:08:02.360637 [ 3 ] {662afc28-646b-4c6f-9cb3-2c7d2571baa4} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15496 | 2024.08.08 23:08:02.360674 [ 3 ] {662afc28-646b-4c6f-9cb3-2c7d2571baa4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.73 GiB. | ||
15497 | 2024.08.08 23:08:02.361011 [ 3 ] {662afc28-646b-4c6f-9cb3-2c7d2571baa4} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
15498 | 2024.08.08 23:08:02.361325 [ 3 ] {662afc28-646b-4c6f-9cb3-2c7d2571baa4} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15499 | 2024.08.08 23:08:02.361480 [ 3 ] {662afc28-646b-4c6f-9cb3-2c7d2571baa4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001398 sec., 42918.45493562232 rows/sec., 2.89 MiB/sec. | ||
15500 | 2024.08.08 23:08:02.361664 [ 3 ] {662afc28-646b-4c6f-9cb3-2c7d2571baa4} <Debug> DynamicQueryHandler: Done processing query | ||
15501 | 2024.08.08 23:08:02.361702 [ 3 ] {662afc28-646b-4c6f-9cb3-2c7d2571baa4} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15502 | 2024.08.08 23:08:02.361733 [ 3 ] {} <Debug> HTTP-Session: 7ed87716-e2f3-4a79-80e7-5608d33f38f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15503 | 2024.08.08 23:08:07.343235 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15504 | 2024.08.08 23:08:07.343377 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15505 | 2024.08.08 23:08:07.343406 [ 3 ] {} <Debug> HTTP-Session: d6f2836f-17e6-4622-8ec9-a372c49ae5b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15506 | 2024.08.08 23:08:07.343435 [ 3 ] {} <Debug> HTTP-Session: d6f2836f-17e6-4622-8ec9-a372c49ae5b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15507 | 2024.08.08 23:08:07.343452 [ 3 ] {} <Debug> HTTP-Session: d6f2836f-17e6-4622-8ec9-a372c49ae5b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15508 | 2024.08.08 23:08:07.343507 [ 3 ] {} <Trace> HTTP-Session: d6f2836f-17e6-4622-8ec9-a372c49ae5b2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15509 | 2024.08.08 23:08:07.343725 [ 3 ] {dd420c44-97ac-4415-9b40-e5b31dca103a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15510 | 2024.08.08 23:08:07.343799 [ 3 ] {dd420c44-97ac-4415-9b40-e5b31dca103a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15511 | 2024.08.08 23:08:07.344018 [ 3 ] {dd420c44-97ac-4415-9b40-e5b31dca103a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15512 | 2024.08.08 23:08:07.344504 [ 3 ] {dd420c44-97ac-4415-9b40-e5b31dca103a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15513 | 2024.08.08 23:08:07.344545 [ 3 ] {dd420c44-97ac-4415-9b40-e5b31dca103a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15514 | 2024.08.08 23:08:07.344927 [ 3 ] {dd420c44-97ac-4415-9b40-e5b31dca103a} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
15515 | 2024.08.08 23:08:07.345263 [ 3 ] {dd420c44-97ac-4415-9b40-e5b31dca103a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15516 | 2024.08.08 23:08:07.345436 [ 3 ] {dd420c44-97ac-4415-9b40-e5b31dca103a} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.00178 sec., 31460.674157303372 rows/sec., 2.49 MiB/sec. | ||
15517 | 2024.08.08 23:08:07.345733 [ 3 ] {dd420c44-97ac-4415-9b40-e5b31dca103a} <Debug> DynamicQueryHandler: Done processing query | ||
15518 | 2024.08.08 23:08:07.345790 [ 3 ] {dd420c44-97ac-4415-9b40-e5b31dca103a} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15519 | 2024.08.08 23:08:07.345850 [ 3 ] {} <Debug> HTTP-Session: d6f2836f-17e6-4622-8ec9-a372c49ae5b2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15520 | 2024.08.08 23:08:07.346067 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 33199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15521 | 2024.08.08 23:08:07.346121 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15522 | 2024.08.08 23:08:07.346140 [ 3 ] {} <Debug> HTTP-Session: 81a0a31d-3109-499f-8974-d608a01cef34 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15523 | 2024.08.08 23:08:07.346157 [ 3 ] {} <Debug> HTTP-Session: 81a0a31d-3109-499f-8974-d608a01cef34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15524 | 2024.08.08 23:08:07.346170 [ 3 ] {} <Debug> HTTP-Session: 81a0a31d-3109-499f-8974-d608a01cef34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15525 | 2024.08.08 23:08:07.346204 [ 3 ] {} <Trace> HTTP-Session: 81a0a31d-3109-499f-8974-d608a01cef34 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15526 | 2024.08.08 23:08:07.346358 [ 3 ] {5cf0bc17-5d1b-47a7-89ae-6f7dc655538e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15527 | 2024.08.08 23:08:07.346402 [ 3 ] {5cf0bc17-5d1b-47a7-89ae-6f7dc655538e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15528 | 2024.08.08 23:08:07.346549 [ 3 ] {5cf0bc17-5d1b-47a7-89ae-6f7dc655538e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15529 | 2024.08.08 23:08:07.347014 [ 3 ] {5cf0bc17-5d1b-47a7-89ae-6f7dc655538e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15530 | 2024.08.08 23:08:07.347050 [ 3 ] {5cf0bc17-5d1b-47a7-89ae-6f7dc655538e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15531 | 2024.08.08 23:08:07.347372 [ 3 ] {5cf0bc17-5d1b-47a7-89ae-6f7dc655538e} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15532 | 2024.08.08 23:08:07.347677 [ 3 ] {5cf0bc17-5d1b-47a7-89ae-6f7dc655538e} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15533 | 2024.08.08 23:08:07.347828 [ 3 ] {5cf0bc17-5d1b-47a7-89ae-6f7dc655538e} <Debug> executeQuery: Read 224 rows, 19.58 KiB in 0.001541 sec., 145360.155743024 rows/sec., 12.41 MiB/sec. | ||
15534 | 2024.08.08 23:08:07.348085 [ 3 ] {5cf0bc17-5d1b-47a7-89ae-6f7dc655538e} <Debug> DynamicQueryHandler: Done processing query | ||
15535 | 2024.08.08 23:08:07.348145 [ 3 ] {5cf0bc17-5d1b-47a7-89ae-6f7dc655538e} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
15536 | 2024.08.08 23:08:07.348203 [ 3 ] {} <Debug> HTTP-Session: 81a0a31d-3109-499f-8974-d608a01cef34 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15537 | 2024.08.08 23:08:07.348399 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 20375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15538 | 2024.08.08 23:08:07.348451 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15539 | 2024.08.08 23:08:07.348471 [ 3 ] {} <Debug> HTTP-Session: 843eac54-7eca-4e57-9600-85fe5f55b19b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15540 | 2024.08.08 23:08:07.348488 [ 3 ] {} <Debug> HTTP-Session: 843eac54-7eca-4e57-9600-85fe5f55b19b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15541 | 2024.08.08 23:08:07.348502 [ 3 ] {} <Debug> HTTP-Session: 843eac54-7eca-4e57-9600-85fe5f55b19b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15542 | 2024.08.08 23:08:07.348533 [ 3 ] {} <Trace> HTTP-Session: 843eac54-7eca-4e57-9600-85fe5f55b19b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15543 | 2024.08.08 23:08:07.348678 [ 3 ] {568416f7-538d-4968-bc7e-795a9d41951d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15544 | 2024.08.08 23:08:07.348722 [ 3 ] {568416f7-538d-4968-bc7e-795a9d41951d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15545 | 2024.08.08 23:08:07.348859 [ 3 ] {568416f7-538d-4968-bc7e-795a9d41951d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15546 | 2024.08.08 23:08:07.349262 [ 3 ] {568416f7-538d-4968-bc7e-795a9d41951d} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15547 | 2024.08.08 23:08:07.349298 [ 3 ] {568416f7-538d-4968-bc7e-795a9d41951d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15548 | 2024.08.08 23:08:07.349610 [ 3 ] {568416f7-538d-4968-bc7e-795a9d41951d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15549 | 2024.08.08 23:08:07.349913 [ 3 ] {568416f7-538d-4968-bc7e-795a9d41951d} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15550 | 2024.08.08 23:08:07.350068 [ 3 ] {568416f7-538d-4968-bc7e-795a9d41951d} <Debug> executeQuery: Read 120 rows, 9.60 KiB in 0.001447 sec., 82930.200414651 rows/sec., 6.48 MiB/sec. | ||
15551 | 2024.08.08 23:08:07.350229 [ 3 ] {568416f7-538d-4968-bc7e-795a9d41951d} <Debug> DynamicQueryHandler: Done processing query | ||
15552 | 2024.08.08 23:08:07.350253 [ 3 ] {568416f7-538d-4968-bc7e-795a9d41951d} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
15553 | 2024.08.08 23:08:07.350269 [ 3 ] {} <Debug> HTTP-Session: 843eac54-7eca-4e57-9600-85fe5f55b19b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15554 | 2024.08.08 23:08:07.350414 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15555 | 2024.08.08 23:08:07.350463 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15556 | 2024.08.08 23:08:07.350481 [ 3 ] {} <Debug> HTTP-Session: d2261b0e-ef40-45b3-848f-229a8f8cd755 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15557 | 2024.08.08 23:08:07.350497 [ 3 ] {} <Debug> HTTP-Session: d2261b0e-ef40-45b3-848f-229a8f8cd755 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15558 | 2024.08.08 23:08:07.350510 [ 3 ] {} <Debug> HTTP-Session: d2261b0e-ef40-45b3-848f-229a8f8cd755 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15559 | 2024.08.08 23:08:07.350540 [ 3 ] {} <Trace> HTTP-Session: d2261b0e-ef40-45b3-848f-229a8f8cd755 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15560 | 2024.08.08 23:08:07.350680 [ 3 ] {dba72427-9bbf-4302-81b9-678cb02ad420} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15561 | 2024.08.08 23:08:07.350726 [ 3 ] {dba72427-9bbf-4302-81b9-678cb02ad420} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15562 | 2024.08.08 23:08:07.350867 [ 3 ] {dba72427-9bbf-4302-81b9-678cb02ad420} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15563 | 2024.08.08 23:08:07.351237 [ 3 ] {dba72427-9bbf-4302-81b9-678cb02ad420} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15564 | 2024.08.08 23:08:07.351273 [ 3 ] {dba72427-9bbf-4302-81b9-678cb02ad420} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15565 | 2024.08.08 23:08:07.351678 [ 3 ] {dba72427-9bbf-4302-81b9-678cb02ad420} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15566 | 2024.08.08 23:08:07.352012 [ 3 ] {dba72427-9bbf-4302-81b9-678cb02ad420} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15567 | 2024.08.08 23:08:07.352174 [ 3 ] {dba72427-9bbf-4302-81b9-678cb02ad420} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001548 sec., 103359.17312661499 rows/sec., 7.20 MiB/sec. | ||
15568 | 2024.08.08 23:08:07.352435 [ 3 ] {dba72427-9bbf-4302-81b9-678cb02ad420} <Debug> DynamicQueryHandler: Done processing query | ||
15569 | 2024.08.08 23:08:07.352499 [ 3 ] {dba72427-9bbf-4302-81b9-678cb02ad420} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15570 | 2024.08.08 23:08:07.352560 [ 3 ] {} <Debug> HTTP-Session: d2261b0e-ef40-45b3-848f-229a8f8cd755 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15571 | 2024.08.08 23:08:07.352795 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90253, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15572 | 2024.08.08 23:08:07.352848 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15573 | 2024.08.08 23:08:07.352868 [ 3 ] {} <Debug> HTTP-Session: 10cb672e-037b-4d3c-ae19-788d544f70ac Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15574 | 2024.08.08 23:08:07.352884 [ 3 ] {} <Debug> HTTP-Session: 10cb672e-037b-4d3c-ae19-788d544f70ac Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15575 | 2024.08.08 23:08:07.352898 [ 3 ] {} <Debug> HTTP-Session: 10cb672e-037b-4d3c-ae19-788d544f70ac Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15576 | 2024.08.08 23:08:07.352929 [ 3 ] {} <Trace> HTTP-Session: 10cb672e-037b-4d3c-ae19-788d544f70ac Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15577 | 2024.08.08 23:08:07.353414 [ 3 ] {9fbf63f6-aef5-499b-ac68-5017d1620eb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15578 | 2024.08.08 23:08:07.353484 [ 3 ] {9fbf63f6-aef5-499b-ac68-5017d1620eb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15579 | 2024.08.08 23:08:07.353898 [ 3 ] {9fbf63f6-aef5-499b-ac68-5017d1620eb9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15580 | 2024.08.08 23:08:07.354852 [ 3 ] {9fbf63f6-aef5-499b-ac68-5017d1620eb9} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15581 | 2024.08.08 23:08:07.354888 [ 3 ] {9fbf63f6-aef5-499b-ac68-5017d1620eb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15582 | 2024.08.08 23:08:07.355533 [ 3 ] {9fbf63f6-aef5-499b-ac68-5017d1620eb9} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
15583 | 2024.08.08 23:08:07.355934 [ 3 ] {9fbf63f6-aef5-499b-ac68-5017d1620eb9} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15584 | 2024.08.08 23:08:07.356195 [ 3 ] {9fbf63f6-aef5-499b-ac68-5017d1620eb9} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003149 sec., 17783.42330898698 rows/sec., 31.87 MiB/sec. | ||
15585 | 2024.08.08 23:08:07.356873 [ 3 ] {9fbf63f6-aef5-499b-ac68-5017d1620eb9} <Debug> DynamicQueryHandler: Done processing query | ||
15586 | 2024.08.08 23:08:07.356923 [ 3 ] {9fbf63f6-aef5-499b-ac68-5017d1620eb9} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
15587 | 2024.08.08 23:08:07.356940 [ 3 ] {} <Debug> HTTP-Session: 10cb672e-037b-4d3c-ae19-788d544f70ac Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15588 | 2024.08.08 23:08:07.357062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15589 | 2024.08.08 23:08:07.357120 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15590 | 2024.08.08 23:08:07.357143 [ 3 ] {} <Debug> HTTP-Session: 3cd12fc6-04e0-4808-8e8f-3af525e6ca56 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15591 | 2024.08.08 23:08:07.357162 [ 3 ] {} <Debug> HTTP-Session: 3cd12fc6-04e0-4808-8e8f-3af525e6ca56 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15592 | 2024.08.08 23:08:07.357178 [ 3 ] {} <Debug> HTTP-Session: 3cd12fc6-04e0-4808-8e8f-3af525e6ca56 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15593 | 2024.08.08 23:08:07.357214 [ 3 ] {} <Trace> HTTP-Session: 3cd12fc6-04e0-4808-8e8f-3af525e6ca56 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15594 | 2024.08.08 23:08:07.357337 [ 3 ] {44af1af4-a21c-41fd-a3a1-465c071d99f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15595 | 2024.08.08 23:08:07.357384 [ 3 ] {44af1af4-a21c-41fd-a3a1-465c071d99f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15596 | 2024.08.08 23:08:07.357531 [ 3 ] {44af1af4-a21c-41fd-a3a1-465c071d99f7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15597 | 2024.08.08 23:08:07.357831 [ 3 ] {44af1af4-a21c-41fd-a3a1-465c071d99f7} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15598 | 2024.08.08 23:08:07.357866 [ 3 ] {44af1af4-a21c-41fd-a3a1-465c071d99f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15599 | 2024.08.08 23:08:07.358222 [ 3 ] {44af1af4-a21c-41fd-a3a1-465c071d99f7} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
15600 | 2024.08.08 23:08:07.358566 [ 3 ] {44af1af4-a21c-41fd-a3a1-465c071d99f7} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15601 | 2024.08.08 23:08:07.358721 [ 3 ] {44af1af4-a21c-41fd-a3a1-465c071d99f7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001412 sec., 42492.91784702549 rows/sec., 2.86 MiB/sec. | ||
15602 | 2024.08.08 23:08:07.358881 [ 3 ] {44af1af4-a21c-41fd-a3a1-465c071d99f7} <Debug> DynamicQueryHandler: Done processing query | ||
15603 | 2024.08.08 23:08:07.358905 [ 3 ] {44af1af4-a21c-41fd-a3a1-465c071d99f7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15604 | 2024.08.08 23:08:07.358920 [ 3 ] {} <Debug> HTTP-Session: 3cd12fc6-04e0-4808-8e8f-3af525e6ca56 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15605 | 2024.08.08 23:08:08.183280 [ 138 ] {} <Debug> DNSResolver: Updating DNS cache | ||
15606 | 2024.08.08 23:08:08.183364 [ 138 ] {} <Debug> DNSResolver: Updated DNS cache | ||
15607 | 2024.08.08 23:08:12.344697 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15608 | 2024.08.08 23:08:12.344888 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15609 | 2024.08.08 23:08:12.344933 [ 3 ] {} <Debug> HTTP-Session: 856a3f8f-006d-42dc-9cc6-a2913db97e86 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15610 | 2024.08.08 23:08:12.344973 [ 3 ] {} <Debug> HTTP-Session: 856a3f8f-006d-42dc-9cc6-a2913db97e86 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15611 | 2024.08.08 23:08:12.345001 [ 3 ] {} <Debug> HTTP-Session: 856a3f8f-006d-42dc-9cc6-a2913db97e86 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15612 | 2024.08.08 23:08:12.345082 [ 3 ] {} <Trace> HTTP-Session: 856a3f8f-006d-42dc-9cc6-a2913db97e86 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15613 | 2024.08.08 23:08:12.345343 [ 3 ] {5a21d24e-3f2b-4d23-82fe-212da1016b9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15614 | 2024.08.08 23:08:12.345409 [ 3 ] {5a21d24e-3f2b-4d23-82fe-212da1016b9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15615 | 2024.08.08 23:08:12.345601 [ 3 ] {5a21d24e-3f2b-4d23-82fe-212da1016b9e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15616 | 2024.08.08 23:08:12.346091 [ 3 ] {5a21d24e-3f2b-4d23-82fe-212da1016b9e} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15617 | 2024.08.08 23:08:12.346136 [ 3 ] {5a21d24e-3f2b-4d23-82fe-212da1016b9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15618 | 2024.08.08 23:08:12.346508 [ 3 ] {5a21d24e-3f2b-4d23-82fe-212da1016b9e} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
15619 | 2024.08.08 23:08:12.346847 [ 3 ] {5a21d24e-3f2b-4d23-82fe-212da1016b9e} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15620 | 2024.08.08 23:08:12.347023 [ 3 ] {5a21d24e-3f2b-4d23-82fe-212da1016b9e} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001746 sec., 3436.4261168384883 rows/sec., 194.64 KiB/sec. | ||
15621 | 2024.08.08 23:08:12.347343 [ 3 ] {5a21d24e-3f2b-4d23-82fe-212da1016b9e} <Debug> DynamicQueryHandler: Done processing query | ||
15622 | 2024.08.08 23:08:12.347405 [ 3 ] {5a21d24e-3f2b-4d23-82fe-212da1016b9e} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15623 | 2024.08.08 23:08:12.347460 [ 3 ] {} <Debug> HTTP-Session: 856a3f8f-006d-42dc-9cc6-a2913db97e86 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15624 | 2024.08.08 23:08:12.347661 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15625 | 2024.08.08 23:08:12.347722 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15626 | 2024.08.08 23:08:12.347742 [ 3 ] {} <Debug> HTTP-Session: 93a409d0-262c-4e27-8baf-ed1108f4a1cb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15627 | 2024.08.08 23:08:12.347760 [ 3 ] {} <Debug> HTTP-Session: 93a409d0-262c-4e27-8baf-ed1108f4a1cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15628 | 2024.08.08 23:08:12.347774 [ 3 ] {} <Debug> HTTP-Session: 93a409d0-262c-4e27-8baf-ed1108f4a1cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15629 | 2024.08.08 23:08:12.347809 [ 3 ] {} <Trace> HTTP-Session: 93a409d0-262c-4e27-8baf-ed1108f4a1cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15630 | 2024.08.08 23:08:12.347960 [ 3 ] {4577b4c2-6ede-469a-9c2c-f7c8e0fa0ae7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15631 | 2024.08.08 23:08:12.348010 [ 3 ] {4577b4c2-6ede-469a-9c2c-f7c8e0fa0ae7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15632 | 2024.08.08 23:08:12.348160 [ 3 ] {4577b4c2-6ede-469a-9c2c-f7c8e0fa0ae7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15633 | 2024.08.08 23:08:12.348581 [ 3 ] {4577b4c2-6ede-469a-9c2c-f7c8e0fa0ae7} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15634 | 2024.08.08 23:08:12.348619 [ 3 ] {4577b4c2-6ede-469a-9c2c-f7c8e0fa0ae7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15635 | 2024.08.08 23:08:12.348942 [ 3 ] {4577b4c2-6ede-469a-9c2c-f7c8e0fa0ae7} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15636 | 2024.08.08 23:08:12.349250 [ 3 ] {4577b4c2-6ede-469a-9c2c-f7c8e0fa0ae7} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15637 | 2024.08.08 23:08:12.349416 [ 3 ] {4577b4c2-6ede-469a-9c2c-f7c8e0fa0ae7} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001512 sec., 106481.48148148147 rows/sec., 9.38 MiB/sec. | ||
15638 | 2024.08.08 23:08:12.349417 [ 134 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15639 | 2024.08.08 23:08:12.349521 [ 134 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15640 | 2024.08.08 23:08:12.349575 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15641 | 2024.08.08 23:08:12.349692 [ 3 ] {4577b4c2-6ede-469a-9c2c-f7c8e0fa0ae7} <Debug> DynamicQueryHandler: Done processing query | ||
15642 | 2024.08.08 23:08:12.349744 [ 3 ] {4577b4c2-6ede-469a-9c2c-f7c8e0fa0ae7} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15643 | 2024.08.08 23:08:12.349771 [ 3 ] {} <Debug> HTTP-Session: 93a409d0-262c-4e27-8baf-ed1108f4a1cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15644 | 2024.08.08 23:08:12.349774 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
15645 | 2024.08.08 23:08:12.349973 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15646 | 2024.08.08 23:08:12.350040 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1483 rows starting from the beginning of the part | ||
15647 | 2024.08.08 23:08:12.350041 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15648 | 2024.08.08 23:08:12.350214 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15649 | 2024.08.08 23:08:12.350258 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 163 rows starting from the beginning of the part | ||
15650 | 2024.08.08 23:08:12.350276 [ 3 ] {} <Debug> HTTP-Session: 253170fa-137a-4043-94c6-932ab80845ef Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15651 | 2024.08.08 23:08:12.350354 [ 3 ] {} <Debug> HTTP-Session: 253170fa-137a-4043-94c6-932ab80845ef Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15652 | 2024.08.08 23:08:12.350441 [ 3 ] {} <Debug> HTTP-Session: 253170fa-137a-4043-94c6-932ab80845ef Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15653 | 2024.08.08 23:08:12.350542 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 224 rows starting from the beginning of the part | ||
15654 | 2024.08.08 23:08:12.350610 [ 3 ] {} <Trace> HTTP-Session: 253170fa-137a-4043-94c6-932ab80845ef Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15655 | 2024.08.08 23:08:12.350836 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 161 rows starting from the beginning of the part | ||
15656 | 2024.08.08 23:08:12.351004 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 224 rows starting from the beginning of the part | ||
15657 | 2024.08.08 23:08:12.351270 [ 3 ] {baebaa2f-3af8-40b2-ba0a-2cd015cef9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15658 | 2024.08.08 23:08:12.351308 [ 195 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 161 rows starting from the beginning of the part | ||
15659 | 2024.08.08 23:08:12.351501 [ 3 ] {baebaa2f-3af8-40b2-ba0a-2cd015cef9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15660 | 2024.08.08 23:08:12.352167 [ 3 ] {baebaa2f-3af8-40b2-ba0a-2cd015cef9a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15661 | 2024.08.08 23:08:12.353199 [ 3 ] {baebaa2f-3af8-40b2-ba0a-2cd015cef9a6} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15662 | 2024.08.08 23:08:12.353268 [ 3 ] {baebaa2f-3af8-40b2-ba0a-2cd015cef9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15663 | 2024.08.08 23:08:12.353929 [ 3 ] {baebaa2f-3af8-40b2-ba0a-2cd015cef9a6} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15664 | 2024.08.08 23:08:12.354624 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 4 columns (4 merged, 0 gathered) in 0.004961319 sec., 486967.276242467 rows/sec., 41.29 MiB/sec. | ||
15665 | 2024.08.08 23:08:12.354748 [ 3 ] {baebaa2f-3af8-40b2-ba0a-2cd015cef9a6} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15666 | 2024.08.08 23:08:12.354984 [ 134 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15667 | 2024.08.08 23:08:12.355002 [ 3 ] {baebaa2f-3af8-40b2-ba0a-2cd015cef9a6} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.004071 sec., 93834.43871284697 rows/sec., 6.59 MiB/sec. | ||
15668 | 2024.08.08 23:08:12.355068 [ 134 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15669 | 2024.08.08 23:08:12.355129 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15670 | 2024.08.08 23:08:12.355207 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15671 | 2024.08.08 23:08:12.355526 [ 3 ] {baebaa2f-3af8-40b2-ba0a-2cd015cef9a6} <Debug> DynamicQueryHandler: Done processing query | ||
15672 | 2024.08.08 23:08:12.355562 [ 3 ] {baebaa2f-3af8-40b2-ba0a-2cd015cef9a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
15673 | 2024.08.08 23:08:12.355568 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
15674 | 2024.08.08 23:08:12.355592 [ 3 ] {} <Debug> HTTP-Session: 253170fa-137a-4043-94c6-932ab80845ef Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15675 | 2024.08.08 23:08:12.355907 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15676 | 2024.08.08 23:08:12.356096 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15677 | 2024.08.08 23:08:12.356151 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15678 | 2024.08.08 23:08:12.356172 [ 3 ] {} <Debug> HTTP-Session: 69165d13-ff38-4bc7-98ca-01a950fdadb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15679 | 2024.08.08 23:08:12.356258 [ 3 ] {} <Debug> HTTP-Session: 69165d13-ff38-4bc7-98ca-01a950fdadb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15680 | 2024.08.08 23:08:12.356268 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 952 rows starting from the beginning of the part | ||
15681 | 2024.08.08 23:08:12.356330 [ 3 ] {} <Debug> HTTP-Session: 69165d13-ff38-4bc7-98ca-01a950fdadb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15682 | 2024.08.08 23:08:12.356467 [ 3 ] {} <Trace> HTTP-Session: 69165d13-ff38-4bc7-98ca-01a950fdadb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15683 | 2024.08.08 23:08:12.356638 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 386 rows starting from the beginning of the part | ||
15684 | 2024.08.08 23:08:12.357011 [ 3 ] {c160328d-3f7e-46d5-9b50-c396311bf5bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
15685 | 2024.08.08 23:08:12.357046 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 120 rows starting from the beginning of the part | ||
15686 | 2024.08.08 23:08:12.357068 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15687 | 2024.08.08 23:08:12.357265 [ 3 ] {c160328d-3f7e-46d5-9b50-c396311bf5bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
15688 | 2024.08.08 23:08:12.357553 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 382 rows starting from the beginning of the part | ||
15689 | 2024.08.08 23:08:12.357821 [ 201 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_91_18} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15690 | 2024.08.08 23:08:12.358050 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 120 rows starting from the beginning of the part | ||
15691 | 2024.08.08 23:08:12.358272 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
15692 | 2024.08.08 23:08:12.358480 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 382 rows starting from the beginning of the part | ||
15693 | 2024.08.08 23:08:12.359166 [ 3 ] {c160328d-3f7e-46d5-9b50-c396311bf5bc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15694 | 2024.08.08 23:08:12.359617 [ 3 ] {c160328d-3f7e-46d5-9b50-c396311bf5bc} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15695 | 2024.08.08 23:08:12.359660 [ 3 ] {c160328d-3f7e-46d5-9b50-c396311bf5bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15696 | 2024.08.08 23:08:12.360191 [ 3 ] {c160328d-3f7e-46d5-9b50-c396311bf5bc} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
15697 | 2024.08.08 23:08:12.360579 [ 3 ] {c160328d-3f7e-46d5-9b50-c396311bf5bc} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15698 | 2024.08.08 23:08:12.360833 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2342 rows, containing 4 columns (4 merged, 0 gathered) in 0.005455417 sec., 429298.0719897306 rows/sec., 30.91 MiB/sec. | ||
15699 | 2024.08.08 23:08:12.360873 [ 3 ] {c160328d-3f7e-46d5-9b50-c396311bf5bc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.004078 sec., 1471.3094654242275 rows/sec., 63.22 KiB/sec. | ||
15700 | 2024.08.08 23:08:12.361121 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15701 | 2024.08.08 23:08:12.361293 [ 3 ] {c160328d-3f7e-46d5-9b50-c396311bf5bc} <Debug> DynamicQueryHandler: Done processing query | ||
15702 | 2024.08.08 23:08:12.361386 [ 3 ] {c160328d-3f7e-46d5-9b50-c396311bf5bc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15703 | 2024.08.08 23:08:12.361460 [ 3 ] {} <Debug> HTTP-Session: 69165d13-ff38-4bc7-98ca-01a950fdadb6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15704 | 2024.08.08 23:08:12.361783 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15705 | 2024.08.08 23:08:12.361973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15706 | 2024.08.08 23:08:12.362067 [ 3 ] {} <Debug> HTTP-Session: ba32000f-2df2-4b54-83c3-b727bde27df6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15707 | 2024.08.08 23:08:12.362124 [ 3 ] {} <Debug> HTTP-Session: ba32000f-2df2-4b54-83c3-b727bde27df6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15708 | 2024.08.08 23:08:12.362147 [ 3 ] {} <Debug> HTTP-Session: ba32000f-2df2-4b54-83c3-b727bde27df6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15709 | 2024.08.08 23:08:12.362197 [ 3 ] {} <Trace> HTTP-Session: ba32000f-2df2-4b54-83c3-b727bde27df6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15710 | 2024.08.08 23:08:12.362343 [ 3 ] {37f7872e-db86-4a20-a3bb-4b2fcae645f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
15711 | 2024.08.08 23:08:12.362380 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15712 | 2024.08.08 23:08:12.362399 [ 3 ] {37f7872e-db86-4a20-a3bb-4b2fcae645f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
15713 | 2024.08.08 23:08:12.362500 [ 200 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_91_18} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15714 | 2024.08.08 23:08:12.362611 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
15715 | 2024.08.08 23:08:12.362654 [ 3 ] {37f7872e-db86-4a20-a3bb-4b2fcae645f2} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15716 | 2024.08.08 23:08:12.363013 [ 3 ] {37f7872e-db86-4a20-a3bb-4b2fcae645f2} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15717 | 2024.08.08 23:08:12.363049 [ 3 ] {37f7872e-db86-4a20-a3bb-4b2fcae645f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15718 | 2024.08.08 23:08:12.363406 [ 3 ] {37f7872e-db86-4a20-a3bb-4b2fcae645f2} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
15719 | 2024.08.08 23:08:12.363742 [ 3 ] {37f7872e-db86-4a20-a3bb-4b2fcae645f2} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15720 | 2024.08.08 23:08:12.363899 [ 3 ] {37f7872e-db86-4a20-a3bb-4b2fcae645f2} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001607 sec., 47915.37025513379 rows/sec., 2.95 MiB/sec. | ||
15721 | 2024.08.08 23:08:12.364269 [ 3 ] {37f7872e-db86-4a20-a3bb-4b2fcae645f2} <Debug> DynamicQueryHandler: Done processing query | ||
15722 | 2024.08.08 23:08:12.364310 [ 3 ] {37f7872e-db86-4a20-a3bb-4b2fcae645f2} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15723 | 2024.08.08 23:08:12.364327 [ 3 ] {} <Debug> HTTP-Session: ba32000f-2df2-4b54-83c3-b727bde27df6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15724 | 2024.08.08 23:08:12.364499 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15725 | 2024.08.08 23:08:12.364550 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15726 | 2024.08.08 23:08:12.364568 [ 3 ] {} <Debug> HTTP-Session: 8b4b6323-26a8-4f67-a7b6-3def26a19718 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15727 | 2024.08.08 23:08:12.364584 [ 3 ] {} <Debug> HTTP-Session: 8b4b6323-26a8-4f67-a7b6-3def26a19718 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15728 | 2024.08.08 23:08:12.364598 [ 3 ] {} <Debug> HTTP-Session: 8b4b6323-26a8-4f67-a7b6-3def26a19718 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15729 | 2024.08.08 23:08:12.364629 [ 3 ] {} <Trace> HTTP-Session: 8b4b6323-26a8-4f67-a7b6-3def26a19718 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15730 | 2024.08.08 23:08:12.364799 [ 3 ] {18a40885-63cc-45be-9876-ab50ae184eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15731 | 2024.08.08 23:08:12.364847 [ 3 ] {18a40885-63cc-45be-9876-ab50ae184eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15732 | 2024.08.08 23:08:12.365008 [ 3 ] {18a40885-63cc-45be-9876-ab50ae184eaf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15733 | 2024.08.08 23:08:12.365387 [ 3 ] {18a40885-63cc-45be-9876-ab50ae184eaf} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15734 | 2024.08.08 23:08:12.365424 [ 3 ] {18a40885-63cc-45be-9876-ab50ae184eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15735 | 2024.08.08 23:08:12.365804 [ 3 ] {18a40885-63cc-45be-9876-ab50ae184eaf} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15736 | 2024.08.08 23:08:12.366140 [ 3 ] {18a40885-63cc-45be-9876-ab50ae184eaf} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15737 | 2024.08.08 23:08:12.366300 [ 3 ] {18a40885-63cc-45be-9876-ab50ae184eaf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001588 sec., 100755.66750629724 rows/sec., 7.02 MiB/sec. | ||
15738 | 2024.08.08 23:08:12.366321 [ 134 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15739 | 2024.08.08 23:08:12.366444 [ 134 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15740 | 2024.08.08 23:08:12.366512 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15741 | 2024.08.08 23:08:12.366604 [ 3 ] {18a40885-63cc-45be-9876-ab50ae184eaf} <Debug> DynamicQueryHandler: Done processing query | ||
15742 | 2024.08.08 23:08:12.366685 [ 3 ] {18a40885-63cc-45be-9876-ab50ae184eaf} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
15743 | 2024.08.08 23:08:12.366751 [ 3 ] {} <Debug> HTTP-Session: 8b4b6323-26a8-4f67-a7b6-3def26a19718 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15744 | 2024.08.08 23:08:12.366930 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
15745 | 2024.08.08 23:08:12.367071 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15746 | 2024.08.08 23:08:12.367256 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15747 | 2024.08.08 23:08:12.367346 [ 3 ] {} <Debug> HTTP-Session: 9a471dc5-7a7d-48e3-88b9-f05bb4031c5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15748 | 2024.08.08 23:08:12.367424 [ 3 ] {} <Debug> HTTP-Session: 9a471dc5-7a7d-48e3-88b9-f05bb4031c5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15749 | 2024.08.08 23:08:12.367489 [ 3 ] {} <Debug> HTTP-Session: 9a471dc5-7a7d-48e3-88b9-f05bb4031c5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15750 | 2024.08.08 23:08:12.367623 [ 3 ] {} <Trace> HTTP-Session: 9a471dc5-7a7d-48e3-88b9-f05bb4031c5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15751 | 2024.08.08 23:08:12.368002 [ 3 ] {70b58288-70f1-47ad-9b78-af05c0ab5a74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
15752 | 2024.08.08 23:08:12.368179 [ 3 ] {70b58288-70f1-47ad-9b78-af05c0ab5a74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
15753 | 2024.08.08 23:08:12.368416 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15754 | 2024.08.08 23:08:12.368647 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_86_17, total 24173 rows starting from the beginning of the part | ||
15755 | 2024.08.08 23:08:12.369037 [ 3 ] {70b58288-70f1-47ad-9b78-af05c0ab5a74} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15756 | 2024.08.08 23:08:12.369088 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 162 rows starting from the beginning of the part | ||
15757 | 2024.08.08 23:08:12.369376 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
15758 | 2024.08.08 23:08:12.369800 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 160 rows starting from the beginning of the part | ||
15759 | 2024.08.08 23:08:12.370121 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 160 rows starting from the beginning of the part | ||
15760 | 2024.08.08 23:08:12.370175 [ 3 ] {70b58288-70f1-47ad-9b78-af05c0ab5a74} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15761 | 2024.08.08 23:08:12.370276 [ 3 ] {70b58288-70f1-47ad-9b78-af05c0ab5a74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15762 | 2024.08.08 23:08:12.370438 [ 190 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 160 rows starting from the beginning of the part | ||
15763 | 2024.08.08 23:08:12.371374 [ 3 ] {70b58288-70f1-47ad-9b78-af05c0ab5a74} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
15764 | 2024.08.08 23:08:12.371887 [ 3 ] {70b58288-70f1-47ad-9b78-af05c0ab5a74} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15765 | 2024.08.08 23:08:12.372119 [ 3 ] {70b58288-70f1-47ad-9b78-af05c0ab5a74} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.004289 sec., 5362.555374213103 rows/sec., 290.08 KiB/sec. | ||
15766 | 2024.08.08 23:08:12.372323 [ 3 ] {70b58288-70f1-47ad-9b78-af05c0ab5a74} <Debug> DynamicQueryHandler: Done processing query | ||
15767 | 2024.08.08 23:08:12.372347 [ 3 ] {70b58288-70f1-47ad-9b78-af05c0ab5a74} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
15768 | 2024.08.08 23:08:12.372366 [ 3 ] {} <Debug> HTTP-Session: 9a471dc5-7a7d-48e3-88b9-f05bb4031c5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15769 | 2024.08.08 23:08:12.372528 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15770 | 2024.08.08 23:08:12.372640 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15771 | 2024.08.08 23:08:12.372682 [ 3 ] {} <Debug> HTTP-Session: e1bb8181-19ca-4d5c-bfa0-7c29338ec281 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15772 | 2024.08.08 23:08:12.372724 [ 3 ] {} <Debug> HTTP-Session: e1bb8181-19ca-4d5c-bfa0-7c29338ec281 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15773 | 2024.08.08 23:08:12.372762 [ 3 ] {} <Debug> HTTP-Session: e1bb8181-19ca-4d5c-bfa0-7c29338ec281 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15774 | 2024.08.08 23:08:12.372868 [ 3 ] {} <Trace> HTTP-Session: e1bb8181-19ca-4d5c-bfa0-7c29338ec281 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15775 | 2024.08.08 23:08:12.373254 [ 3 ] {ad33b23d-dfb6-4ef9-89dd-8c7ebb9f6431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15776 | 2024.08.08 23:08:12.373345 [ 3 ] {ad33b23d-dfb6-4ef9-89dd-8c7ebb9f6431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15777 | 2024.08.08 23:08:12.373598 [ 3 ] {ad33b23d-dfb6-4ef9-89dd-8c7ebb9f6431} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15778 | 2024.08.08 23:08:12.373998 [ 3 ] {ad33b23d-dfb6-4ef9-89dd-8c7ebb9f6431} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15779 | 2024.08.08 23:08:12.374034 [ 3 ] {ad33b23d-dfb6-4ef9-89dd-8c7ebb9f6431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15780 | 2024.08.08 23:08:12.374628 [ 3 ] {ad33b23d-dfb6-4ef9-89dd-8c7ebb9f6431} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
15781 | 2024.08.08 23:08:12.375003 [ 3 ] {ad33b23d-dfb6-4ef9-89dd-8c7ebb9f6431} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15782 | 2024.08.08 23:08:12.375292 [ 3 ] {ad33b23d-dfb6-4ef9-89dd-8c7ebb9f6431} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002179 sec., 27535.566773749426 rows/sec., 1.86 MiB/sec. | ||
15783 | 2024.08.08 23:08:12.375305 [ 132 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
15784 | 2024.08.08 23:08:12.375368 [ 132 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15785 | 2024.08.08 23:08:12.375408 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15786 | 2024.08.08 23:08:12.375573 [ 3 ] {ad33b23d-dfb6-4ef9-89dd-8c7ebb9f6431} <Debug> DynamicQueryHandler: Done processing query | ||
15787 | 2024.08.08 23:08:12.375649 [ 3 ] {ad33b23d-dfb6-4ef9-89dd-8c7ebb9f6431} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15788 | 2024.08.08 23:08:12.375713 [ 3 ] {} <Debug> HTTP-Session: e1bb8181-19ca-4d5c-bfa0-7c29338ec281 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15789 | 2024.08.08 23:08:12.375724 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
15790 | 2024.08.08 23:08:12.376332 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15791 | 2024.08.08 23:08:12.376454 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5032 rows starting from the beginning of the part | ||
15792 | 2024.08.08 23:08:12.376790 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 60 rows starting from the beginning of the part | ||
15793 | 2024.08.08 23:08:12.377522 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
15794 | 2024.08.08 23:08:12.377723 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 60 rows starting from the beginning of the part | ||
15795 | 2024.08.08 23:08:12.377811 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
15796 | 2024.08.08 23:08:12.377897 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 60 rows starting from the beginning of the part | ||
15797 | 2024.08.08 23:08:12.379187 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24975 rows, containing 5 columns (5 merged, 0 gathered) in 0.012543606 sec., 1991054.2470801459 rows/sec., 136.20 MiB/sec. | ||
15798 | 2024.08.08 23:08:12.379627 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15799 | 2024.08.08 23:08:12.380312 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15800 | 2024.08.08 23:08:12.380595 [ 192 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15801 | 2024.08.08 23:08:12.380621 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5332 rows, containing 4 columns (4 merged, 0 gathered) in 0.005112632 sec., 1042907.0584387846 rows/sec., 70.28 MiB/sec. | ||
15802 | 2024.08.08 23:08:12.380763 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.25 MiB. | ||
15803 | 2024.08.08 23:08:12.381128 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
15804 | 2024.08.08 23:08:12.381560 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15805 | 2024.08.08 23:08:12.381651 [ 193 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_91_18} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
15806 | 2024.08.08 23:08:12.381744 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
15807 | 2024.08.08 23:08:17.372026 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15808 | 2024.08.08 23:08:17.372172 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15809 | 2024.08.08 23:08:17.372202 [ 3 ] {} <Debug> HTTP-Session: 6252e4cb-8577-4f62-b51b-5ac3e6132aaf Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15810 | 2024.08.08 23:08:17.372230 [ 3 ] {} <Debug> HTTP-Session: 6252e4cb-8577-4f62-b51b-5ac3e6132aaf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15811 | 2024.08.08 23:08:17.372248 [ 3 ] {} <Debug> HTTP-Session: 6252e4cb-8577-4f62-b51b-5ac3e6132aaf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15812 | 2024.08.08 23:08:17.372304 [ 3 ] {} <Trace> HTTP-Session: 6252e4cb-8577-4f62-b51b-5ac3e6132aaf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15813 | 2024.08.08 23:08:17.372551 [ 3 ] {ee9ddaea-e7ee-4eec-8585-6c46112dad32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15814 | 2024.08.08 23:08:17.372621 [ 3 ] {ee9ddaea-e7ee-4eec-8585-6c46112dad32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15815 | 2024.08.08 23:08:17.372813 [ 3 ] {ee9ddaea-e7ee-4eec-8585-6c46112dad32} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15816 | 2024.08.08 23:08:17.373364 [ 3 ] {ee9ddaea-e7ee-4eec-8585-6c46112dad32} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15817 | 2024.08.08 23:08:17.373420 [ 3 ] {ee9ddaea-e7ee-4eec-8585-6c46112dad32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15818 | 2024.08.08 23:08:17.373830 [ 3 ] {ee9ddaea-e7ee-4eec-8585-6c46112dad32} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
15819 | 2024.08.08 23:08:17.374169 [ 3 ] {ee9ddaea-e7ee-4eec-8585-6c46112dad32} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15820 | 2024.08.08 23:08:17.374354 [ 3 ] {ee9ddaea-e7ee-4eec-8585-6c46112dad32} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001871 sec., 29930.51843933725 rows/sec., 2.37 MiB/sec. | ||
15821 | 2024.08.08 23:08:17.374670 [ 3 ] {ee9ddaea-e7ee-4eec-8585-6c46112dad32} <Debug> DynamicQueryHandler: Done processing query | ||
15822 | 2024.08.08 23:08:17.374730 [ 3 ] {ee9ddaea-e7ee-4eec-8585-6c46112dad32} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
15823 | 2024.08.08 23:08:17.374792 [ 3 ] {} <Debug> HTTP-Session: 6252e4cb-8577-4f62-b51b-5ac3e6132aaf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15824 | 2024.08.08 23:08:17.375132 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 198123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15825 | 2024.08.08 23:08:17.375196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15826 | 2024.08.08 23:08:17.375217 [ 3 ] {} <Debug> HTTP-Session: 2ed6a9f0-aeb2-4a19-a8e9-de5bdd4c73ce Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15827 | 2024.08.08 23:08:17.375236 [ 3 ] {} <Debug> HTTP-Session: 2ed6a9f0-aeb2-4a19-a8e9-de5bdd4c73ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15828 | 2024.08.08 23:08:17.375251 [ 3 ] {} <Debug> HTTP-Session: 2ed6a9f0-aeb2-4a19-a8e9-de5bdd4c73ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15829 | 2024.08.08 23:08:17.375289 [ 3 ] {} <Trace> HTTP-Session: 2ed6a9f0-aeb2-4a19-a8e9-de5bdd4c73ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15830 | 2024.08.08 23:08:17.375796 [ 3 ] {c7b04de7-ca8a-42fb-92af-5d7c2ff5a709} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15831 | 2024.08.08 23:08:17.375848 [ 3 ] {c7b04de7-ca8a-42fb-92af-5d7c2ff5a709} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15832 | 2024.08.08 23:08:17.376001 [ 3 ] {c7b04de7-ca8a-42fb-92af-5d7c2ff5a709} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15833 | 2024.08.08 23:08:17.377294 [ 3 ] {c7b04de7-ca8a-42fb-92af-5d7c2ff5a709} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15834 | 2024.08.08 23:08:17.377334 [ 3 ] {c7b04de7-ca8a-42fb-92af-5d7c2ff5a709} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15835 | 2024.08.08 23:08:17.377746 [ 3 ] {c7b04de7-ca8a-42fb-92af-5d7c2ff5a709} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
15836 | 2024.08.08 23:08:17.378069 [ 3 ] {c7b04de7-ca8a-42fb-92af-5d7c2ff5a709} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15837 | 2024.08.08 23:08:17.378229 [ 3 ] {c7b04de7-ca8a-42fb-92af-5d7c2ff5a709} <Debug> executeQuery: Read 1364 rows, 115.70 KiB in 0.002774 sec., 491708.72386445565 rows/sec., 40.73 MiB/sec. | ||
15838 | 2024.08.08 23:08:17.378412 [ 3 ] {c7b04de7-ca8a-42fb-92af-5d7c2ff5a709} <Debug> DynamicQueryHandler: Done processing query | ||
15839 | 2024.08.08 23:08:17.378437 [ 3 ] {c7b04de7-ca8a-42fb-92af-5d7c2ff5a709} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
15840 | 2024.08.08 23:08:17.378453 [ 3 ] {} <Debug> HTTP-Session: 2ed6a9f0-aeb2-4a19-a8e9-de5bdd4c73ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15841 | 2024.08.08 23:08:17.378882 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15842 | 2024.08.08 23:08:17.378938 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15843 | 2024.08.08 23:08:17.378958 [ 3 ] {} <Debug> HTTP-Session: 46d5b772-3392-4ed1-918c-5cac81a9c915 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15844 | 2024.08.08 23:08:17.378975 [ 3 ] {} <Debug> HTTP-Session: 46d5b772-3392-4ed1-918c-5cac81a9c915 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15845 | 2024.08.08 23:08:17.378989 [ 3 ] {} <Debug> HTTP-Session: 46d5b772-3392-4ed1-918c-5cac81a9c915 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15846 | 2024.08.08 23:08:17.379022 [ 3 ] {} <Trace> HTTP-Session: 46d5b772-3392-4ed1-918c-5cac81a9c915 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15847 | 2024.08.08 23:08:17.379174 [ 3 ] {e27ba380-d058-478e-9db5-54de8c689449} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
15848 | 2024.08.08 23:08:17.379219 [ 3 ] {e27ba380-d058-478e-9db5-54de8c689449} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
15849 | 2024.08.08 23:08:17.379347 [ 3 ] {e27ba380-d058-478e-9db5-54de8c689449} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15850 | 2024.08.08 23:08:17.379754 [ 3 ] {e27ba380-d058-478e-9db5-54de8c689449} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15851 | 2024.08.08 23:08:17.379792 [ 3 ] {e27ba380-d058-478e-9db5-54de8c689449} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15852 | 2024.08.08 23:08:17.380111 [ 3 ] {e27ba380-d058-478e-9db5-54de8c689449} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
15853 | 2024.08.08 23:08:17.380429 [ 3 ] {e27ba380-d058-478e-9db5-54de8c689449} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15854 | 2024.08.08 23:08:17.380589 [ 3 ] {e27ba380-d058-478e-9db5-54de8c689449} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001485 sec., 153535.35353535353 rows/sec., 10.40 MiB/sec. | ||
15855 | 2024.08.08 23:08:17.380879 [ 3 ] {e27ba380-d058-478e-9db5-54de8c689449} <Debug> DynamicQueryHandler: Done processing query | ||
15856 | 2024.08.08 23:08:17.380904 [ 3 ] {e27ba380-d058-478e-9db5-54de8c689449} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
15857 | 2024.08.08 23:08:17.380919 [ 3 ] {} <Debug> HTTP-Session: 46d5b772-3392-4ed1-918c-5cac81a9c915 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15858 | 2024.08.08 23:08:17.381133 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 95311, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15859 | 2024.08.08 23:08:17.381184 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15860 | 2024.08.08 23:08:17.381203 [ 3 ] {} <Debug> HTTP-Session: 108ccc0c-5e71-4ebe-b6ea-859c133f86cf Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15861 | 2024.08.08 23:08:17.381219 [ 3 ] {} <Debug> HTTP-Session: 108ccc0c-5e71-4ebe-b6ea-859c133f86cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15862 | 2024.08.08 23:08:17.381233 [ 3 ] {} <Debug> HTTP-Session: 108ccc0c-5e71-4ebe-b6ea-859c133f86cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15863 | 2024.08.08 23:08:17.381265 [ 3 ] {} <Trace> HTTP-Session: 108ccc0c-5e71-4ebe-b6ea-859c133f86cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15864 | 2024.08.08 23:08:17.381624 [ 3 ] {179b9229-a301-4dda-bc30-e6001b48e00b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15865 | 2024.08.08 23:08:17.381668 [ 3 ] {179b9229-a301-4dda-bc30-e6001b48e00b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
15866 | 2024.08.08 23:08:17.381813 [ 3 ] {179b9229-a301-4dda-bc30-e6001b48e00b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15867 | 2024.08.08 23:08:17.382463 [ 3 ] {179b9229-a301-4dda-bc30-e6001b48e00b} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15868 | 2024.08.08 23:08:17.382499 [ 3 ] {179b9229-a301-4dda-bc30-e6001b48e00b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15869 | 2024.08.08 23:08:17.382837 [ 3 ] {179b9229-a301-4dda-bc30-e6001b48e00b} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
15870 | 2024.08.08 23:08:17.383146 [ 3 ] {179b9229-a301-4dda-bc30-e6001b48e00b} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15871 | 2024.08.08 23:08:17.383295 [ 3 ] {179b9229-a301-4dda-bc30-e6001b48e00b} <Debug> executeQuery: Read 576 rows, 43.89 KiB in 0.001924 sec., 299376.2993762994 rows/sec., 22.28 MiB/sec. | ||
15872 | 2024.08.08 23:08:17.383469 [ 3 ] {179b9229-a301-4dda-bc30-e6001b48e00b} <Debug> DynamicQueryHandler: Done processing query | ||
15873 | 2024.08.08 23:08:17.383493 [ 3 ] {179b9229-a301-4dda-bc30-e6001b48e00b} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
15874 | 2024.08.08 23:08:17.383508 [ 3 ] {} <Debug> HTTP-Session: 108ccc0c-5e71-4ebe-b6ea-859c133f86cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15875 | 2024.08.08 23:08:17.383935 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160505, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15876 | 2024.08.08 23:08:17.383986 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15877 | 2024.08.08 23:08:17.384005 [ 3 ] {} <Debug> HTTP-Session: 8eba1f88-8a57-4e76-a177-8253c01ddf87 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15878 | 2024.08.08 23:08:17.384022 [ 3 ] {} <Debug> HTTP-Session: 8eba1f88-8a57-4e76-a177-8253c01ddf87 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15879 | 2024.08.08 23:08:17.384035 [ 3 ] {} <Debug> HTTP-Session: 8eba1f88-8a57-4e76-a177-8253c01ddf87 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15880 | 2024.08.08 23:08:17.384067 [ 3 ] {} <Trace> HTTP-Session: 8eba1f88-8a57-4e76-a177-8253c01ddf87 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15881 | 2024.08.08 23:08:17.384491 [ 3 ] {b59ebf15-9512-4bbf-827f-7ecedefdef76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
15882 | 2024.08.08 23:08:17.384538 [ 3 ] {b59ebf15-9512-4bbf-827f-7ecedefdef76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
15883 | 2024.08.08 23:08:17.384687 [ 3 ] {b59ebf15-9512-4bbf-827f-7ecedefdef76} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15884 | 2024.08.08 23:08:17.385445 [ 3 ] {b59ebf15-9512-4bbf-827f-7ecedefdef76} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15885 | 2024.08.08 23:08:17.385482 [ 3 ] {b59ebf15-9512-4bbf-827f-7ecedefdef76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15886 | 2024.08.08 23:08:17.385910 [ 3 ] {b59ebf15-9512-4bbf-827f-7ecedefdef76} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
15887 | 2024.08.08 23:08:17.386246 [ 3 ] {b59ebf15-9512-4bbf-827f-7ecedefdef76} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15888 | 2024.08.08 23:08:17.386394 [ 3 ] {b59ebf15-9512-4bbf-827f-7ecedefdef76} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002156 sec., 391465.6771799629 rows/sec., 26.35 MiB/sec. | ||
15889 | 2024.08.08 23:08:17.386557 [ 3 ] {b59ebf15-9512-4bbf-827f-7ecedefdef76} <Debug> DynamicQueryHandler: Done processing query | ||
15890 | 2024.08.08 23:08:17.386581 [ 3 ] {b59ebf15-9512-4bbf-827f-7ecedefdef76} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
15891 | 2024.08.08 23:08:17.386597 [ 3 ] {} <Debug> HTTP-Session: 8eba1f88-8a57-4e76-a177-8253c01ddf87 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15892 | 2024.08.08 23:08:17.386924 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90259, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15893 | 2024.08.08 23:08:17.386973 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15894 | 2024.08.08 23:08:17.386992 [ 3 ] {} <Debug> HTTP-Session: 4c1dc1ee-824d-427b-af3d-301938f40c4e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15895 | 2024.08.08 23:08:17.387009 [ 3 ] {} <Debug> HTTP-Session: 4c1dc1ee-824d-427b-af3d-301938f40c4e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15896 | 2024.08.08 23:08:17.387023 [ 3 ] {} <Debug> HTTP-Session: 4c1dc1ee-824d-427b-af3d-301938f40c4e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15897 | 2024.08.08 23:08:17.387054 [ 3 ] {} <Trace> HTTP-Session: 4c1dc1ee-824d-427b-af3d-301938f40c4e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15898 | 2024.08.08 23:08:17.387640 [ 3 ] {eab7efb4-b72d-4c25-b910-ddbebfec7913} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
15899 | 2024.08.08 23:08:17.387706 [ 3 ] {eab7efb4-b72d-4c25-b910-ddbebfec7913} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
15900 | 2024.08.08 23:08:17.388120 [ 3 ] {eab7efb4-b72d-4c25-b910-ddbebfec7913} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15901 | 2024.08.08 23:08:17.389097 [ 3 ] {eab7efb4-b72d-4c25-b910-ddbebfec7913} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15902 | 2024.08.08 23:08:17.389132 [ 3 ] {eab7efb4-b72d-4c25-b910-ddbebfec7913} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15903 | 2024.08.08 23:08:17.389777 [ 3 ] {eab7efb4-b72d-4c25-b910-ddbebfec7913} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
15904 | 2024.08.08 23:08:17.390191 [ 3 ] {eab7efb4-b72d-4c25-b910-ddbebfec7913} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15905 | 2024.08.08 23:08:17.390371 [ 129 ] {} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
15906 | 2024.08.08 23:08:17.390384 [ 3 ] {eab7efb4-b72d-4c25-b910-ddbebfec7913} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003231 sec., 17332.095326524297 rows/sec., 31.06 MiB/sec. | ||
15907 | 2024.08.08 23:08:17.390453 [ 129 ] {} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15908 | 2024.08.08 23:08:17.390535 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15909 | 2024.08.08 23:08:17.390872 [ 194 ] {b2667062-578b-4856-8c33-1b53d7b05866::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 | ||
15910 | 2024.08.08 23:08:17.390942 [ 3 ] {eab7efb4-b72d-4c25-b910-ddbebfec7913} <Debug> DynamicQueryHandler: Done processing query | ||
15911 | 2024.08.08 23:08:17.390982 [ 3 ] {eab7efb4-b72d-4c25-b910-ddbebfec7913} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
15912 | 2024.08.08 23:08:17.391022 [ 3 ] {} <Debug> HTTP-Session: 4c1dc1ee-824d-427b-af3d-301938f40c4e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15913 | 2024.08.08 23:08:17.391264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15914 | 2024.08.08 23:08:17.391379 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15915 | 2024.08.08 23:08:17.391443 [ 3 ] {} <Debug> HTTP-Session: 213b6a7f-00fc-44fc-ab8a-83af0ad8fb4c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15916 | 2024.08.08 23:08:17.391497 [ 3 ] {} <Debug> HTTP-Session: 213b6a7f-00fc-44fc-ab8a-83af0ad8fb4c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15917 | 2024.08.08 23:08:17.391541 [ 3 ] {} <Debug> HTTP-Session: 213b6a7f-00fc-44fc-ab8a-83af0ad8fb4c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15918 | 2024.08.08 23:08:17.391645 [ 3 ] {} <Trace> HTTP-Session: 213b6a7f-00fc-44fc-ab8a-83af0ad8fb4c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15919 | 2024.08.08 23:08:17.391666 [ 194 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15920 | 2024.08.08 23:08:17.391816 [ 194 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1238 rows starting from the beginning of the part | ||
15921 | 2024.08.08 23:08:17.391877 [ 3 ] {6335ffe9-ea6e-45d5-82e8-b1650833ff3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
15922 | 2024.08.08 23:08:17.391988 [ 3 ] {6335ffe9-ea6e-45d5-82e8-b1650833ff3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
15923 | 2024.08.08 23:08:17.392641 [ 194 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 56 rows starting from the beginning of the part | ||
15924 | 2024.08.08 23:08:17.392875 [ 3 ] {6335ffe9-ea6e-45d5-82e8-b1650833ff3a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15925 | 2024.08.08 23:08:17.393311 [ 194 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 56 rows starting from the beginning of the part | ||
15926 | 2024.08.08 23:08:17.393906 [ 194 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
15927 | 2024.08.08 23:08:17.394083 [ 3 ] {6335ffe9-ea6e-45d5-82e8-b1650833ff3a} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15928 | 2024.08.08 23:08:17.394180 [ 3 ] {6335ffe9-ea6e-45d5-82e8-b1650833ff3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15929 | 2024.08.08 23:08:17.394571 [ 194 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 56 rows starting from the beginning of the part | ||
15930 | 2024.08.08 23:08:17.395192 [ 194 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 56 rows starting from the beginning of the part | ||
15931 | 2024.08.08 23:08:17.395509 [ 3 ] {6335ffe9-ea6e-45d5-82e8-b1650833ff3a} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
15932 | 2024.08.08 23:08:17.396525 [ 3 ] {6335ffe9-ea6e-45d5-82e8-b1650833ff3a} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15933 | 2024.08.08 23:08:17.396868 [ 3 ] {6335ffe9-ea6e-45d5-82e8-b1650833ff3a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005073 sec., 11827.321111768184 rows/sec., 816.21 KiB/sec. | ||
15934 | 2024.08.08 23:08:17.397312 [ 3 ] {6335ffe9-ea6e-45d5-82e8-b1650833ff3a} <Debug> DynamicQueryHandler: Done processing query | ||
15935 | 2024.08.08 23:08:17.397358 [ 3 ] {6335ffe9-ea6e-45d5-82e8-b1650833ff3a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
15936 | 2024.08.08 23:08:17.397390 [ 3 ] {} <Debug> HTTP-Session: 213b6a7f-00fc-44fc-ab8a-83af0ad8fb4c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15937 | 2024.08.08 23:08:17.401995 [ 193 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1518 rows, containing 19 columns (19 merged, 0 gathered) in 0.011307128 sec., 134251.59775320487 rows/sec., 240.57 MiB/sec. | ||
15938 | 2024.08.08 23:08:17.403566 [ 192 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
15939 | 2024.08.08 23:08:17.404189 [ 192 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15940 | 2024.08.08 23:08:17.404268 [ 192 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_41_8} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
15941 | 2024.08.08 23:08:17.404422 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.18 MiB. | ||
15942 | 2024.08.08 23:08:22.344488 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15943 | 2024.08.08 23:08:22.344642 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15944 | 2024.08.08 23:08:22.344676 [ 3 ] {} <Debug> HTTP-Session: ca3062bc-9788-4584-bcfd-57142bfd4570 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15945 | 2024.08.08 23:08:22.344704 [ 3 ] {} <Debug> HTTP-Session: ca3062bc-9788-4584-bcfd-57142bfd4570 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15946 | 2024.08.08 23:08:22.344722 [ 3 ] {} <Debug> HTTP-Session: ca3062bc-9788-4584-bcfd-57142bfd4570 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15947 | 2024.08.08 23:08:22.344780 [ 3 ] {} <Trace> HTTP-Session: ca3062bc-9788-4584-bcfd-57142bfd4570 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15948 | 2024.08.08 23:08:22.344978 [ 3 ] {8b0853e8-93ef-4180-9806-8bb2f5c1e7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
15949 | 2024.08.08 23:08:22.345051 [ 3 ] {8b0853e8-93ef-4180-9806-8bb2f5c1e7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
15950 | 2024.08.08 23:08:22.345273 [ 3 ] {8b0853e8-93ef-4180-9806-8bb2f5c1e7f3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15951 | 2024.08.08 23:08:22.345758 [ 3 ] {8b0853e8-93ef-4180-9806-8bb2f5c1e7f3} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15952 | 2024.08.08 23:08:22.345800 [ 3 ] {8b0853e8-93ef-4180-9806-8bb2f5c1e7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15953 | 2024.08.08 23:08:22.346179 [ 3 ] {8b0853e8-93ef-4180-9806-8bb2f5c1e7f3} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
15954 | 2024.08.08 23:08:22.346518 [ 3 ] {8b0853e8-93ef-4180-9806-8bb2f5c1e7f3} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15955 | 2024.08.08 23:08:22.346663 [ 3 ] {8b0853e8-93ef-4180-9806-8bb2f5c1e7f3} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001746 sec., 3436.4261168384883 rows/sec., 194.64 KiB/sec. | ||
15956 | 2024.08.08 23:08:22.346670 [ 124 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
15957 | 2024.08.08 23:08:22.346725 [ 124 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15958 | 2024.08.08 23:08:22.346755 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15959 | 2024.08.08 23:08:22.346920 [ 3 ] {8b0853e8-93ef-4180-9806-8bb2f5c1e7f3} <Debug> DynamicQueryHandler: Done processing query | ||
15960 | 2024.08.08 23:08:22.346944 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::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 | ||
15961 | 2024.08.08 23:08:22.346964 [ 3 ] {8b0853e8-93ef-4180-9806-8bb2f5c1e7f3} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
15962 | 2024.08.08 23:08:22.347100 [ 3 ] {} <Debug> HTTP-Session: ca3062bc-9788-4584-bcfd-57142bfd4570 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15963 | 2024.08.08 23:08:22.347442 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
15964 | 2024.08.08 23:08:22.347466 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15965 | 2024.08.08 23:08:22.347540 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 62 rows starting from the beginning of the part | ||
15966 | 2024.08.08 23:08:22.347704 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15967 | 2024.08.08 23:08:22.347872 [ 3 ] {} <Debug> HTTP-Session: a833c6d0-6a03-451a-a857-2220ddbd200f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15968 | 2024.08.08 23:08:22.347991 [ 3 ] {} <Debug> HTTP-Session: a833c6d0-6a03-451a-a857-2220ddbd200f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15969 | 2024.08.08 23:08:22.348030 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 6 rows starting from the beginning of the part | ||
15970 | 2024.08.08 23:08:22.348086 [ 3 ] {} <Debug> HTTP-Session: a833c6d0-6a03-451a-a857-2220ddbd200f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15971 | 2024.08.08 23:08:22.348332 [ 3 ] {} <Trace> HTTP-Session: a833c6d0-6a03-451a-a857-2220ddbd200f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15972 | 2024.08.08 23:08:22.348503 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 56 rows starting from the beginning of the part | ||
15973 | 2024.08.08 23:08:22.349095 [ 3 ] {d233d8e2-ec4c-453b-8a33-a33ac520d160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
15974 | 2024.08.08 23:08:22.349146 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 6 rows starting from the beginning of the part | ||
15975 | 2024.08.08 23:08:22.349348 [ 3 ] {d233d8e2-ec4c-453b-8a33-a33ac520d160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
15976 | 2024.08.08 23:08:22.349471 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 56 rows starting from the beginning of the part | ||
15977 | 2024.08.08 23:08:22.349724 [ 191 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 6 rows starting from the beginning of the part | ||
15978 | 2024.08.08 23:08:22.350559 [ 3 ] {d233d8e2-ec4c-453b-8a33-a33ac520d160} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
15979 | 2024.08.08 23:08:22.351514 [ 3 ] {d233d8e2-ec4c-453b-8a33-a33ac520d160} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
15980 | 2024.08.08 23:08:22.351589 [ 3 ] {d233d8e2-ec4c-453b-8a33-a33ac520d160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
15981 | 2024.08.08 23:08:22.352602 [ 3 ] {d233d8e2-ec4c-453b-8a33-a33ac520d160} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
15982 | 2024.08.08 23:08:22.352665 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 4 columns (4 merged, 0 gathered) in 0.005814661 sec., 33019.98173238303 rows/sec., 2.50 MiB/sec. | ||
15983 | 2024.08.08 23:08:22.352988 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
15984 | 2024.08.08 23:08:22.353196 [ 3 ] {d233d8e2-ec4c-453b-8a33-a33ac520d160} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15985 | 2024.08.08 23:08:22.353629 [ 3 ] {d233d8e2-ec4c-453b-8a33-a33ac520d160} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.004905 sec., 32823.64933741081 rows/sec., 2.89 MiB/sec. | ||
15986 | 2024.08.08 23:08:22.354234 [ 3 ] {d233d8e2-ec4c-453b-8a33-a33ac520d160} <Debug> DynamicQueryHandler: Done processing query | ||
15987 | 2024.08.08 23:08:22.354311 [ 3 ] {d233d8e2-ec4c-453b-8a33-a33ac520d160} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
15988 | 2024.08.08 23:08:22.354385 [ 3 ] {} <Debug> HTTP-Session: a833c6d0-6a03-451a-a857-2220ddbd200f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15989 | 2024.08.08 23:08:22.354553 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
15990 | 2024.08.08 23:08:22.354768 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
15991 | 2024.08.08 23:08:22.354789 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_86_17} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
15992 | 2024.08.08 23:08:22.354846 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
15993 | 2024.08.08 23:08:22.354914 [ 3 ] {} <Debug> HTTP-Session: 2469ed1b-a165-48f2-9e45-9a5f5321b713 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
15994 | 2024.08.08 23:08:22.354954 [ 3 ] {} <Debug> HTTP-Session: 2469ed1b-a165-48f2-9e45-9a5f5321b713 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
15995 | 2024.08.08 23:08:22.354960 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
15996 | 2024.08.08 23:08:22.354979 [ 3 ] {} <Debug> HTTP-Session: 2469ed1b-a165-48f2-9e45-9a5f5321b713 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
15997 | 2024.08.08 23:08:22.355034 [ 3 ] {} <Trace> HTTP-Session: 2469ed1b-a165-48f2-9e45-9a5f5321b713 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
15998 | 2024.08.08 23:08:22.355252 [ 3 ] {c5e2f429-3eb2-49f3-be02-1692f714040f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
15999 | 2024.08.08 23:08:22.355298 [ 3 ] {c5e2f429-3eb2-49f3-be02-1692f714040f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16000 | 2024.08.08 23:08:22.355449 [ 3 ] {c5e2f429-3eb2-49f3-be02-1692f714040f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16001 | 2024.08.08 23:08:22.355997 [ 3 ] {c5e2f429-3eb2-49f3-be02-1692f714040f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16002 | 2024.08.08 23:08:22.356033 [ 3 ] {c5e2f429-3eb2-49f3-be02-1692f714040f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16003 | 2024.08.08 23:08:22.356374 [ 3 ] {c5e2f429-3eb2-49f3-be02-1692f714040f} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16004 | 2024.08.08 23:08:22.356692 [ 3 ] {c5e2f429-3eb2-49f3-be02-1692f714040f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16005 | 2024.08.08 23:08:22.356818 [ 3 ] {c5e2f429-3eb2-49f3-be02-1692f714040f} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00169 sec., 226035.50295857986 rows/sec., 15.88 MiB/sec. | ||
16006 | 2024.08.08 23:08:22.356974 [ 3 ] {c5e2f429-3eb2-49f3-be02-1692f714040f} <Debug> DynamicQueryHandler: Done processing query | ||
16007 | 2024.08.08 23:08:22.356999 [ 3 ] {c5e2f429-3eb2-49f3-be02-1692f714040f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16008 | 2024.08.08 23:08:22.357015 [ 3 ] {} <Debug> HTTP-Session: 2469ed1b-a165-48f2-9e45-9a5f5321b713 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16009 | 2024.08.08 23:08:22.357157 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16010 | 2024.08.08 23:08:22.357206 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16011 | 2024.08.08 23:08:22.357226 [ 3 ] {} <Debug> HTTP-Session: 729bfa0d-6033-4d21-be78-0ff2c7b7d97e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16012 | 2024.08.08 23:08:22.357242 [ 3 ] {} <Debug> HTTP-Session: 729bfa0d-6033-4d21-be78-0ff2c7b7d97e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16013 | 2024.08.08 23:08:22.357256 [ 3 ] {} <Debug> HTTP-Session: 729bfa0d-6033-4d21-be78-0ff2c7b7d97e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16014 | 2024.08.08 23:08:22.357287 [ 3 ] {} <Trace> HTTP-Session: 729bfa0d-6033-4d21-be78-0ff2c7b7d97e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16015 | 2024.08.08 23:08:22.357383 [ 3 ] {6ed58bc1-3c30-43d1-9bab-d6d3d52ac280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16016 | 2024.08.08 23:08:22.357429 [ 3 ] {6ed58bc1-3c30-43d1-9bab-d6d3d52ac280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16017 | 2024.08.08 23:08:22.357556 [ 3 ] {6ed58bc1-3c30-43d1-9bab-d6d3d52ac280} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16018 | 2024.08.08 23:08:22.357823 [ 3 ] {6ed58bc1-3c30-43d1-9bab-d6d3d52ac280} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16019 | 2024.08.08 23:08:22.357858 [ 3 ] {6ed58bc1-3c30-43d1-9bab-d6d3d52ac280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16020 | 2024.08.08 23:08:22.358216 [ 3 ] {6ed58bc1-3c30-43d1-9bab-d6d3d52ac280} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
16021 | 2024.08.08 23:08:22.358536 [ 3 ] {6ed58bc1-3c30-43d1-9bab-d6d3d52ac280} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16022 | 2024.08.08 23:08:22.358668 [ 3 ] {6ed58bc1-3c30-43d1-9bab-d6d3d52ac280} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00131 sec., 4580.152671755725 rows/sec., 196.80 KiB/sec. | ||
16023 | 2024.08.08 23:08:22.358829 [ 3 ] {6ed58bc1-3c30-43d1-9bab-d6d3d52ac280} <Debug> DynamicQueryHandler: Done processing query | ||
16024 | 2024.08.08 23:08:22.358853 [ 3 ] {6ed58bc1-3c30-43d1-9bab-d6d3d52ac280} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16025 | 2024.08.08 23:08:22.358869 [ 3 ] {} <Debug> HTTP-Session: 729bfa0d-6033-4d21-be78-0ff2c7b7d97e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16026 | 2024.08.08 23:08:22.359011 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16027 | 2024.08.08 23:08:22.359061 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16028 | 2024.08.08 23:08:22.359081 [ 3 ] {} <Debug> HTTP-Session: 15d6dc9e-0527-47aa-b3b8-c1096cd5fb80 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16029 | 2024.08.08 23:08:22.359098 [ 3 ] {} <Debug> HTTP-Session: 15d6dc9e-0527-47aa-b3b8-c1096cd5fb80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16030 | 2024.08.08 23:08:22.359112 [ 3 ] {} <Debug> HTTP-Session: 15d6dc9e-0527-47aa-b3b8-c1096cd5fb80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16031 | 2024.08.08 23:08:22.359143 [ 3 ] {} <Trace> HTTP-Session: 15d6dc9e-0527-47aa-b3b8-c1096cd5fb80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16032 | 2024.08.08 23:08:22.359278 [ 3 ] {9bc8a0ce-7cf6-4262-aa03-cf8dbe1aafc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
16033 | 2024.08.08 23:08:22.359324 [ 3 ] {9bc8a0ce-7cf6-4262-aa03-cf8dbe1aafc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
16034 | 2024.08.08 23:08:22.359461 [ 3 ] {9bc8a0ce-7cf6-4262-aa03-cf8dbe1aafc3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16035 | 2024.08.08 23:08:22.359774 [ 3 ] {9bc8a0ce-7cf6-4262-aa03-cf8dbe1aafc3} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16036 | 2024.08.08 23:08:22.359810 [ 3 ] {9bc8a0ce-7cf6-4262-aa03-cf8dbe1aafc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16037 | 2024.08.08 23:08:22.360179 [ 3 ] {9bc8a0ce-7cf6-4262-aa03-cf8dbe1aafc3} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
16038 | 2024.08.08 23:08:22.360506 [ 3 ] {9bc8a0ce-7cf6-4262-aa03-cf8dbe1aafc3} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16039 | 2024.08.08 23:08:22.360638 [ 3 ] {9bc8a0ce-7cf6-4262-aa03-cf8dbe1aafc3} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001422 sec., 54149.08579465541 rows/sec., 3.33 MiB/sec. | ||
16040 | 2024.08.08 23:08:22.360917 [ 3 ] {9bc8a0ce-7cf6-4262-aa03-cf8dbe1aafc3} <Debug> DynamicQueryHandler: Done processing query | ||
16041 | 2024.08.08 23:08:22.360984 [ 3 ] {9bc8a0ce-7cf6-4262-aa03-cf8dbe1aafc3} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16042 | 2024.08.08 23:08:22.361033 [ 3 ] {} <Debug> HTTP-Session: 15d6dc9e-0527-47aa-b3b8-c1096cd5fb80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16043 | 2024.08.08 23:08:22.361204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16044 | 2024.08.08 23:08:22.361255 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16045 | 2024.08.08 23:08:22.361275 [ 3 ] {} <Debug> HTTP-Session: 50cb0793-ac91-47f1-a5f9-78785d60caba Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16046 | 2024.08.08 23:08:22.361292 [ 3 ] {} <Debug> HTTP-Session: 50cb0793-ac91-47f1-a5f9-78785d60caba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16047 | 2024.08.08 23:08:22.361306 [ 3 ] {} <Debug> HTTP-Session: 50cb0793-ac91-47f1-a5f9-78785d60caba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16048 | 2024.08.08 23:08:22.361338 [ 3 ] {} <Trace> HTTP-Session: 50cb0793-ac91-47f1-a5f9-78785d60caba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16049 | 2024.08.08 23:08:22.361487 [ 3 ] {c937b5e0-e649-4915-b70d-9901c417140c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16050 | 2024.08.08 23:08:22.361534 [ 3 ] {c937b5e0-e649-4915-b70d-9901c417140c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16051 | 2024.08.08 23:08:22.361686 [ 3 ] {c937b5e0-e649-4915-b70d-9901c417140c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16052 | 2024.08.08 23:08:22.362109 [ 3 ] {c937b5e0-e649-4915-b70d-9901c417140c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16053 | 2024.08.08 23:08:22.362143 [ 3 ] {c937b5e0-e649-4915-b70d-9901c417140c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16054 | 2024.08.08 23:08:22.362513 [ 3 ] {c937b5e0-e649-4915-b70d-9901c417140c} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16055 | 2024.08.08 23:08:22.362852 [ 3 ] {c937b5e0-e649-4915-b70d-9901c417140c} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16056 | 2024.08.08 23:08:22.362975 [ 3 ] {c937b5e0-e649-4915-b70d-9901c417140c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001556 sec., 102827.76349614395 rows/sec., 7.16 MiB/sec. | ||
16057 | 2024.08.08 23:08:22.363141 [ 3 ] {c937b5e0-e649-4915-b70d-9901c417140c} <Debug> DynamicQueryHandler: Done processing query | ||
16058 | 2024.08.08 23:08:22.363166 [ 3 ] {c937b5e0-e649-4915-b70d-9901c417140c} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16059 | 2024.08.08 23:08:22.363182 [ 3 ] {} <Debug> HTTP-Session: 50cb0793-ac91-47f1-a5f9-78785d60caba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16060 | 2024.08.08 23:08:22.363338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16061 | 2024.08.08 23:08:22.363387 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16062 | 2024.08.08 23:08:22.363407 [ 3 ] {} <Debug> HTTP-Session: ecb9fbc2-1803-462a-9397-42f4a56888b7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16063 | 2024.08.08 23:08:22.363423 [ 3 ] {} <Debug> HTTP-Session: ecb9fbc2-1803-462a-9397-42f4a56888b7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16064 | 2024.08.08 23:08:22.363437 [ 3 ] {} <Debug> HTTP-Session: ecb9fbc2-1803-462a-9397-42f4a56888b7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16065 | 2024.08.08 23:08:22.363468 [ 3 ] {} <Trace> HTTP-Session: ecb9fbc2-1803-462a-9397-42f4a56888b7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16066 | 2024.08.08 23:08:22.363569 [ 3 ] {4d83ce21-15bd-488c-92f7-36b49414fcc9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16067 | 2024.08.08 23:08:22.363614 [ 3 ] {4d83ce21-15bd-488c-92f7-36b49414fcc9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16068 | 2024.08.08 23:08:22.363739 [ 3 ] {4d83ce21-15bd-488c-92f7-36b49414fcc9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16069 | 2024.08.08 23:08:22.364020 [ 3 ] {4d83ce21-15bd-488c-92f7-36b49414fcc9} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16070 | 2024.08.08 23:08:22.364054 [ 3 ] {4d83ce21-15bd-488c-92f7-36b49414fcc9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16071 | 2024.08.08 23:08:22.364407 [ 3 ] {4d83ce21-15bd-488c-92f7-36b49414fcc9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
16072 | 2024.08.08 23:08:22.364735 [ 3 ] {4d83ce21-15bd-488c-92f7-36b49414fcc9} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16073 | 2024.08.08 23:08:22.364869 [ 3 ] {4d83ce21-15bd-488c-92f7-36b49414fcc9} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001329 sec., 17306.24529721595 rows/sec., 936.15 KiB/sec. | ||
16074 | 2024.08.08 23:08:22.365029 [ 3 ] {4d83ce21-15bd-488c-92f7-36b49414fcc9} <Debug> DynamicQueryHandler: Done processing query | ||
16075 | 2024.08.08 23:08:22.365054 [ 3 ] {4d83ce21-15bd-488c-92f7-36b49414fcc9} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16076 | 2024.08.08 23:08:22.365070 [ 3 ] {} <Debug> HTTP-Session: ecb9fbc2-1803-462a-9397-42f4a56888b7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16077 | 2024.08.08 23:08:22.365179 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16078 | 2024.08.08 23:08:22.365228 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16079 | 2024.08.08 23:08:22.365248 [ 3 ] {} <Debug> HTTP-Session: 63229c85-d08e-4ed7-b295-532a956a84f6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16080 | 2024.08.08 23:08:22.365264 [ 3 ] {} <Debug> HTTP-Session: 63229c85-d08e-4ed7-b295-532a956a84f6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16081 | 2024.08.08 23:08:22.365277 [ 3 ] {} <Debug> HTTP-Session: 63229c85-d08e-4ed7-b295-532a956a84f6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16082 | 2024.08.08 23:08:22.365307 [ 3 ] {} <Trace> HTTP-Session: 63229c85-d08e-4ed7-b295-532a956a84f6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16083 | 2024.08.08 23:08:22.365431 [ 3 ] {05534b15-d82a-4908-962e-1cd1b91356d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16084 | 2024.08.08 23:08:22.365475 [ 3 ] {05534b15-d82a-4908-962e-1cd1b91356d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16085 | 2024.08.08 23:08:22.365597 [ 3 ] {05534b15-d82a-4908-962e-1cd1b91356d6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16086 | 2024.08.08 23:08:22.365893 [ 3 ] {05534b15-d82a-4908-962e-1cd1b91356d6} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16087 | 2024.08.08 23:08:22.365928 [ 3 ] {05534b15-d82a-4908-962e-1cd1b91356d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16088 | 2024.08.08 23:08:22.366280 [ 3 ] {05534b15-d82a-4908-962e-1cd1b91356d6} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
16089 | 2024.08.08 23:08:22.366598 [ 3 ] {05534b15-d82a-4908-962e-1cd1b91356d6} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16090 | 2024.08.08 23:08:22.366720 [ 3 ] {05534b15-d82a-4908-962e-1cd1b91356d6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001338 sec., 44843.04932735426 rows/sec., 3.02 MiB/sec. | ||
16091 | 2024.08.08 23:08:22.366881 [ 3 ] {05534b15-d82a-4908-962e-1cd1b91356d6} <Debug> DynamicQueryHandler: Done processing query | ||
16092 | 2024.08.08 23:08:22.366906 [ 3 ] {05534b15-d82a-4908-962e-1cd1b91356d6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16093 | 2024.08.08 23:08:22.366922 [ 3 ] {} <Debug> HTTP-Session: 63229c85-d08e-4ed7-b295-532a956a84f6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16094 | 2024.08.08 23:08:23.183424 [ 120 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16095 | 2024.08.08 23:08:23.183478 [ 120 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16096 | 2024.08.08 23:08:24.002822 [ 244 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002407403 sec. | ||
16097 | 2024.08.08 23:08:27.343896 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16098 | 2024.08.08 23:08:27.344039 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16099 | 2024.08.08 23:08:27.344070 [ 3 ] {} <Debug> HTTP-Session: 5441e51c-ed98-4435-b557-9f88b16d55eb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16100 | 2024.08.08 23:08:27.344098 [ 3 ] {} <Debug> HTTP-Session: 5441e51c-ed98-4435-b557-9f88b16d55eb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16101 | 2024.08.08 23:08:27.344115 [ 3 ] {} <Debug> HTTP-Session: 5441e51c-ed98-4435-b557-9f88b16d55eb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16102 | 2024.08.08 23:08:27.344171 [ 3 ] {} <Trace> HTTP-Session: 5441e51c-ed98-4435-b557-9f88b16d55eb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16103 | 2024.08.08 23:08:27.344392 [ 3 ] {c5102332-106f-4a88-8e41-b224dcd45e92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16104 | 2024.08.08 23:08:27.344465 [ 3 ] {c5102332-106f-4a88-8e41-b224dcd45e92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16105 | 2024.08.08 23:08:27.344689 [ 3 ] {c5102332-106f-4a88-8e41-b224dcd45e92} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16106 | 2024.08.08 23:08:27.345277 [ 3 ] {c5102332-106f-4a88-8e41-b224dcd45e92} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16107 | 2024.08.08 23:08:27.345322 [ 3 ] {c5102332-106f-4a88-8e41-b224dcd45e92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16108 | 2024.08.08 23:08:27.345707 [ 3 ] {c5102332-106f-4a88-8e41-b224dcd45e92} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
16109 | 2024.08.08 23:08:27.346073 [ 3 ] {c5102332-106f-4a88-8e41-b224dcd45e92} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16110 | 2024.08.08 23:08:27.346246 [ 3 ] {c5102332-106f-4a88-8e41-b224dcd45e92} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001926 sec., 29075.80477673936 rows/sec., 2.30 MiB/sec. | ||
16111 | 2024.08.08 23:08:27.346468 [ 3 ] {c5102332-106f-4a88-8e41-b224dcd45e92} <Debug> DynamicQueryHandler: Done processing query | ||
16112 | 2024.08.08 23:08:27.346497 [ 3 ] {c5102332-106f-4a88-8e41-b224dcd45e92} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16113 | 2024.08.08 23:08:27.346512 [ 3 ] {} <Debug> HTTP-Session: 5441e51c-ed98-4435-b557-9f88b16d55eb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16114 | 2024.08.08 23:08:27.346676 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 365, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16115 | 2024.08.08 23:08:27.346734 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16116 | 2024.08.08 23:08:27.346754 [ 3 ] {} <Debug> HTTP-Session: 3efff55d-af84-4c05-80c1-ade7dadd1de5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16117 | 2024.08.08 23:08:27.346773 [ 3 ] {} <Debug> HTTP-Session: 3efff55d-af84-4c05-80c1-ade7dadd1de5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16118 | 2024.08.08 23:08:27.346787 [ 3 ] {} <Debug> HTTP-Session: 3efff55d-af84-4c05-80c1-ade7dadd1de5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16119 | 2024.08.08 23:08:27.346822 [ 3 ] {} <Trace> HTTP-Session: 3efff55d-af84-4c05-80c1-ade7dadd1de5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16120 | 2024.08.08 23:08:27.346924 [ 3 ] {a7b63d03-efb7-4f8e-a58e-da02513554b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16121 | 2024.08.08 23:08:27.346970 [ 3 ] {a7b63d03-efb7-4f8e-a58e-da02513554b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16122 | 2024.08.08 23:08:27.347101 [ 3 ] {a7b63d03-efb7-4f8e-a58e-da02513554b6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16123 | 2024.08.08 23:08:27.347422 [ 3 ] {a7b63d03-efb7-4f8e-a58e-da02513554b6} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16124 | 2024.08.08 23:08:27.347459 [ 3 ] {a7b63d03-efb7-4f8e-a58e-da02513554b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16125 | 2024.08.08 23:08:27.347755 [ 3 ] {a7b63d03-efb7-4f8e-a58e-da02513554b6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
16126 | 2024.08.08 23:08:27.348069 [ 3 ] {a7b63d03-efb7-4f8e-a58e-da02513554b6} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16127 | 2024.08.08 23:08:27.348235 [ 3 ] {a7b63d03-efb7-4f8e-a58e-da02513554b6} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001331 sec., 1502.6296018031555 rows/sec., 122.53 KiB/sec. | ||
16128 | 2024.08.08 23:08:27.348514 [ 3 ] {a7b63d03-efb7-4f8e-a58e-da02513554b6} <Debug> DynamicQueryHandler: Done processing query | ||
16129 | 2024.08.08 23:08:27.348544 [ 3 ] {a7b63d03-efb7-4f8e-a58e-da02513554b6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16130 | 2024.08.08 23:08:27.348561 [ 3 ] {} <Debug> HTTP-Session: 3efff55d-af84-4c05-80c1-ade7dadd1de5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16131 | 2024.08.08 23:08:27.348717 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 33332, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16132 | 2024.08.08 23:08:27.348770 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16133 | 2024.08.08 23:08:27.348790 [ 3 ] {} <Debug> HTTP-Session: 221d3753-ec37-4b93-ae6f-cb82867a0880 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16134 | 2024.08.08 23:08:27.348807 [ 3 ] {} <Debug> HTTP-Session: 221d3753-ec37-4b93-ae6f-cb82867a0880 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16135 | 2024.08.08 23:08:27.348820 [ 3 ] {} <Debug> HTTP-Session: 221d3753-ec37-4b93-ae6f-cb82867a0880 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16136 | 2024.08.08 23:08:27.348853 [ 3 ] {} <Trace> HTTP-Session: 221d3753-ec37-4b93-ae6f-cb82867a0880 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16137 | 2024.08.08 23:08:27.349016 [ 3 ] {af58c801-bb3c-4ef1-83b6-95606ed0c167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16138 | 2024.08.08 23:08:27.349060 [ 3 ] {af58c801-bb3c-4ef1-83b6-95606ed0c167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16139 | 2024.08.08 23:08:27.349203 [ 3 ] {af58c801-bb3c-4ef1-83b6-95606ed0c167} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16140 | 2024.08.08 23:08:27.349755 [ 3 ] {af58c801-bb3c-4ef1-83b6-95606ed0c167} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16141 | 2024.08.08 23:08:27.349794 [ 3 ] {af58c801-bb3c-4ef1-83b6-95606ed0c167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16142 | 2024.08.08 23:08:27.350114 [ 3 ] {af58c801-bb3c-4ef1-83b6-95606ed0c167} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16143 | 2024.08.08 23:08:27.350423 [ 3 ] {af58c801-bb3c-4ef1-83b6-95606ed0c167} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16144 | 2024.08.08 23:08:27.350584 [ 3 ] {af58c801-bb3c-4ef1-83b6-95606ed0c167} <Debug> executeQuery: Read 225 rows, 19.66 KiB in 0.001639 sec., 137278.82855399634 rows/sec., 11.71 MiB/sec. | ||
16145 | 2024.08.08 23:08:27.350758 [ 3 ] {af58c801-bb3c-4ef1-83b6-95606ed0c167} <Debug> DynamicQueryHandler: Done processing query | ||
16146 | 2024.08.08 23:08:27.350786 [ 3 ] {af58c801-bb3c-4ef1-83b6-95606ed0c167} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
16147 | 2024.08.08 23:08:27.350802 [ 3 ] {} <Debug> HTTP-Session: 221d3753-ec37-4b93-ae6f-cb82867a0880 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16148 | 2024.08.08 23:08:27.350973 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 330, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16149 | 2024.08.08 23:08:27.351024 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16150 | 2024.08.08 23:08:27.351044 [ 3 ] {} <Debug> HTTP-Session: a75873f4-b625-4a06-8de6-963c9254afdd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16151 | 2024.08.08 23:08:27.351060 [ 3 ] {} <Debug> HTTP-Session: a75873f4-b625-4a06-8de6-963c9254afdd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16152 | 2024.08.08 23:08:27.351074 [ 3 ] {} <Debug> HTTP-Session: a75873f4-b625-4a06-8de6-963c9254afdd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16153 | 2024.08.08 23:08:27.351106 [ 3 ] {} <Trace> HTTP-Session: a75873f4-b625-4a06-8de6-963c9254afdd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16154 | 2024.08.08 23:08:27.351200 [ 3 ] {cde79d05-d192-4951-809d-be1b918e33a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16155 | 2024.08.08 23:08:27.351242 [ 3 ] {cde79d05-d192-4951-809d-be1b918e33a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16156 | 2024.08.08 23:08:27.351367 [ 3 ] {cde79d05-d192-4951-809d-be1b918e33a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16157 | 2024.08.08 23:08:27.351647 [ 3 ] {cde79d05-d192-4951-809d-be1b918e33a6} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16158 | 2024.08.08 23:08:27.351683 [ 3 ] {cde79d05-d192-4951-809d-be1b918e33a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16159 | 2024.08.08 23:08:27.351979 [ 3 ] {cde79d05-d192-4951-809d-be1b918e33a6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
16160 | 2024.08.08 23:08:27.352284 [ 3 ] {cde79d05-d192-4951-809d-be1b918e33a6} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16161 | 2024.08.08 23:08:27.352432 [ 3 ] {cde79d05-d192-4951-809d-be1b918e33a6} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001255 sec., 1593.6254980079682 rows/sec., 111.27 KiB/sec. | ||
16162 | 2024.08.08 23:08:27.352600 [ 3 ] {cde79d05-d192-4951-809d-be1b918e33a6} <Debug> DynamicQueryHandler: Done processing query | ||
16163 | 2024.08.08 23:08:27.352624 [ 3 ] {cde79d05-d192-4951-809d-be1b918e33a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16164 | 2024.08.08 23:08:27.352639 [ 3 ] {} <Debug> HTTP-Session: a75873f4-b625-4a06-8de6-963c9254afdd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16165 | 2024.08.08 23:08:27.352762 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 20716, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16166 | 2024.08.08 23:08:27.352813 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16167 | 2024.08.08 23:08:27.352833 [ 3 ] {} <Debug> HTTP-Session: 333ff478-8a9d-4f56-9e66-83e805d78e04 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16168 | 2024.08.08 23:08:27.352849 [ 3 ] {} <Debug> HTTP-Session: 333ff478-8a9d-4f56-9e66-83e805d78e04 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16169 | 2024.08.08 23:08:27.352862 [ 3 ] {} <Debug> HTTP-Session: 333ff478-8a9d-4f56-9e66-83e805d78e04 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16170 | 2024.08.08 23:08:27.352893 [ 3 ] {} <Trace> HTTP-Session: 333ff478-8a9d-4f56-9e66-83e805d78e04 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16171 | 2024.08.08 23:08:27.353033 [ 3 ] {dc3d360d-62af-431c-ad77-c2896e4b4c43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16172 | 2024.08.08 23:08:27.353075 [ 3 ] {dc3d360d-62af-431c-ad77-c2896e4b4c43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16173 | 2024.08.08 23:08:27.353201 [ 3 ] {dc3d360d-62af-431c-ad77-c2896e4b4c43} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16174 | 2024.08.08 23:08:27.353559 [ 3 ] {dc3d360d-62af-431c-ad77-c2896e4b4c43} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16175 | 2024.08.08 23:08:27.353595 [ 3 ] {dc3d360d-62af-431c-ad77-c2896e4b4c43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16176 | 2024.08.08 23:08:27.353904 [ 3 ] {dc3d360d-62af-431c-ad77-c2896e4b4c43} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16177 | 2024.08.08 23:08:27.354205 [ 3 ] {dc3d360d-62af-431c-ad77-c2896e4b4c43} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16178 | 2024.08.08 23:08:27.354356 [ 3 ] {dc3d360d-62af-431c-ad77-c2896e4b4c43} <Debug> executeQuery: Read 122 rows, 9.76 KiB in 0.001386 sec., 88023.08802308801 rows/sec., 6.88 MiB/sec. | ||
16179 | 2024.08.08 23:08:27.354593 [ 3 ] {dc3d360d-62af-431c-ad77-c2896e4b4c43} <Debug> DynamicQueryHandler: Done processing query | ||
16180 | 2024.08.08 23:08:27.354648 [ 3 ] {dc3d360d-62af-431c-ad77-c2896e4b4c43} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16181 | 2024.08.08 23:08:27.354707 [ 3 ] {} <Debug> HTTP-Session: 333ff478-8a9d-4f56-9e66-83e805d78e04 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16182 | 2024.08.08 23:08:27.354974 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30862, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16183 | 2024.08.08 23:08:27.355027 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16184 | 2024.08.08 23:08:27.355047 [ 3 ] {} <Debug> HTTP-Session: 74435e84-e344-437f-848e-6a36fcf6a527 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16185 | 2024.08.08 23:08:27.355064 [ 3 ] {} <Debug> HTTP-Session: 74435e84-e344-437f-848e-6a36fcf6a527 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16186 | 2024.08.08 23:08:27.355077 [ 3 ] {} <Debug> HTTP-Session: 74435e84-e344-437f-848e-6a36fcf6a527 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16187 | 2024.08.08 23:08:27.355109 [ 3 ] {} <Trace> HTTP-Session: 74435e84-e344-437f-848e-6a36fcf6a527 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16188 | 2024.08.08 23:08:27.355260 [ 3 ] {72c19b35-bcf2-4f0a-b6d3-ee7ed3a62c5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16189 | 2024.08.08 23:08:27.355309 [ 3 ] {72c19b35-bcf2-4f0a-b6d3-ee7ed3a62c5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16190 | 2024.08.08 23:08:27.355469 [ 3 ] {72c19b35-bcf2-4f0a-b6d3-ee7ed3a62c5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16191 | 2024.08.08 23:08:27.355858 [ 3 ] {72c19b35-bcf2-4f0a-b6d3-ee7ed3a62c5a} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16192 | 2024.08.08 23:08:27.355892 [ 3 ] {72c19b35-bcf2-4f0a-b6d3-ee7ed3a62c5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16193 | 2024.08.08 23:08:27.356279 [ 3 ] {72c19b35-bcf2-4f0a-b6d3-ee7ed3a62c5a} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16194 | 2024.08.08 23:08:27.356613 [ 3 ] {72c19b35-bcf2-4f0a-b6d3-ee7ed3a62c5a} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16195 | 2024.08.08 23:08:27.356775 [ 3 ] {72c19b35-bcf2-4f0a-b6d3-ee7ed3a62c5a} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001572 sec., 102417.30279898219 rows/sec., 7.13 MiB/sec. | ||
16196 | 2024.08.08 23:08:27.356953 [ 3 ] {72c19b35-bcf2-4f0a-b6d3-ee7ed3a62c5a} <Debug> DynamicQueryHandler: Done processing query | ||
16197 | 2024.08.08 23:08:27.356977 [ 3 ] {72c19b35-bcf2-4f0a-b6d3-ee7ed3a62c5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16198 | 2024.08.08 23:08:27.356992 [ 3 ] {} <Debug> HTTP-Session: 74435e84-e344-437f-848e-6a36fcf6a527 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16199 | 2024.08.08 23:08:27.357174 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90194, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16200 | 2024.08.08 23:08:27.357224 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16201 | 2024.08.08 23:08:27.357245 [ 3 ] {} <Debug> HTTP-Session: cd939aa3-6183-454b-a724-930093e99217 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16202 | 2024.08.08 23:08:27.357261 [ 3 ] {} <Debug> HTTP-Session: cd939aa3-6183-454b-a724-930093e99217 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16203 | 2024.08.08 23:08:27.357275 [ 3 ] {} <Debug> HTTP-Session: cd939aa3-6183-454b-a724-930093e99217 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16204 | 2024.08.08 23:08:27.357305 [ 3 ] {} <Trace> HTTP-Session: cd939aa3-6183-454b-a724-930093e99217 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16205 | 2024.08.08 23:08:27.357793 [ 3 ] {2f083e57-15de-45cb-b961-f3e68ea1bed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16206 | 2024.08.08 23:08:27.357857 [ 3 ] {2f083e57-15de-45cb-b961-f3e68ea1bed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16207 | 2024.08.08 23:08:27.358267 [ 3 ] {2f083e57-15de-45cb-b961-f3e68ea1bed5} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16208 | 2024.08.08 23:08:27.359218 [ 3 ] {2f083e57-15de-45cb-b961-f3e68ea1bed5} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16209 | 2024.08.08 23:08:27.359254 [ 3 ] {2f083e57-15de-45cb-b961-f3e68ea1bed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16210 | 2024.08.08 23:08:27.359939 [ 3 ] {2f083e57-15de-45cb-b961-f3e68ea1bed5} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
16211 | 2024.08.08 23:08:27.360339 [ 3 ] {2f083e57-15de-45cb-b961-f3e68ea1bed5} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16212 | 2024.08.08 23:08:27.360528 [ 3 ] {2f083e57-15de-45cb-b961-f3e68ea1bed5} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003123 sec., 17931.47614473263 rows/sec., 32.13 MiB/sec. | ||
16213 | 2024.08.08 23:08:27.360761 [ 3 ] {2f083e57-15de-45cb-b961-f3e68ea1bed5} <Debug> DynamicQueryHandler: Done processing query | ||
16214 | 2024.08.08 23:08:27.360787 [ 3 ] {2f083e57-15de-45cb-b961-f3e68ea1bed5} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16215 | 2024.08.08 23:08:27.360803 [ 3 ] {} <Debug> HTTP-Session: cd939aa3-6183-454b-a724-930093e99217 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16216 | 2024.08.08 23:08:27.360931 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16217 | 2024.08.08 23:08:27.360981 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16218 | 2024.08.08 23:08:27.361000 [ 3 ] {} <Debug> HTTP-Session: e355c8ea-0a70-4da5-b7d7-d370c4665c6e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16219 | 2024.08.08 23:08:27.361016 [ 3 ] {} <Debug> HTTP-Session: e355c8ea-0a70-4da5-b7d7-d370c4665c6e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16220 | 2024.08.08 23:08:27.361030 [ 3 ] {} <Debug> HTTP-Session: e355c8ea-0a70-4da5-b7d7-d370c4665c6e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16221 | 2024.08.08 23:08:27.361060 [ 3 ] {} <Trace> HTTP-Session: e355c8ea-0a70-4da5-b7d7-d370c4665c6e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16222 | 2024.08.08 23:08:27.361174 [ 3 ] {0ab9ff4f-0796-4573-a707-ce44444bd7e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16223 | 2024.08.08 23:08:27.361219 [ 3 ] {0ab9ff4f-0796-4573-a707-ce44444bd7e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16224 | 2024.08.08 23:08:27.361344 [ 3 ] {0ab9ff4f-0796-4573-a707-ce44444bd7e1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16225 | 2024.08.08 23:08:27.361663 [ 3 ] {0ab9ff4f-0796-4573-a707-ce44444bd7e1} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16226 | 2024.08.08 23:08:27.361699 [ 3 ] {0ab9ff4f-0796-4573-a707-ce44444bd7e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16227 | 2024.08.08 23:08:27.362063 [ 3 ] {0ab9ff4f-0796-4573-a707-ce44444bd7e1} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
16228 | 2024.08.08 23:08:27.362381 [ 3 ] {0ab9ff4f-0796-4573-a707-ce44444bd7e1} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16229 | 2024.08.08 23:08:27.362511 [ 3 ] {0ab9ff4f-0796-4573-a707-ce44444bd7e1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001377 sec., 43572.98474945534 rows/sec., 2.94 MiB/sec. | ||
16230 | 2024.08.08 23:08:27.362704 [ 3 ] {0ab9ff4f-0796-4573-a707-ce44444bd7e1} <Debug> DynamicQueryHandler: Done processing query | ||
16231 | 2024.08.08 23:08:27.362728 [ 3 ] {0ab9ff4f-0796-4573-a707-ce44444bd7e1} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16232 | 2024.08.08 23:08:27.362744 [ 3 ] {} <Debug> HTTP-Session: e355c8ea-0a70-4da5-b7d7-d370c4665c6e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16233 | 2024.08.08 23:08:32.345312 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16234 | 2024.08.08 23:08:32.345462 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16235 | 2024.08.08 23:08:32.345494 [ 3 ] {} <Debug> HTTP-Session: 91ed0e1b-930d-4dca-b95e-fbdf95d99e80 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16236 | 2024.08.08 23:08:32.345521 [ 3 ] {} <Debug> HTTP-Session: 91ed0e1b-930d-4dca-b95e-fbdf95d99e80 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16237 | 2024.08.08 23:08:32.345539 [ 3 ] {} <Debug> HTTP-Session: 91ed0e1b-930d-4dca-b95e-fbdf95d99e80 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16238 | 2024.08.08 23:08:32.345594 [ 3 ] {} <Trace> HTTP-Session: 91ed0e1b-930d-4dca-b95e-fbdf95d99e80 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16239 | 2024.08.08 23:08:32.345796 [ 3 ] {9e9e86d8-175e-45a4-862e-b2c0f0fab915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16240 | 2024.08.08 23:08:32.345886 [ 3 ] {9e9e86d8-175e-45a4-862e-b2c0f0fab915} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16241 | 2024.08.08 23:08:32.346095 [ 3 ] {9e9e86d8-175e-45a4-862e-b2c0f0fab915} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16242 | 2024.08.08 23:08:32.346577 [ 3 ] {9e9e86d8-175e-45a4-862e-b2c0f0fab915} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16243 | 2024.08.08 23:08:32.346622 [ 3 ] {9e9e86d8-175e-45a4-862e-b2c0f0fab915} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16244 | 2024.08.08 23:08:32.347022 [ 3 ] {9e9e86d8-175e-45a4-862e-b2c0f0fab915} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
16245 | 2024.08.08 23:08:32.347360 [ 3 ] {9e9e86d8-175e-45a4-862e-b2c0f0fab915} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16246 | 2024.08.08 23:08:32.347527 [ 3 ] {9e9e86d8-175e-45a4-862e-b2c0f0fab915} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001787 sec., 3357.582540570789 rows/sec., 190.18 KiB/sec. | ||
16247 | 2024.08.08 23:08:32.347744 [ 3 ] {9e9e86d8-175e-45a4-862e-b2c0f0fab915} <Debug> DynamicQueryHandler: Done processing query | ||
16248 | 2024.08.08 23:08:32.347771 [ 3 ] {9e9e86d8-175e-45a4-862e-b2c0f0fab915} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16249 | 2024.08.08 23:08:32.347788 [ 3 ] {} <Debug> HTTP-Session: 91ed0e1b-930d-4dca-b95e-fbdf95d99e80 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16250 | 2024.08.08 23:08:32.347962 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16251 | 2024.08.08 23:08:32.348020 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16252 | 2024.08.08 23:08:32.348042 [ 3 ] {} <Debug> HTTP-Session: 196c6c54-5546-4078-9ab9-32543a66f7ce Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16253 | 2024.08.08 23:08:32.348060 [ 3 ] {} <Debug> HTTP-Session: 196c6c54-5546-4078-9ab9-32543a66f7ce Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16254 | 2024.08.08 23:08:32.348074 [ 3 ] {} <Debug> HTTP-Session: 196c6c54-5546-4078-9ab9-32543a66f7ce Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16255 | 2024.08.08 23:08:32.348110 [ 3 ] {} <Trace> HTTP-Session: 196c6c54-5546-4078-9ab9-32543a66f7ce Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16256 | 2024.08.08 23:08:32.348257 [ 3 ] {7dc027b4-5d7e-489f-9d9c-cb3d23701822} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16257 | 2024.08.08 23:08:32.348305 [ 3 ] {7dc027b4-5d7e-489f-9d9c-cb3d23701822} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16258 | 2024.08.08 23:08:32.348440 [ 3 ] {7dc027b4-5d7e-489f-9d9c-cb3d23701822} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16259 | 2024.08.08 23:08:32.348849 [ 3 ] {7dc027b4-5d7e-489f-9d9c-cb3d23701822} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16260 | 2024.08.08 23:08:32.348886 [ 3 ] {7dc027b4-5d7e-489f-9d9c-cb3d23701822} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16261 | 2024.08.08 23:08:32.349202 [ 3 ] {7dc027b4-5d7e-489f-9d9c-cb3d23701822} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16262 | 2024.08.08 23:08:32.349510 [ 3 ] {7dc027b4-5d7e-489f-9d9c-cb3d23701822} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16263 | 2024.08.08 23:08:32.349664 [ 3 ] {7dc027b4-5d7e-489f-9d9c-cb3d23701822} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001469 sec., 109598.36623553437 rows/sec., 9.66 MiB/sec. | ||
16264 | 2024.08.08 23:08:32.349859 [ 3 ] {7dc027b4-5d7e-489f-9d9c-cb3d23701822} <Debug> DynamicQueryHandler: Done processing query | ||
16265 | 2024.08.08 23:08:32.349897 [ 3 ] {7dc027b4-5d7e-489f-9d9c-cb3d23701822} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16266 | 2024.08.08 23:08:32.349929 [ 3 ] {} <Debug> HTTP-Session: 196c6c54-5546-4078-9ab9-32543a66f7ce Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16267 | 2024.08.08 23:08:32.350141 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16268 | 2024.08.08 23:08:32.350195 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16269 | 2024.08.08 23:08:32.350216 [ 3 ] {} <Debug> HTTP-Session: fbeeed39-69d8-42dd-8a28-565aea17fa27 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16270 | 2024.08.08 23:08:32.350233 [ 3 ] {} <Debug> HTTP-Session: fbeeed39-69d8-42dd-8a28-565aea17fa27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16271 | 2024.08.08 23:08:32.350247 [ 3 ] {} <Debug> HTTP-Session: fbeeed39-69d8-42dd-8a28-565aea17fa27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16272 | 2024.08.08 23:08:32.350278 [ 3 ] {} <Trace> HTTP-Session: fbeeed39-69d8-42dd-8a28-565aea17fa27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16273 | 2024.08.08 23:08:32.350477 [ 3 ] {40856e75-7e03-4d0a-861f-2d464d494a2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16274 | 2024.08.08 23:08:32.350522 [ 3 ] {40856e75-7e03-4d0a-861f-2d464d494a2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16275 | 2024.08.08 23:08:32.350652 [ 3 ] {40856e75-7e03-4d0a-861f-2d464d494a2c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16276 | 2024.08.08 23:08:32.351173 [ 3 ] {40856e75-7e03-4d0a-861f-2d464d494a2c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16277 | 2024.08.08 23:08:32.351210 [ 3 ] {40856e75-7e03-4d0a-861f-2d464d494a2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16278 | 2024.08.08 23:08:32.351543 [ 3 ] {40856e75-7e03-4d0a-861f-2d464d494a2c} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16279 | 2024.08.08 23:08:32.351854 [ 3 ] {40856e75-7e03-4d0a-861f-2d464d494a2c} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16280 | 2024.08.08 23:08:32.352008 [ 3 ] {40856e75-7e03-4d0a-861f-2d464d494a2c} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001639 sec., 233068.94447834045 rows/sec., 16.37 MiB/sec. | ||
16281 | 2024.08.08 23:08:32.352260 [ 3 ] {40856e75-7e03-4d0a-861f-2d464d494a2c} <Debug> DynamicQueryHandler: Done processing query | ||
16282 | 2024.08.08 23:08:32.352325 [ 3 ] {40856e75-7e03-4d0a-861f-2d464d494a2c} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16283 | 2024.08.08 23:08:32.352386 [ 3 ] {} <Debug> HTTP-Session: fbeeed39-69d8-42dd-8a28-565aea17fa27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16284 | 2024.08.08 23:08:32.352638 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16285 | 2024.08.08 23:08:32.352695 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16286 | 2024.08.08 23:08:32.352714 [ 3 ] {} <Debug> HTTP-Session: 92aa908d-0939-48f0-b7b4-be5a55dd75f7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16287 | 2024.08.08 23:08:32.352731 [ 3 ] {} <Debug> HTTP-Session: 92aa908d-0939-48f0-b7b4-be5a55dd75f7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16288 | 2024.08.08 23:08:32.352745 [ 3 ] {} <Debug> HTTP-Session: 92aa908d-0939-48f0-b7b4-be5a55dd75f7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16289 | 2024.08.08 23:08:32.352778 [ 3 ] {} <Trace> HTTP-Session: 92aa908d-0939-48f0-b7b4-be5a55dd75f7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16290 | 2024.08.08 23:08:32.352886 [ 3 ] {cf2056d8-4846-4c7b-b73d-652919860f9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16291 | 2024.08.08 23:08:32.352933 [ 3 ] {cf2056d8-4846-4c7b-b73d-652919860f9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16292 | 2024.08.08 23:08:32.353083 [ 3 ] {cf2056d8-4846-4c7b-b73d-652919860f9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16293 | 2024.08.08 23:08:32.353344 [ 3 ] {cf2056d8-4846-4c7b-b73d-652919860f9f} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16294 | 2024.08.08 23:08:32.353380 [ 3 ] {cf2056d8-4846-4c7b-b73d-652919860f9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16295 | 2024.08.08 23:08:32.353735 [ 3 ] {cf2056d8-4846-4c7b-b73d-652919860f9f} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
16296 | 2024.08.08 23:08:32.354054 [ 3 ] {cf2056d8-4846-4c7b-b73d-652919860f9f} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16297 | 2024.08.08 23:08:32.354216 [ 3 ] {cf2056d8-4846-4c7b-b73d-652919860f9f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00135 sec., 4444.444444444444 rows/sec., 190.97 KiB/sec. | ||
16298 | 2024.08.08 23:08:32.354227 [ 113 ] {} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
16299 | 2024.08.08 23:08:32.354331 [ 113 ] {} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16300 | 2024.08.08 23:08:32.354379 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16301 | 2024.08.08 23:08:32.354458 [ 3 ] {cf2056d8-4846-4c7b-b73d-652919860f9f} <Debug> DynamicQueryHandler: Done processing query | ||
16302 | 2024.08.08 23:08:32.354499 [ 3 ] {cf2056d8-4846-4c7b-b73d-652919860f9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16303 | 2024.08.08 23:08:32.354522 [ 3 ] {} <Debug> HTTP-Session: 92aa908d-0939-48f0-b7b4-be5a55dd75f7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16304 | 2024.08.08 23:08:32.354550 [ 196 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::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 | ||
16305 | 2024.08.08 23:08:32.354690 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16306 | 2024.08.08 23:08:32.354740 [ 196 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16307 | 2024.08.08 23:08:32.354751 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16308 | 2024.08.08 23:08:32.354790 [ 3 ] {} <Debug> HTTP-Session: d487bcec-71a8-4f24-b18c-e9c79fbdd99f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16309 | 2024.08.08 23:08:32.354797 [ 196 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
16310 | 2024.08.08 23:08:32.354812 [ 3 ] {} <Debug> HTTP-Session: d487bcec-71a8-4f24-b18c-e9c79fbdd99f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16311 | 2024.08.08 23:08:32.354838 [ 3 ] {} <Debug> HTTP-Session: d487bcec-71a8-4f24-b18c-e9c79fbdd99f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16312 | 2024.08.08 23:08:32.354891 [ 3 ] {} <Trace> HTTP-Session: d487bcec-71a8-4f24-b18c-e9c79fbdd99f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16313 | 2024.08.08 23:08:32.354901 [ 196 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
16314 | 2024.08.08 23:08:32.355325 [ 196 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
16315 | 2024.08.08 23:08:32.355384 [ 3 ] {2a4ffba1-adb8-4f1d-ac45-b08a3c49d269} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
16316 | 2024.08.08 23:08:32.355565 [ 3 ] {2a4ffba1-adb8-4f1d-ac45-b08a3c49d269} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
16317 | 2024.08.08 23:08:32.355578 [ 196 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
16318 | 2024.08.08 23:08:32.356009 [ 196 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
16319 | 2024.08.08 23:08:32.356332 [ 196 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
16320 | 2024.08.08 23:08:32.356848 [ 3 ] {2a4ffba1-adb8-4f1d-ac45-b08a3c49d269} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16321 | 2024.08.08 23:08:32.357354 [ 3 ] {2a4ffba1-adb8-4f1d-ac45-b08a3c49d269} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16322 | 2024.08.08 23:08:32.357396 [ 3 ] {2a4ffba1-adb8-4f1d-ac45-b08a3c49d269} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16323 | 2024.08.08 23:08:32.357953 [ 3 ] {2a4ffba1-adb8-4f1d-ac45-b08a3c49d269} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
16324 | 2024.08.08 23:08:32.358102 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.003649321 sec., 75630.50770266578 rows/sec., 3.17 MiB/sec. | ||
16325 | 2024.08.08 23:08:32.358413 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
16326 | 2024.08.08 23:08:32.358588 [ 3 ] {2a4ffba1-adb8-4f1d-ac45-b08a3c49d269} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16327 | 2024.08.08 23:08:32.358834 [ 113 ] {} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
16328 | 2024.08.08 23:08:32.358963 [ 113 ] {} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16329 | 2024.08.08 23:08:32.359045 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16330 | 2024.08.08 23:08:32.359060 [ 3 ] {2a4ffba1-adb8-4f1d-ac45-b08a3c49d269} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.003878 sec., 19855.595667870035 rows/sec., 1.22 MiB/sec. | ||
16331 | 2024.08.08 23:08:32.360080 [ 3 ] {2a4ffba1-adb8-4f1d-ac45-b08a3c49d269} <Debug> DynamicQueryHandler: Done processing query | ||
16332 | 2024.08.08 23:08:32.360193 [ 3 ] {2a4ffba1-adb8-4f1d-ac45-b08a3c49d269} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16333 | 2024.08.08 23:08:32.360329 [ 3 ] {} <Debug> HTTP-Session: d487bcec-71a8-4f24-b18c-e9c79fbdd99f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16334 | 2024.08.08 23:08:32.360384 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16335 | 2024.08.08 23:08:32.360725 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16336 | 2024.08.08 23:08:32.361003 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16337 | 2024.08.08 23:08:32.361010 [ 197 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_46_9} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
16338 | 2024.08.08 23:08:32.361064 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::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 | ||
16339 | 2024.08.08 23:08:32.361149 [ 3 ] {} <Debug> HTTP-Session: db04c70d-b306-4008-be7d-01c4d3e10432 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16340 | 2024.08.08 23:08:32.361271 [ 3 ] {} <Debug> HTTP-Session: db04c70d-b306-4008-be7d-01c4d3e10432 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16341 | 2024.08.08 23:08:32.361378 [ 3 ] {} <Debug> HTTP-Session: db04c70d-b306-4008-be7d-01c4d3e10432 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16342 | 2024.08.08 23:08:32.361557 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
16343 | 2024.08.08 23:08:32.361589 [ 3 ] {} <Trace> HTTP-Session: db04c70d-b306-4008-be7d-01c4d3e10432 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16344 | 2024.08.08 23:08:32.361995 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16345 | 2024.08.08 23:08:32.362116 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 3157 rows starting from the beginning of the part | ||
16346 | 2024.08.08 23:08:32.362138 [ 3 ] {0f3cb8f4-6296-4725-8ee7-10986fdb52db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16347 | 2024.08.08 23:08:32.362379 [ 3 ] {0f3cb8f4-6296-4725-8ee7-10986fdb52db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16348 | 2024.08.08 23:08:32.362400 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 77 rows starting from the beginning of the part | ||
16349 | 2024.08.08 23:08:32.362781 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 77 rows starting from the beginning of the part | ||
16350 | 2024.08.08 23:08:32.363132 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 77 rows starting from the beginning of the part | ||
16351 | 2024.08.08 23:08:32.363457 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 77 rows starting from the beginning of the part | ||
16352 | 2024.08.08 23:08:32.363815 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 77 rows starting from the beginning of the part | ||
16353 | 2024.08.08 23:08:32.363977 [ 3 ] {0f3cb8f4-6296-4725-8ee7-10986fdb52db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16354 | 2024.08.08 23:08:32.365035 [ 3 ] {0f3cb8f4-6296-4725-8ee7-10986fdb52db} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16355 | 2024.08.08 23:08:32.365103 [ 3 ] {0f3cb8f4-6296-4725-8ee7-10986fdb52db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16356 | 2024.08.08 23:08:32.366212 [ 3 ] {0f3cb8f4-6296-4725-8ee7-10986fdb52db} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16357 | 2024.08.08 23:08:32.366898 [ 3 ] {0f3cb8f4-6296-4725-8ee7-10986fdb52db} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16358 | 2024.08.08 23:08:32.367014 [ 198 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3542 rows, containing 5 columns (5 merged, 0 gathered) in 0.007737188 sec., 457789.057213034 rows/sec., 28.19 MiB/sec. | ||
16359 | 2024.08.08 23:08:32.367151 [ 3 ] {0f3cb8f4-6296-4725-8ee7-10986fdb52db} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005262 sec., 30406.68947168377 rows/sec., 2.12 MiB/sec. | ||
16360 | 2024.08.08 23:08:32.367460 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
16361 | 2024.08.08 23:08:32.367533 [ 3 ] {0f3cb8f4-6296-4725-8ee7-10986fdb52db} <Debug> DynamicQueryHandler: Done processing query | ||
16362 | 2024.08.08 23:08:32.367632 [ 3 ] {0f3cb8f4-6296-4725-8ee7-10986fdb52db} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16363 | 2024.08.08 23:08:32.367708 [ 3 ] {} <Debug> HTTP-Session: db04c70d-b306-4008-be7d-01c4d3e10432 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16364 | 2024.08.08 23:08:32.368004 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16365 | 2024.08.08 23:08:32.368196 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16366 | 2024.08.08 23:08:32.368315 [ 3 ] {} <Debug> HTTP-Session: 95a7004d-9d34-4c1a-be50-87361bf3ca68 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16367 | 2024.08.08 23:08:32.368430 [ 3 ] {} <Debug> HTTP-Session: 95a7004d-9d34-4c1a-be50-87361bf3ca68 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16368 | 2024.08.08 23:08:32.368517 [ 3 ] {} <Debug> HTTP-Session: 95a7004d-9d34-4c1a-be50-87361bf3ca68 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16369 | 2024.08.08 23:08:32.368688 [ 3 ] {} <Trace> HTTP-Session: 95a7004d-9d34-4c1a-be50-87361bf3ca68 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16370 | 2024.08.08 23:08:32.369122 [ 3 ] {d82d0e06-078c-486f-8483-b87ce424c16a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16371 | 2024.08.08 23:08:32.369351 [ 3 ] {d82d0e06-078c-486f-8483-b87ce424c16a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16372 | 2024.08.08 23:08:32.369834 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16373 | 2024.08.08 23:08:32.369853 [ 3 ] {d82d0e06-078c-486f-8483-b87ce424c16a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16374 | 2024.08.08 23:08:32.369949 [ 188 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_46_9} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
16375 | 2024.08.08 23:08:32.370089 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
16376 | 2024.08.08 23:08:32.370254 [ 3 ] {d82d0e06-078c-486f-8483-b87ce424c16a} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16377 | 2024.08.08 23:08:32.370290 [ 3 ] {d82d0e06-078c-486f-8483-b87ce424c16a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16378 | 2024.08.08 23:08:32.370653 [ 3 ] {d82d0e06-078c-486f-8483-b87ce424c16a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
16379 | 2024.08.08 23:08:32.370983 [ 3 ] {d82d0e06-078c-486f-8483-b87ce424c16a} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16380 | 2024.08.08 23:08:32.371108 [ 3 ] {d82d0e06-078c-486f-8483-b87ce424c16a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.002187 sec., 10516.689529035208 rows/sec., 568.88 KiB/sec. | ||
16381 | 2024.08.08 23:08:32.371276 [ 3 ] {d82d0e06-078c-486f-8483-b87ce424c16a} <Debug> DynamicQueryHandler: Done processing query | ||
16382 | 2024.08.08 23:08:32.371301 [ 3 ] {d82d0e06-078c-486f-8483-b87ce424c16a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16383 | 2024.08.08 23:08:32.371317 [ 3 ] {} <Debug> HTTP-Session: 95a7004d-9d34-4c1a-be50-87361bf3ca68 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16384 | 2024.08.08 23:08:32.371453 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16385 | 2024.08.08 23:08:32.371503 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16386 | 2024.08.08 23:08:32.371522 [ 3 ] {} <Debug> HTTP-Session: 443673fa-0f7c-4c61-ac14-4bed0d305ba3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16387 | 2024.08.08 23:08:32.371539 [ 3 ] {} <Debug> HTTP-Session: 443673fa-0f7c-4c61-ac14-4bed0d305ba3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16388 | 2024.08.08 23:08:32.371553 [ 3 ] {} <Debug> HTTP-Session: 443673fa-0f7c-4c61-ac14-4bed0d305ba3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16389 | 2024.08.08 23:08:32.371585 [ 3 ] {} <Trace> HTTP-Session: 443673fa-0f7c-4c61-ac14-4bed0d305ba3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16390 | 2024.08.08 23:08:32.371707 [ 3 ] {947468f8-64e1-43f9-bfa1-10714dbd26db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16391 | 2024.08.08 23:08:32.371752 [ 3 ] {947468f8-64e1-43f9-bfa1-10714dbd26db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16392 | 2024.08.08 23:08:32.371878 [ 3 ] {947468f8-64e1-43f9-bfa1-10714dbd26db} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16393 | 2024.08.08 23:08:32.372185 [ 3 ] {947468f8-64e1-43f9-bfa1-10714dbd26db} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16394 | 2024.08.08 23:08:32.372219 [ 3 ] {947468f8-64e1-43f9-bfa1-10714dbd26db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.72 GiB. | ||
16395 | 2024.08.08 23:08:32.372566 [ 3 ] {947468f8-64e1-43f9-bfa1-10714dbd26db} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
16396 | 2024.08.08 23:08:32.372897 [ 3 ] {947468f8-64e1-43f9-bfa1-10714dbd26db} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16397 | 2024.08.08 23:08:32.373027 [ 3 ] {947468f8-64e1-43f9-bfa1-10714dbd26db} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001368 sec., 43859.649122807015 rows/sec., 2.96 MiB/sec. | ||
16398 | 2024.08.08 23:08:32.373191 [ 3 ] {947468f8-64e1-43f9-bfa1-10714dbd26db} <Debug> DynamicQueryHandler: Done processing query | ||
16399 | 2024.08.08 23:08:32.373216 [ 3 ] {947468f8-64e1-43f9-bfa1-10714dbd26db} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16400 | 2024.08.08 23:08:32.373231 [ 3 ] {} <Debug> HTTP-Session: 443673fa-0f7c-4c61-ac14-4bed0d305ba3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16401 | 2024.08.08 23:08:37.343447 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16402 | 2024.08.08 23:08:37.343581 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16403 | 2024.08.08 23:08:37.343611 [ 3 ] {} <Debug> HTTP-Session: c14dbdbe-603f-42c2-bae1-fdbae4f28b44 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16404 | 2024.08.08 23:08:37.343639 [ 3 ] {} <Debug> HTTP-Session: c14dbdbe-603f-42c2-bae1-fdbae4f28b44 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16405 | 2024.08.08 23:08:37.343656 [ 3 ] {} <Debug> HTTP-Session: c14dbdbe-603f-42c2-bae1-fdbae4f28b44 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16406 | 2024.08.08 23:08:37.343711 [ 3 ] {} <Trace> HTTP-Session: c14dbdbe-603f-42c2-bae1-fdbae4f28b44 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16407 | 2024.08.08 23:08:37.343924 [ 3 ] {8c684e44-9401-487e-9046-5840756001f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16408 | 2024.08.08 23:08:37.343998 [ 3 ] {8c684e44-9401-487e-9046-5840756001f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16409 | 2024.08.08 23:08:37.344188 [ 3 ] {8c684e44-9401-487e-9046-5840756001f9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16410 | 2024.08.08 23:08:37.344668 [ 3 ] {8c684e44-9401-487e-9046-5840756001f9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16411 | 2024.08.08 23:08:37.344714 [ 3 ] {8c684e44-9401-487e-9046-5840756001f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16412 | 2024.08.08 23:08:37.345183 [ 3 ] {8c684e44-9401-487e-9046-5840756001f9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
16413 | 2024.08.08 23:08:37.345730 [ 3 ] {8c684e44-9401-487e-9046-5840756001f9} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16414 | 2024.08.08 23:08:37.345901 [ 3 ] {8c684e44-9401-487e-9046-5840756001f9} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.002048 sec., 27343.75 rows/sec., 2.16 MiB/sec. | ||
16415 | 2024.08.08 23:08:37.346117 [ 3 ] {8c684e44-9401-487e-9046-5840756001f9} <Debug> DynamicQueryHandler: Done processing query | ||
16416 | 2024.08.08 23:08:37.346144 [ 3 ] {8c684e44-9401-487e-9046-5840756001f9} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16417 | 2024.08.08 23:08:37.346160 [ 3 ] {} <Debug> HTTP-Session: c14dbdbe-603f-42c2-bae1-fdbae4f28b44 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16418 | 2024.08.08 23:08:37.346339 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16419 | 2024.08.08 23:08:37.346396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16420 | 2024.08.08 23:08:37.346417 [ 3 ] {} <Debug> HTTP-Session: 55f0b306-9167-4d27-8d94-5b82b134b960 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16421 | 2024.08.08 23:08:37.346434 [ 3 ] {} <Debug> HTTP-Session: 55f0b306-9167-4d27-8d94-5b82b134b960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16422 | 2024.08.08 23:08:37.346448 [ 3 ] {} <Debug> HTTP-Session: 55f0b306-9167-4d27-8d94-5b82b134b960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16423 | 2024.08.08 23:08:37.346483 [ 3 ] {} <Trace> HTTP-Session: 55f0b306-9167-4d27-8d94-5b82b134b960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16424 | 2024.08.08 23:08:37.346585 [ 3 ] {2974f496-d022-4471-82d9-a237c3af5d94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16425 | 2024.08.08 23:08:37.346630 [ 3 ] {2974f496-d022-4471-82d9-a237c3af5d94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16426 | 2024.08.08 23:08:37.346763 [ 3 ] {2974f496-d022-4471-82d9-a237c3af5d94} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16427 | 2024.08.08 23:08:37.347075 [ 3 ] {2974f496-d022-4471-82d9-a237c3af5d94} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16428 | 2024.08.08 23:08:37.347111 [ 3 ] {2974f496-d022-4471-82d9-a237c3af5d94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16429 | 2024.08.08 23:08:37.347512 [ 3 ] {2974f496-d022-4471-82d9-a237c3af5d94} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
16430 | 2024.08.08 23:08:37.348034 [ 3 ] {2974f496-d022-4471-82d9-a237c3af5d94} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16431 | 2024.08.08 23:08:37.348201 [ 3 ] {2974f496-d022-4471-82d9-a237c3af5d94} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001644 sec., 2433.0900243309 rows/sec., 198.40 KiB/sec. | ||
16432 | 2024.08.08 23:08:37.348372 [ 3 ] {2974f496-d022-4471-82d9-a237c3af5d94} <Debug> DynamicQueryHandler: Done processing query | ||
16433 | 2024.08.08 23:08:37.348397 [ 3 ] {2974f496-d022-4471-82d9-a237c3af5d94} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16434 | 2024.08.08 23:08:37.348413 [ 3 ] {} <Debug> HTTP-Session: 55f0b306-9167-4d27-8d94-5b82b134b960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16435 | 2024.08.08 23:08:37.348711 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 33466, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16436 | 2024.08.08 23:08:37.348762 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16437 | 2024.08.08 23:08:37.348782 [ 3 ] {} <Debug> HTTP-Session: a7f61e16-4afc-43fb-bc35-af80b4719b5d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16438 | 2024.08.08 23:08:37.348798 [ 3 ] {} <Debug> HTTP-Session: a7f61e16-4afc-43fb-bc35-af80b4719b5d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16439 | 2024.08.08 23:08:37.348811 [ 3 ] {} <Debug> HTTP-Session: a7f61e16-4afc-43fb-bc35-af80b4719b5d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16440 | 2024.08.08 23:08:37.348842 [ 3 ] {} <Trace> HTTP-Session: a7f61e16-4afc-43fb-bc35-af80b4719b5d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16441 | 2024.08.08 23:08:37.348995 [ 3 ] {e91b3bce-bc7e-45c6-a060-8754cbf20da6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16442 | 2024.08.08 23:08:37.349037 [ 3 ] {e91b3bce-bc7e-45c6-a060-8754cbf20da6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16443 | 2024.08.08 23:08:37.349163 [ 3 ] {e91b3bce-bc7e-45c6-a060-8754cbf20da6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16444 | 2024.08.08 23:08:37.349614 [ 3 ] {e91b3bce-bc7e-45c6-a060-8754cbf20da6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16445 | 2024.08.08 23:08:37.349650 [ 3 ] {e91b3bce-bc7e-45c6-a060-8754cbf20da6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16446 | 2024.08.08 23:08:37.350073 [ 3 ] {e91b3bce-bc7e-45c6-a060-8754cbf20da6} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
16447 | 2024.08.08 23:08:37.350616 [ 3 ] {e91b3bce-bc7e-45c6-a060-8754cbf20da6} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16448 | 2024.08.08 23:08:37.350777 [ 3 ] {e91b3bce-bc7e-45c6-a060-8754cbf20da6} <Debug> executeQuery: Read 226 rows, 19.73 KiB in 0.001845 sec., 122493.22493224932 rows/sec., 10.44 MiB/sec. | ||
16449 | 2024.08.08 23:08:37.350778 [ 107 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
16450 | 2024.08.08 23:08:37.350891 [ 107 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16451 | 2024.08.08 23:08:37.350941 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16452 | 2024.08.08 23:08:37.351043 [ 3 ] {e91b3bce-bc7e-45c6-a060-8754cbf20da6} <Debug> DynamicQueryHandler: Done processing query | ||
16453 | 2024.08.08 23:08:37.351110 [ 3 ] {e91b3bce-bc7e-45c6-a060-8754cbf20da6} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
16454 | 2024.08.08 23:08:37.351180 [ 3 ] {} <Debug> HTTP-Session: a7f61e16-4afc-43fb-bc35-af80b4719b5d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16455 | 2024.08.08 23:08:37.351283 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
16456 | 2024.08.08 23:08:37.351450 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 611, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16457 | 2024.08.08 23:08:37.351632 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16458 | 2024.08.08 23:08:37.351739 [ 3 ] {} <Debug> HTTP-Session: 532d3c9d-2480-464d-9385-9eddc77ab0ad Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16459 | 2024.08.08 23:08:37.351816 [ 3 ] {} <Debug> HTTP-Session: 532d3c9d-2480-464d-9385-9eddc77ab0ad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16460 | 2024.08.08 23:08:37.351902 [ 3 ] {} <Debug> HTTP-Session: 532d3c9d-2480-464d-9385-9eddc77ab0ad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16461 | 2024.08.08 23:08:37.352065 [ 3 ] {} <Trace> HTTP-Session: 532d3c9d-2480-464d-9385-9eddc77ab0ad Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16462 | 2024.08.08 23:08:37.352101 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16463 | 2024.08.08 23:08:37.352244 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1483 rows starting from the beginning of the part | ||
16464 | 2024.08.08 23:08:37.352414 [ 3 ] {3c335bc6-4845-4626-b2bd-3f09284a4282} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16465 | 2024.08.08 23:08:37.352573 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1364 rows starting from the beginning of the part | ||
16466 | 2024.08.08 23:08:37.352572 [ 3 ] {3c335bc6-4845-4626-b2bd-3f09284a4282} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16467 | 2024.08.08 23:08:37.353015 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 161 rows starting from the beginning of the part | ||
16468 | 2024.08.08 23:08:37.353417 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 225 rows starting from the beginning of the part | ||
16469 | 2024.08.08 23:08:37.353818 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 161 rows starting from the beginning of the part | ||
16470 | 2024.08.08 23:08:37.354148 [ 3 ] {3c335bc6-4845-4626-b2bd-3f09284a4282} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16471 | 2024.08.08 23:08:37.354153 [ 187 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 226 rows starting from the beginning of the part | ||
16472 | 2024.08.08 23:08:37.355274 [ 3 ] {3c335bc6-4845-4626-b2bd-3f09284a4282} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16473 | 2024.08.08 23:08:37.355352 [ 3 ] {3c335bc6-4845-4626-b2bd-3f09284a4282} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16474 | 2024.08.08 23:08:37.356174 [ 3 ] {3c335bc6-4845-4626-b2bd-3f09284a4282} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
16475 | 2024.08.08 23:08:37.357218 [ 3 ] {3c335bc6-4845-4626-b2bd-3f09284a4282} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16476 | 2024.08.08 23:08:37.357463 [ 3 ] {3c335bc6-4845-4626-b2bd-3f09284a4282} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.005207 sec., 768.1966583445362 rows/sec., 53.64 KiB/sec. | ||
16477 | 2024.08.08 23:08:37.358127 [ 3 ] {3c335bc6-4845-4626-b2bd-3f09284a4282} <Debug> DynamicQueryHandler: Done processing query | ||
16478 | 2024.08.08 23:08:37.358243 [ 3 ] {3c335bc6-4845-4626-b2bd-3f09284a4282} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16479 | 2024.08.08 23:08:37.358370 [ 3 ] {} <Debug> HTTP-Session: 532d3c9d-2480-464d-9385-9eddc77ab0ad Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16480 | 2024.08.08 23:08:37.358436 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3620 rows, containing 4 columns (4 merged, 0 gathered) in 0.007405353 sec., 488835.5761028543 rows/sec., 41.01 MiB/sec. | ||
16481 | 2024.08.08 23:08:37.358578 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 21059, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16482 | 2024.08.08 23:08:37.358664 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16483 | 2024.08.08 23:08:37.358693 [ 3 ] {} <Debug> HTTP-Session: fe6b122a-3238-46ef-8b19-dc7235e31407 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16484 | 2024.08.08 23:08:37.358709 [ 3 ] {} <Debug> HTTP-Session: fe6b122a-3238-46ef-8b19-dc7235e31407 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16485 | 2024.08.08 23:08:37.358729 [ 3 ] {} <Debug> HTTP-Session: fe6b122a-3238-46ef-8b19-dc7235e31407 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16486 | 2024.08.08 23:08:37.358764 [ 3 ] {} <Trace> HTTP-Session: fe6b122a-3238-46ef-8b19-dc7235e31407 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16487 | 2024.08.08 23:08:37.358873 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
16488 | 2024.08.08 23:08:37.359017 [ 3 ] {5892beca-8dd2-44cf-9da6-5a950d1b21fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16489 | 2024.08.08 23:08:37.359208 [ 3 ] {5892beca-8dd2-44cf-9da6-5a950d1b21fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16490 | 2024.08.08 23:08:37.359671 [ 3 ] {5892beca-8dd2-44cf-9da6-5a950d1b21fe} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16491 | 2024.08.08 23:08:37.360008 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16492 | 2024.08.08 23:08:37.360252 [ 186 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_96_19} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
16493 | 2024.08.08 23:08:37.360321 [ 3 ] {5892beca-8dd2-44cf-9da6-5a950d1b21fe} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16494 | 2024.08.08 23:08:37.360404 [ 3 ] {5892beca-8dd2-44cf-9da6-5a950d1b21fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16495 | 2024.08.08 23:08:37.360412 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.82 MiB. | ||
16496 | 2024.08.08 23:08:37.360867 [ 3 ] {5892beca-8dd2-44cf-9da6-5a950d1b21fe} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
16497 | 2024.08.08 23:08:37.361391 [ 3 ] {5892beca-8dd2-44cf-9da6-5a950d1b21fe} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16498 | 2024.08.08 23:08:37.361549 [ 3 ] {5892beca-8dd2-44cf-9da6-5a950d1b21fe} <Debug> executeQuery: Read 124 rows, 9.93 KiB in 0.002674 sec., 46372.475691847416 rows/sec., 3.62 MiB/sec. | ||
16499 | 2024.08.08 23:08:37.361571 [ 107 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
16500 | 2024.08.08 23:08:37.361654 [ 107 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16501 | 2024.08.08 23:08:37.361707 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16502 | 2024.08.08 23:08:37.361847 [ 3 ] {5892beca-8dd2-44cf-9da6-5a950d1b21fe} <Debug> DynamicQueryHandler: Done processing query | ||
16503 | 2024.08.08 23:08:37.361906 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
16504 | 2024.08.08 23:08:37.361907 [ 3 ] {5892beca-8dd2-44cf-9da6-5a950d1b21fe} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
16505 | 2024.08.08 23:08:37.361973 [ 3 ] {} <Debug> HTTP-Session: fe6b122a-3238-46ef-8b19-dc7235e31407 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16506 | 2024.08.08 23:08:37.362204 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31053, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16507 | 2024.08.08 23:08:37.362371 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16508 | 2024.08.08 23:08:37.362448 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16509 | 2024.08.08 23:08:37.362463 [ 3 ] {} <Debug> HTTP-Session: 9fdeee3a-cd7f-4085-bf0c-fb23a5e86809 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16510 | 2024.08.08 23:08:37.362546 [ 3 ] {} <Debug> HTTP-Session: 9fdeee3a-cd7f-4085-bf0c-fb23a5e86809 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16511 | 2024.08.08 23:08:37.362573 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 952 rows starting from the beginning of the part | ||
16512 | 2024.08.08 23:08:37.362608 [ 3 ] {} <Debug> HTTP-Session: 9fdeee3a-cd7f-4085-bf0c-fb23a5e86809 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16513 | 2024.08.08 23:08:37.362836 [ 3 ] {} <Trace> HTTP-Session: 9fdeee3a-cd7f-4085-bf0c-fb23a5e86809 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16514 | 2024.08.08 23:08:37.363163 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 576 rows starting from the beginning of the part | ||
16515 | 2024.08.08 23:08:37.363522 [ 3 ] {1cea2c3f-66a0-43ac-8c15-1b1b218d74f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16516 | 2024.08.08 23:08:37.363611 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 382 rows starting from the beginning of the part | ||
16517 | 2024.08.08 23:08:37.363814 [ 3 ] {1cea2c3f-66a0-43ac-8c15-1b1b218d74f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16518 | 2024.08.08 23:08:37.364050 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 122 rows starting from the beginning of the part | ||
16519 | 2024.08.08 23:08:37.364530 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 382 rows starting from the beginning of the part | ||
16520 | 2024.08.08 23:08:37.364963 [ 199 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 124 rows starting from the beginning of the part | ||
16521 | 2024.08.08 23:08:37.365799 [ 3 ] {1cea2c3f-66a0-43ac-8c15-1b1b218d74f6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16522 | 2024.08.08 23:08:37.366614 [ 3 ] {1cea2c3f-66a0-43ac-8c15-1b1b218d74f6} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16523 | 2024.08.08 23:08:37.366675 [ 3 ] {1cea2c3f-66a0-43ac-8c15-1b1b218d74f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16524 | 2024.08.08 23:08:37.367735 [ 3 ] {1cea2c3f-66a0-43ac-8c15-1b1b218d74f6} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
16525 | 2024.08.08 23:08:37.367889 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2538 rows, containing 4 columns (4 merged, 0 gathered) in 0.006107985 sec., 415521.64911996346 rows/sec., 30.26 MiB/sec. | ||
16526 | 2024.08.08 23:08:37.368294 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
16527 | 2024.08.08 23:08:37.368771 [ 3 ] {1cea2c3f-66a0-43ac-8c15-1b1b218d74f6} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16528 | 2024.08.08 23:08:37.369050 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
16529 | 2024.08.08 23:08:37.369070 [ 3 ] {1cea2c3f-66a0-43ac-8c15-1b1b218d74f6} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.005881 sec., 27546.335657201158 rows/sec., 1.92 MiB/sec. | ||
16530 | 2024.08.08 23:08:37.369110 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16531 | 2024.08.08 23:08:37.369214 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16532 | 2024.08.08 23:08:37.369581 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16533 | 2024.08.08 23:08:37.369596 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
16534 | 2024.08.08 23:08:37.369621 [ 3 ] {1cea2c3f-66a0-43ac-8c15-1b1b218d74f6} <Debug> DynamicQueryHandler: Done processing query | ||
16535 | 2024.08.08 23:08:37.369705 [ 3 ] {1cea2c3f-66a0-43ac-8c15-1b1b218d74f6} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16536 | 2024.08.08 23:08:37.369784 [ 3 ] {} <Debug> HTTP-Session: 9fdeee3a-cd7f-4085-bf0c-fb23a5e86809 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16537 | 2024.08.08 23:08:37.369877 [ 201 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_96_19} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
16538 | 2024.08.08 23:08:37.370012 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16539 | 2024.08.08 23:08:37.370094 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
16540 | 2024.08.08 23:08:37.370106 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 24975 rows starting from the beginning of the part | ||
16541 | 2024.08.08 23:08:37.370156 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16542 | 2024.08.08 23:08:37.370326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16543 | 2024.08.08 23:08:37.370366 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 844 rows starting from the beginning of the part | ||
16544 | 2024.08.08 23:08:37.370409 [ 3 ] {} <Debug> HTTP-Session: 3eccc02c-38bf-4c4b-a8fe-9cbc241753e4 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16545 | 2024.08.08 23:08:37.370467 [ 3 ] {} <Debug> HTTP-Session: 3eccc02c-38bf-4c4b-a8fe-9cbc241753e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16546 | 2024.08.08 23:08:37.370545 [ 3 ] {} <Debug> HTTP-Session: 3eccc02c-38bf-4c4b-a8fe-9cbc241753e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16547 | 2024.08.08 23:08:37.370677 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 160 rows starting from the beginning of the part | ||
16548 | 2024.08.08 23:08:37.370714 [ 3 ] {} <Trace> HTTP-Session: 3eccc02c-38bf-4c4b-a8fe-9cbc241753e4 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16549 | 2024.08.08 23:08:37.370900 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 161 rows starting from the beginning of the part | ||
16550 | 2024.08.08 23:08:37.371090 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 160 rows starting from the beginning of the part | ||
16551 | 2024.08.08 23:08:37.371191 [ 195 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 162 rows starting from the beginning of the part | ||
16552 | 2024.08.08 23:08:37.371539 [ 3 ] {afc35c48-7a1e-4716-96c4-66ae44c2d7f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16553 | 2024.08.08 23:08:37.371710 [ 3 ] {afc35c48-7a1e-4716-96c4-66ae44c2d7f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16554 | 2024.08.08 23:08:37.372664 [ 3 ] {afc35c48-7a1e-4716-96c4-66ae44c2d7f8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16555 | 2024.08.08 23:08:37.373797 [ 3 ] {afc35c48-7a1e-4716-96c4-66ae44c2d7f8} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16556 | 2024.08.08 23:08:37.373835 [ 3 ] {afc35c48-7a1e-4716-96c4-66ae44c2d7f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16557 | 2024.08.08 23:08:37.375056 [ 3 ] {afc35c48-7a1e-4716-96c4-66ae44c2d7f8} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
16558 | 2024.08.08 23:08:37.375850 [ 3 ] {afc35c48-7a1e-4716-96c4-66ae44c2d7f8} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16559 | 2024.08.08 23:08:37.376082 [ 3 ] {afc35c48-7a1e-4716-96c4-66ae44c2d7f8} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.005079 sec., 11025.792478834415 rows/sec., 19.76 MiB/sec. | ||
16560 | 2024.08.08 23:08:37.377936 [ 3 ] {afc35c48-7a1e-4716-96c4-66ae44c2d7f8} <Debug> DynamicQueryHandler: Done processing query | ||
16561 | 2024.08.08 23:08:37.378022 [ 3 ] {afc35c48-7a1e-4716-96c4-66ae44c2d7f8} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16562 | 2024.08.08 23:08:37.378090 [ 3 ] {} <Debug> HTTP-Session: 3eccc02c-38bf-4c4b-a8fe-9cbc241753e4 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16563 | 2024.08.08 23:08:37.378274 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16564 | 2024.08.08 23:08:37.378329 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16565 | 2024.08.08 23:08:37.378351 [ 3 ] {} <Debug> HTTP-Session: ac4bbd26-1a7b-4d1b-aa47-2345b51378a5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16566 | 2024.08.08 23:08:37.378368 [ 3 ] {} <Debug> HTTP-Session: ac4bbd26-1a7b-4d1b-aa47-2345b51378a5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16567 | 2024.08.08 23:08:37.378382 [ 3 ] {} <Debug> HTTP-Session: ac4bbd26-1a7b-4d1b-aa47-2345b51378a5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16568 | 2024.08.08 23:08:37.378436 [ 3 ] {} <Trace> HTTP-Session: ac4bbd26-1a7b-4d1b-aa47-2345b51378a5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16569 | 2024.08.08 23:08:37.378630 [ 3 ] {84494067-9fc1-4a23-9b7e-947bce15cec3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16570 | 2024.08.08 23:08:37.378675 [ 3 ] {84494067-9fc1-4a23-9b7e-947bce15cec3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16571 | 2024.08.08 23:08:37.378851 [ 3 ] {84494067-9fc1-4a23-9b7e-947bce15cec3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16572 | 2024.08.08 23:08:37.379299 [ 3 ] {84494067-9fc1-4a23-9b7e-947bce15cec3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16573 | 2024.08.08 23:08:37.379346 [ 3 ] {84494067-9fc1-4a23-9b7e-947bce15cec3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16574 | 2024.08.08 23:08:37.380081 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 26462 rows, containing 5 columns (5 merged, 0 gathered) in 0.010706089 sec., 2471677.565915994 rows/sec., 169.07 MiB/sec. | ||
16575 | 2024.08.08 23:08:37.380128 [ 3 ] {84494067-9fc1-4a23-9b7e-947bce15cec3} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
16576 | 2024.08.08 23:08:37.380580 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
16577 | 2024.08.08 23:08:37.380777 [ 3 ] {84494067-9fc1-4a23-9b7e-947bce15cec3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16578 | 2024.08.08 23:08:37.381026 [ 107 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
16579 | 2024.08.08 23:08:37.381052 [ 3 ] {84494067-9fc1-4a23-9b7e-947bce15cec3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002496 sec., 24038.46153846154 rows/sec., 1.62 MiB/sec. | ||
16580 | 2024.08.08 23:08:37.381138 [ 107 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16581 | 2024.08.08 23:08:37.381271 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16582 | 2024.08.08 23:08:37.381868 [ 3 ] {84494067-9fc1-4a23-9b7e-947bce15cec3} <Debug> DynamicQueryHandler: Done processing query | ||
16583 | 2024.08.08 23:08:37.381884 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
16584 | 2024.08.08 23:08:37.382009 [ 3 ] {84494067-9fc1-4a23-9b7e-947bce15cec3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16585 | 2024.08.08 23:08:37.382139 [ 3 ] {} <Debug> HTTP-Session: ac4bbd26-1a7b-4d1b-aa47-2345b51378a5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16586 | 2024.08.08 23:08:37.382845 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16587 | 2024.08.08 23:08:37.382844 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16588 | 2024.08.08 23:08:37.382981 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 5332 rows starting from the beginning of the part | ||
16589 | 2024.08.08 23:08:37.383265 [ 200 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
16590 | 2024.08.08 23:08:37.383432 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
16591 | 2024.08.08 23:08:37.383669 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
16592 | 2024.08.08 23:08:37.383834 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 60 rows starting from the beginning of the part | ||
16593 | 2024.08.08 23:08:37.384137 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
16594 | 2024.08.08 23:08:37.384407 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 60 rows starting from the beginning of the part | ||
16595 | 2024.08.08 23:08:37.384694 [ 192 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
16596 | 2024.08.08 23:08:37.387307 [ 201 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5632 rows, containing 4 columns (4 merged, 0 gathered) in 0.005812081 sec., 969016.0890737758 rows/sec., 65.30 MiB/sec. | ||
16597 | 2024.08.08 23:08:37.387826 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
16598 | 2024.08.08 23:08:37.388559 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16599 | 2024.08.08 23:08:37.388636 [ 200 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_96_19} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
16600 | 2024.08.08 23:08:37.388708 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
16601 | 2024.08.08 23:08:38.183724 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
16602 | 2024.08.08 23:08:38.183761 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
16603 | 2024.08.08 23:08:42.343901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16604 | 2024.08.08 23:08:42.344042 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16605 | 2024.08.08 23:08:42.344072 [ 3 ] {} <Debug> HTTP-Session: ba946885-9ead-4a9e-aced-a17c1836e725 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16606 | 2024.08.08 23:08:42.344100 [ 3 ] {} <Debug> HTTP-Session: ba946885-9ead-4a9e-aced-a17c1836e725 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16607 | 2024.08.08 23:08:42.344118 [ 3 ] {} <Debug> HTTP-Session: ba946885-9ead-4a9e-aced-a17c1836e725 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16608 | 2024.08.08 23:08:42.344173 [ 3 ] {} <Trace> HTTP-Session: ba946885-9ead-4a9e-aced-a17c1836e725 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16609 | 2024.08.08 23:08:42.344375 [ 3 ] {64bc7e1f-cebf-41e5-94db-4a5be80c793c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16610 | 2024.08.08 23:08:42.344451 [ 3 ] {64bc7e1f-cebf-41e5-94db-4a5be80c793c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16611 | 2024.08.08 23:08:42.344670 [ 3 ] {64bc7e1f-cebf-41e5-94db-4a5be80c793c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16612 | 2024.08.08 23:08:42.345199 [ 3 ] {64bc7e1f-cebf-41e5-94db-4a5be80c793c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16613 | 2024.08.08 23:08:42.345245 [ 3 ] {64bc7e1f-cebf-41e5-94db-4a5be80c793c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16614 | 2024.08.08 23:08:42.345614 [ 3 ] {64bc7e1f-cebf-41e5-94db-4a5be80c793c} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
16615 | 2024.08.08 23:08:42.345952 [ 3 ] {64bc7e1f-cebf-41e5-94db-4a5be80c793c} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16616 | 2024.08.08 23:08:42.346113 [ 3 ] {64bc7e1f-cebf-41e5-94db-4a5be80c793c} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001797 sec., 3338.8981636060103 rows/sec., 189.12 KiB/sec. | ||
16617 | 2024.08.08 23:08:42.346362 [ 3 ] {64bc7e1f-cebf-41e5-94db-4a5be80c793c} <Debug> DynamicQueryHandler: Done processing query | ||
16618 | 2024.08.08 23:08:42.346390 [ 3 ] {64bc7e1f-cebf-41e5-94db-4a5be80c793c} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16619 | 2024.08.08 23:08:42.346406 [ 3 ] {} <Debug> HTTP-Session: ba946885-9ead-4a9e-aced-a17c1836e725 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16620 | 2024.08.08 23:08:42.346635 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16621 | 2024.08.08 23:08:42.346692 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16622 | 2024.08.08 23:08:42.346713 [ 3 ] {} <Debug> HTTP-Session: b60d8e4c-9bb3-48ff-96dd-8171834a7385 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16623 | 2024.08.08 23:08:42.346732 [ 3 ] {} <Debug> HTTP-Session: b60d8e4c-9bb3-48ff-96dd-8171834a7385 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16624 | 2024.08.08 23:08:42.346745 [ 3 ] {} <Debug> HTTP-Session: b60d8e4c-9bb3-48ff-96dd-8171834a7385 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16625 | 2024.08.08 23:08:42.346780 [ 3 ] {} <Trace> HTTP-Session: b60d8e4c-9bb3-48ff-96dd-8171834a7385 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16626 | 2024.08.08 23:08:42.346931 [ 3 ] {5db38eb9-61b5-4eca-a8fa-6f59c35e938b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16627 | 2024.08.08 23:08:42.346977 [ 3 ] {5db38eb9-61b5-4eca-a8fa-6f59c35e938b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16628 | 2024.08.08 23:08:42.347114 [ 3 ] {5db38eb9-61b5-4eca-a8fa-6f59c35e938b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16629 | 2024.08.08 23:08:42.347518 [ 3 ] {5db38eb9-61b5-4eca-a8fa-6f59c35e938b} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16630 | 2024.08.08 23:08:42.347555 [ 3 ] {5db38eb9-61b5-4eca-a8fa-6f59c35e938b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16631 | 2024.08.08 23:08:42.347872 [ 3 ] {5db38eb9-61b5-4eca-a8fa-6f59c35e938b} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
16632 | 2024.08.08 23:08:42.348206 [ 3 ] {5db38eb9-61b5-4eca-a8fa-6f59c35e938b} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16633 | 2024.08.08 23:08:42.348359 [ 3 ] {5db38eb9-61b5-4eca-a8fa-6f59c35e938b} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001491 sec., 107981.22065727701 rows/sec., 9.52 MiB/sec. | ||
16634 | 2024.08.08 23:08:42.348531 [ 3 ] {5db38eb9-61b5-4eca-a8fa-6f59c35e938b} <Debug> DynamicQueryHandler: Done processing query | ||
16635 | 2024.08.08 23:08:42.348557 [ 3 ] {5db38eb9-61b5-4eca-a8fa-6f59c35e938b} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16636 | 2024.08.08 23:08:42.348573 [ 3 ] {} <Debug> HTTP-Session: b60d8e4c-9bb3-48ff-96dd-8171834a7385 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16637 | 2024.08.08 23:08:42.348736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16638 | 2024.08.08 23:08:42.348787 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16639 | 2024.08.08 23:08:42.348807 [ 3 ] {} <Debug> HTTP-Session: ab8ae78e-fcf5-4321-b0de-0a7867bfe920 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16640 | 2024.08.08 23:08:42.348824 [ 3 ] {} <Debug> HTTP-Session: ab8ae78e-fcf5-4321-b0de-0a7867bfe920 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16641 | 2024.08.08 23:08:42.348837 [ 3 ] {} <Debug> HTTP-Session: ab8ae78e-fcf5-4321-b0de-0a7867bfe920 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16642 | 2024.08.08 23:08:42.348870 [ 3 ] {} <Trace> HTTP-Session: ab8ae78e-fcf5-4321-b0de-0a7867bfe920 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16643 | 2024.08.08 23:08:42.349074 [ 3 ] {7eac63f1-8e16-4854-9395-4aae156563fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16644 | 2024.08.08 23:08:42.349119 [ 3 ] {7eac63f1-8e16-4854-9395-4aae156563fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16645 | 2024.08.08 23:08:42.349248 [ 3 ] {7eac63f1-8e16-4854-9395-4aae156563fd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16646 | 2024.08.08 23:08:42.349791 [ 3 ] {7eac63f1-8e16-4854-9395-4aae156563fd} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16647 | 2024.08.08 23:08:42.349827 [ 3 ] {7eac63f1-8e16-4854-9395-4aae156563fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16648 | 2024.08.08 23:08:42.350147 [ 3 ] {7eac63f1-8e16-4854-9395-4aae156563fd} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
16649 | 2024.08.08 23:08:42.350462 [ 3 ] {7eac63f1-8e16-4854-9395-4aae156563fd} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16650 | 2024.08.08 23:08:42.350610 [ 3 ] {7eac63f1-8e16-4854-9395-4aae156563fd} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001645 sec., 232218.84498480245 rows/sec., 16.31 MiB/sec. | ||
16651 | 2024.08.08 23:08:42.350785 [ 3 ] {7eac63f1-8e16-4854-9395-4aae156563fd} <Debug> DynamicQueryHandler: Done processing query | ||
16652 | 2024.08.08 23:08:42.350810 [ 3 ] {7eac63f1-8e16-4854-9395-4aae156563fd} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
16653 | 2024.08.08 23:08:42.350825 [ 3 ] {} <Debug> HTTP-Session: ab8ae78e-fcf5-4321-b0de-0a7867bfe920 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16654 | 2024.08.08 23:08:42.351038 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16655 | 2024.08.08 23:08:42.351087 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16656 | 2024.08.08 23:08:42.351107 [ 3 ] {} <Debug> HTTP-Session: 7c23d6a4-931f-4fae-8b25-b4aeabec5c2c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16657 | 2024.08.08 23:08:42.351123 [ 3 ] {} <Debug> HTTP-Session: 7c23d6a4-931f-4fae-8b25-b4aeabec5c2c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16658 | 2024.08.08 23:08:42.351137 [ 3 ] {} <Debug> HTTP-Session: 7c23d6a4-931f-4fae-8b25-b4aeabec5c2c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16659 | 2024.08.08 23:08:42.351167 [ 3 ] {} <Trace> HTTP-Session: 7c23d6a4-931f-4fae-8b25-b4aeabec5c2c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16660 | 2024.08.08 23:08:42.351261 [ 3 ] {a08a08a8-459d-4e3c-ad66-9512c6bb0999} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
16661 | 2024.08.08 23:08:42.351306 [ 3 ] {a08a08a8-459d-4e3c-ad66-9512c6bb0999} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
16662 | 2024.08.08 23:08:42.351434 [ 3 ] {a08a08a8-459d-4e3c-ad66-9512c6bb0999} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16663 | 2024.08.08 23:08:42.351694 [ 3 ] {a08a08a8-459d-4e3c-ad66-9512c6bb0999} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16664 | 2024.08.08 23:08:42.351730 [ 3 ] {a08a08a8-459d-4e3c-ad66-9512c6bb0999} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16665 | 2024.08.08 23:08:42.352081 [ 3 ] {a08a08a8-459d-4e3c-ad66-9512c6bb0999} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
16666 | 2024.08.08 23:08:42.352397 [ 3 ] {a08a08a8-459d-4e3c-ad66-9512c6bb0999} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16667 | 2024.08.08 23:08:42.352545 [ 3 ] {a08a08a8-459d-4e3c-ad66-9512c6bb0999} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001304 sec., 4601.226993865031 rows/sec., 197.71 KiB/sec. | ||
16668 | 2024.08.08 23:08:42.352811 [ 3 ] {a08a08a8-459d-4e3c-ad66-9512c6bb0999} <Debug> DynamicQueryHandler: Done processing query | ||
16669 | 2024.08.08 23:08:42.352871 [ 3 ] {a08a08a8-459d-4e3c-ad66-9512c6bb0999} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16670 | 2024.08.08 23:08:42.352927 [ 3 ] {} <Debug> HTTP-Session: 7c23d6a4-931f-4fae-8b25-b4aeabec5c2c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16671 | 2024.08.08 23:08:42.353083 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16672 | 2024.08.08 23:08:42.353136 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16673 | 2024.08.08 23:08:42.353156 [ 3 ] {} <Debug> HTTP-Session: c6498223-ddf5-42d8-8c24-004592e889c7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16674 | 2024.08.08 23:08:42.353173 [ 3 ] {} <Debug> HTTP-Session: c6498223-ddf5-42d8-8c24-004592e889c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16675 | 2024.08.08 23:08:42.353187 [ 3 ] {} <Debug> HTTP-Session: c6498223-ddf5-42d8-8c24-004592e889c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16676 | 2024.08.08 23:08:42.353219 [ 3 ] {} <Trace> HTTP-Session: c6498223-ddf5-42d8-8c24-004592e889c7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16677 | 2024.08.08 23:08:42.353357 [ 3 ] {980354cf-bc01-4f08-bf47-c9b2d2b21bdf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
16678 | 2024.08.08 23:08:42.353404 [ 3 ] {980354cf-bc01-4f08-bf47-c9b2d2b21bdf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
16679 | 2024.08.08 23:08:42.353564 [ 3 ] {980354cf-bc01-4f08-bf47-c9b2d2b21bdf} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16680 | 2024.08.08 23:08:42.353901 [ 3 ] {980354cf-bc01-4f08-bf47-c9b2d2b21bdf} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16681 | 2024.08.08 23:08:42.353936 [ 3 ] {980354cf-bc01-4f08-bf47-c9b2d2b21bdf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16682 | 2024.08.08 23:08:42.354296 [ 3 ] {980354cf-bc01-4f08-bf47-c9b2d2b21bdf} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
16683 | 2024.08.08 23:08:42.354626 [ 3 ] {980354cf-bc01-4f08-bf47-c9b2d2b21bdf} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16684 | 2024.08.08 23:08:42.354781 [ 3 ] {980354cf-bc01-4f08-bf47-c9b2d2b21bdf} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001477 sec., 52132.70142180095 rows/sec., 3.21 MiB/sec. | ||
16685 | 2024.08.08 23:08:42.354966 [ 3 ] {980354cf-bc01-4f08-bf47-c9b2d2b21bdf} <Debug> DynamicQueryHandler: Done processing query | ||
16686 | 2024.08.08 23:08:42.354998 [ 3 ] {980354cf-bc01-4f08-bf47-c9b2d2b21bdf} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16687 | 2024.08.08 23:08:42.355014 [ 3 ] {} <Debug> HTTP-Session: c6498223-ddf5-42d8-8c24-004592e889c7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16688 | 2024.08.08 23:08:42.355170 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16689 | 2024.08.08 23:08:42.355220 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16690 | 2024.08.08 23:08:42.355240 [ 3 ] {} <Debug> HTTP-Session: 0221f254-f794-423a-aa35-1be658c7bfff Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16691 | 2024.08.08 23:08:42.355256 [ 3 ] {} <Debug> HTTP-Session: 0221f254-f794-423a-aa35-1be658c7bfff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16692 | 2024.08.08 23:08:42.355269 [ 3 ] {} <Debug> HTTP-Session: 0221f254-f794-423a-aa35-1be658c7bfff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16693 | 2024.08.08 23:08:42.355300 [ 3 ] {} <Trace> HTTP-Session: 0221f254-f794-423a-aa35-1be658c7bfff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16694 | 2024.08.08 23:08:42.355453 [ 3 ] {0c14a49c-974c-42de-8093-9cc11d85e4c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16695 | 2024.08.08 23:08:42.355498 [ 3 ] {0c14a49c-974c-42de-8093-9cc11d85e4c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16696 | 2024.08.08 23:08:42.355638 [ 3 ] {0c14a49c-974c-42de-8093-9cc11d85e4c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16697 | 2024.08.08 23:08:42.356108 [ 3 ] {0c14a49c-974c-42de-8093-9cc11d85e4c9} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16698 | 2024.08.08 23:08:42.356144 [ 3 ] {0c14a49c-974c-42de-8093-9cc11d85e4c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16699 | 2024.08.08 23:08:42.356506 [ 3 ] {0c14a49c-974c-42de-8093-9cc11d85e4c9} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
16700 | 2024.08.08 23:08:42.356848 [ 3 ] {0c14a49c-974c-42de-8093-9cc11d85e4c9} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16701 | 2024.08.08 23:08:42.357003 [ 3 ] {0c14a49c-974c-42de-8093-9cc11d85e4c9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec. | ||
16702 | 2024.08.08 23:08:42.357175 [ 3 ] {0c14a49c-974c-42de-8093-9cc11d85e4c9} <Debug> DynamicQueryHandler: Done processing query | ||
16703 | 2024.08.08 23:08:42.357200 [ 3 ] {0c14a49c-974c-42de-8093-9cc11d85e4c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
16704 | 2024.08.08 23:08:42.357215 [ 3 ] {} <Debug> HTTP-Session: 0221f254-f794-423a-aa35-1be658c7bfff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16705 | 2024.08.08 23:08:42.357385 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16706 | 2024.08.08 23:08:42.357434 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16707 | 2024.08.08 23:08:42.357454 [ 3 ] {} <Debug> HTTP-Session: a3f28e96-7835-4a09-81e3-bf4d551bb298 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16708 | 2024.08.08 23:08:42.357470 [ 3 ] {} <Debug> HTTP-Session: a3f28e96-7835-4a09-81e3-bf4d551bb298 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16709 | 2024.08.08 23:08:42.357484 [ 3 ] {} <Debug> HTTP-Session: a3f28e96-7835-4a09-81e3-bf4d551bb298 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16710 | 2024.08.08 23:08:42.357513 [ 3 ] {} <Trace> HTTP-Session: a3f28e96-7835-4a09-81e3-bf4d551bb298 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16711 | 2024.08.08 23:08:42.357614 [ 3 ] {5651d259-9629-47a4-8969-d37254c63586} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
16712 | 2024.08.08 23:08:42.357658 [ 3 ] {5651d259-9629-47a4-8969-d37254c63586} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
16713 | 2024.08.08 23:08:42.357782 [ 3 ] {5651d259-9629-47a4-8969-d37254c63586} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16714 | 2024.08.08 23:08:42.358045 [ 3 ] {5651d259-9629-47a4-8969-d37254c63586} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16715 | 2024.08.08 23:08:42.358080 [ 3 ] {5651d259-9629-47a4-8969-d37254c63586} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16716 | 2024.08.08 23:08:42.358422 [ 3 ] {5651d259-9629-47a4-8969-d37254c63586} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
16717 | 2024.08.08 23:08:42.358735 [ 3 ] {5651d259-9629-47a4-8969-d37254c63586} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16718 | 2024.08.08 23:08:42.358879 [ 3 ] {5651d259-9629-47a4-8969-d37254c63586} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001293 sec., 17788.089713843772 rows/sec., 962.21 KiB/sec. | ||
16719 | 2024.08.08 23:08:42.358896 [ 102 ] {} <Debug> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
16720 | 2024.08.08 23:08:42.359001 [ 102 ] {} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16721 | 2024.08.08 23:08:42.359039 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16722 | 2024.08.08 23:08:42.359116 [ 3 ] {5651d259-9629-47a4-8969-d37254c63586} <Debug> DynamicQueryHandler: Done processing query | ||
16723 | 2024.08.08 23:08:42.359202 [ 3 ] {5651d259-9629-47a4-8969-d37254c63586} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
16724 | 2024.08.08 23:08:42.359298 [ 3 ] {} <Debug> HTTP-Session: a3f28e96-7835-4a09-81e3-bf4d551bb298 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16725 | 2024.08.08 23:08:42.359475 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::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 | ||
16726 | 2024.08.08 23:08:42.359603 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16727 | 2024.08.08 23:08:42.359786 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16728 | 2024.08.08 23:08:42.359869 [ 3 ] {} <Debug> HTTP-Session: 53ac2914-f930-4b59-b10e-17f8ce87a720 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16729 | 2024.08.08 23:08:42.359918 [ 3 ] {} <Debug> HTTP-Session: 53ac2914-f930-4b59-b10e-17f8ce87a720 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16730 | 2024.08.08 23:08:42.359963 [ 3 ] {} <Debug> HTTP-Session: 53ac2914-f930-4b59-b10e-17f8ce87a720 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16731 | 2024.08.08 23:08:42.360050 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16732 | 2024.08.08 23:08:42.360061 [ 3 ] {} <Trace> HTTP-Session: 53ac2914-f930-4b59-b10e-17f8ce87a720 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16733 | 2024.08.08 23:08:42.360124 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1017 rows starting from the beginning of the part | ||
16734 | 2024.08.08 23:08:42.360391 [ 3 ] {e1005286-d61a-4630-83c6-f6d20270c3b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16735 | 2024.08.08 23:08:42.360397 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 23 rows starting from the beginning of the part | ||
16736 | 2024.08.08 23:08:42.360522 [ 3 ] {e1005286-d61a-4630-83c6-f6d20270c3b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16737 | 2024.08.08 23:08:42.360741 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 23 rows starting from the beginning of the part | ||
16738 | 2024.08.08 23:08:42.361164 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 23 rows starting from the beginning of the part | ||
16739 | 2024.08.08 23:08:42.361480 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 23 rows starting from the beginning of the part | ||
16740 | 2024.08.08 23:08:42.361563 [ 3 ] {e1005286-d61a-4630-83c6-f6d20270c3b3} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16741 | 2024.08.08 23:08:42.361804 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 23 rows starting from the beginning of the part | ||
16742 | 2024.08.08 23:08:42.362577 [ 3 ] {e1005286-d61a-4630-83c6-f6d20270c3b3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16743 | 2024.08.08 23:08:42.362649 [ 3 ] {e1005286-d61a-4630-83c6-f6d20270c3b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16744 | 2024.08.08 23:08:42.363524 [ 3 ] {e1005286-d61a-4630-83c6-f6d20270c3b3} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
16745 | 2024.08.08 23:08:42.364473 [ 3 ] {e1005286-d61a-4630-83c6-f6d20270c3b3} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16746 | 2024.08.08 23:08:42.364894 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1132 rows, containing 4 columns (4 merged, 0 gathered) in 0.005763891 sec., 196395.1087902252 rows/sec., 10.54 MiB/sec. | ||
16747 | 2024.08.08 23:08:42.364906 [ 3 ] {e1005286-d61a-4630-83c6-f6d20270c3b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004684 sec., 12809.564474807858 rows/sec., 883.99 KiB/sec. | ||
16748 | 2024.08.08 23:08:42.365134 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
16749 | 2024.08.08 23:08:42.365213 [ 3 ] {e1005286-d61a-4630-83c6-f6d20270c3b3} <Debug> DynamicQueryHandler: Done processing query | ||
16750 | 2024.08.08 23:08:42.365257 [ 3 ] {e1005286-d61a-4630-83c6-f6d20270c3b3} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16751 | 2024.08.08 23:08:42.365284 [ 3 ] {} <Debug> HTTP-Session: 53ac2914-f930-4b59-b10e-17f8ce87a720 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16752 | 2024.08.08 23:08:42.365639 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16753 | 2024.08.08 23:08:42.365731 [ 194 ] {40178e71-ce0b-40a0-a921-105aab487627::all_1_51_10} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
16754 | 2024.08.08 23:08:42.365819 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
16755 | 2024.08.08 23:08:47.372242 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16756 | 2024.08.08 23:08:47.372403 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16757 | 2024.08.08 23:08:47.372437 [ 3 ] {} <Debug> HTTP-Session: 8329d1c3-8890-438e-ba95-2cdf76f74111 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16758 | 2024.08.08 23:08:47.372466 [ 3 ] {} <Debug> HTTP-Session: 8329d1c3-8890-438e-ba95-2cdf76f74111 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16759 | 2024.08.08 23:08:47.372483 [ 3 ] {} <Debug> HTTP-Session: 8329d1c3-8890-438e-ba95-2cdf76f74111 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16760 | 2024.08.08 23:08:47.372540 [ 3 ] {} <Trace> HTTP-Session: 8329d1c3-8890-438e-ba95-2cdf76f74111 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16761 | 2024.08.08 23:08:47.372761 [ 3 ] {c36c306f-05f9-4ebf-8331-07ea6cfc05af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16762 | 2024.08.08 23:08:47.372837 [ 3 ] {c36c306f-05f9-4ebf-8331-07ea6cfc05af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16763 | 2024.08.08 23:08:47.373057 [ 3 ] {c36c306f-05f9-4ebf-8331-07ea6cfc05af} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16764 | 2024.08.08 23:08:47.373565 [ 3 ] {c36c306f-05f9-4ebf-8331-07ea6cfc05af} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16765 | 2024.08.08 23:08:47.373607 [ 3 ] {c36c306f-05f9-4ebf-8331-07ea6cfc05af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16766 | 2024.08.08 23:08:47.374121 [ 3 ] {c36c306f-05f9-4ebf-8331-07ea6cfc05af} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
16767 | 2024.08.08 23:08:47.374666 [ 3 ] {c36c306f-05f9-4ebf-8331-07ea6cfc05af} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16768 | 2024.08.08 23:08:47.374850 [ 98 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
16769 | 2024.08.08 23:08:47.374865 [ 3 ] {c36c306f-05f9-4ebf-8331-07ea6cfc05af} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.002165 sec., 25866.05080831409 rows/sec., 2.05 MiB/sec. | ||
16770 | 2024.08.08 23:08:47.374944 [ 98 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16771 | 2024.08.08 23:08:47.375009 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16772 | 2024.08.08 23:08:47.375224 [ 3 ] {c36c306f-05f9-4ebf-8331-07ea6cfc05af} <Debug> DynamicQueryHandler: Done processing query | ||
16773 | 2024.08.08 23:08:47.375239 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_86_17 to all_91_91_0 into Compact with storage Full | ||
16774 | 2024.08.08 23:08:47.375262 [ 3 ] {c36c306f-05f9-4ebf-8331-07ea6cfc05af} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
16775 | 2024.08.08 23:08:47.375315 [ 3 ] {} <Debug> HTTP-Session: 8329d1c3-8890-438e-ba95-2cdf76f74111 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16776 | 2024.08.08 23:08:47.375462 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
16777 | 2024.08.08 23:08:47.375530 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 62 rows starting from the beginning of the part | ||
16778 | 2024.08.08 23:08:47.375539 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 991, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16779 | 2024.08.08 23:08:47.375655 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16780 | 2024.08.08 23:08:47.375742 [ 3 ] {} <Debug> HTTP-Session: 7850a411-c6c0-4717-9118-c9d5d0f63b9f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16781 | 2024.08.08 23:08:47.375807 [ 3 ] {} <Debug> HTTP-Session: 7850a411-c6c0-4717-9118-c9d5d0f63b9f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16782 | 2024.08.08 23:08:47.375811 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 56 rows starting from the beginning of the part | ||
16783 | 2024.08.08 23:08:47.375853 [ 3 ] {} <Debug> HTTP-Session: 7850a411-c6c0-4717-9118-c9d5d0f63b9f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16784 | 2024.08.08 23:08:47.375984 [ 3 ] {} <Trace> HTTP-Session: 7850a411-c6c0-4717-9118-c9d5d0f63b9f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16785 | 2024.08.08 23:08:47.376166 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 6 rows starting from the beginning of the part | ||
16786 | 2024.08.08 23:08:47.376421 [ 3 ] {ccbc5312-de20-4d22-9a16-307e30c30f78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16787 | 2024.08.08 23:08:47.376454 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 56 rows starting from the beginning of the part | ||
16788 | 2024.08.08 23:08:47.376566 [ 3 ] {ccbc5312-de20-4d22-9a16-307e30c30f78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16789 | 2024.08.08 23:08:47.376678 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 6 rows starting from the beginning of the part | ||
16790 | 2024.08.08 23:08:47.377071 [ 201 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 56 rows starting from the beginning of the part | ||
16791 | 2024.08.08 23:08:47.377659 [ 3 ] {ccbc5312-de20-4d22-9a16-307e30c30f78} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16792 | 2024.08.08 23:08:47.378362 [ 3 ] {ccbc5312-de20-4d22-9a16-307e30c30f78} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16793 | 2024.08.08 23:08:47.378421 [ 3 ] {ccbc5312-de20-4d22-9a16-307e30c30f78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16794 | 2024.08.08 23:08:47.379475 [ 3 ] {ccbc5312-de20-4d22-9a16-307e30c30f78} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
16795 | 2024.08.08 23:08:47.379706 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 242 rows, containing 4 columns (4 merged, 0 gathered) in 0.004575984 sec., 52884.80029650453 rows/sec., 4.08 MiB/sec. | ||
16796 | 2024.08.08 23:08:47.380075 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
16797 | 2024.08.08 23:08:47.380526 [ 3 ] {ccbc5312-de20-4d22-9a16-307e30c30f78} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16798 | 2024.08.08 23:08:47.380885 [ 3 ] {ccbc5312-de20-4d22-9a16-307e30c30f78} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.004626 sec., 1297.0168612191958 rows/sec., 105.76 KiB/sec. | ||
16799 | 2024.08.08 23:08:47.381345 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16800 | 2024.08.08 23:08:47.381506 [ 3 ] {ccbc5312-de20-4d22-9a16-307e30c30f78} <Debug> DynamicQueryHandler: Done processing query | ||
16801 | 2024.08.08 23:08:47.381543 [ 3 ] {ccbc5312-de20-4d22-9a16-307e30c30f78} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16802 | 2024.08.08 23:08:47.381562 [ 3 ] {} <Debug> HTTP-Session: 7850a411-c6c0-4717-9118-c9d5d0f63b9f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16803 | 2024.08.08 23:08:47.381592 [ 194 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_91_18} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
16804 | 2024.08.08 23:08:47.381712 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
16805 | 2024.08.08 23:08:47.381842 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 198524, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16806 | 2024.08.08 23:08:47.381903 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16807 | 2024.08.08 23:08:47.381923 [ 3 ] {} <Debug> HTTP-Session: 24898f31-3e1b-4664-9fd3-8f4e6f93685f Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16808 | 2024.08.08 23:08:47.381940 [ 3 ] {} <Debug> HTTP-Session: 24898f31-3e1b-4664-9fd3-8f4e6f93685f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16809 | 2024.08.08 23:08:47.381954 [ 3 ] {} <Debug> HTTP-Session: 24898f31-3e1b-4664-9fd3-8f4e6f93685f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16810 | 2024.08.08 23:08:47.381987 [ 3 ] {} <Trace> HTTP-Session: 24898f31-3e1b-4664-9fd3-8f4e6f93685f Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16811 | 2024.08.08 23:08:47.382473 [ 3 ] {f7eb68ff-0714-4671-ae6f-a4d0ad3d42c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16812 | 2024.08.08 23:08:47.382521 [ 3 ] {f7eb68ff-0714-4671-ae6f-a4d0ad3d42c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16813 | 2024.08.08 23:08:47.382676 [ 3 ] {f7eb68ff-0714-4671-ae6f-a4d0ad3d42c9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16814 | 2024.08.08 23:08:47.383917 [ 3 ] {f7eb68ff-0714-4671-ae6f-a4d0ad3d42c9} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16815 | 2024.08.08 23:08:47.383955 [ 3 ] {f7eb68ff-0714-4671-ae6f-a4d0ad3d42c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16816 | 2024.08.08 23:08:47.384467 [ 3 ] {f7eb68ff-0714-4671-ae6f-a4d0ad3d42c9} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
16817 | 2024.08.08 23:08:47.385008 [ 3 ] {f7eb68ff-0714-4671-ae6f-a4d0ad3d42c9} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16818 | 2024.08.08 23:08:47.385213 [ 3 ] {f7eb68ff-0714-4671-ae6f-a4d0ad3d42c9} <Debug> executeQuery: Read 1367 rows, 115.92 KiB in 0.003067 sec., 445712.42256276496 rows/sec., 36.91 MiB/sec. | ||
16819 | 2024.08.08 23:08:47.385371 [ 3 ] {f7eb68ff-0714-4671-ae6f-a4d0ad3d42c9} <Debug> DynamicQueryHandler: Done processing query | ||
16820 | 2024.08.08 23:08:47.385396 [ 3 ] {f7eb68ff-0714-4671-ae6f-a4d0ad3d42c9} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
16821 | 2024.08.08 23:08:47.385411 [ 3 ] {} <Debug> HTTP-Session: 24898f31-3e1b-4664-9fd3-8f4e6f93685f Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16822 | 2024.08.08 23:08:47.385839 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 890, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16823 | 2024.08.08 23:08:47.385889 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16824 | 2024.08.08 23:08:47.385910 [ 3 ] {} <Debug> HTTP-Session: 31c5d98a-801e-4601-bd11-c735fa075960 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16825 | 2024.08.08 23:08:47.385926 [ 3 ] {} <Debug> HTTP-Session: 31c5d98a-801e-4601-bd11-c735fa075960 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16826 | 2024.08.08 23:08:47.385940 [ 3 ] {} <Debug> HTTP-Session: 31c5d98a-801e-4601-bd11-c735fa075960 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16827 | 2024.08.08 23:08:47.385971 [ 3 ] {} <Trace> HTTP-Session: 31c5d98a-801e-4601-bd11-c735fa075960 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16828 | 2024.08.08 23:08:47.386068 [ 3 ] {f1a75706-e3ec-492e-b82f-dec9044a197d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16829 | 2024.08.08 23:08:47.386111 [ 3 ] {f1a75706-e3ec-492e-b82f-dec9044a197d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16830 | 2024.08.08 23:08:47.386237 [ 3 ] {f1a75706-e3ec-492e-b82f-dec9044a197d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16831 | 2024.08.08 23:08:47.386541 [ 3 ] {f1a75706-e3ec-492e-b82f-dec9044a197d} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16832 | 2024.08.08 23:08:47.386577 [ 3 ] {f1a75706-e3ec-492e-b82f-dec9044a197d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16833 | 2024.08.08 23:08:47.387026 [ 3 ] {f1a75706-e3ec-492e-b82f-dec9044a197d} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
16834 | 2024.08.08 23:08:47.387548 [ 3 ] {f1a75706-e3ec-492e-b82f-dec9044a197d} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16835 | 2024.08.08 23:08:47.387718 [ 3 ] {f1a75706-e3ec-492e-b82f-dec9044a197d} <Debug> executeQuery: Read 6 rows, 429.00 B in 0.001663 sec., 3607.9374624173183 rows/sec., 251.92 KiB/sec. | ||
16836 | 2024.08.08 23:08:47.388049 [ 3 ] {f1a75706-e3ec-492e-b82f-dec9044a197d} <Debug> DynamicQueryHandler: Done processing query | ||
16837 | 2024.08.08 23:08:47.388081 [ 3 ] {f1a75706-e3ec-492e-b82f-dec9044a197d} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16838 | 2024.08.08 23:08:47.388098 [ 3 ] {} <Debug> HTTP-Session: 31c5d98a-801e-4601-bd11-c735fa075960 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16839 | 2024.08.08 23:08:47.388261 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16840 | 2024.08.08 23:08:47.388313 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16841 | 2024.08.08 23:08:47.388334 [ 3 ] {} <Debug> HTTP-Session: 04cbd081-1e3e-4aec-8559-7552e9a35f09 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16842 | 2024.08.08 23:08:47.388350 [ 3 ] {} <Debug> HTTP-Session: 04cbd081-1e3e-4aec-8559-7552e9a35f09 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16843 | 2024.08.08 23:08:47.388364 [ 3 ] {} <Debug> HTTP-Session: 04cbd081-1e3e-4aec-8559-7552e9a35f09 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16844 | 2024.08.08 23:08:47.388394 [ 3 ] {} <Trace> HTTP-Session: 04cbd081-1e3e-4aec-8559-7552e9a35f09 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16845 | 2024.08.08 23:08:47.388540 [ 3 ] {3f0551f7-989d-43bf-9921-9633d8f65865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
16846 | 2024.08.08 23:08:47.388586 [ 3 ] {3f0551f7-989d-43bf-9921-9633d8f65865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
16847 | 2024.08.08 23:08:47.388727 [ 3 ] {3f0551f7-989d-43bf-9921-9633d8f65865} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16848 | 2024.08.08 23:08:47.389137 [ 3 ] {3f0551f7-989d-43bf-9921-9633d8f65865} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16849 | 2024.08.08 23:08:47.389173 [ 3 ] {3f0551f7-989d-43bf-9921-9633d8f65865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16850 | 2024.08.08 23:08:47.389609 [ 3 ] {3f0551f7-989d-43bf-9921-9633d8f65865} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
16851 | 2024.08.08 23:08:47.390151 [ 3 ] {3f0551f7-989d-43bf-9921-9633d8f65865} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16852 | 2024.08.08 23:08:47.390312 [ 3 ] {3f0551f7-989d-43bf-9921-9633d8f65865} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001832 sec., 124454.14847161571 rows/sec., 8.43 MiB/sec. | ||
16853 | 2024.08.08 23:08:47.390515 [ 3 ] {3f0551f7-989d-43bf-9921-9633d8f65865} <Debug> DynamicQueryHandler: Done processing query | ||
16854 | 2024.08.08 23:08:47.390539 [ 3 ] {3f0551f7-989d-43bf-9921-9633d8f65865} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
16855 | 2024.08.08 23:08:47.390555 [ 3 ] {} <Debug> HTTP-Session: 04cbd081-1e3e-4aec-8559-7552e9a35f09 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16856 | 2024.08.08 23:08:47.390847 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 96338, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16857 | 2024.08.08 23:08:47.390898 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16858 | 2024.08.08 23:08:47.390919 [ 3 ] {} <Debug> HTTP-Session: 4d75a5c4-822e-4679-bc05-56462877b4e5 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16859 | 2024.08.08 23:08:47.390935 [ 3 ] {} <Debug> HTTP-Session: 4d75a5c4-822e-4679-bc05-56462877b4e5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16860 | 2024.08.08 23:08:47.390949 [ 3 ] {} <Debug> HTTP-Session: 4d75a5c4-822e-4679-bc05-56462877b4e5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16861 | 2024.08.08 23:08:47.390979 [ 3 ] {} <Trace> HTTP-Session: 4d75a5c4-822e-4679-bc05-56462877b4e5 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16862 | 2024.08.08 23:08:47.391335 [ 3 ] {1ab81d7b-4b61-403f-af86-6ce064c34a8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16863 | 2024.08.08 23:08:47.391379 [ 3 ] {1ab81d7b-4b61-403f-af86-6ce064c34a8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
16864 | 2024.08.08 23:08:47.391505 [ 3 ] {1ab81d7b-4b61-403f-af86-6ce064c34a8d} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16865 | 2024.08.08 23:08:47.392217 [ 3 ] {1ab81d7b-4b61-403f-af86-6ce064c34a8d} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16866 | 2024.08.08 23:08:47.392254 [ 3 ] {1ab81d7b-4b61-403f-af86-6ce064c34a8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16867 | 2024.08.08 23:08:47.392740 [ 3 ] {1ab81d7b-4b61-403f-af86-6ce064c34a8d} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
16868 | 2024.08.08 23:08:47.393330 [ 3 ] {1ab81d7b-4b61-403f-af86-6ce064c34a8d} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16869 | 2024.08.08 23:08:47.393523 [ 3 ] {1ab81d7b-4b61-403f-af86-6ce064c34a8d} <Debug> executeQuery: Read 582 rows, 44.38 KiB in 0.002432 sec., 239309.2105263158 rows/sec., 17.82 MiB/sec. | ||
16870 | 2024.08.08 23:08:47.393770 [ 3 ] {1ab81d7b-4b61-403f-af86-6ce064c34a8d} <Debug> DynamicQueryHandler: Done processing query | ||
16871 | 2024.08.08 23:08:47.393832 [ 3 ] {1ab81d7b-4b61-403f-af86-6ce064c34a8d} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
16872 | 2024.08.08 23:08:47.393895 [ 3 ] {} <Debug> HTTP-Session: 4d75a5c4-822e-4679-bc05-56462877b4e5 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16873 | 2024.08.08 23:08:47.394191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 161089, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16874 | 2024.08.08 23:08:47.394245 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16875 | 2024.08.08 23:08:47.394265 [ 3 ] {} <Debug> HTTP-Session: 8841f036-6ef6-4826-be30-21ba7fb9b530 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16876 | 2024.08.08 23:08:47.394282 [ 3 ] {} <Debug> HTTP-Session: 8841f036-6ef6-4826-be30-21ba7fb9b530 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16877 | 2024.08.08 23:08:47.394297 [ 3 ] {} <Debug> HTTP-Session: 8841f036-6ef6-4826-be30-21ba7fb9b530 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16878 | 2024.08.08 23:08:47.394329 [ 3 ] {} <Trace> HTTP-Session: 8841f036-6ef6-4826-be30-21ba7fb9b530 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16879 | 2024.08.08 23:08:47.394718 [ 3 ] {e33c89ee-1052-4642-84de-5c741ef671ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
16880 | 2024.08.08 23:08:47.394768 [ 3 ] {e33c89ee-1052-4642-84de-5c741ef671ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
16881 | 2024.08.08 23:08:47.394926 [ 3 ] {e33c89ee-1052-4642-84de-5c741ef671ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16882 | 2024.08.08 23:08:47.395791 [ 3 ] {e33c89ee-1052-4642-84de-5c741ef671ce} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16883 | 2024.08.08 23:08:47.395827 [ 3 ] {e33c89ee-1052-4642-84de-5c741ef671ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16884 | 2024.08.08 23:08:47.396482 [ 3 ] {e33c89ee-1052-4642-84de-5c741ef671ce} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
16885 | 2024.08.08 23:08:47.397072 [ 3 ] {e33c89ee-1052-4642-84de-5c741ef671ce} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16886 | 2024.08.08 23:08:47.397289 [ 3 ] {e33c89ee-1052-4642-84de-5c741ef671ce} <Debug> executeQuery: Read 847 rows, 58.38 KiB in 0.00282 sec., 300354.609929078 rows/sec., 20.22 MiB/sec. | ||
16887 | 2024.08.08 23:08:47.397484 [ 3 ] {e33c89ee-1052-4642-84de-5c741ef671ce} <Debug> DynamicQueryHandler: Done processing query | ||
16888 | 2024.08.08 23:08:47.397521 [ 3 ] {e33c89ee-1052-4642-84de-5c741ef671ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
16889 | 2024.08.08 23:08:47.397554 [ 3 ] {} <Debug> HTTP-Session: 8841f036-6ef6-4826-be30-21ba7fb9b530 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16890 | 2024.08.08 23:08:47.397944 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90193, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16891 | 2024.08.08 23:08:47.397995 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16892 | 2024.08.08 23:08:47.398015 [ 3 ] {} <Debug> HTTP-Session: ff3d3266-eb46-4d85-b746-4d569dfeae41 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16893 | 2024.08.08 23:08:47.398033 [ 3 ] {} <Debug> HTTP-Session: ff3d3266-eb46-4d85-b746-4d569dfeae41 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16894 | 2024.08.08 23:08:47.398047 [ 3 ] {} <Debug> HTTP-Session: ff3d3266-eb46-4d85-b746-4d569dfeae41 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16895 | 2024.08.08 23:08:47.398078 [ 3 ] {} <Trace> HTTP-Session: ff3d3266-eb46-4d85-b746-4d569dfeae41 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16896 | 2024.08.08 23:08:47.398628 [ 3 ] {66ef9ff5-4398-4377-a141-da1bb8321ed6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
16897 | 2024.08.08 23:08:47.398694 [ 3 ] {66ef9ff5-4398-4377-a141-da1bb8321ed6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
16898 | 2024.08.08 23:08:47.399114 [ 3 ] {66ef9ff5-4398-4377-a141-da1bb8321ed6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16899 | 2024.08.08 23:08:47.400049 [ 3 ] {66ef9ff5-4398-4377-a141-da1bb8321ed6} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16900 | 2024.08.08 23:08:47.400085 [ 3 ] {66ef9ff5-4398-4377-a141-da1bb8321ed6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16901 | 2024.08.08 23:08:47.400840 [ 3 ] {66ef9ff5-4398-4377-a141-da1bb8321ed6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
16902 | 2024.08.08 23:08:47.401480 [ 3 ] {66ef9ff5-4398-4377-a141-da1bb8321ed6} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16903 | 2024.08.08 23:08:47.401661 [ 3 ] {66ef9ff5-4398-4377-a141-da1bb8321ed6} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003462 sec., 16175.621028307338 rows/sec., 28.99 MiB/sec. | ||
16904 | 2024.08.08 23:08:47.401893 [ 3 ] {66ef9ff5-4398-4377-a141-da1bb8321ed6} <Debug> DynamicQueryHandler: Done processing query | ||
16905 | 2024.08.08 23:08:47.401919 [ 3 ] {66ef9ff5-4398-4377-a141-da1bb8321ed6} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
16906 | 2024.08.08 23:08:47.401935 [ 3 ] {} <Debug> HTTP-Session: ff3d3266-eb46-4d85-b746-4d569dfeae41 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16907 | 2024.08.08 23:08:47.402062 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16908 | 2024.08.08 23:08:47.402113 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16909 | 2024.08.08 23:08:47.402133 [ 3 ] {} <Debug> HTTP-Session: dc157228-3181-4d11-9b55-5bee3d02b3c1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16910 | 2024.08.08 23:08:47.402149 [ 3 ] {} <Debug> HTTP-Session: dc157228-3181-4d11-9b55-5bee3d02b3c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16911 | 2024.08.08 23:08:47.402163 [ 3 ] {} <Debug> HTTP-Session: dc157228-3181-4d11-9b55-5bee3d02b3c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16912 | 2024.08.08 23:08:47.402193 [ 3 ] {} <Trace> HTTP-Session: dc157228-3181-4d11-9b55-5bee3d02b3c1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16913 | 2024.08.08 23:08:47.402306 [ 3 ] {f52735b9-2186-4fdb-bbbd-9f84a665c2a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
16914 | 2024.08.08 23:08:47.402351 [ 3 ] {f52735b9-2186-4fdb-bbbd-9f84a665c2a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
16915 | 2024.08.08 23:08:47.402477 [ 3 ] {f52735b9-2186-4fdb-bbbd-9f84a665c2a6} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16916 | 2024.08.08 23:08:47.402778 [ 3 ] {f52735b9-2186-4fdb-bbbd-9f84a665c2a6} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16917 | 2024.08.08 23:08:47.402813 [ 3 ] {f52735b9-2186-4fdb-bbbd-9f84a665c2a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16918 | 2024.08.08 23:08:47.403274 [ 3 ] {f52735b9-2186-4fdb-bbbd-9f84a665c2a6} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
16919 | 2024.08.08 23:08:47.403878 [ 3 ] {f52735b9-2186-4fdb-bbbd-9f84a665c2a6} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16920 | 2024.08.08 23:08:47.404082 [ 3 ] {f52735b9-2186-4fdb-bbbd-9f84a665c2a6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001807 sec., 33204.20586607637 rows/sec., 2.24 MiB/sec. | ||
16921 | 2024.08.08 23:08:47.404256 [ 3 ] {f52735b9-2186-4fdb-bbbd-9f84a665c2a6} <Debug> DynamicQueryHandler: Done processing query | ||
16922 | 2024.08.08 23:08:47.404280 [ 3 ] {f52735b9-2186-4fdb-bbbd-9f84a665c2a6} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
16923 | 2024.08.08 23:08:47.404297 [ 3 ] {} <Debug> HTTP-Session: dc157228-3181-4d11-9b55-5bee3d02b3c1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16924 | 2024.08.08 23:08:52.344901 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16925 | 2024.08.08 23:08:52.345044 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16926 | 2024.08.08 23:08:52.345075 [ 3 ] {} <Debug> HTTP-Session: 139efbfd-276e-47fa-83df-6846b2801ef9 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16927 | 2024.08.08 23:08:52.345103 [ 3 ] {} <Debug> HTTP-Session: 139efbfd-276e-47fa-83df-6846b2801ef9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16928 | 2024.08.08 23:08:52.345121 [ 3 ] {} <Debug> HTTP-Session: 139efbfd-276e-47fa-83df-6846b2801ef9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16929 | 2024.08.08 23:08:52.345175 [ 3 ] {} <Trace> HTTP-Session: 139efbfd-276e-47fa-83df-6846b2801ef9 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16930 | 2024.08.08 23:08:52.345373 [ 3 ] {821b25f2-dca5-4d76-b65f-5d8e47434140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
16931 | 2024.08.08 23:08:52.345449 [ 3 ] {821b25f2-dca5-4d76-b65f-5d8e47434140} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
16932 | 2024.08.08 23:08:52.345647 [ 3 ] {821b25f2-dca5-4d76-b65f-5d8e47434140} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16933 | 2024.08.08 23:08:52.346068 [ 3 ] {821b25f2-dca5-4d76-b65f-5d8e47434140} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16934 | 2024.08.08 23:08:52.346114 [ 3 ] {821b25f2-dca5-4d76-b65f-5d8e47434140} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16935 | 2024.08.08 23:08:52.346484 [ 3 ] {821b25f2-dca5-4d76-b65f-5d8e47434140} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
16936 | 2024.08.08 23:08:52.346824 [ 3 ] {821b25f2-dca5-4d76-b65f-5d8e47434140} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16937 | 2024.08.08 23:08:52.347000 [ 3 ] {821b25f2-dca5-4d76-b65f-5d8e47434140} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001681 sec., 3569.303985722784 rows/sec., 202.17 KiB/sec. | ||
16938 | 2024.08.08 23:08:52.347209 [ 3 ] {821b25f2-dca5-4d76-b65f-5d8e47434140} <Debug> DynamicQueryHandler: Done processing query | ||
16939 | 2024.08.08 23:08:52.347237 [ 3 ] {821b25f2-dca5-4d76-b65f-5d8e47434140} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16940 | 2024.08.08 23:08:52.347253 [ 3 ] {} <Debug> HTTP-Session: 139efbfd-276e-47fa-83df-6846b2801ef9 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16941 | 2024.08.08 23:08:52.347397 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 678, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16942 | 2024.08.08 23:08:52.347455 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16943 | 2024.08.08 23:08:52.347475 [ 3 ] {} <Debug> HTTP-Session: 4b344b99-a070-4406-984d-2d3ce1a748a8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16944 | 2024.08.08 23:08:52.347492 [ 3 ] {} <Debug> HTTP-Session: 4b344b99-a070-4406-984d-2d3ce1a748a8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16945 | 2024.08.08 23:08:52.347506 [ 3 ] {} <Debug> HTTP-Session: 4b344b99-a070-4406-984d-2d3ce1a748a8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16946 | 2024.08.08 23:08:52.347541 [ 3 ] {} <Trace> HTTP-Session: 4b344b99-a070-4406-984d-2d3ce1a748a8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16947 | 2024.08.08 23:08:52.347643 [ 3 ] {875ab843-a5bd-4a21-9fdd-8fd0c9c432f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_ipaddr FORMAT JSONEachRow (stage: Complete) | ||
16948 | 2024.08.08 23:08:52.347692 [ 3 ] {875ab843-a5bd-4a21-9fdd-8fd0c9c432f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
16949 | 2024.08.08 23:08:52.347825 [ 3 ] {875ab843-a5bd-4a21-9fdd-8fd0c9c432f0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16950 | 2024.08.08 23:08:52.348131 [ 3 ] {875ab843-a5bd-4a21-9fdd-8fd0c9c432f0} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16951 | 2024.08.08 23:08:52.348168 [ 3 ] {875ab843-a5bd-4a21-9fdd-8fd0c9c432f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16952 | 2024.08.08 23:08:52.348472 [ 3 ] {875ab843-a5bd-4a21-9fdd-8fd0c9c432f0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
16953 | 2024.08.08 23:08:52.348779 [ 3 ] {875ab843-a5bd-4a21-9fdd-8fd0c9c432f0} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16954 | 2024.08.08 23:08:52.348948 [ 3 ] {875ab843-a5bd-4a21-9fdd-8fd0c9c432f0} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001322 sec., 3025.7186081694404 rows/sec., 246.73 KiB/sec. | ||
16955 | 2024.08.08 23:08:52.349116 [ 3 ] {875ab843-a5bd-4a21-9fdd-8fd0c9c432f0} <Debug> DynamicQueryHandler: Done processing query | ||
16956 | 2024.08.08 23:08:52.349141 [ 3 ] {875ab843-a5bd-4a21-9fdd-8fd0c9c432f0} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16957 | 2024.08.08 23:08:52.349158 [ 3 ] {} <Debug> HTTP-Session: 4b344b99-a070-4406-984d-2d3ce1a748a8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16958 | 2024.08.08 23:08:52.349311 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24619, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16959 | 2024.08.08 23:08:52.349365 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16960 | 2024.08.08 23:08:52.349385 [ 3 ] {} <Debug> HTTP-Session: 2d191323-3eb3-4eff-b62f-ddcfae922a0e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16961 | 2024.08.08 23:08:52.349404 [ 3 ] {} <Debug> HTTP-Session: 2d191323-3eb3-4eff-b62f-ddcfae922a0e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16962 | 2024.08.08 23:08:52.349418 [ 3 ] {} <Debug> HTTP-Session: 2d191323-3eb3-4eff-b62f-ddcfae922a0e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16963 | 2024.08.08 23:08:52.349451 [ 3 ] {} <Trace> HTTP-Session: 2d191323-3eb3-4eff-b62f-ddcfae922a0e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16964 | 2024.08.08 23:08:52.349593 [ 3 ] {064cdf96-2a9a-477f-98b7-9cd5fc3dedef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
16965 | 2024.08.08 23:08:52.349637 [ 3 ] {064cdf96-2a9a-477f-98b7-9cd5fc3dedef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
16966 | 2024.08.08 23:08:52.349764 [ 3 ] {064cdf96-2a9a-477f-98b7-9cd5fc3dedef} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16967 | 2024.08.08 23:08:52.350145 [ 3 ] {064cdf96-2a9a-477f-98b7-9cd5fc3dedef} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16968 | 2024.08.08 23:08:52.350181 [ 3 ] {064cdf96-2a9a-477f-98b7-9cd5fc3dedef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16969 | 2024.08.08 23:08:52.350497 [ 3 ] {064cdf96-2a9a-477f-98b7-9cd5fc3dedef} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
16970 | 2024.08.08 23:08:52.350805 [ 3 ] {064cdf96-2a9a-477f-98b7-9cd5fc3dedef} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16971 | 2024.08.08 23:08:52.350965 [ 3 ] {064cdf96-2a9a-477f-98b7-9cd5fc3dedef} <Debug> executeQuery: Read 163 rows, 14.68 KiB in 0.001436 sec., 113509.74930362117 rows/sec., 9.98 MiB/sec. | ||
16972 | 2024.08.08 23:08:52.351129 [ 3 ] {064cdf96-2a9a-477f-98b7-9cd5fc3dedef} <Debug> DynamicQueryHandler: Done processing query | ||
16973 | 2024.08.08 23:08:52.351154 [ 3 ] {064cdf96-2a9a-477f-98b7-9cd5fc3dedef} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
16974 | 2024.08.08 23:08:52.351170 [ 3 ] {} <Debug> HTTP-Session: 2d191323-3eb3-4eff-b62f-ddcfae922a0e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16975 | 2024.08.08 23:08:52.351294 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 610, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16976 | 2024.08.08 23:08:52.351344 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16977 | 2024.08.08 23:08:52.351364 [ 3 ] {} <Debug> HTTP-Session: 39e18d83-5e71-4cf4-8bb5-ac284a3d298d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16978 | 2024.08.08 23:08:52.351381 [ 3 ] {} <Debug> HTTP-Session: 39e18d83-5e71-4cf4-8bb5-ac284a3d298d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16979 | 2024.08.08 23:08:52.351394 [ 3 ] {} <Debug> HTTP-Session: 39e18d83-5e71-4cf4-8bb5-ac284a3d298d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16980 | 2024.08.08 23:08:52.351426 [ 3 ] {} <Trace> HTTP-Session: 39e18d83-5e71-4cf4-8bb5-ac284a3d298d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16981 | 2024.08.08 23:08:52.351521 [ 3 ] {8279c93f-3841-40f5-b3d8-7b5d2a2079df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u16 FORMAT JSONEachRow (stage: Complete) | ||
16982 | 2024.08.08 23:08:52.351563 [ 3 ] {8279c93f-3841-40f5-b3d8-7b5d2a2079df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
16983 | 2024.08.08 23:08:52.351688 [ 3 ] {8279c93f-3841-40f5-b3d8-7b5d2a2079df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
16984 | 2024.08.08 23:08:52.351960 [ 3 ] {8279c93f-3841-40f5-b3d8-7b5d2a2079df} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
16985 | 2024.08.08 23:08:52.351997 [ 3 ] {8279c93f-3841-40f5-b3d8-7b5d2a2079df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
16986 | 2024.08.08 23:08:52.352292 [ 3 ] {8279c93f-3841-40f5-b3d8-7b5d2a2079df} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
16987 | 2024.08.08 23:08:52.352587 [ 3 ] {8279c93f-3841-40f5-b3d8-7b5d2a2079df} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
16988 | 2024.08.08 23:08:52.352753 [ 3 ] {8279c93f-3841-40f5-b3d8-7b5d2a2079df} <Debug> executeQuery: Read 4 rows, 286.00 B in 0.001249 sec., 3202.562049639712 rows/sec., 223.62 KiB/sec. | ||
16989 | 2024.08.08 23:08:52.352916 [ 3 ] {8279c93f-3841-40f5-b3d8-7b5d2a2079df} <Debug> DynamicQueryHandler: Done processing query | ||
16990 | 2024.08.08 23:08:52.352941 [ 3 ] {8279c93f-3841-40f5-b3d8-7b5d2a2079df} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
16991 | 2024.08.08 23:08:52.352957 [ 3 ] {} <Debug> HTTP-Session: 39e18d83-5e71-4cf4-8bb5-ac284a3d298d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16992 | 2024.08.08 23:08:52.353105 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 62293, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
16993 | 2024.08.08 23:08:52.353155 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
16994 | 2024.08.08 23:08:52.353175 [ 3 ] {} <Debug> HTTP-Session: 25714833-fa3d-415c-8d49-6359b1d6cabd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
16995 | 2024.08.08 23:08:52.353191 [ 3 ] {} <Debug> HTTP-Session: 25714833-fa3d-415c-8d49-6359b1d6cabd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
16996 | 2024.08.08 23:08:52.353205 [ 3 ] {} <Debug> HTTP-Session: 25714833-fa3d-415c-8d49-6359b1d6cabd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
16997 | 2024.08.08 23:08:52.353236 [ 3 ] {} <Trace> HTTP-Session: 25714833-fa3d-415c-8d49-6359b1d6cabd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
16998 | 2024.08.08 23:08:52.353444 [ 3 ] {14dbbdb0-f6ed-4c30-a58b-df9b3ff542d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
16999 | 2024.08.08 23:08:52.353487 [ 3 ] {14dbbdb0-f6ed-4c30-a58b-df9b3ff542d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17000 | 2024.08.08 23:08:52.353611 [ 3 ] {14dbbdb0-f6ed-4c30-a58b-df9b3ff542d7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17001 | 2024.08.08 23:08:52.354224 [ 3 ] {14dbbdb0-f6ed-4c30-a58b-df9b3ff542d7} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17002 | 2024.08.08 23:08:52.354260 [ 3 ] {14dbbdb0-f6ed-4c30-a58b-df9b3ff542d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17003 | 2024.08.08 23:08:52.354577 [ 3 ] {14dbbdb0-f6ed-4c30-a58b-df9b3ff542d7} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
17004 | 2024.08.08 23:08:52.354876 [ 3 ] {14dbbdb0-f6ed-4c30-a58b-df9b3ff542d7} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17005 | 2024.08.08 23:08:52.355032 [ 3 ] {14dbbdb0-f6ed-4c30-a58b-df9b3ff542d7} <Debug> executeQuery: Read 386 rows, 27.80 KiB in 0.001706 sec., 226260.25791324736 rows/sec., 15.91 MiB/sec. | ||
17006 | 2024.08.08 23:08:52.355197 [ 3 ] {14dbbdb0-f6ed-4c30-a58b-df9b3ff542d7} <Debug> DynamicQueryHandler: Done processing query | ||
17007 | 2024.08.08 23:08:52.355222 [ 3 ] {14dbbdb0-f6ed-4c30-a58b-df9b3ff542d7} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17008 | 2024.08.08 23:08:52.355238 [ 3 ] {} <Debug> HTTP-Session: 25714833-fa3d-415c-8d49-6359b1d6cabd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17009 | 2024.08.08 23:08:52.355444 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17010 | 2024.08.08 23:08:52.355495 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17011 | 2024.08.08 23:08:52.355514 [ 3 ] {} <Debug> HTTP-Session: 7b29875b-748d-4a87-bb65-6d82bd35fbe8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17012 | 2024.08.08 23:08:52.355530 [ 3 ] {} <Debug> HTTP-Session: 7b29875b-748d-4a87-bb65-6d82bd35fbe8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17013 | 2024.08.08 23:08:52.355544 [ 3 ] {} <Debug> HTTP-Session: 7b29875b-748d-4a87-bb65-6d82bd35fbe8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17014 | 2024.08.08 23:08:52.355575 [ 3 ] {} <Trace> HTTP-Session: 7b29875b-748d-4a87-bb65-6d82bd35fbe8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17015 | 2024.08.08 23:08:52.355669 [ 3 ] {f6b77066-443a-4a86-8e5f-a671d1ba4fb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17016 | 2024.08.08 23:08:52.355714 [ 3 ] {f6b77066-443a-4a86-8e5f-a671d1ba4fb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17017 | 2024.08.08 23:08:52.355842 [ 3 ] {f6b77066-443a-4a86-8e5f-a671d1ba4fb4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17018 | 2024.08.08 23:08:52.356117 [ 3 ] {f6b77066-443a-4a86-8e5f-a671d1ba4fb4} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17019 | 2024.08.08 23:08:52.356152 [ 3 ] {f6b77066-443a-4a86-8e5f-a671d1ba4fb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17020 | 2024.08.08 23:08:52.356503 [ 3 ] {f6b77066-443a-4a86-8e5f-a671d1ba4fb4} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
17021 | 2024.08.08 23:08:52.356827 [ 3 ] {f6b77066-443a-4a86-8e5f-a671d1ba4fb4} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17022 | 2024.08.08 23:08:52.356982 [ 3 ] {f6b77066-443a-4a86-8e5f-a671d1ba4fb4} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001329 sec., 4514.672686230248 rows/sec., 193.99 KiB/sec. | ||
17023 | 2024.08.08 23:08:52.357149 [ 3 ] {f6b77066-443a-4a86-8e5f-a671d1ba4fb4} <Debug> DynamicQueryHandler: Done processing query | ||
17024 | 2024.08.08 23:08:52.357173 [ 3 ] {f6b77066-443a-4a86-8e5f-a671d1ba4fb4} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17025 | 2024.08.08 23:08:52.357189 [ 3 ] {} <Debug> HTTP-Session: 7b29875b-748d-4a87-bb65-6d82bd35fbe8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17026 | 2024.08.08 23:08:52.357300 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17027 | 2024.08.08 23:08:52.357350 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17028 | 2024.08.08 23:08:52.357369 [ 3 ] {} <Debug> HTTP-Session: 505648d1-c31f-41a6-82cd-485b499fcc06 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17029 | 2024.08.08 23:08:52.357385 [ 3 ] {} <Debug> HTTP-Session: 505648d1-c31f-41a6-82cd-485b499fcc06 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17030 | 2024.08.08 23:08:52.357399 [ 3 ] {} <Debug> HTTP-Session: 505648d1-c31f-41a6-82cd-485b499fcc06 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17031 | 2024.08.08 23:08:52.357429 [ 3 ] {} <Trace> HTTP-Session: 505648d1-c31f-41a6-82cd-485b499fcc06 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17032 | 2024.08.08 23:08:52.357579 [ 3 ] {e5ddcea2-20e9-4d02-bda8-783768e748a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
17033 | 2024.08.08 23:08:52.357625 [ 3 ] {e5ddcea2-20e9-4d02-bda8-783768e748a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
17034 | 2024.08.08 23:08:52.357767 [ 3 ] {e5ddcea2-20e9-4d02-bda8-783768e748a0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17035 | 2024.08.08 23:08:52.358103 [ 3 ] {e5ddcea2-20e9-4d02-bda8-783768e748a0} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17036 | 2024.08.08 23:08:52.358140 [ 3 ] {e5ddcea2-20e9-4d02-bda8-783768e748a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17037 | 2024.08.08 23:08:52.358500 [ 3 ] {e5ddcea2-20e9-4d02-bda8-783768e748a0} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
17038 | 2024.08.08 23:08:52.358833 [ 3 ] {e5ddcea2-20e9-4d02-bda8-783768e748a0} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17039 | 2024.08.08 23:08:52.358991 [ 3 ] {e5ddcea2-20e9-4d02-bda8-783768e748a0} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001478 sec., 52097.42895805142 rows/sec., 3.21 MiB/sec. | ||
17040 | 2024.08.08 23:08:52.359323 [ 3 ] {e5ddcea2-20e9-4d02-bda8-783768e748a0} <Debug> DynamicQueryHandler: Done processing query | ||
17041 | 2024.08.08 23:08:52.359363 [ 3 ] {e5ddcea2-20e9-4d02-bda8-783768e748a0} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17042 | 2024.08.08 23:08:52.359381 [ 3 ] {} <Debug> HTTP-Session: 505648d1-c31f-41a6-82cd-485b499fcc06 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17043 | 2024.08.08 23:08:52.359594 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 31054, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17044 | 2024.08.08 23:08:52.359645 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17045 | 2024.08.08 23:08:52.359664 [ 3 ] {} <Debug> HTTP-Session: fdff4be2-0274-4022-b8dc-e614373aaf5e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17046 | 2024.08.08 23:08:52.359681 [ 3 ] {} <Debug> HTTP-Session: fdff4be2-0274-4022-b8dc-e614373aaf5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17047 | 2024.08.08 23:08:52.359695 [ 3 ] {} <Debug> HTTP-Session: fdff4be2-0274-4022-b8dc-e614373aaf5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17048 | 2024.08.08 23:08:52.359726 [ 3 ] {} <Trace> HTTP-Session: fdff4be2-0274-4022-b8dc-e614373aaf5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17049 | 2024.08.08 23:08:52.359876 [ 3 ] {2a3379e9-8b54-4663-9907-accf3de6145e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17050 | 2024.08.08 23:08:52.359924 [ 3 ] {2a3379e9-8b54-4663-9907-accf3de6145e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17051 | 2024.08.08 23:08:52.360081 [ 3 ] {2a3379e9-8b54-4663-9907-accf3de6145e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17052 | 2024.08.08 23:08:52.360476 [ 3 ] {2a3379e9-8b54-4663-9907-accf3de6145e} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17053 | 2024.08.08 23:08:52.360512 [ 3 ] {2a3379e9-8b54-4663-9907-accf3de6145e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17054 | 2024.08.08 23:08:52.360879 [ 3 ] {2a3379e9-8b54-4663-9907-accf3de6145e} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
17055 | 2024.08.08 23:08:52.361209 [ 3 ] {2a3379e9-8b54-4663-9907-accf3de6145e} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17056 | 2024.08.08 23:08:52.361365 [ 3 ] {2a3379e9-8b54-4663-9907-accf3de6145e} <Debug> executeQuery: Read 162 rows, 11.55 KiB in 0.001551 sec., 104448.74274661508 rows/sec., 7.27 MiB/sec. | ||
17057 | 2024.08.08 23:08:52.361533 [ 3 ] {2a3379e9-8b54-4663-9907-accf3de6145e} <Debug> DynamicQueryHandler: Done processing query | ||
17058 | 2024.08.08 23:08:52.361559 [ 3 ] {2a3379e9-8b54-4663-9907-accf3de6145e} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17059 | 2024.08.08 23:08:52.361575 [ 3 ] {} <Debug> HTTP-Session: fdff4be2-0274-4022-b8dc-e614373aaf5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17060 | 2024.08.08 23:08:52.361691 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17061 | 2024.08.08 23:08:52.361740 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17062 | 2024.08.08 23:08:52.361759 [ 3 ] {} <Debug> HTTP-Session: 5567e771-67a6-485c-8846-05e54c8f49ea Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17063 | 2024.08.08 23:08:52.361776 [ 3 ] {} <Debug> HTTP-Session: 5567e771-67a6-485c-8846-05e54c8f49ea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17064 | 2024.08.08 23:08:52.361789 [ 3 ] {} <Debug> HTTP-Session: 5567e771-67a6-485c-8846-05e54c8f49ea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17065 | 2024.08.08 23:08:52.361820 [ 3 ] {} <Trace> HTTP-Session: 5567e771-67a6-485c-8846-05e54c8f49ea Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17066 | 2024.08.08 23:08:52.361921 [ 3 ] {f3fe8f2f-9b10-4daa-af65-87e3fa767245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
17067 | 2024.08.08 23:08:52.361966 [ 3 ] {f3fe8f2f-9b10-4daa-af65-87e3fa767245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17068 | 2024.08.08 23:08:52.362089 [ 3 ] {f3fe8f2f-9b10-4daa-af65-87e3fa767245} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17069 | 2024.08.08 23:08:52.362353 [ 3 ] {f3fe8f2f-9b10-4daa-af65-87e3fa767245} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17070 | 2024.08.08 23:08:52.362388 [ 3 ] {f3fe8f2f-9b10-4daa-af65-87e3fa767245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17071 | 2024.08.08 23:08:52.362734 [ 3 ] {f3fe8f2f-9b10-4daa-af65-87e3fa767245} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
17072 | 2024.08.08 23:08:52.363043 [ 3 ] {f3fe8f2f-9b10-4daa-af65-87e3fa767245} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17073 | 2024.08.08 23:08:52.363194 [ 3 ] {f3fe8f2f-9b10-4daa-af65-87e3fa767245} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001296 sec., 17746.913580246914 rows/sec., 959.99 KiB/sec. | ||
17074 | 2024.08.08 23:08:52.363356 [ 3 ] {f3fe8f2f-9b10-4daa-af65-87e3fa767245} <Debug> DynamicQueryHandler: Done processing query | ||
17075 | 2024.08.08 23:08:52.363381 [ 3 ] {f3fe8f2f-9b10-4daa-af65-87e3fa767245} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17076 | 2024.08.08 23:08:52.363397 [ 3 ] {} <Debug> HTTP-Session: 5567e771-67a6-485c-8846-05e54c8f49ea Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17077 | 2024.08.08 23:08:52.363560 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17078 | 2024.08.08 23:08:52.363609 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17079 | 2024.08.08 23:08:52.363628 [ 3 ] {} <Debug> HTTP-Session: 99b8f00e-420f-48b5-82a2-98c86cd0c429 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17080 | 2024.08.08 23:08:52.363645 [ 3 ] {} <Debug> HTTP-Session: 99b8f00e-420f-48b5-82a2-98c86cd0c429 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17081 | 2024.08.08 23:08:52.363659 [ 3 ] {} <Debug> HTTP-Session: 99b8f00e-420f-48b5-82a2-98c86cd0c429 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17082 | 2024.08.08 23:08:52.363689 [ 3 ] {} <Trace> HTTP-Session: 99b8f00e-420f-48b5-82a2-98c86cd0c429 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17083 | 2024.08.08 23:08:52.363817 [ 3 ] {0601c9bd-099e-45ea-9f23-a0a51e667bd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17084 | 2024.08.08 23:08:52.363861 [ 3 ] {0601c9bd-099e-45ea-9f23-a0a51e667bd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17085 | 2024.08.08 23:08:52.363986 [ 3 ] {0601c9bd-099e-45ea-9f23-a0a51e667bd7} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17086 | 2024.08.08 23:08:52.364268 [ 3 ] {0601c9bd-099e-45ea-9f23-a0a51e667bd7} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17087 | 2024.08.08 23:08:52.364304 [ 3 ] {0601c9bd-099e-45ea-9f23-a0a51e667bd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17088 | 2024.08.08 23:08:52.364648 [ 3 ] {0601c9bd-099e-45ea-9f23-a0a51e667bd7} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
17089 | 2024.08.08 23:08:52.364958 [ 3 ] {0601c9bd-099e-45ea-9f23-a0a51e667bd7} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17090 | 2024.08.08 23:08:52.365106 [ 3 ] {0601c9bd-099e-45ea-9f23-a0a51e667bd7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001337 sec., 44876.58937920718 rows/sec., 3.02 MiB/sec. | ||
17091 | 2024.08.08 23:08:52.365267 [ 3 ] {0601c9bd-099e-45ea-9f23-a0a51e667bd7} <Debug> DynamicQueryHandler: Done processing query | ||
17092 | 2024.08.08 23:08:52.365292 [ 3 ] {0601c9bd-099e-45ea-9f23-a0a51e667bd7} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17093 | 2024.08.08 23:08:52.365308 [ 3 ] {} <Debug> HTTP-Session: 99b8f00e-420f-48b5-82a2-98c86cd0c429 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17094 | 2024.08.08 23:08:53.184021 [ 93 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17095 | 2024.08.08 23:08:53.184098 [ 93 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17096 | 2024.08.08 23:08:57.343710 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17097 | 2024.08.08 23:08:57.343850 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17098 | 2024.08.08 23:08:57.343881 [ 3 ] {} <Debug> HTTP-Session: 0deae530-c042-4c17-97e7-9a916f29883c Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17099 | 2024.08.08 23:08:57.343908 [ 3 ] {} <Debug> HTTP-Session: 0deae530-c042-4c17-97e7-9a916f29883c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17100 | 2024.08.08 23:08:57.343925 [ 3 ] {} <Debug> HTTP-Session: 0deae530-c042-4c17-97e7-9a916f29883c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17101 | 2024.08.08 23:08:57.343987 [ 3 ] {} <Trace> HTTP-Session: 0deae530-c042-4c17-97e7-9a916f29883c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17102 | 2024.08.08 23:08:57.344206 [ 3 ] {cfd81226-9a58-4a53-bfab-5abd8e9aaf5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17103 | 2024.08.08 23:08:57.344280 [ 3 ] {cfd81226-9a58-4a53-bfab-5abd8e9aaf5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17104 | 2024.08.08 23:08:57.344501 [ 3 ] {cfd81226-9a58-4a53-bfab-5abd8e9aaf5b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17105 | 2024.08.08 23:08:57.344993 [ 3 ] {cfd81226-9a58-4a53-bfab-5abd8e9aaf5b} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17106 | 2024.08.08 23:08:57.345034 [ 3 ] {cfd81226-9a58-4a53-bfab-5abd8e9aaf5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17107 | 2024.08.08 23:08:57.345387 [ 3 ] {cfd81226-9a58-4a53-bfab-5abd8e9aaf5b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
17108 | 2024.08.08 23:08:57.345711 [ 3 ] {cfd81226-9a58-4a53-bfab-5abd8e9aaf5b} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17109 | 2024.08.08 23:08:57.345883 [ 3 ] {cfd81226-9a58-4a53-bfab-5abd8e9aaf5b} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001749 sec., 32018.296169239566 rows/sec., 2.53 MiB/sec. | ||
17110 | 2024.08.08 23:08:57.346154 [ 3 ] {cfd81226-9a58-4a53-bfab-5abd8e9aaf5b} <Debug> DynamicQueryHandler: Done processing query | ||
17111 | 2024.08.08 23:08:57.346214 [ 3 ] {cfd81226-9a58-4a53-bfab-5abd8e9aaf5b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17112 | 2024.08.08 23:08:57.346274 [ 3 ] {} <Debug> HTTP-Session: 0deae530-c042-4c17-97e7-9a916f29883c Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17113 | 2024.08.08 23:08:57.346493 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 33199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17114 | 2024.08.08 23:08:57.346547 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17115 | 2024.08.08 23:08:57.346566 [ 3 ] {} <Debug> HTTP-Session: 01e75a07-63b5-4ca0-bce5-53b2b83d8de2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17116 | 2024.08.08 23:08:57.346583 [ 3 ] {} <Debug> HTTP-Session: 01e75a07-63b5-4ca0-bce5-53b2b83d8de2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17117 | 2024.08.08 23:08:57.346597 [ 3 ] {} <Debug> HTTP-Session: 01e75a07-63b5-4ca0-bce5-53b2b83d8de2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17118 | 2024.08.08 23:08:57.346631 [ 3 ] {} <Trace> HTTP-Session: 01e75a07-63b5-4ca0-bce5-53b2b83d8de2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17119 | 2024.08.08 23:08:57.346788 [ 3 ] {d2b199e6-9307-4f13-93fe-7676b494c7b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17120 | 2024.08.08 23:08:57.346833 [ 3 ] {d2b199e6-9307-4f13-93fe-7676b494c7b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17121 | 2024.08.08 23:08:57.346978 [ 3 ] {d2b199e6-9307-4f13-93fe-7676b494c7b1} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17122 | 2024.08.08 23:08:57.347463 [ 3 ] {d2b199e6-9307-4f13-93fe-7676b494c7b1} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17123 | 2024.08.08 23:08:57.347500 [ 3 ] {d2b199e6-9307-4f13-93fe-7676b494c7b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17124 | 2024.08.08 23:08:57.347813 [ 3 ] {d2b199e6-9307-4f13-93fe-7676b494c7b1} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
17125 | 2024.08.08 23:08:57.348128 [ 3 ] {d2b199e6-9307-4f13-93fe-7676b494c7b1} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17126 | 2024.08.08 23:08:57.348279 [ 3 ] {d2b199e6-9307-4f13-93fe-7676b494c7b1} <Debug> executeQuery: Read 224 rows, 19.58 KiB in 0.00156 sec., 143589.7435897436 rows/sec., 12.26 MiB/sec. | ||
17127 | 2024.08.08 23:08:57.348439 [ 3 ] {d2b199e6-9307-4f13-93fe-7676b494c7b1} <Debug> DynamicQueryHandler: Done processing query | ||
17128 | 2024.08.08 23:08:57.348464 [ 3 ] {d2b199e6-9307-4f13-93fe-7676b494c7b1} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
17129 | 2024.08.08 23:08:57.348479 [ 3 ] {} <Debug> HTTP-Session: 01e75a07-63b5-4ca0-bce5-53b2b83d8de2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17130 | 2024.08.08 23:08:57.348613 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 20375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17131 | 2024.08.08 23:08:57.348661 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17132 | 2024.08.08 23:08:57.348681 [ 3 ] {} <Debug> HTTP-Session: 850dd9a7-67ba-4ad1-a16e-86f5298cebca Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17133 | 2024.08.08 23:08:57.348697 [ 3 ] {} <Debug> HTTP-Session: 850dd9a7-67ba-4ad1-a16e-86f5298cebca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17134 | 2024.08.08 23:08:57.348710 [ 3 ] {} <Debug> HTTP-Session: 850dd9a7-67ba-4ad1-a16e-86f5298cebca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17135 | 2024.08.08 23:08:57.348740 [ 3 ] {} <Trace> HTTP-Session: 850dd9a7-67ba-4ad1-a16e-86f5298cebca Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17136 | 2024.08.08 23:08:57.348879 [ 3 ] {8563da91-99e8-4d69-9636-c98c5b6576df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17137 | 2024.08.08 23:08:57.348922 [ 3 ] {8563da91-99e8-4d69-9636-c98c5b6576df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17138 | 2024.08.08 23:08:57.349044 [ 3 ] {8563da91-99e8-4d69-9636-c98c5b6576df} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17139 | 2024.08.08 23:08:57.349418 [ 3 ] {8563da91-99e8-4d69-9636-c98c5b6576df} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17140 | 2024.08.08 23:08:57.349454 [ 3 ] {8563da91-99e8-4d69-9636-c98c5b6576df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17141 | 2024.08.08 23:08:57.349761 [ 3 ] {8563da91-99e8-4d69-9636-c98c5b6576df} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
17142 | 2024.08.08 23:08:57.350064 [ 3 ] {8563da91-99e8-4d69-9636-c98c5b6576df} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17143 | 2024.08.08 23:08:57.350215 [ 3 ] {8563da91-99e8-4d69-9636-c98c5b6576df} <Debug> executeQuery: Read 120 rows, 9.60 KiB in 0.001389 sec., 86393.08855291577 rows/sec., 6.75 MiB/sec. | ||
17144 | 2024.08.08 23:08:57.350448 [ 3 ] {8563da91-99e8-4d69-9636-c98c5b6576df} <Debug> DynamicQueryHandler: Done processing query | ||
17145 | 2024.08.08 23:08:57.350512 [ 3 ] {8563da91-99e8-4d69-9636-c98c5b6576df} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
17146 | 2024.08.08 23:08:57.350574 [ 3 ] {} <Debug> HTTP-Session: 850dd9a7-67ba-4ad1-a16e-86f5298cebca Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17147 | 2024.08.08 23:08:57.350778 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17148 | 2024.08.08 23:08:57.350829 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17149 | 2024.08.08 23:08:57.350848 [ 3 ] {} <Debug> HTTP-Session: 65ceb4bb-a749-46c3-8bfb-270df68fce3d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17150 | 2024.08.08 23:08:57.350864 [ 3 ] {} <Debug> HTTP-Session: 65ceb4bb-a749-46c3-8bfb-270df68fce3d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17151 | 2024.08.08 23:08:57.350877 [ 3 ] {} <Debug> HTTP-Session: 65ceb4bb-a749-46c3-8bfb-270df68fce3d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17152 | 2024.08.08 23:08:57.350909 [ 3 ] {} <Trace> HTTP-Session: 65ceb4bb-a749-46c3-8bfb-270df68fce3d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17153 | 2024.08.08 23:08:57.351064 [ 3 ] {7136b865-a995-457c-9212-ae2592b89836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17154 | 2024.08.08 23:08:57.351113 [ 3 ] {7136b865-a995-457c-9212-ae2592b89836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17155 | 2024.08.08 23:08:57.351263 [ 3 ] {7136b865-a995-457c-9212-ae2592b89836} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17156 | 2024.08.08 23:08:57.351629 [ 3 ] {7136b865-a995-457c-9212-ae2592b89836} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17157 | 2024.08.08 23:08:57.351664 [ 3 ] {7136b865-a995-457c-9212-ae2592b89836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17158 | 2024.08.08 23:08:57.352048 [ 3 ] {7136b865-a995-457c-9212-ae2592b89836} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
17159 | 2024.08.08 23:08:57.352377 [ 3 ] {7136b865-a995-457c-9212-ae2592b89836} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17160 | 2024.08.08 23:08:57.352532 [ 3 ] {7136b865-a995-457c-9212-ae2592b89836} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001529 sec., 104643.55788096796 rows/sec., 7.29 MiB/sec. | ||
17161 | 2024.08.08 23:08:57.352705 [ 3 ] {7136b865-a995-457c-9212-ae2592b89836} <Debug> DynamicQueryHandler: Done processing query | ||
17162 | 2024.08.08 23:08:57.352729 [ 3 ] {7136b865-a995-457c-9212-ae2592b89836} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17163 | 2024.08.08 23:08:57.352745 [ 3 ] {} <Debug> HTTP-Session: 65ceb4bb-a749-46c3-8bfb-270df68fce3d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17164 | 2024.08.08 23:08:57.352890 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90215, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17165 | 2024.08.08 23:08:57.352939 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17166 | 2024.08.08 23:08:57.352958 [ 3 ] {} <Debug> HTTP-Session: 95c106f5-576f-44ad-8fe8-3e7c9c1816b3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17167 | 2024.08.08 23:08:57.352974 [ 3 ] {} <Debug> HTTP-Session: 95c106f5-576f-44ad-8fe8-3e7c9c1816b3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17168 | 2024.08.08 23:08:57.352987 [ 3 ] {} <Debug> HTTP-Session: 95c106f5-576f-44ad-8fe8-3e7c9c1816b3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17169 | 2024.08.08 23:08:57.353017 [ 3 ] {} <Trace> HTTP-Session: 95c106f5-576f-44ad-8fe8-3e7c9c1816b3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17170 | 2024.08.08 23:08:57.353510 [ 3 ] {902ea4cf-1640-4959-ac97-6b4db19cf213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17171 | 2024.08.08 23:08:57.353573 [ 3 ] {902ea4cf-1640-4959-ac97-6b4db19cf213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17172 | 2024.08.08 23:08:57.353964 [ 3 ] {902ea4cf-1640-4959-ac97-6b4db19cf213} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17173 | 2024.08.08 23:08:57.354757 [ 3 ] {902ea4cf-1640-4959-ac97-6b4db19cf213} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17174 | 2024.08.08 23:08:57.354792 [ 3 ] {902ea4cf-1640-4959-ac97-6b4db19cf213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17175 | 2024.08.08 23:08:57.355417 [ 3 ] {902ea4cf-1640-4959-ac97-6b4db19cf213} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
17176 | 2024.08.08 23:08:57.355837 [ 3 ] {902ea4cf-1640-4959-ac97-6b4db19cf213} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17177 | 2024.08.08 23:08:57.356052 [ 3 ] {902ea4cf-1640-4959-ac97-6b4db19cf213} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.002929 sec., 19119.153294639807 rows/sec., 34.26 MiB/sec. | ||
17178 | 2024.08.08 23:08:57.356600 [ 3 ] {902ea4cf-1640-4959-ac97-6b4db19cf213} <Debug> DynamicQueryHandler: Done processing query | ||
17179 | 2024.08.08 23:08:57.356626 [ 3 ] {902ea4cf-1640-4959-ac97-6b4db19cf213} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
17180 | 2024.08.08 23:08:57.356643 [ 3 ] {} <Debug> HTTP-Session: 95c106f5-576f-44ad-8fe8-3e7c9c1816b3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17181 | 2024.08.08 23:08:57.356756 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17182 | 2024.08.08 23:08:57.356805 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17183 | 2024.08.08 23:08:57.356824 [ 3 ] {} <Debug> HTTP-Session: 57169305-c62f-4898-a241-c97134f3f9cb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17184 | 2024.08.08 23:08:57.356841 [ 3 ] {} <Debug> HTTP-Session: 57169305-c62f-4898-a241-c97134f3f9cb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17185 | 2024.08.08 23:08:57.356854 [ 3 ] {} <Debug> HTTP-Session: 57169305-c62f-4898-a241-c97134f3f9cb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17186 | 2024.08.08 23:08:57.356884 [ 3 ] {} <Trace> HTTP-Session: 57169305-c62f-4898-a241-c97134f3f9cb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17187 | 2024.08.08 23:08:57.357000 [ 3 ] {03300a9c-eb7b-4b99-86ee-359e4c94fc5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17188 | 2024.08.08 23:08:57.357045 [ 3 ] {03300a9c-eb7b-4b99-86ee-359e4c94fc5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17189 | 2024.08.08 23:08:57.357191 [ 3 ] {03300a9c-eb7b-4b99-86ee-359e4c94fc5a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17190 | 2024.08.08 23:08:57.357485 [ 3 ] {03300a9c-eb7b-4b99-86ee-359e4c94fc5a} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17191 | 2024.08.08 23:08:57.357520 [ 3 ] {03300a9c-eb7b-4b99-86ee-359e4c94fc5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.71 GiB. | ||
17192 | 2024.08.08 23:08:57.357871 [ 3 ] {03300a9c-eb7b-4b99-86ee-359e4c94fc5a} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
17193 | 2024.08.08 23:08:57.358195 [ 3 ] {03300a9c-eb7b-4b99-86ee-359e4c94fc5a} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17194 | 2024.08.08 23:08:57.358346 [ 3 ] {03300a9c-eb7b-4b99-86ee-359e4c94fc5a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001384 sec., 43352.601156069366 rows/sec., 2.92 MiB/sec. | ||
17195 | 2024.08.08 23:08:57.358508 [ 3 ] {03300a9c-eb7b-4b99-86ee-359e4c94fc5a} <Debug> DynamicQueryHandler: Done processing query | ||
17196 | 2024.08.08 23:08:57.358532 [ 3 ] {03300a9c-eb7b-4b99-86ee-359e4c94fc5a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17197 | 2024.08.08 23:08:57.358548 [ 3 ] {} <Debug> HTTP-Session: 57169305-c62f-4898-a241-c97134f3f9cb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17198 | 2024.08.08 23:09:02.345751 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17199 | 2024.08.08 23:09:02.345892 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17200 | 2024.08.08 23:09:02.345922 [ 3 ] {} <Debug> HTTP-Session: 18501dfd-b286-43ce-b6f0-7c2d2d93a381 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17201 | 2024.08.08 23:09:02.345949 [ 3 ] {} <Debug> HTTP-Session: 18501dfd-b286-43ce-b6f0-7c2d2d93a381 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17202 | 2024.08.08 23:09:02.345967 [ 3 ] {} <Debug> HTTP-Session: 18501dfd-b286-43ce-b6f0-7c2d2d93a381 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17203 | 2024.08.08 23:09:02.346023 [ 3 ] {} <Trace> HTTP-Session: 18501dfd-b286-43ce-b6f0-7c2d2d93a381 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17204 | 2024.08.08 23:09:02.346261 [ 3 ] {3d3b6ffa-c024-4697-8561-9fc7767b9917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17205 | 2024.08.08 23:09:02.346337 [ 3 ] {3d3b6ffa-c024-4697-8561-9fc7767b9917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17206 | 2024.08.08 23:09:02.346557 [ 3 ] {3d3b6ffa-c024-4697-8561-9fc7767b9917} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17207 | 2024.08.08 23:09:02.347002 [ 3 ] {3d3b6ffa-c024-4697-8561-9fc7767b9917} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17208 | 2024.08.08 23:09:02.347049 [ 3 ] {3d3b6ffa-c024-4697-8561-9fc7767b9917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17209 | 2024.08.08 23:09:02.347404 [ 3 ] {3d3b6ffa-c024-4697-8561-9fc7767b9917} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
17210 | 2024.08.08 23:09:02.347737 [ 3 ] {3d3b6ffa-c024-4697-8561-9fc7767b9917} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17211 | 2024.08.08 23:09:02.347919 [ 3 ] {3d3b6ffa-c024-4697-8561-9fc7767b9917} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001712 sec., 3504.6728971962616 rows/sec., 198.51 KiB/sec. | ||
17212 | 2024.08.08 23:09:02.348112 [ 3 ] {3d3b6ffa-c024-4697-8561-9fc7767b9917} <Debug> DynamicQueryHandler: Done processing query | ||
17213 | 2024.08.08 23:09:02.348139 [ 3 ] {3d3b6ffa-c024-4697-8561-9fc7767b9917} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17214 | 2024.08.08 23:09:02.348155 [ 3 ] {} <Debug> HTTP-Session: 18501dfd-b286-43ce-b6f0-7c2d2d93a381 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17215 | 2024.08.08 23:09:02.348320 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17216 | 2024.08.08 23:09:02.348374 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17217 | 2024.08.08 23:09:02.348394 [ 3 ] {} <Debug> HTTP-Session: 9b3b46ca-4f42-4b3c-bda2-db203857fd27 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17218 | 2024.08.08 23:09:02.348412 [ 3 ] {} <Debug> HTTP-Session: 9b3b46ca-4f42-4b3c-bda2-db203857fd27 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17219 | 2024.08.08 23:09:02.348426 [ 3 ] {} <Debug> HTTP-Session: 9b3b46ca-4f42-4b3c-bda2-db203857fd27 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17220 | 2024.08.08 23:09:02.348460 [ 3 ] {} <Trace> HTTP-Session: 9b3b46ca-4f42-4b3c-bda2-db203857fd27 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17221 | 2024.08.08 23:09:02.348606 [ 3 ] {4bf97d91-b230-4a30-8cc6-f183613e3fed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17222 | 2024.08.08 23:09:02.348652 [ 3 ] {4bf97d91-b230-4a30-8cc6-f183613e3fed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17223 | 2024.08.08 23:09:02.348783 [ 3 ] {4bf97d91-b230-4a30-8cc6-f183613e3fed} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17224 | 2024.08.08 23:09:02.349221 [ 3 ] {4bf97d91-b230-4a30-8cc6-f183613e3fed} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17225 | 2024.08.08 23:09:02.349259 [ 3 ] {4bf97d91-b230-4a30-8cc6-f183613e3fed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17226 | 2024.08.08 23:09:02.349576 [ 3 ] {4bf97d91-b230-4a30-8cc6-f183613e3fed} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
17227 | 2024.08.08 23:09:02.349892 [ 3 ] {4bf97d91-b230-4a30-8cc6-f183613e3fed} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17228 | 2024.08.08 23:09:02.350052 [ 3 ] {4bf97d91-b230-4a30-8cc6-f183613e3fed} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001513 sec., 106411.10376734963 rows/sec., 9.38 MiB/sec. | ||
17229 | 2024.08.08 23:09:02.350067 [ 57 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
17230 | 2024.08.08 23:09:02.350178 [ 57 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17231 | 2024.08.08 23:09:02.350209 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17232 | 2024.08.08 23:09:02.350291 [ 3 ] {4bf97d91-b230-4a30-8cc6-f183613e3fed} <Debug> DynamicQueryHandler: Done processing query | ||
17233 | 2024.08.08 23:09:02.350359 [ 3 ] {4bf97d91-b230-4a30-8cc6-f183613e3fed} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
17234 | 2024.08.08 23:09:02.350406 [ 3 ] {} <Debug> HTTP-Session: 9b3b46ca-4f42-4b3c-bda2-db203857fd27 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17235 | 2024.08.08 23:09:02.350441 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
17236 | 2024.08.08 23:09:02.350615 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17237 | 2024.08.08 23:09:02.350686 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17238 | 2024.08.08 23:09:02.350719 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17239 | 2024.08.08 23:09:02.350742 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1483 rows starting from the beginning of the part | ||
17240 | 2024.08.08 23:09:02.350752 [ 3 ] {} <Debug> HTTP-Session: 3fa1f785-76ed-40f2-9576-cabae10b6c21 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17241 | 2024.08.08 23:09:02.350796 [ 3 ] {} <Debug> HTTP-Session: 3fa1f785-76ed-40f2-9576-cabae10b6c21 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17242 | 2024.08.08 23:09:02.350844 [ 3 ] {} <Debug> HTTP-Session: 3fa1f785-76ed-40f2-9576-cabae10b6c21 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17243 | 2024.08.08 23:09:02.350983 [ 3 ] {} <Trace> HTTP-Session: 3fa1f785-76ed-40f2-9576-cabae10b6c21 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17244 | 2024.08.08 23:09:02.351014 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 161 rows starting from the beginning of the part | ||
17245 | 2024.08.08 23:09:02.351284 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1367 rows starting from the beginning of the part | ||
17246 | 2024.08.08 23:09:02.351458 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 163 rows starting from the beginning of the part | ||
17247 | 2024.08.08 23:09:02.351529 [ 3 ] {d98f1eea-21b0-4e1c-9f28-9687aef3f464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17248 | 2024.08.08 23:09:02.351729 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 224 rows starting from the beginning of the part | ||
17249 | 2024.08.08 23:09:02.351754 [ 3 ] {d98f1eea-21b0-4e1c-9f28-9687aef3f464} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17250 | 2024.08.08 23:09:02.352057 [ 194 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 161 rows starting from the beginning of the part | ||
17251 | 2024.08.08 23:09:02.352758 [ 3 ] {d98f1eea-21b0-4e1c-9f28-9687aef3f464} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17252 | 2024.08.08 23:09:02.353871 [ 3 ] {d98f1eea-21b0-4e1c-9f28-9687aef3f464} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17253 | 2024.08.08 23:09:02.353956 [ 3 ] {d98f1eea-21b0-4e1c-9f28-9687aef3f464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17254 | 2024.08.08 23:09:02.354648 [ 3 ] {d98f1eea-21b0-4e1c-9f28-9687aef3f464} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
17255 | 2024.08.08 23:09:02.355307 [ 3 ] {d98f1eea-21b0-4e1c-9f28-9687aef3f464} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17256 | 2024.08.08 23:09:02.355417 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3559 rows, containing 4 columns (4 merged, 0 gathered) in 0.005106741 sec., 696921.9703916843 rows/sec., 58.53 MiB/sec. | ||
17257 | 2024.08.08 23:09:02.355574 [ 57 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
17258 | 2024.08.08 23:09:02.355589 [ 3 ] {d98f1eea-21b0-4e1c-9f28-9687aef3f464} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.004384 sec., 87135.03649635037 rows/sec., 6.12 MiB/sec. | ||
17259 | 2024.08.08 23:09:02.355643 [ 57 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17260 | 2024.08.08 23:09:02.355732 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17261 | 2024.08.08 23:09:02.356035 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
17262 | 2024.08.08 23:09:02.356032 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
17263 | 2024.08.08 23:09:02.356055 [ 3 ] {d98f1eea-21b0-4e1c-9f28-9687aef3f464} <Debug> DynamicQueryHandler: Done processing query | ||
17264 | 2024.08.08 23:09:02.356170 [ 3 ] {d98f1eea-21b0-4e1c-9f28-9687aef3f464} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17265 | 2024.08.08 23:09:02.356234 [ 3 ] {} <Debug> HTTP-Session: 3fa1f785-76ed-40f2-9576-cabae10b6c21 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17266 | 2024.08.08 23:09:02.356454 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17267 | 2024.08.08 23:09:02.356663 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17268 | 2024.08.08 23:09:02.356773 [ 3 ] {} <Debug> HTTP-Session: 14762784-45fc-45b7-b1fa-f97c17654147 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17269 | 2024.08.08 23:09:02.356816 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17270 | 2024.08.08 23:09:02.356847 [ 3 ] {} <Debug> HTTP-Session: 14762784-45fc-45b7-b1fa-f97c17654147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17271 | 2024.08.08 23:09:02.356916 [ 3 ] {} <Debug> HTTP-Session: 14762784-45fc-45b7-b1fa-f97c17654147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17272 | 2024.08.08 23:09:02.357001 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 952 rows starting from the beginning of the part | ||
17273 | 2024.08.08 23:09:02.357036 [ 3 ] {} <Trace> HTTP-Session: 14762784-45fc-45b7-b1fa-f97c17654147 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17274 | 2024.08.08 23:09:02.357280 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 382 rows starting from the beginning of the part | ||
17275 | 2024.08.08 23:09:02.357391 [ 3 ] {5d5a8dd4-bcfa-4d5b-8de6-30e80b39ba1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17276 | 2024.08.08 23:09:02.357523 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17277 | 2024.08.08 23:09:02.357600 [ 3 ] {5d5a8dd4-bcfa-4d5b-8de6-30e80b39ba1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17278 | 2024.08.08 23:09:02.357739 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 582 rows starting from the beginning of the part | ||
17279 | 2024.08.08 23:09:02.357889 [ 191 ] {248512eb-aa23-45d6-8ec3-f56857e32718::all_1_101_20} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
17280 | 2024.08.08 23:09:02.358249 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
17281 | 2024.08.08 23:09:02.358684 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 386 rows starting from the beginning of the part | ||
17282 | 2024.08.08 23:09:02.358779 [ 3 ] {5d5a8dd4-bcfa-4d5b-8de6-30e80b39ba1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17283 | 2024.08.08 23:09:02.358937 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 120 rows starting from the beginning of the part | ||
17284 | 2024.08.08 23:09:02.359261 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 382 rows starting from the beginning of the part | ||
17285 | 2024.08.08 23:09:02.359981 [ 3 ] {5d5a8dd4-bcfa-4d5b-8de6-30e80b39ba1f} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17286 | 2024.08.08 23:09:02.360046 [ 3 ] {5d5a8dd4-bcfa-4d5b-8de6-30e80b39ba1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17287 | 2024.08.08 23:09:02.360914 [ 3 ] {5d5a8dd4-bcfa-4d5b-8de6-30e80b39ba1f} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
17288 | 2024.08.08 23:09:02.361770 [ 3 ] {5d5a8dd4-bcfa-4d5b-8de6-30e80b39ba1f} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17289 | 2024.08.08 23:09:02.361982 [ 3 ] {5d5a8dd4-bcfa-4d5b-8de6-30e80b39ba1f} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.00475 sec., 1263.157894736842 rows/sec., 54.28 KiB/sec. | ||
17290 | 2024.08.08 23:09:02.362714 [ 3 ] {5d5a8dd4-bcfa-4d5b-8de6-30e80b39ba1f} <Debug> DynamicQueryHandler: Done processing query | ||
17291 | 2024.08.08 23:09:02.362819 [ 3 ] {5d5a8dd4-bcfa-4d5b-8de6-30e80b39ba1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17292 | 2024.08.08 23:09:02.362916 [ 3 ] {} <Debug> HTTP-Session: 14762784-45fc-45b7-b1fa-f97c17654147 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17293 | 2024.08.08 23:09:02.362947 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2804 rows, containing 4 columns (4 merged, 0 gathered) in 0.007096459 sec., 395126.6399199939 rows/sec., 28.55 MiB/sec. | ||
17294 | 2024.08.08 23:09:02.363137 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17295 | 2024.08.08 23:09:02.363204 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17296 | 2024.08.08 23:09:02.363211 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
17297 | 2024.08.08 23:09:02.363235 [ 3 ] {} <Debug> HTTP-Session: f9b97373-e75d-4fdc-99f0-beaa052286bd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17298 | 2024.08.08 23:09:02.363290 [ 3 ] {} <Debug> HTTP-Session: f9b97373-e75d-4fdc-99f0-beaa052286bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17299 | 2024.08.08 23:09:02.363341 [ 3 ] {} <Debug> HTTP-Session: f9b97373-e75d-4fdc-99f0-beaa052286bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17300 | 2024.08.08 23:09:02.363394 [ 3 ] {} <Trace> HTTP-Session: f9b97373-e75d-4fdc-99f0-beaa052286bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17301 | 2024.08.08 23:09:02.363733 [ 3 ] {48eff1b5-e93a-4b8b-938e-4a57106d33cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
17302 | 2024.08.08 23:09:02.363818 [ 3 ] {48eff1b5-e93a-4b8b-938e-4a57106d33cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
17303 | 2024.08.08 23:09:02.364022 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17304 | 2024.08.08 23:09:02.364232 [ 189 ] {bc20af50-623e-4bb4-b242-93a6cba90626::all_1_101_20} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
17305 | 2024.08.08 23:09:02.364298 [ 3 ] {48eff1b5-e93a-4b8b-938e-4a57106d33cd} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17306 | 2024.08.08 23:09:02.364396 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
17307 | 2024.08.08 23:09:02.364772 [ 3 ] {48eff1b5-e93a-4b8b-938e-4a57106d33cd} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17308 | 2024.08.08 23:09:02.364814 [ 3 ] {48eff1b5-e93a-4b8b-938e-4a57106d33cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17309 | 2024.08.08 23:09:02.365182 [ 3 ] {48eff1b5-e93a-4b8b-938e-4a57106d33cd} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
17310 | 2024.08.08 23:09:02.365542 [ 3 ] {48eff1b5-e93a-4b8b-938e-4a57106d33cd} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17311 | 2024.08.08 23:09:02.365708 [ 3 ] {48eff1b5-e93a-4b8b-938e-4a57106d33cd} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.002128 sec., 36184.21052631579 rows/sec., 2.23 MiB/sec. | ||
17312 | 2024.08.08 23:09:02.365896 [ 3 ] {48eff1b5-e93a-4b8b-938e-4a57106d33cd} <Debug> DynamicQueryHandler: Done processing query | ||
17313 | 2024.08.08 23:09:02.365920 [ 3 ] {48eff1b5-e93a-4b8b-938e-4a57106d33cd} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17314 | 2024.08.08 23:09:02.365936 [ 3 ] {} <Debug> HTTP-Session: f9b97373-e75d-4fdc-99f0-beaa052286bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17315 | 2024.08.08 23:09:02.366081 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17316 | 2024.08.08 23:09:02.366131 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17317 | 2024.08.08 23:09:02.366150 [ 3 ] {} <Debug> HTTP-Session: 150cbd49-9719-40a5-b20c-723f3ae7e09a Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17318 | 2024.08.08 23:09:02.366167 [ 3 ] {} <Debug> HTTP-Session: 150cbd49-9719-40a5-b20c-723f3ae7e09a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17319 | 2024.08.08 23:09:02.366180 [ 3 ] {} <Debug> HTTP-Session: 150cbd49-9719-40a5-b20c-723f3ae7e09a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17320 | 2024.08.08 23:09:02.366210 [ 3 ] {} <Trace> HTTP-Session: 150cbd49-9719-40a5-b20c-723f3ae7e09a Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17321 | 2024.08.08 23:09:02.366381 [ 3 ] {a94d6095-4e1e-4169-bd36-0253e2431c27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17322 | 2024.08.08 23:09:02.366427 [ 3 ] {a94d6095-4e1e-4169-bd36-0253e2431c27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17323 | 2024.08.08 23:09:02.366574 [ 3 ] {a94d6095-4e1e-4169-bd36-0253e2431c27} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17324 | 2024.08.08 23:09:02.367007 [ 3 ] {a94d6095-4e1e-4169-bd36-0253e2431c27} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17325 | 2024.08.08 23:09:02.367043 [ 3 ] {a94d6095-4e1e-4169-bd36-0253e2431c27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17326 | 2024.08.08 23:09:02.367409 [ 3 ] {a94d6095-4e1e-4169-bd36-0253e2431c27} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
17327 | 2024.08.08 23:09:02.367748 [ 3 ] {a94d6095-4e1e-4169-bd36-0253e2431c27} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17328 | 2024.08.08 23:09:02.367903 [ 3 ] {a94d6095-4e1e-4169-bd36-0253e2431c27} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001608 sec., 99502.48756218905 rows/sec., 6.93 MiB/sec. | ||
17329 | 2024.08.08 23:09:02.367913 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
17330 | 2024.08.08 23:09:02.367997 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17331 | 2024.08.08 23:09:02.368051 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17332 | 2024.08.08 23:09:02.368222 [ 3 ] {a94d6095-4e1e-4169-bd36-0253e2431c27} <Debug> DynamicQueryHandler: Done processing query | ||
17333 | 2024.08.08 23:09:02.368261 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
17334 | 2024.08.08 23:09:02.368263 [ 3 ] {a94d6095-4e1e-4169-bd36-0253e2431c27} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17335 | 2024.08.08 23:09:02.368344 [ 3 ] {} <Debug> HTTP-Session: 150cbd49-9719-40a5-b20c-723f3ae7e09a Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17336 | 2024.08.08 23:09:02.368534 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17337 | 2024.08.08 23:09:02.368548 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17338 | 2024.08.08 23:09:02.368635 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 26462 rows starting from the beginning of the part | ||
17339 | 2024.08.08 23:09:02.368637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17340 | 2024.08.08 23:09:02.368695 [ 3 ] {} <Debug> HTTP-Session: 1fcf8445-b6b7-441e-a2bc-8314e9582c65 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17341 | 2024.08.08 23:09:02.368795 [ 3 ] {} <Debug> HTTP-Session: 1fcf8445-b6b7-441e-a2bc-8314e9582c65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17342 | 2024.08.08 23:09:02.368895 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 160 rows starting from the beginning of the part | ||
17343 | 2024.08.08 23:09:02.368887 [ 3 ] {} <Debug> HTTP-Session: 1fcf8445-b6b7-441e-a2bc-8314e9582c65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17344 | 2024.08.08 23:09:02.369101 [ 3 ] {} <Trace> HTTP-Session: 1fcf8445-b6b7-441e-a2bc-8314e9582c65 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17345 | 2024.08.08 23:09:02.369158 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 847 rows starting from the beginning of the part | ||
17346 | 2024.08.08 23:09:02.369460 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 162 rows starting from the beginning of the part | ||
17347 | 2024.08.08 23:09:02.369569 [ 3 ] {6f41caf8-0fec-4ca7-9541-3b0d97409c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
17348 | 2024.08.08 23:09:02.369724 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
17349 | 2024.08.08 23:09:02.369746 [ 3 ] {6f41caf8-0fec-4ca7-9541-3b0d97409c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17350 | 2024.08.08 23:09:02.370092 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 160 rows starting from the beginning of the part | ||
17351 | 2024.08.08 23:09:02.370908 [ 3 ] {6f41caf8-0fec-4ca7-9541-3b0d97409c1f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17352 | 2024.08.08 23:09:02.371525 [ 3 ] {6f41caf8-0fec-4ca7-9541-3b0d97409c1f} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17353 | 2024.08.08 23:09:02.371564 [ 3 ] {6f41caf8-0fec-4ca7-9541-3b0d97409c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17354 | 2024.08.08 23:09:02.372140 [ 3 ] {6f41caf8-0fec-4ca7-9541-3b0d97409c1f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
17355 | 2024.08.08 23:09:02.372715 [ 3 ] {6f41caf8-0fec-4ca7-9541-3b0d97409c1f} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17356 | 2024.08.08 23:09:02.373103 [ 3 ] {6f41caf8-0fec-4ca7-9541-3b0d97409c1f} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.003725 sec., 6174.496644295302 rows/sec., 334.00 KiB/sec. | ||
17357 | 2024.08.08 23:09:02.373911 [ 3 ] {6f41caf8-0fec-4ca7-9541-3b0d97409c1f} <Debug> DynamicQueryHandler: Done processing query | ||
17358 | 2024.08.08 23:09:02.374016 [ 3 ] {6f41caf8-0fec-4ca7-9541-3b0d97409c1f} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17359 | 2024.08.08 23:09:02.374100 [ 3 ] {} <Debug> HTTP-Session: 1fcf8445-b6b7-441e-a2bc-8314e9582c65 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17360 | 2024.08.08 23:09:02.374281 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17361 | 2024.08.08 23:09:02.374335 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17362 | 2024.08.08 23:09:02.374355 [ 3 ] {} <Debug> HTTP-Session: 34fa7b2f-dcff-44bf-a201-08e73d72d855 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17363 | 2024.08.08 23:09:02.374371 [ 3 ] {} <Debug> HTTP-Session: 34fa7b2f-dcff-44bf-a201-08e73d72d855 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17364 | 2024.08.08 23:09:02.374385 [ 3 ] {} <Debug> HTTP-Session: 34fa7b2f-dcff-44bf-a201-08e73d72d855 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17365 | 2024.08.08 23:09:02.374437 [ 3 ] {} <Trace> HTTP-Session: 34fa7b2f-dcff-44bf-a201-08e73d72d855 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17366 | 2024.08.08 23:09:02.374581 [ 3 ] {388b953e-85cf-4bb2-941e-eba4a2b86b5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17367 | 2024.08.08 23:09:02.374629 [ 3 ] {388b953e-85cf-4bb2-941e-eba4a2b86b5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17368 | 2024.08.08 23:09:02.374937 [ 3 ] {388b953e-85cf-4bb2-941e-eba4a2b86b5c} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17369 | 2024.08.08 23:09:02.375253 [ 3 ] {388b953e-85cf-4bb2-941e-eba4a2b86b5c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17370 | 2024.08.08 23:09:02.375289 [ 3 ] {388b953e-85cf-4bb2-941e-eba4a2b86b5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17371 | 2024.08.08 23:09:02.375831 [ 3 ] {388b953e-85cf-4bb2-941e-eba4a2b86b5c} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
17372 | 2024.08.08 23:09:02.376228 [ 3 ] {388b953e-85cf-4bb2-941e-eba4a2b86b5c} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17373 | 2024.08.08 23:09:02.376417 [ 57 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
17374 | 2024.08.08 23:09:02.376426 [ 3 ] {388b953e-85cf-4bb2-941e-eba4a2b86b5c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001887 sec., 31796.50238473768 rows/sec., 2.14 MiB/sec. | ||
17375 | 2024.08.08 23:09:02.376477 [ 57 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17376 | 2024.08.08 23:09:02.376551 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17377 | 2024.08.08 23:09:02.376849 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_96_19 to all_101_101_0 into Compact with storage Full | ||
17378 | 2024.08.08 23:09:02.376850 [ 3 ] {388b953e-85cf-4bb2-941e-eba4a2b86b5c} <Debug> DynamicQueryHandler: Done processing query | ||
17379 | 2024.08.08 23:09:02.376933 [ 3 ] {388b953e-85cf-4bb2-941e-eba4a2b86b5c} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17380 | 2024.08.08 23:09:02.376977 [ 3 ] {} <Debug> HTTP-Session: 34fa7b2f-dcff-44bf-a201-08e73d72d855 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17381 | 2024.08.08 23:09:02.377211 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17382 | 2024.08.08 23:09:02.377257 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 5632 rows starting from the beginning of the part | ||
17383 | 2024.08.08 23:09:02.377339 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 60 rows starting from the beginning of the part | ||
17384 | 2024.08.08 23:09:02.377607 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
17385 | 2024.08.08 23:09:02.377799 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 60 rows starting from the beginning of the part | ||
17386 | 2024.08.08 23:09:02.377927 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
17387 | 2024.08.08 23:09:02.378133 [ 197 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 60 rows starting from the beginning of the part | ||
17388 | 2024.08.08 23:09:02.379387 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27951 rows, containing 5 columns (5 merged, 0 gathered) in 0.011233627 sec., 2488154.5381558426 rows/sec., 170.18 MiB/sec. | ||
17389 | 2024.08.08 23:09:02.379783 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
17390 | 2024.08.08 23:09:02.380417 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17391 | 2024.08.08 23:09:02.380513 [ 198 ] {d963f671-b815-40d2-ba36-a5f0fdc4c47f::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
17392 | 2024.08.08 23:09:02.380604 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
17393 | 2024.08.08 23:09:02.381125 [ 190 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5932 rows, containing 4 columns (4 merged, 0 gathered) in 0.004476693 sec., 1325085.2805854678 rows/sec., 89.30 MiB/sec. | ||
17394 | 2024.08.08 23:09:02.381476 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
17395 | 2024.08.08 23:09:02.381855 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17396 | 2024.08.08 23:09:02.381936 [ 186 ] {0d112ed4-8869-40ce-b4de-2e0fb70959e1::all_1_101_20} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
17397 | 2024.08.08 23:09:02.382030 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.17 MiB. | ||
17398 | 2024.08.08 23:09:04.349885 [ 74 ] {} <Debug> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 | ||
17399 | 2024.08.08 23:09:04.349951 [ 74 ] {} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17400 | 2024.08.08 23:09:04.349972 [ 74 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17401 | 2024.08.08 23:09:04.350122 [ 190 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full | ||
17402 | 2024.08.08 23:09:04.350301 [ 190 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17403 | 2024.08.08 23:09:04.350339 [ 190 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 19 rows starting from the beginning of the part | ||
17404 | 2024.08.08 23:09:04.350422 [ 190 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
17405 | 2024.08.08 23:09:04.350627 [ 190 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
17406 | 2024.08.08 23:09:04.350837 [ 190 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
17407 | 2024.08.08 23:09:04.351015 [ 190 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
17408 | 2024.08.08 23:09:04.351992 [ 187 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.001951497 sec., 17934.949426004754 rows/sec., 1.21 MiB/sec. | ||
17409 | 2024.08.08 23:09:04.352298 [ 192 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Trace> MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) | ||
17410 | 2024.08.08 23:09:04.352961 [ 192 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17411 | 2024.08.08 23:09:04.353053 [ 192 ] {028cff03-eba0-40e1-a2b6-ea62be01df78::all_1_31_7} <Trace> oximeter.fields_u16 (028cff03-eba0-40e1-a2b6-ea62be01df78) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 | ||
17412 | 2024.08.08 23:09:04.353167 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17413 | 2024.08.08 23:09:04.534668 [ 87 ] {} <Debug> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Selected 5 parts from all_1_27_6 to all_31_31_0 | ||
17414 | 2024.08.08 23:09:04.534752 [ 87 ] {} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17415 | 2024.08.08 23:09:04.534791 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17416 | 2024.08.08 23:09:04.535014 [ 190 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_27_6 to all_31_31_0 into Compact with storage Full | ||
17417 | 2024.08.08 23:09:04.535272 [ 190 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17418 | 2024.08.08 23:09:04.535301 [ 190 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_27_6, total 19 rows starting from the beginning of the part | ||
17419 | 2024.08.08 23:09:04.535366 [ 190 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 2 rows starting from the beginning of the part | ||
17420 | 2024.08.08 23:09:04.535567 [ 190 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 4 rows starting from the beginning of the part | ||
17421 | 2024.08.08 23:09:04.535652 [ 190 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
17422 | 2024.08.08 23:09:04.535878 [ 190 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 4 rows starting from the beginning of the part | ||
17423 | 2024.08.08 23:09:04.536839 [ 195 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.001951967 sec., 17930.630999397017 rows/sec., 1.42 MiB/sec. | ||
17424 | 2024.08.08 23:09:04.536990 [ 190 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Trace> MergedBlockOutputStream: filled checksums all_1_31_7 (state Temporary) | ||
17425 | 2024.08.08 23:09:04.537345 [ 190 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e): Renaming temporary part tmp_merge_all_1_31_7 to all_1_31_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17426 | 2024.08.08 23:09:04.537425 [ 190 ] {7ad255a0-5d1b-4e7f-8398-7877c710794e::all_1_31_7} <Trace> oximeter.fields_ipaddr (7ad255a0-5d1b-4e7f-8398-7877c710794e) (MergerMutator): Merged 5 parts: [all_1_27_6, all_31_31_0] -> all_1_31_7 | ||
17427 | 2024.08.08 23:09:04.537503 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
17428 | 2024.08.08 23:09:07.343712 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17429 | 2024.08.08 23:09:07.343853 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17430 | 2024.08.08 23:09:07.343882 [ 3 ] {} <Debug> HTTP-Session: 8ed644c3-1b39-43f8-8e7d-cc769c368256 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17431 | 2024.08.08 23:09:07.343909 [ 3 ] {} <Debug> HTTP-Session: 8ed644c3-1b39-43f8-8e7d-cc769c368256 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17432 | 2024.08.08 23:09:07.343927 [ 3 ] {} <Debug> HTTP-Session: 8ed644c3-1b39-43f8-8e7d-cc769c368256 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17433 | 2024.08.08 23:09:07.343981 [ 3 ] {} <Trace> HTTP-Session: 8ed644c3-1b39-43f8-8e7d-cc769c368256 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17434 | 2024.08.08 23:09:07.344199 [ 3 ] {7f96e3d8-58d5-4116-9038-43a0e4e03603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17435 | 2024.08.08 23:09:07.344274 [ 3 ] {7f96e3d8-58d5-4116-9038-43a0e4e03603} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17436 | 2024.08.08 23:09:07.344494 [ 3 ] {7f96e3d8-58d5-4116-9038-43a0e4e03603} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17437 | 2024.08.08 23:09:07.344990 [ 3 ] {7f96e3d8-58d5-4116-9038-43a0e4e03603} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17438 | 2024.08.08 23:09:07.345037 [ 3 ] {7f96e3d8-58d5-4116-9038-43a0e4e03603} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17439 | 2024.08.08 23:09:07.345409 [ 3 ] {7f96e3d8-58d5-4116-9038-43a0e4e03603} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
17440 | 2024.08.08 23:09:07.345757 [ 3 ] {7f96e3d8-58d5-4116-9038-43a0e4e03603} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17441 | 2024.08.08 23:09:07.345925 [ 3 ] {7f96e3d8-58d5-4116-9038-43a0e4e03603} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001795 sec., 31197.771587743733 rows/sec., 2.47 MiB/sec. | ||
17442 | 2024.08.08 23:09:07.346178 [ 3 ] {7f96e3d8-58d5-4116-9038-43a0e4e03603} <Debug> DynamicQueryHandler: Done processing query | ||
17443 | 2024.08.08 23:09:07.346217 [ 3 ] {7f96e3d8-58d5-4116-9038-43a0e4e03603} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17444 | 2024.08.08 23:09:07.346249 [ 3 ] {} <Debug> HTTP-Session: 8ed644c3-1b39-43f8-8e7d-cc769c368256 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17445 | 2024.08.08 23:09:07.346461 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 33199, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17446 | 2024.08.08 23:09:07.346518 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17447 | 2024.08.08 23:09:07.346538 [ 3 ] {} <Debug> HTTP-Session: 0d96a28f-61fc-4154-84d0-908953beb801 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17448 | 2024.08.08 23:09:07.346556 [ 3 ] {} <Debug> HTTP-Session: 0d96a28f-61fc-4154-84d0-908953beb801 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17449 | 2024.08.08 23:09:07.346570 [ 3 ] {} <Debug> HTTP-Session: 0d96a28f-61fc-4154-84d0-908953beb801 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17450 | 2024.08.08 23:09:07.346606 [ 3 ] {} <Trace> HTTP-Session: 0d96a28f-61fc-4154-84d0-908953beb801 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17451 | 2024.08.08 23:09:07.346771 [ 3 ] {a7d73c06-f0dc-4247-92a0-2054af0d15a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17452 | 2024.08.08 23:09:07.346818 [ 3 ] {a7d73c06-f0dc-4247-92a0-2054af0d15a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17453 | 2024.08.08 23:09:07.346955 [ 3 ] {a7d73c06-f0dc-4247-92a0-2054af0d15a4} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17454 | 2024.08.08 23:09:07.347432 [ 3 ] {a7d73c06-f0dc-4247-92a0-2054af0d15a4} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17455 | 2024.08.08 23:09:07.347468 [ 3 ] {a7d73c06-f0dc-4247-92a0-2054af0d15a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17456 | 2024.08.08 23:09:07.347797 [ 3 ] {a7d73c06-f0dc-4247-92a0-2054af0d15a4} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
17457 | 2024.08.08 23:09:07.348126 [ 3 ] {a7d73c06-f0dc-4247-92a0-2054af0d15a4} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17458 | 2024.08.08 23:09:07.348280 [ 3 ] {a7d73c06-f0dc-4247-92a0-2054af0d15a4} <Debug> executeQuery: Read 224 rows, 19.58 KiB in 0.001583 sec., 141503.47441566645 rows/sec., 12.08 MiB/sec. | ||
17459 | 2024.08.08 23:09:07.348526 [ 3 ] {a7d73c06-f0dc-4247-92a0-2054af0d15a4} <Debug> DynamicQueryHandler: Done processing query | ||
17460 | 2024.08.08 23:09:07.348582 [ 3 ] {a7d73c06-f0dc-4247-92a0-2054af0d15a4} <Debug> MemoryTracker: Peak memory usage (for query): 4.34 MiB. | ||
17461 | 2024.08.08 23:09:07.348639 [ 3 ] {} <Debug> HTTP-Session: 0d96a28f-61fc-4154-84d0-908953beb801 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17462 | 2024.08.08 23:09:07.348887 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 20375, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17463 | 2024.08.08 23:09:07.348947 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17464 | 2024.08.08 23:09:07.348966 [ 3 ] {} <Debug> HTTP-Session: 3c7759a2-a0b8-4860-a223-fe6e3efca9af Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17465 | 2024.08.08 23:09:07.348983 [ 3 ] {} <Debug> HTTP-Session: 3c7759a2-a0b8-4860-a223-fe6e3efca9af Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17466 | 2024.08.08 23:09:07.348998 [ 3 ] {} <Debug> HTTP-Session: 3c7759a2-a0b8-4860-a223-fe6e3efca9af Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17467 | 2024.08.08 23:09:07.349035 [ 3 ] {} <Trace> HTTP-Session: 3c7759a2-a0b8-4860-a223-fe6e3efca9af Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17468 | 2024.08.08 23:09:07.349187 [ 3 ] {ddbc835e-64f3-4794-a79d-9269460373b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17469 | 2024.08.08 23:09:07.349233 [ 3 ] {ddbc835e-64f3-4794-a79d-9269460373b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17470 | 2024.08.08 23:09:07.349378 [ 3 ] {ddbc835e-64f3-4794-a79d-9269460373b9} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17471 | 2024.08.08 23:09:07.349741 [ 3 ] {ddbc835e-64f3-4794-a79d-9269460373b9} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17472 | 2024.08.08 23:09:07.349779 [ 3 ] {ddbc835e-64f3-4794-a79d-9269460373b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17473 | 2024.08.08 23:09:07.350094 [ 3 ] {ddbc835e-64f3-4794-a79d-9269460373b9} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
17474 | 2024.08.08 23:09:07.350402 [ 3 ] {ddbc835e-64f3-4794-a79d-9269460373b9} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17475 | 2024.08.08 23:09:07.350556 [ 3 ] {ddbc835e-64f3-4794-a79d-9269460373b9} <Debug> executeQuery: Read 120 rows, 9.60 KiB in 0.001435 sec., 83623.69337979093 rows/sec., 6.53 MiB/sec. | ||
17476 | 2024.08.08 23:09:07.350733 [ 3 ] {ddbc835e-64f3-4794-a79d-9269460373b9} <Debug> DynamicQueryHandler: Done processing query | ||
17477 | 2024.08.08 23:09:07.350758 [ 3 ] {ddbc835e-64f3-4794-a79d-9269460373b9} <Debug> MemoryTracker: Peak memory usage (for query): 4.28 MiB. | ||
17478 | 2024.08.08 23:09:07.350775 [ 3 ] {} <Debug> HTTP-Session: 3c7759a2-a0b8-4860-a223-fe6e3efca9af Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17479 | 2024.08.08 23:09:07.350948 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17480 | 2024.08.08 23:09:07.351000 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17481 | 2024.08.08 23:09:07.351020 [ 3 ] {} <Debug> HTTP-Session: 4bbae003-b949-4d5e-922b-dda37fac19bd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17482 | 2024.08.08 23:09:07.351036 [ 3 ] {} <Debug> HTTP-Session: 4bbae003-b949-4d5e-922b-dda37fac19bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17483 | 2024.08.08 23:09:07.351050 [ 3 ] {} <Debug> HTTP-Session: 4bbae003-b949-4d5e-922b-dda37fac19bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17484 | 2024.08.08 23:09:07.351082 [ 3 ] {} <Trace> HTTP-Session: 4bbae003-b949-4d5e-922b-dda37fac19bd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17485 | 2024.08.08 23:09:07.351232 [ 3 ] {d235a211-f17a-4cb4-afa0-bacdd597bd31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17486 | 2024.08.08 23:09:07.351280 [ 3 ] {d235a211-f17a-4cb4-afa0-bacdd597bd31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17487 | 2024.08.08 23:09:07.351433 [ 3 ] {d235a211-f17a-4cb4-afa0-bacdd597bd31} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17488 | 2024.08.08 23:09:07.351829 [ 3 ] {d235a211-f17a-4cb4-afa0-bacdd597bd31} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17489 | 2024.08.08 23:09:07.351866 [ 3 ] {d235a211-f17a-4cb4-afa0-bacdd597bd31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17490 | 2024.08.08 23:09:07.352260 [ 3 ] {d235a211-f17a-4cb4-afa0-bacdd597bd31} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
17491 | 2024.08.08 23:09:07.352606 [ 3 ] {d235a211-f17a-4cb4-afa0-bacdd597bd31} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17492 | 2024.08.08 23:09:07.352761 [ 3 ] {d235a211-f17a-4cb4-afa0-bacdd597bd31} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001594 sec., 100376.41154328734 rows/sec., 6.99 MiB/sec. | ||
17493 | 2024.08.08 23:09:07.352945 [ 3 ] {d235a211-f17a-4cb4-afa0-bacdd597bd31} <Debug> DynamicQueryHandler: Done processing query | ||
17494 | 2024.08.08 23:09:07.352970 [ 3 ] {d235a211-f17a-4cb4-afa0-bacdd597bd31} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17495 | 2024.08.08 23:09:07.352987 [ 3 ] {} <Debug> HTTP-Session: 4bbae003-b949-4d5e-922b-dda37fac19bd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17496 | 2024.08.08 23:09:07.353191 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90225, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17497 | 2024.08.08 23:09:07.353244 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17498 | 2024.08.08 23:09:07.353263 [ 3 ] {} <Debug> HTTP-Session: 0b54ead0-be72-467a-98b0-461bdeefb37d Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17499 | 2024.08.08 23:09:07.353280 [ 3 ] {} <Debug> HTTP-Session: 0b54ead0-be72-467a-98b0-461bdeefb37d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17500 | 2024.08.08 23:09:07.353293 [ 3 ] {} <Debug> HTTP-Session: 0b54ead0-be72-467a-98b0-461bdeefb37d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17501 | 2024.08.08 23:09:07.353325 [ 3 ] {} <Trace> HTTP-Session: 0b54ead0-be72-467a-98b0-461bdeefb37d Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17502 | 2024.08.08 23:09:07.353832 [ 3 ] {b205a712-cb64-4f8f-9218-27956318e781} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17503 | 2024.08.08 23:09:07.353902 [ 3 ] {b205a712-cb64-4f8f-9218-27956318e781} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17504 | 2024.08.08 23:09:07.354327 [ 3 ] {b205a712-cb64-4f8f-9218-27956318e781} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17505 | 2024.08.08 23:09:07.355281 [ 3 ] {b205a712-cb64-4f8f-9218-27956318e781} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17506 | 2024.08.08 23:09:07.355319 [ 3 ] {b205a712-cb64-4f8f-9218-27956318e781} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17507 | 2024.08.08 23:09:07.355969 [ 3 ] {b205a712-cb64-4f8f-9218-27956318e781} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
17508 | 2024.08.08 23:09:07.356388 [ 3 ] {b205a712-cb64-4f8f-9218-27956318e781} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17509 | 2024.08.08 23:09:07.356583 [ 86 ] {} <Debug> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
17510 | 2024.08.08 23:09:07.356597 [ 3 ] {b205a712-cb64-4f8f-9218-27956318e781} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003158 sec., 17732.74224192527 rows/sec., 31.78 MiB/sec. | ||
17511 | 2024.08.08 23:09:07.356673 [ 86 ] {} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17512 | 2024.08.08 23:09:07.356756 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17513 | 2024.08.08 23:09:07.357076 [ 187 ] {b2667062-578b-4856-8c33-1b53d7b05866::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 | ||
17514 | 2024.08.08 23:09:07.357173 [ 3 ] {b205a712-cb64-4f8f-9218-27956318e781} <Debug> DynamicQueryHandler: Done processing query | ||
17515 | 2024.08.08 23:09:07.357219 [ 3 ] {b205a712-cb64-4f8f-9218-27956318e781} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
17516 | 2024.08.08 23:09:07.357258 [ 3 ] {} <Debug> HTTP-Session: 0b54ead0-be72-467a-98b0-461bdeefb37d Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17517 | 2024.08.08 23:09:07.357463 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17518 | 2024.08.08 23:09:07.357573 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17519 | 2024.08.08 23:09:07.357635 [ 3 ] {} <Debug> HTTP-Session: f4031748-4060-440b-9649-92fd58a7eb1b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17520 | 2024.08.08 23:09:07.357682 [ 3 ] {} <Debug> HTTP-Session: f4031748-4060-440b-9649-92fd58a7eb1b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17521 | 2024.08.08 23:09:07.357722 [ 3 ] {} <Debug> HTTP-Session: f4031748-4060-440b-9649-92fd58a7eb1b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17522 | 2024.08.08 23:09:07.357748 [ 187 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17523 | 2024.08.08 23:09:07.357798 [ 3 ] {} <Trace> HTTP-Session: f4031748-4060-440b-9649-92fd58a7eb1b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17524 | 2024.08.08 23:09:07.357891 [ 187 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1518 rows starting from the beginning of the part | ||
17525 | 2024.08.08 23:09:07.358061 [ 3 ] {80f78833-8478-4a1e-8d9b-f752e2b4a1ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17526 | 2024.08.08 23:09:07.358247 [ 3 ] {80f78833-8478-4a1e-8d9b-f752e2b4a1ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17527 | 2024.08.08 23:09:07.358641 [ 187 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 56 rows starting from the beginning of the part | ||
17528 | 2024.08.08 23:09:07.359130 [ 3 ] {80f78833-8478-4a1e-8d9b-f752e2b4a1ce} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17529 | 2024.08.08 23:09:07.359507 [ 187 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 56 rows starting from the beginning of the part | ||
17530 | 2024.08.08 23:09:07.360179 [ 187 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 56 rows starting from the beginning of the part | ||
17531 | 2024.08.08 23:09:07.360368 [ 3 ] {80f78833-8478-4a1e-8d9b-f752e2b4a1ce} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17532 | 2024.08.08 23:09:07.360448 [ 3 ] {80f78833-8478-4a1e-8d9b-f752e2b4a1ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17533 | 2024.08.08 23:09:07.360945 [ 187 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 56 rows starting from the beginning of the part | ||
17534 | 2024.08.08 23:09:07.361593 [ 187 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
17535 | 2024.08.08 23:09:07.361876 [ 3 ] {80f78833-8478-4a1e-8d9b-f752e2b4a1ce} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
17536 | 2024.08.08 23:09:07.362839 [ 3 ] {80f78833-8478-4a1e-8d9b-f752e2b4a1ce} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17537 | 2024.08.08 23:09:07.363145 [ 3 ] {80f78833-8478-4a1e-8d9b-f752e2b4a1ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005171 sec., 11603.171533552504 rows/sec., 800.74 KiB/sec. | ||
17538 | 2024.08.08 23:09:07.363568 [ 3 ] {80f78833-8478-4a1e-8d9b-f752e2b4a1ce} <Debug> DynamicQueryHandler: Done processing query | ||
17539 | 2024.08.08 23:09:07.363622 [ 3 ] {80f78833-8478-4a1e-8d9b-f752e2b4a1ce} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17540 | 2024.08.08 23:09:07.363665 [ 3 ] {} <Debug> HTTP-Session: f4031748-4060-440b-9649-92fd58a7eb1b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17541 | 2024.08.08 23:09:07.371283 [ 195 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1798 rows, containing 19 columns (19 merged, 0 gathered) in 0.014370081 sec., 125121.07621383623 rows/sec., 224.21 MiB/sec. | ||
17542 | 2024.08.08 23:09:07.373047 [ 200 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
17543 | 2024.08.08 23:09:07.373673 [ 200 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17544 | 2024.08.08 23:09:07.373756 [ 200 ] {b2667062-578b-4856-8c33-1b53d7b05866::all_1_46_9} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
17545 | 2024.08.08 23:09:07.373930 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.17 MiB. | ||
17546 | 2024.08.08 23:09:08.000160 [ 244 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 211.16 MiB, peak 223.70 MiB, free memory in arenas 0.00 B, will set to 214.57 MiB (RSS), difference: 3.41 MiB | ||
17547 | 2024.08.08 23:09:08.184165 [ 84 ] {} <Debug> DNSResolver: Updating DNS cache | ||
17548 | 2024.08.08 23:09:08.184219 [ 84 ] {} <Debug> DNSResolver: Updated DNS cache | ||
17549 | 2024.08.08 23:09:12.122297 [ 221 ] {} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17550 | 2024.08.08 23:09:12.122367 [ 221 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17551 | 2024.08.08 23:09:12.129168 [ 221 ] {} <Debug> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17552 | 2024.08.08 23:09:12.345264 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17553 | 2024.08.08 23:09:12.345382 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17554 | 2024.08.08 23:09:12.345408 [ 3 ] {} <Debug> HTTP-Session: 026791cb-c40b-4d9d-a480-e5d61bd62fa7 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17555 | 2024.08.08 23:09:12.345433 [ 3 ] {} <Debug> HTTP-Session: 026791cb-c40b-4d9d-a480-e5d61bd62fa7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17556 | 2024.08.08 23:09:12.345447 [ 3 ] {} <Debug> HTTP-Session: 026791cb-c40b-4d9d-a480-e5d61bd62fa7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17557 | 2024.08.08 23:09:12.345497 [ 3 ] {} <Trace> HTTP-Session: 026791cb-c40b-4d9d-a480-e5d61bd62fa7 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17558 | 2024.08.08 23:09:12.345683 [ 3 ] {66ee3135-df30-4978-a77b-44f93ee7d37a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17559 | 2024.08.08 23:09:12.345751 [ 3 ] {66ee3135-df30-4978-a77b-44f93ee7d37a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17560 | 2024.08.08 23:09:12.345952 [ 3 ] {66ee3135-df30-4978-a77b-44f93ee7d37a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17561 | 2024.08.08 23:09:12.346354 [ 3 ] {66ee3135-df30-4978-a77b-44f93ee7d37a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17562 | 2024.08.08 23:09:12.346399 [ 3 ] {66ee3135-df30-4978-a77b-44f93ee7d37a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17563 | 2024.08.08 23:09:12.346778 [ 3 ] {66ee3135-df30-4978-a77b-44f93ee7d37a} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
17564 | 2024.08.08 23:09:12.347127 [ 3 ] {66ee3135-df30-4978-a77b-44f93ee7d37a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17565 | 2024.08.08 23:09:12.347313 [ 3 ] {66ee3135-df30-4978-a77b-44f93ee7d37a} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001671 sec., 3590.664272890485 rows/sec., 203.38 KiB/sec. | ||
17566 | 2024.08.08 23:09:12.347315 [ 82 ] {} <Debug> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
17567 | 2024.08.08 23:09:12.347416 [ 82 ] {} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17568 | 2024.08.08 23:09:12.347465 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17569 | 2024.08.08 23:09:12.347625 [ 3 ] {66ee3135-df30-4978-a77b-44f93ee7d37a} <Debug> DynamicQueryHandler: Done processing query | ||
17570 | 2024.08.08 23:09:12.347644 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_91_18 to all_96_96_0 into Compact with storage Full | ||
17571 | 2024.08.08 23:09:12.347665 [ 3 ] {66ee3135-df30-4978-a77b-44f93ee7d37a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17572 | 2024.08.08 23:09:12.347712 [ 3 ] {} <Debug> HTTP-Session: 026791cb-c40b-4d9d-a480-e5d61bd62fa7 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17573 | 2024.08.08 23:09:12.347851 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17574 | 2024.08.08 23:09:12.347897 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17575 | 2024.08.08 23:09:12.347918 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 62 rows starting from the beginning of the part | ||
17576 | 2024.08.08 23:09:12.347988 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17577 | 2024.08.08 23:09:12.348082 [ 3 ] {} <Debug> HTTP-Session: dda1702e-b241-4eec-88b0-0f441d7ca69e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17578 | 2024.08.08 23:09:12.348119 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 6 rows starting from the beginning of the part | ||
17579 | 2024.08.08 23:09:12.348149 [ 3 ] {} <Debug> HTTP-Session: dda1702e-b241-4eec-88b0-0f441d7ca69e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17580 | 2024.08.08 23:09:12.348204 [ 3 ] {} <Debug> HTTP-Session: dda1702e-b241-4eec-88b0-0f441d7ca69e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17581 | 2024.08.08 23:09:12.348350 [ 3 ] {} <Trace> HTTP-Session: dda1702e-b241-4eec-88b0-0f441d7ca69e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17582 | 2024.08.08 23:09:12.348476 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 56 rows starting from the beginning of the part | ||
17583 | 2024.08.08 23:09:12.348784 [ 3 ] {69e09360-c70e-422a-96e0-241e76581701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17584 | 2024.08.08 23:09:12.348795 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 6 rows starting from the beginning of the part | ||
17585 | 2024.08.08 23:09:12.348977 [ 3 ] {69e09360-c70e-422a-96e0-241e76581701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17586 | 2024.08.08 23:09:12.349288 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 56 rows starting from the beginning of the part | ||
17587 | 2024.08.08 23:09:12.349570 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 6 rows starting from the beginning of the part | ||
17588 | 2024.08.08 23:09:12.350106 [ 3 ] {69e09360-c70e-422a-96e0-241e76581701} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17589 | 2024.08.08 23:09:12.351133 [ 3 ] {69e09360-c70e-422a-96e0-241e76581701} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17590 | 2024.08.08 23:09:12.351209 [ 3 ] {69e09360-c70e-422a-96e0-241e76581701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17591 | 2024.08.08 23:09:12.352222 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 192 rows, containing 4 columns (4 merged, 0 gathered) in 0.004659885 sec., 41202.73354385355 rows/sec., 3.12 MiB/sec. | ||
17592 | 2024.08.08 23:09:12.352227 [ 3 ] {69e09360-c70e-422a-96e0-241e76581701} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
17593 | 2024.08.08 23:09:12.352394 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
17594 | 2024.08.08 23:09:12.353085 [ 3 ] {69e09360-c70e-422a-96e0-241e76581701} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17595 | 2024.08.08 23:09:12.353266 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17596 | 2024.08.08 23:09:12.353457 [ 3 ] {69e09360-c70e-422a-96e0-241e76581701} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.004873 sec., 33039.19556741227 rows/sec., 2.91 MiB/sec. | ||
17597 | 2024.08.08 23:09:12.353527 [ 193 ] {61d189ad-20f5-4e53-95a9-569f3a450c77::all_1_96_19} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
17598 | 2024.08.08 23:09:12.353747 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
17599 | 2024.08.08 23:09:12.353859 [ 3 ] {69e09360-c70e-422a-96e0-241e76581701} <Debug> DynamicQueryHandler: Done processing query | ||
17600 | 2024.08.08 23:09:12.353889 [ 3 ] {69e09360-c70e-422a-96e0-241e76581701} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
17601 | 2024.08.08 23:09:12.353906 [ 3 ] {} <Debug> HTTP-Session: dda1702e-b241-4eec-88b0-0f441d7ca69e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17602 | 2024.08.08 23:09:12.354059 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17603 | 2024.08.08 23:09:12.354115 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17604 | 2024.08.08 23:09:12.354136 [ 3 ] {} <Debug> HTTP-Session: 482cbd39-1397-4670-8ae8-d95b02556d7b Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17605 | 2024.08.08 23:09:12.354154 [ 3 ] {} <Debug> HTTP-Session: 482cbd39-1397-4670-8ae8-d95b02556d7b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17606 | 2024.08.08 23:09:12.354168 [ 3 ] {} <Debug> HTTP-Session: 482cbd39-1397-4670-8ae8-d95b02556d7b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17607 | 2024.08.08 23:09:12.354202 [ 3 ] {} <Trace> HTTP-Session: 482cbd39-1397-4670-8ae8-d95b02556d7b Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17608 | 2024.08.08 23:09:12.354430 [ 3 ] {7b585c1a-8036-42eb-853a-beb4a4a38b9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17609 | 2024.08.08 23:09:12.354478 [ 3 ] {7b585c1a-8036-42eb-853a-beb4a4a38b9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17610 | 2024.08.08 23:09:12.354632 [ 3 ] {7b585c1a-8036-42eb-853a-beb4a4a38b9f} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17611 | 2024.08.08 23:09:12.355191 [ 3 ] {7b585c1a-8036-42eb-853a-beb4a4a38b9f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17612 | 2024.08.08 23:09:12.355229 [ 3 ] {7b585c1a-8036-42eb-853a-beb4a4a38b9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17613 | 2024.08.08 23:09:12.355568 [ 3 ] {7b585c1a-8036-42eb-853a-beb4a4a38b9f} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
17614 | 2024.08.08 23:09:12.355884 [ 3 ] {7b585c1a-8036-42eb-853a-beb4a4a38b9f} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17615 | 2024.08.08 23:09:12.356017 [ 3 ] {7b585c1a-8036-42eb-853a-beb4a4a38b9f} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.001714 sec., 222870.47841306883 rows/sec., 15.65 MiB/sec. | ||
17616 | 2024.08.08 23:09:12.356188 [ 3 ] {7b585c1a-8036-42eb-853a-beb4a4a38b9f} <Debug> DynamicQueryHandler: Done processing query | ||
17617 | 2024.08.08 23:09:12.356213 [ 3 ] {7b585c1a-8036-42eb-853a-beb4a4a38b9f} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17618 | 2024.08.08 23:09:12.356229 [ 3 ] {} <Debug> HTTP-Session: 482cbd39-1397-4670-8ae8-d95b02556d7b Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17619 | 2024.08.08 23:09:12.356393 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17620 | 2024.08.08 23:09:12.356444 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17621 | 2024.08.08 23:09:12.356464 [ 3 ] {} <Debug> HTTP-Session: aa676936-0507-4f69-b385-b6f39a5cf7f1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17622 | 2024.08.08 23:09:12.356481 [ 3 ] {} <Debug> HTTP-Session: aa676936-0507-4f69-b385-b6f39a5cf7f1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17623 | 2024.08.08 23:09:12.356495 [ 3 ] {} <Debug> HTTP-Session: aa676936-0507-4f69-b385-b6f39a5cf7f1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17624 | 2024.08.08 23:09:12.356526 [ 3 ] {} <Trace> HTTP-Session: aa676936-0507-4f69-b385-b6f39a5cf7f1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17625 | 2024.08.08 23:09:12.356624 [ 3 ] {9f8f0581-f436-493e-96f3-ef40947df8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17626 | 2024.08.08 23:09:12.356669 [ 3 ] {9f8f0581-f436-493e-96f3-ef40947df8dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17627 | 2024.08.08 23:09:12.356797 [ 3 ] {9f8f0581-f436-493e-96f3-ef40947df8dc} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17628 | 2024.08.08 23:09:12.357054 [ 3 ] {9f8f0581-f436-493e-96f3-ef40947df8dc} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17629 | 2024.08.08 23:09:12.357089 [ 3 ] {9f8f0581-f436-493e-96f3-ef40947df8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17630 | 2024.08.08 23:09:12.357450 [ 3 ] {9f8f0581-f436-493e-96f3-ef40947df8dc} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
17631 | 2024.08.08 23:09:12.357772 [ 3 ] {9f8f0581-f436-493e-96f3-ef40947df8dc} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17632 | 2024.08.08 23:09:12.357901 [ 3 ] {9f8f0581-f436-493e-96f3-ef40947df8dc} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001304 sec., 4601.226993865031 rows/sec., 197.71 KiB/sec. | ||
17633 | 2024.08.08 23:09:12.358067 [ 3 ] {9f8f0581-f436-493e-96f3-ef40947df8dc} <Debug> DynamicQueryHandler: Done processing query | ||
17634 | 2024.08.08 23:09:12.358092 [ 3 ] {9f8f0581-f436-493e-96f3-ef40947df8dc} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17635 | 2024.08.08 23:09:12.358107 [ 3 ] {} <Debug> HTTP-Session: aa676936-0507-4f69-b385-b6f39a5cf7f1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17636 | 2024.08.08 23:09:12.358284 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17637 | 2024.08.08 23:09:12.358333 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17638 | 2024.08.08 23:09:12.358353 [ 3 ] {} <Debug> HTTP-Session: 29b7793d-4b59-4c1b-9dca-d2c445496d5e Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17639 | 2024.08.08 23:09:12.358369 [ 3 ] {} <Debug> HTTP-Session: 29b7793d-4b59-4c1b-9dca-d2c445496d5e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17640 | 2024.08.08 23:09:12.358382 [ 3 ] {} <Debug> HTTP-Session: 29b7793d-4b59-4c1b-9dca-d2c445496d5e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17641 | 2024.08.08 23:09:12.358413 [ 3 ] {} <Trace> HTTP-Session: 29b7793d-4b59-4c1b-9dca-d2c445496d5e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17642 | 2024.08.08 23:09:12.358559 [ 3 ] {8e58dca6-3327-44e0-af44-cac57dbd2743} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
17643 | 2024.08.08 23:09:12.358605 [ 3 ] {8e58dca6-3327-44e0-af44-cac57dbd2743} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
17644 | 2024.08.08 23:09:12.358746 [ 3 ] {8e58dca6-3327-44e0-af44-cac57dbd2743} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17645 | 2024.08.08 23:09:12.359048 [ 3 ] {8e58dca6-3327-44e0-af44-cac57dbd2743} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17646 | 2024.08.08 23:09:12.359084 [ 3 ] {8e58dca6-3327-44e0-af44-cac57dbd2743} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17647 | 2024.08.08 23:09:12.359444 [ 3 ] {8e58dca6-3327-44e0-af44-cac57dbd2743} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
17648 | 2024.08.08 23:09:12.359786 [ 3 ] {8e58dca6-3327-44e0-af44-cac57dbd2743} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17649 | 2024.08.08 23:09:12.359914 [ 3 ] {8e58dca6-3327-44e0-af44-cac57dbd2743} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.001429 sec., 53883.834849545136 rows/sec., 3.32 MiB/sec. | ||
17650 | 2024.08.08 23:09:12.360077 [ 3 ] {8e58dca6-3327-44e0-af44-cac57dbd2743} <Debug> DynamicQueryHandler: Done processing query | ||
17651 | 2024.08.08 23:09:12.360102 [ 3 ] {8e58dca6-3327-44e0-af44-cac57dbd2743} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17652 | 2024.08.08 23:09:12.360119 [ 3 ] {} <Debug> HTTP-Session: 29b7793d-4b59-4c1b-9dca-d2c445496d5e Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17653 | 2024.08.08 23:09:12.360277 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17654 | 2024.08.08 23:09:12.360326 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17655 | 2024.08.08 23:09:12.360346 [ 3 ] {} <Debug> HTTP-Session: 2d385564-3f32-46f1-8113-8e5b5319ff60 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17656 | 2024.08.08 23:09:12.360362 [ 3 ] {} <Debug> HTTP-Session: 2d385564-3f32-46f1-8113-8e5b5319ff60 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17657 | 2024.08.08 23:09:12.360375 [ 3 ] {} <Debug> HTTP-Session: 2d385564-3f32-46f1-8113-8e5b5319ff60 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17658 | 2024.08.08 23:09:12.360406 [ 3 ] {} <Trace> HTTP-Session: 2d385564-3f32-46f1-8113-8e5b5319ff60 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17659 | 2024.08.08 23:09:12.360577 [ 3 ] {476b6ba5-1bdf-43d0-9b64-77cf1e561f15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17660 | 2024.08.08 23:09:12.360621 [ 3 ] {476b6ba5-1bdf-43d0-9b64-77cf1e561f15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17661 | 2024.08.08 23:09:12.360761 [ 3 ] {476b6ba5-1bdf-43d0-9b64-77cf1e561f15} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17662 | 2024.08.08 23:09:12.361120 [ 3 ] {476b6ba5-1bdf-43d0-9b64-77cf1e561f15} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17663 | 2024.08.08 23:09:12.361155 [ 3 ] {476b6ba5-1bdf-43d0-9b64-77cf1e561f15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17664 | 2024.08.08 23:09:12.361520 [ 3 ] {476b6ba5-1bdf-43d0-9b64-77cf1e561f15} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
17665 | 2024.08.08 23:09:12.361861 [ 3 ] {476b6ba5-1bdf-43d0-9b64-77cf1e561f15} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17666 | 2024.08.08 23:09:12.361985 [ 3 ] {476b6ba5-1bdf-43d0-9b64-77cf1e561f15} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001496 sec., 106951.87165775402 rows/sec., 7.45 MiB/sec. | ||
17667 | 2024.08.08 23:09:12.362070 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17668 | 2024.08.08 23:09:12.362115 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17669 | 2024.08.08 23:09:12.362162 [ 3 ] {476b6ba5-1bdf-43d0-9b64-77cf1e561f15} <Debug> DynamicQueryHandler: Done processing query | ||
17670 | 2024.08.08 23:09:12.362189 [ 3 ] {476b6ba5-1bdf-43d0-9b64-77cf1e561f15} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17671 | 2024.08.08 23:09:12.362205 [ 3 ] {} <Debug> HTTP-Session: 2d385564-3f32-46f1-8113-8e5b5319ff60 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17672 | 2024.08.08 23:09:12.362343 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17673 | 2024.08.08 23:09:12.362393 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17674 | 2024.08.08 23:09:12.362417 [ 3 ] {} <Debug> HTTP-Session: 4e3a01c1-c660-4422-a099-e19a860799dd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17675 | 2024.08.08 23:09:12.362437 [ 3 ] {} <Debug> HTTP-Session: 4e3a01c1-c660-4422-a099-e19a860799dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17676 | 2024.08.08 23:09:12.362454 [ 3 ] {} <Debug> HTTP-Session: 4e3a01c1-c660-4422-a099-e19a860799dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17677 | 2024.08.08 23:09:12.362490 [ 3 ] {} <Trace> HTTP-Session: 4e3a01c1-c660-4422-a099-e19a860799dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17678 | 2024.08.08 23:09:12.362618 [ 3 ] {2472005a-92a3-4d9c-918f-ed94dea22992} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
17679 | 2024.08.08 23:09:12.362676 [ 3 ] {2472005a-92a3-4d9c-918f-ed94dea22992} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17680 | 2024.08.08 23:09:12.362884 [ 3 ] {2472005a-92a3-4d9c-918f-ed94dea22992} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17681 | 2024.08.08 23:09:12.363289 [ 3 ] {2472005a-92a3-4d9c-918f-ed94dea22992} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17682 | 2024.08.08 23:09:12.363335 [ 3 ] {2472005a-92a3-4d9c-918f-ed94dea22992} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17683 | 2024.08.08 23:09:12.363794 [ 3 ] {2472005a-92a3-4d9c-918f-ed94dea22992} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
17684 | 2024.08.08 23:09:12.364196 [ 3 ] {2472005a-92a3-4d9c-918f-ed94dea22992} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17685 | 2024.08.08 23:09:12.364349 [ 3 ] {2472005a-92a3-4d9c-918f-ed94dea22992} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.00177 sec., 12994.350282485875 rows/sec., 702.90 KiB/sec. | ||
17686 | 2024.08.08 23:09:12.364657 [ 3 ] {2472005a-92a3-4d9c-918f-ed94dea22992} <Debug> DynamicQueryHandler: Done processing query | ||
17687 | 2024.08.08 23:09:12.364709 [ 3 ] {2472005a-92a3-4d9c-918f-ed94dea22992} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17688 | 2024.08.08 23:09:12.364781 [ 3 ] {} <Debug> HTTP-Session: 4e3a01c1-c660-4422-a099-e19a860799dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17689 | 2024.08.08 23:09:12.364961 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17690 | 2024.08.08 23:09:12.365018 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17691 | 2024.08.08 23:09:12.365040 [ 3 ] {} <Debug> HTTP-Session: 887b6e91-a182-465c-a06a-26aecc671716 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17692 | 2024.08.08 23:09:12.365060 [ 3 ] {} <Debug> HTTP-Session: 887b6e91-a182-465c-a06a-26aecc671716 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17693 | 2024.08.08 23:09:12.365075 [ 3 ] {} <Debug> HTTP-Session: 887b6e91-a182-465c-a06a-26aecc671716 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17694 | 2024.08.08 23:09:12.365113 [ 3 ] {} <Trace> HTTP-Session: 887b6e91-a182-465c-a06a-26aecc671716 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17695 | 2024.08.08 23:09:12.365234 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17696 | 2024.08.08 23:09:12.365251 [ 3 ] {b2b78b59-18f1-4104-a9c4-d3036c04c74a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17697 | 2024.08.08 23:09:12.365334 [ 3 ] {b2b78b59-18f1-4104-a9c4-d3036c04c74a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17698 | 2024.08.08 23:09:12.365517 [ 3 ] {b2b78b59-18f1-4104-a9c4-d3036c04c74a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17699 | 2024.08.08 23:09:12.365985 [ 3 ] {b2b78b59-18f1-4104-a9c4-d3036c04c74a} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17700 | 2024.08.08 23:09:12.366020 [ 3 ] {b2b78b59-18f1-4104-a9c4-d3036c04c74a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17701 | 2024.08.08 23:09:12.366384 [ 3 ] {b2b78b59-18f1-4104-a9c4-d3036c04c74a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
17702 | 2024.08.08 23:09:12.366704 [ 3 ] {b2b78b59-18f1-4104-a9c4-d3036c04c74a} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17703 | 2024.08.08 23:09:12.366829 [ 3 ] {b2b78b59-18f1-4104-a9c4-d3036c04c74a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001631 sec., 36787.24708767627 rows/sec., 2.48 MiB/sec. | ||
17704 | 2024.08.08 23:09:12.366976 [ 3 ] {b2b78b59-18f1-4104-a9c4-d3036c04c74a} <Debug> DynamicQueryHandler: Done processing query | ||
17705 | 2024.08.08 23:09:12.367000 [ 3 ] {b2b78b59-18f1-4104-a9c4-d3036c04c74a} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17706 | 2024.08.08 23:09:12.367016 [ 3 ] {} <Debug> HTTP-Session: 887b6e91-a182-465c-a06a-26aecc671716 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17707 | 2024.08.08 23:09:13.187595 [ 225 ] {} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17708 | 2024.08.08 23:09:13.187650 [ 225 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17709 | 2024.08.08 23:09:13.189686 [ 225 ] {} <Debug> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17710 | 2024.08.08 23:09:13.208058 [ 217 ] {} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Found 6 old parts to remove. Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17711 | 2024.08.08 23:09:13.208096 [ 217 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Removing 6 parts from filesystem (serially): Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17712 | 2024.08.08 23:09:13.210109 [ 217 ] {} <Debug> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Removing 6 parts from memory: Parts: [all_1_1_0, all_2_2_0, all_3_3_0, all_4_4_0, all_5_5_0, all_6_6_0] | ||
17713 | 2024.08.08 23:09:17.372674 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 8082, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17714 | 2024.08.08 23:09:17.372867 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17715 | 2024.08.08 23:09:17.372912 [ 3 ] {} <Debug> HTTP-Session: 1735c32d-f0e3-425a-bc5b-abd5654b42e3 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17716 | 2024.08.08 23:09:17.372951 [ 3 ] {} <Debug> HTTP-Session: 1735c32d-f0e3-425a-bc5b-abd5654b42e3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17717 | 2024.08.08 23:09:17.372978 [ 3 ] {} <Debug> HTTP-Session: 1735c32d-f0e3-425a-bc5b-abd5654b42e3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17718 | 2024.08.08 23:09:17.373058 [ 3 ] {} <Trace> HTTP-Session: 1735c32d-f0e3-425a-bc5b-abd5654b42e3 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17719 | 2024.08.08 23:09:17.373316 [ 3 ] {3b4d6599-5ec7-446b-9566-04be81c4e809} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17720 | 2024.08.08 23:09:17.373382 [ 3 ] {3b4d6599-5ec7-446b-9566-04be81c4e809} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17721 | 2024.08.08 23:09:17.373574 [ 3 ] {3b4d6599-5ec7-446b-9566-04be81c4e809} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17722 | 2024.08.08 23:09:17.374021 [ 3 ] {3b4d6599-5ec7-446b-9566-04be81c4e809} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17723 | 2024.08.08 23:09:17.374061 [ 3 ] {3b4d6599-5ec7-446b-9566-04be81c4e809} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17724 | 2024.08.08 23:09:17.374438 [ 3 ] {3b4d6599-5ec7-446b-9566-04be81c4e809} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
17725 | 2024.08.08 23:09:17.374779 [ 3 ] {3b4d6599-5ec7-446b-9566-04be81c4e809} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17726 | 2024.08.08 23:09:17.374923 [ 3 ] {3b4d6599-5ec7-446b-9566-04be81c4e809} <Debug> executeQuery: Read 56 rows, 4.54 KiB in 0.001672 sec., 33492.82296650718 rows/sec., 2.65 MiB/sec. | ||
17727 | 2024.08.08 23:09:17.375225 [ 3 ] {3b4d6599-5ec7-446b-9566-04be81c4e809} <Debug> DynamicQueryHandler: Done processing query | ||
17728 | 2024.08.08 23:09:17.375294 [ 3 ] {3b4d6599-5ec7-446b-9566-04be81c4e809} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17729 | 2024.08.08 23:09:17.375351 [ 3 ] {} <Debug> HTTP-Session: 1735c32d-f0e3-425a-bc5b-abd5654b42e3 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17730 | 2024.08.08 23:09:17.375736 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 198123, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17731 | 2024.08.08 23:09:17.375798 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17732 | 2024.08.08 23:09:17.375819 [ 3 ] {} <Debug> HTTP-Session: 74b1006c-85aa-4d93-baf7-a5cdc24e9b99 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17733 | 2024.08.08 23:09:17.375837 [ 3 ] {} <Debug> HTTP-Session: 74b1006c-85aa-4d93-baf7-a5cdc24e9b99 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17734 | 2024.08.08 23:09:17.375851 [ 3 ] {} <Debug> HTTP-Session: 74b1006c-85aa-4d93-baf7-a5cdc24e9b99 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17735 | 2024.08.08 23:09:17.375888 [ 3 ] {} <Trace> HTTP-Session: 74b1006c-85aa-4d93-baf7-a5cdc24e9b99 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17736 | 2024.08.08 23:09:17.376381 [ 3 ] {9fb6ee98-0a9b-4cc4-9e01-879e2ce96a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17737 | 2024.08.08 23:09:17.376432 [ 3 ] {9fb6ee98-0a9b-4cc4-9e01-879e2ce96a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17738 | 2024.08.08 23:09:17.376584 [ 3 ] {9fb6ee98-0a9b-4cc4-9e01-879e2ce96a99} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17739 | 2024.08.08 23:09:17.377707 [ 3 ] {9fb6ee98-0a9b-4cc4-9e01-879e2ce96a99} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17740 | 2024.08.08 23:09:17.377743 [ 3 ] {9fb6ee98-0a9b-4cc4-9e01-879e2ce96a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17741 | 2024.08.08 23:09:17.378158 [ 3 ] {9fb6ee98-0a9b-4cc4-9e01-879e2ce96a99} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
17742 | 2024.08.08 23:09:17.378479 [ 3 ] {9fb6ee98-0a9b-4cc4-9e01-879e2ce96a99} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17743 | 2024.08.08 23:09:17.378602 [ 3 ] {9fb6ee98-0a9b-4cc4-9e01-879e2ce96a99} <Debug> executeQuery: Read 1364 rows, 115.70 KiB in 0.002563 sec., 532188.8412017167 rows/sec., 44.09 MiB/sec. | ||
17744 | 2024.08.08 23:09:17.378766 [ 3 ] {9fb6ee98-0a9b-4cc4-9e01-879e2ce96a99} <Debug> DynamicQueryHandler: Done processing query | ||
17745 | 2024.08.08 23:09:17.378791 [ 3 ] {9fb6ee98-0a9b-4cc4-9e01-879e2ce96a99} <Debug> MemoryTracker: Peak memory usage (for query): 4.97 MiB. | ||
17746 | 2024.08.08 23:09:17.378807 [ 3 ] {} <Debug> HTTP-Session: 74b1006c-85aa-4d93-baf7-a5cdc24e9b99 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17747 | 2024.08.08 23:09:17.379054 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30451, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17748 | 2024.08.08 23:09:17.379105 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17749 | 2024.08.08 23:09:17.379124 [ 3 ] {} <Debug> HTTP-Session: f4dbb57d-b46c-40e5-ad7c-7ffc320ef1e1 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17750 | 2024.08.08 23:09:17.379142 [ 3 ] {} <Debug> HTTP-Session: f4dbb57d-b46c-40e5-ad7c-7ffc320ef1e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17751 | 2024.08.08 23:09:17.379155 [ 3 ] {} <Debug> HTTP-Session: f4dbb57d-b46c-40e5-ad7c-7ffc320ef1e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17752 | 2024.08.08 23:09:17.379188 [ 3 ] {} <Trace> HTTP-Session: f4dbb57d-b46c-40e5-ad7c-7ffc320ef1e1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17753 | 2024.08.08 23:09:17.379335 [ 3 ] {18450e27-e60c-47ce-bc1a-f3d6fe5f576e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_u32 FORMAT JSONEachRow (stage: Complete) | ||
17754 | 2024.08.08 23:09:17.379379 [ 3 ] {18450e27-e60c-47ce-bc1a-f3d6fe5f576e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
17755 | 2024.08.08 23:09:17.379502 [ 3 ] {18450e27-e60c-47ce-bc1a-f3d6fe5f576e} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17756 | 2024.08.08 23:09:17.379910 [ 3 ] {18450e27-e60c-47ce-bc1a-f3d6fe5f576e} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17757 | 2024.08.08 23:09:17.379946 [ 3 ] {18450e27-e60c-47ce-bc1a-f3d6fe5f576e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17758 | 2024.08.08 23:09:17.380283 [ 3 ] {18450e27-e60c-47ce-bc1a-f3d6fe5f576e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
17759 | 2024.08.08 23:09:17.380591 [ 3 ] {18450e27-e60c-47ce-bc1a-f3d6fe5f576e} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17760 | 2024.08.08 23:09:17.380705 [ 76 ] {} <Debug> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
17761 | 2024.08.08 23:09:17.380713 [ 3 ] {18450e27-e60c-47ce-bc1a-f3d6fe5f576e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001449 sec., 157349.89648033126 rows/sec., 10.65 MiB/sec. | ||
17762 | 2024.08.08 23:09:17.380746 [ 76 ] {} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17763 | 2024.08.08 23:09:17.380779 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17764 | 2024.08.08 23:09:17.380969 [ 3 ] {18450e27-e60c-47ce-bc1a-f3d6fe5f576e} <Debug> DynamicQueryHandler: Done processing query | ||
17765 | 2024.08.08 23:09:17.381045 [ 3 ] {18450e27-e60c-47ce-bc1a-f3d6fe5f576e} <Debug> MemoryTracker: Peak memory usage (for query): 4.29 MiB. | ||
17766 | 2024.08.08 23:09:17.381126 [ 3 ] {} <Debug> HTTP-Session: f4dbb57d-b46c-40e5-ad7c-7ffc320ef1e1 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17767 | 2024.08.08 23:09:17.381350 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::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 | ||
17768 | 2024.08.08 23:09:17.381476 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 95311, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17769 | 2024.08.08 23:09:17.381578 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17770 | 2024.08.08 23:09:17.381632 [ 3 ] {} <Debug> HTTP-Session: 16e068b6-b4f4-43e4-aa94-ace30f93d998 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17771 | 2024.08.08 23:09:17.381684 [ 3 ] {} <Debug> HTTP-Session: 16e068b6-b4f4-43e4-aa94-ace30f93d998 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17772 | 2024.08.08 23:09:17.381695 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17773 | 2024.08.08 23:09:17.381711 [ 3 ] {} <Debug> HTTP-Session: 16e068b6-b4f4-43e4-aa94-ace30f93d998 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17774 | 2024.08.08 23:09:17.381758 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 228 rows starting from the beginning of the part | ||
17775 | 2024.08.08 23:09:17.381782 [ 3 ] {} <Trace> HTTP-Session: 16e068b6-b4f4-43e4-aa94-ace30f93d998 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17776 | 2024.08.08 23:09:17.381916 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
17777 | 2024.08.08 23:09:17.382141 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 228 rows starting from the beginning of the part | ||
17778 | 2024.08.08 23:09:17.382227 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 228 rows starting from the beginning of the part | ||
17779 | 2024.08.08 23:09:17.382363 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
17780 | 2024.08.08 23:09:17.382477 [ 3 ] {104eb958-948a-4abf-8514-123f98efe618} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17781 | 2024.08.08 23:09:17.382679 [ 3 ] {104eb958-948a-4abf-8514-123f98efe618} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17782 | 2024.08.08 23:09:17.383221 [ 3 ] {104eb958-948a-4abf-8514-123f98efe618} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17783 | 2024.08.08 23:09:17.384492 [ 3 ] {104eb958-948a-4abf-8514-123f98efe618} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17784 | 2024.08.08 23:09:17.384533 [ 3 ] {104eb958-948a-4abf-8514-123f98efe618} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17785 | 2024.08.08 23:09:17.384925 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1140 rows, containing 4 columns (4 merged, 0 gathered) in 0.004008766 sec., 284376.78826850955 rows/sec., 18.18 MiB/sec. | ||
17786 | 2024.08.08 23:09:17.385123 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
17787 | 2024.08.08 23:09:17.385242 [ 3 ] {104eb958-948a-4abf-8514-123f98efe618} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
17788 | 2024.08.08 23:09:17.385972 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_17_4} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17789 | 2024.08.08 23:09:17.386021 [ 3 ] {104eb958-948a-4abf-8514-123f98efe618} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17790 | 2024.08.08 23:09:17.386155 [ 195 ] {a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8::all_1_17_4} <Trace> oximeter.fields_u32 (a39ff64f-97e6-4dc7-afd4-9e7ad4c2aef8) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
17791 | 2024.08.08 23:09:17.386333 [ 3 ] {104eb958-948a-4abf-8514-123f98efe618} <Debug> executeQuery: Read 576 rows, 43.89 KiB in 0.004328 sec., 133086.87615526802 rows/sec., 9.90 MiB/sec. | ||
17792 | 2024.08.08 23:09:17.386357 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
17793 | 2024.08.08 23:09:17.386587 [ 3 ] {104eb958-948a-4abf-8514-123f98efe618} <Debug> DynamicQueryHandler: Done processing query | ||
17794 | 2024.08.08 23:09:17.386616 [ 3 ] {104eb958-948a-4abf-8514-123f98efe618} <Debug> MemoryTracker: Peak memory usage (for query): 4.55 MiB. | ||
17795 | 2024.08.08 23:09:17.386632 [ 3 ] {} <Debug> HTTP-Session: 16e068b6-b4f4-43e4-aa94-ace30f93d998 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17796 | 2024.08.08 23:09:17.386909 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 160518, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17797 | 2024.08.08 23:09:17.386958 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17798 | 2024.08.08 23:09:17.386977 [ 3 ] {} <Debug> HTTP-Session: 6c666ab3-454a-4fba-814a-c57e285000e6 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17799 | 2024.08.08 23:09:17.386993 [ 3 ] {} <Debug> HTTP-Session: 6c666ab3-454a-4fba-814a-c57e285000e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17800 | 2024.08.08 23:09:17.387007 [ 3 ] {} <Debug> HTTP-Session: 6c666ab3-454a-4fba-814a-c57e285000e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17801 | 2024.08.08 23:09:17.387039 [ 3 ] {} <Trace> HTTP-Session: 6c666ab3-454a-4fba-814a-c57e285000e6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17802 | 2024.08.08 23:09:17.387452 [ 3 ] {571c81f4-8f39-4b5d-9aa0-5e426c7d9da0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17803 | 2024.08.08 23:09:17.387500 [ 3 ] {571c81f4-8f39-4b5d-9aa0-5e426c7d9da0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17804 | 2024.08.08 23:09:17.387658 [ 3 ] {571c81f4-8f39-4b5d-9aa0-5e426c7d9da0} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17805 | 2024.08.08 23:09:17.388506 [ 3 ] {571c81f4-8f39-4b5d-9aa0-5e426c7d9da0} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17806 | 2024.08.08 23:09:17.388540 [ 3 ] {571c81f4-8f39-4b5d-9aa0-5e426c7d9da0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17807 | 2024.08.08 23:09:17.388988 [ 3 ] {571c81f4-8f39-4b5d-9aa0-5e426c7d9da0} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
17808 | 2024.08.08 23:09:17.389344 [ 3 ] {571c81f4-8f39-4b5d-9aa0-5e426c7d9da0} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17809 | 2024.08.08 23:09:17.389474 [ 3 ] {571c81f4-8f39-4b5d-9aa0-5e426c7d9da0} <Debug> executeQuery: Read 844 rows, 58.17 KiB in 0.002296 sec., 367595.81881533103 rows/sec., 24.74 MiB/sec. | ||
17810 | 2024.08.08 23:09:17.389640 [ 3 ] {571c81f4-8f39-4b5d-9aa0-5e426c7d9da0} <Debug> DynamicQueryHandler: Done processing query | ||
17811 | 2024.08.08 23:09:17.389664 [ 3 ] {571c81f4-8f39-4b5d-9aa0-5e426c7d9da0} <Debug> MemoryTracker: Peak memory usage (for query): 4.66 MiB. | ||
17812 | 2024.08.08 23:09:17.389680 [ 3 ] {} <Debug> HTTP-Session: 6c666ab3-454a-4fba-814a-c57e285000e6 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17813 | 2024.08.08 23:09:17.390010 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 90269, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17814 | 2024.08.08 23:09:17.390059 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17815 | 2024.08.08 23:09:17.390078 [ 3 ] {} <Debug> HTTP-Session: 8e35ea51-ceaf-4455-9038-aecb4ad0d5a2 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17816 | 2024.08.08 23:09:17.390094 [ 3 ] {} <Debug> HTTP-Session: 8e35ea51-ceaf-4455-9038-aecb4ad0d5a2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17817 | 2024.08.08 23:09:17.390107 [ 3 ] {} <Debug> HTTP-Session: 8e35ea51-ceaf-4455-9038-aecb4ad0d5a2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17818 | 2024.08.08 23:09:17.390138 [ 3 ] {} <Trace> HTTP-Session: 8e35ea51-ceaf-4455-9038-aecb4ad0d5a2 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17819 | 2024.08.08 23:09:17.390627 [ 3 ] {65b149ab-d968-495f-9ada-fa1d50791673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_histogramf64 FORMAT JSONEachRow (stage: Complete) | ||
17820 | 2024.08.08 23:09:17.390691 [ 3 ] {65b149ab-d968-495f-9ada-fa1d50791673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramf64 | ||
17821 | 2024.08.08 23:09:17.391111 [ 3 ] {65b149ab-d968-495f-9ada-fa1d50791673} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17822 | 2024.08.08 23:09:17.392020 [ 3 ] {65b149ab-d968-495f-9ada-fa1d50791673} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17823 | 2024.08.08 23:09:17.392055 [ 3 ] {65b149ab-d968-495f-9ada-fa1d50791673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17824 | 2024.08.08 23:09:17.392722 [ 3 ] {65b149ab-d968-495f-9ada-fa1d50791673} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
17825 | 2024.08.08 23:09:17.393139 [ 3 ] {65b149ab-d968-495f-9ada-fa1d50791673} <Trace> oximeter.measurements_histogramf64 (b2667062-578b-4856-8c33-1b53d7b05866): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17826 | 2024.08.08 23:09:17.393289 [ 3 ] {65b149ab-d968-495f-9ada-fa1d50791673} <Debug> executeQuery: Read 56 rows, 102.76 KiB in 0.003042 sec., 18408.94148586456 rows/sec., 32.99 MiB/sec. | ||
17827 | 2024.08.08 23:09:17.393496 [ 3 ] {65b149ab-d968-495f-9ada-fa1d50791673} <Debug> DynamicQueryHandler: Done processing query | ||
17828 | 2024.08.08 23:09:17.393520 [ 3 ] {65b149ab-d968-495f-9ada-fa1d50791673} <Debug> MemoryTracker: Peak memory usage (for query): 4.70 MiB. | ||
17829 | 2024.08.08 23:09:17.393536 [ 3 ] {} <Debug> HTTP-Session: 8e35ea51-ceaf-4455-9038-aecb4ad0d5a2 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17830 | 2024.08.08 23:09:17.393714 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17831 | 2024.08.08 23:09:17.393761 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17832 | 2024.08.08 23:09:17.393781 [ 3 ] {} <Debug> HTTP-Session: fea5dde8-fc83-4fe7-b1e7-583b9f038820 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17833 | 2024.08.08 23:09:17.393797 [ 3 ] {} <Debug> HTTP-Session: fea5dde8-fc83-4fe7-b1e7-583b9f038820 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17834 | 2024.08.08 23:09:17.393811 [ 3 ] {} <Debug> HTTP-Session: fea5dde8-fc83-4fe7-b1e7-583b9f038820 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17835 | 2024.08.08 23:09:17.393842 [ 3 ] {} <Trace> HTTP-Session: fea5dde8-fc83-4fe7-b1e7-583b9f038820 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17836 | 2024.08.08 23:09:17.393952 [ 3 ] {787966a2-2894-4da2-816d-7cb7d5752ad8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
17837 | 2024.08.08 23:09:17.393996 [ 3 ] {787966a2-2894-4da2-816d-7cb7d5752ad8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
17838 | 2024.08.08 23:09:17.394119 [ 3 ] {787966a2-2894-4da2-816d-7cb7d5752ad8} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17839 | 2024.08.08 23:09:17.394468 [ 3 ] {787966a2-2894-4da2-816d-7cb7d5752ad8} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17840 | 2024.08.08 23:09:17.394502 [ 3 ] {787966a2-2894-4da2-816d-7cb7d5752ad8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17841 | 2024.08.08 23:09:17.394862 [ 3 ] {787966a2-2894-4da2-816d-7cb7d5752ad8} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
17842 | 2024.08.08 23:09:17.395186 [ 3 ] {787966a2-2894-4da2-816d-7cb7d5752ad8} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17843 | 2024.08.08 23:09:17.395309 [ 3 ] {787966a2-2894-4da2-816d-7cb7d5752ad8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001393 sec., 43072.50538406317 rows/sec., 2.90 MiB/sec. | ||
17844 | 2024.08.08 23:09:17.395574 [ 3 ] {787966a2-2894-4da2-816d-7cb7d5752ad8} <Debug> DynamicQueryHandler: Done processing query | ||
17845 | 2024.08.08 23:09:17.395634 [ 3 ] {787966a2-2894-4da2-816d-7cb7d5752ad8} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
17846 | 2024.08.08 23:09:17.395692 [ 3 ] {} <Debug> HTTP-Session: fea5dde8-fc83-4fe7-b1e7-583b9f038820 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17847 | 2024.08.08 23:09:22.344733 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 748, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17848 | 2024.08.08 23:09:22.344871 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17849 | 2024.08.08 23:09:22.344901 [ 3 ] {} <Debug> HTTP-Session: 3984c327-9b46-48aa-8573-815c7f6cf6dd Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17850 | 2024.08.08 23:09:22.344929 [ 3 ] {} <Debug> HTTP-Session: 3984c327-9b46-48aa-8573-815c7f6cf6dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17851 | 2024.08.08 23:09:22.344947 [ 3 ] {} <Debug> HTTP-Session: 3984c327-9b46-48aa-8573-815c7f6cf6dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17852 | 2024.08.08 23:09:22.345002 [ 3 ] {} <Trace> HTTP-Session: 3984c327-9b46-48aa-8573-815c7f6cf6dd Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17853 | 2024.08.08 23:09:22.345198 [ 3 ] {c1a0b3dd-5646-4144-9920-cedc3b4c4f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_i64 FORMAT JSONEachRow (stage: Complete) | ||
17854 | 2024.08.08 23:09:22.345272 [ 3 ] {c1a0b3dd-5646-4144-9920-cedc3b4c4f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i64 | ||
17855 | 2024.08.08 23:09:22.345470 [ 3 ] {c1a0b3dd-5646-4144-9920-cedc3b4c4f7a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17856 | 2024.08.08 23:09:22.345936 [ 3 ] {c1a0b3dd-5646-4144-9920-cedc3b4c4f7a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17857 | 2024.08.08 23:09:22.345977 [ 3 ] {c1a0b3dd-5646-4144-9920-cedc3b4c4f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17858 | 2024.08.08 23:09:22.346357 [ 3 ] {c1a0b3dd-5646-4144-9920-cedc3b4c4f7a} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
17859 | 2024.08.08 23:09:22.346710 [ 3 ] {c1a0b3dd-5646-4144-9920-cedc3b4c4f7a} <Trace> oximeter.fields_i64 (61d189ad-20f5-4e53-95a9-569f3a450c77): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17860 | 2024.08.08 23:09:22.346864 [ 3 ] {c1a0b3dd-5646-4144-9920-cedc3b4c4f7a} <Debug> executeQuery: Read 6 rows, 348.00 B in 0.001725 sec., 3478.2608695652175 rows/sec., 197.01 KiB/sec. | ||
17861 | 2024.08.08 23:09:22.347067 [ 3 ] {c1a0b3dd-5646-4144-9920-cedc3b4c4f7a} <Debug> DynamicQueryHandler: Done processing query | ||
17862 | 2024.08.08 23:09:22.347096 [ 3 ] {c1a0b3dd-5646-4144-9920-cedc3b4c4f7a} <Debug> MemoryTracker: Peak memory usage (for query): 4.21 MiB. | ||
17863 | 2024.08.08 23:09:22.347112 [ 3 ] {} <Debug> HTTP-Session: 3984c327-9b46-48aa-8573-815c7f6cf6dd Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17864 | 2024.08.08 23:09:22.347338 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 24352, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17865 | 2024.08.08 23:09:22.347396 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17866 | 2024.08.08 23:09:22.347415 [ 3 ] {} <Debug> HTTP-Session: 9ebe5552-3194-432c-bbc1-c6dd31d7e601 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17867 | 2024.08.08 23:09:22.347433 [ 3 ] {} <Debug> HTTP-Session: 9ebe5552-3194-432c-bbc1-c6dd31d7e601 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17868 | 2024.08.08 23:09:22.347446 [ 3 ] {} <Debug> HTTP-Session: 9ebe5552-3194-432c-bbc1-c6dd31d7e601 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17869 | 2024.08.08 23:09:22.347481 [ 3 ] {} <Trace> HTTP-Session: 9ebe5552-3194-432c-bbc1-c6dd31d7e601 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17870 | 2024.08.08 23:09:22.347629 [ 3 ] {3bacfa8b-3fb8-4442-9ff6-01ebe72e6871} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_string FORMAT JSONEachRow (stage: Complete) | ||
17871 | 2024.08.08 23:09:22.347675 [ 3 ] {3bacfa8b-3fb8-4442-9ff6-01ebe72e6871} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
17872 | 2024.08.08 23:09:22.347803 [ 3 ] {3bacfa8b-3fb8-4442-9ff6-01ebe72e6871} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17873 | 2024.08.08 23:09:22.348237 [ 3 ] {3bacfa8b-3fb8-4442-9ff6-01ebe72e6871} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17874 | 2024.08.08 23:09:22.348273 [ 3 ] {3bacfa8b-3fb8-4442-9ff6-01ebe72e6871} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17875 | 2024.08.08 23:09:22.348599 [ 3 ] {3bacfa8b-3fb8-4442-9ff6-01ebe72e6871} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
17876 | 2024.08.08 23:09:22.348910 [ 3 ] {3bacfa8b-3fb8-4442-9ff6-01ebe72e6871} <Trace> oximeter.fields_string (248512eb-aa23-45d6-8ec3-f56857e32718): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17877 | 2024.08.08 23:09:22.349039 [ 3 ] {3bacfa8b-3fb8-4442-9ff6-01ebe72e6871} <Debug> executeQuery: Read 161 rows, 14.53 KiB in 0.001475 sec., 109152.54237288136 rows/sec., 9.62 MiB/sec. | ||
17878 | 2024.08.08 23:09:22.349212 [ 3 ] {3bacfa8b-3fb8-4442-9ff6-01ebe72e6871} <Debug> DynamicQueryHandler: Done processing query | ||
17879 | 2024.08.08 23:09:22.349236 [ 3 ] {3bacfa8b-3fb8-4442-9ff6-01ebe72e6871} <Debug> MemoryTracker: Peak memory usage (for query): 4.30 MiB. | ||
17880 | 2024.08.08 23:09:22.349252 [ 3 ] {} <Debug> HTTP-Session: 9ebe5552-3194-432c-bbc1-c6dd31d7e601 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17881 | 2024.08.08 23:09:22.349433 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 61609, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17882 | 2024.08.08 23:09:22.349485 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17883 | 2024.08.08 23:09:22.349504 [ 3 ] {} <Debug> HTTP-Session: 7ca97285-d234-456e-810f-81bc8efdd6bb Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17884 | 2024.08.08 23:09:22.349520 [ 3 ] {} <Debug> HTTP-Session: 7ca97285-d234-456e-810f-81bc8efdd6bb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17885 | 2024.08.08 23:09:22.349535 [ 3 ] {} <Debug> HTTP-Session: 7ca97285-d234-456e-810f-81bc8efdd6bb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17886 | 2024.08.08 23:09:22.349566 [ 3 ] {} <Trace> HTTP-Session: 7ca97285-d234-456e-810f-81bc8efdd6bb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17887 | 2024.08.08 23:09:22.349776 [ 3 ] {e291cbad-9c61-4e0d-91e1-4438f631946b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.fields_uuid FORMAT JSONEachRow (stage: Complete) | ||
17888 | 2024.08.08 23:09:22.349819 [ 3 ] {e291cbad-9c61-4e0d-91e1-4438f631946b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
17889 | 2024.08.08 23:09:22.349944 [ 3 ] {e291cbad-9c61-4e0d-91e1-4438f631946b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17890 | 2024.08.08 23:09:22.350457 [ 3 ] {e291cbad-9c61-4e0d-91e1-4438f631946b} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17891 | 2024.08.08 23:09:22.350492 [ 3 ] {e291cbad-9c61-4e0d-91e1-4438f631946b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17892 | 2024.08.08 23:09:22.350832 [ 3 ] {e291cbad-9c61-4e0d-91e1-4438f631946b} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
17893 | 2024.08.08 23:09:22.351141 [ 3 ] {e291cbad-9c61-4e0d-91e1-4438f631946b} <Trace> oximeter.fields_uuid (bc20af50-623e-4bb4-b242-93a6cba90626): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17894 | 2024.08.08 23:09:22.351268 [ 3 ] {e291cbad-9c61-4e0d-91e1-4438f631946b} <Debug> executeQuery: Read 382 rows, 27.47 KiB in 0.00161 sec., 237267.0807453416 rows/sec., 16.67 MiB/sec. | ||
17895 | 2024.08.08 23:09:22.351428 [ 3 ] {e291cbad-9c61-4e0d-91e1-4438f631946b} <Debug> DynamicQueryHandler: Done processing query | ||
17896 | 2024.08.08 23:09:22.351452 [ 3 ] {e291cbad-9c61-4e0d-91e1-4438f631946b} <Debug> MemoryTracker: Peak memory usage (for query): 4.38 MiB. | ||
17897 | 2024.08.08 23:09:22.351467 [ 3 ] {} <Debug> HTTP-Session: 7ca97285-d234-456e-810f-81bc8efdd6bb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17898 | 2024.08.08 23:09:22.351630 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 845, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17899 | 2024.08.08 23:09:22.351680 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17900 | 2024.08.08 23:09:22.351726 [ 3 ] {} <Debug> HTTP-Session: a81a882b-dfb0-4f40-93ab-cba8d1338c72 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17901 | 2024.08.08 23:09:22.351743 [ 3 ] {} <Debug> HTTP-Session: a81a882b-dfb0-4f40-93ab-cba8d1338c72 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17902 | 2024.08.08 23:09:22.351756 [ 3 ] {} <Debug> HTTP-Session: a81a882b-dfb0-4f40-93ab-cba8d1338c72 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17903 | 2024.08.08 23:09:22.351786 [ 3 ] {} <Trace> HTTP-Session: a81a882b-dfb0-4f40-93ab-cba8d1338c72 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17904 | 2024.08.08 23:09:22.351880 [ 3 ] {3f6dfd5b-7be2-454d-b72c-e7dc0999a21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_bool FORMAT JSONEachRow (stage: Complete) | ||
17905 | 2024.08.08 23:09:22.351924 [ 3 ] {3f6dfd5b-7be2-454d-b72c-e7dc0999a21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
17906 | 2024.08.08 23:09:22.352049 [ 3 ] {3f6dfd5b-7be2-454d-b72c-e7dc0999a21b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17907 | 2024.08.08 23:09:22.352388 [ 3 ] {3f6dfd5b-7be2-454d-b72c-e7dc0999a21b} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17908 | 2024.08.08 23:09:22.352423 [ 3 ] {3f6dfd5b-7be2-454d-b72c-e7dc0999a21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17909 | 2024.08.08 23:09:22.352780 [ 3 ] {3f6dfd5b-7be2-454d-b72c-e7dc0999a21b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
17910 | 2024.08.08 23:09:22.353108 [ 3 ] {3f6dfd5b-7be2-454d-b72c-e7dc0999a21b} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17911 | 2024.08.08 23:09:22.353254 [ 72 ] {} <Debug> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
17912 | 2024.08.08 23:09:22.353259 [ 3 ] {3f6dfd5b-7be2-454d-b72c-e7dc0999a21b} <Debug> executeQuery: Read 6 rows, 264.00 B in 0.001401 sec., 4282.655246252677 rows/sec., 184.02 KiB/sec. | ||
17913 | 2024.08.08 23:09:22.353292 [ 72 ] {} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17914 | 2024.08.08 23:09:22.353327 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17915 | 2024.08.08 23:09:22.353522 [ 3 ] {3f6dfd5b-7be2-454d-b72c-e7dc0999a21b} <Debug> DynamicQueryHandler: Done processing query | ||
17916 | 2024.08.08 23:09:22.353594 [ 3 ] {3f6dfd5b-7be2-454d-b72c-e7dc0999a21b} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17917 | 2024.08.08 23:09:22.353661 [ 3 ] {} <Debug> HTTP-Session: a81a882b-dfb0-4f40-93ab-cba8d1338c72 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17918 | 2024.08.08 23:09:22.353722 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::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 | ||
17919 | 2024.08.08 23:09:22.353926 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 14090, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17920 | 2024.08.08 23:09:22.354101 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17921 | 2024.08.08 23:09:22.354183 [ 3 ] {} <Debug> HTTP-Session: 6186b2d4-1f0d-4caf-ac05-bfefef59a9cf Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17922 | 2024.08.08 23:09:22.354237 [ 3 ] {} <Debug> HTTP-Session: 6186b2d4-1f0d-4caf-ac05-bfefef59a9cf Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17923 | 2024.08.08 23:09:22.354280 [ 3 ] {} <Debug> HTTP-Session: 6186b2d4-1f0d-4caf-ac05-bfefef59a9cf Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17924 | 2024.08.08 23:09:22.354364 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17925 | 2024.08.08 23:09:22.354375 [ 3 ] {} <Trace> HTTP-Session: 6186b2d4-1f0d-4caf-ac05-bfefef59a9cf Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17926 | 2024.08.08 23:09:22.354435 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part | ||
17927 | 2024.08.08 23:09:22.354736 [ 3 ] {1a3280bb-7553-4d00-a0fd-ddd1c32cec9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativei64 FORMAT JSONEachRow (stage: Complete) | ||
17928 | 2024.08.08 23:09:22.354736 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
17929 | 2024.08.08 23:09:22.354892 [ 3 ] {1a3280bb-7553-4d00-a0fd-ddd1c32cec9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativei64 | ||
17930 | 2024.08.08 23:09:22.355067 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
17931 | 2024.08.08 23:09:22.355422 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
17932 | 2024.08.08 23:09:22.355829 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
17933 | 2024.08.08 23:09:22.356000 [ 3 ] {1a3280bb-7553-4d00-a0fd-ddd1c32cec9b} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17934 | 2024.08.08 23:09:22.356145 [ 201 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
17935 | 2024.08.08 23:09:22.356930 [ 3 ] {1a3280bb-7553-4d00-a0fd-ddd1c32cec9b} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17936 | 2024.08.08 23:09:22.356992 [ 3 ] {1a3280bb-7553-4d00-a0fd-ddd1c32cec9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17937 | 2024.08.08 23:09:22.358033 [ 3 ] {1a3280bb-7553-4d00-a0fd-ddd1c32cec9b} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
17938 | 2024.08.08 23:09:22.358832 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.005409975 sec., 56562.183743917485 rows/sec., 2.37 MiB/sec. | ||
17939 | 2024.08.08 23:09:22.358967 [ 3 ] {1a3280bb-7553-4d00-a0fd-ddd1c32cec9b} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17940 | 2024.08.08 23:09:22.358975 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
17941 | 2024.08.08 23:09:22.359154 [ 72 ] {} <Debug> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
17942 | 2024.08.08 23:09:22.359166 [ 3 ] {1a3280bb-7553-4d00-a0fd-ddd1c32cec9b} <Debug> executeQuery: Read 77 rows, 4.86 KiB in 0.00463 sec., 16630.669546436286 rows/sec., 1.02 MiB/sec. | ||
17943 | 2024.08.08 23:09:22.359203 [ 72 ] {} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17944 | 2024.08.08 23:09:22.359279 [ 72 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17945 | 2024.08.08 23:09:22.359825 [ 3 ] {1a3280bb-7553-4d00-a0fd-ddd1c32cec9b} <Debug> DynamicQueryHandler: Done processing query | ||
17946 | 2024.08.08 23:09:22.359887 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::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 | ||
17947 | 2024.08.08 23:09:22.359937 [ 3 ] {1a3280bb-7553-4d00-a0fd-ddd1c32cec9b} <Debug> MemoryTracker: Peak memory usage (for query): 4.23 MiB. | ||
17948 | 2024.08.08 23:09:22.360108 [ 3 ] {} <Debug> HTTP-Session: 6186b2d4-1f0d-4caf-ac05-bfefef59a9cf Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17949 | 2024.08.08 23:09:22.360619 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 30672, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17950 | 2024.08.08 23:09:22.360897 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17951 | 2024.08.08 23:09:22.361053 [ 3 ] {} <Debug> HTTP-Session: 5a086923-ff9f-4df4-9193-a0691df6d363 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17952 | 2024.08.08 23:09:22.361196 [ 3 ] {} <Debug> HTTP-Session: 5a086923-ff9f-4df4-9193-a0691df6d363 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17953 | 2024.08.08 23:09:22.361257 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
17954 | 2024.08.08 23:09:22.361307 [ 3 ] {} <Debug> HTTP-Session: 5a086923-ff9f-4df4-9193-a0691df6d363 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17955 | 2024.08.08 23:09:22.361506 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 3542 rows starting from the beginning of the part | ||
17956 | 2024.08.08 23:09:22.361509 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17957 | 2024.08.08 23:09:22.361514 [ 3 ] {} <Trace> HTTP-Session: 5a086923-ff9f-4df4-9193-a0691df6d363 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17958 | 2024.08.08 23:09:22.362108 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 77 rows starting from the beginning of the part | ||
17959 | 2024.08.08 23:09:22.362122 [ 188 ] {e4d4c0e1-6aca-4b73-8a9f-bef13a924b79::all_1_51_10} <Trace> oximeter.measurements_bool (e4d4c0e1-6aca-4b73-8a9f-bef13a924b79) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
17960 | 2024.08.08 23:09:22.362166 [ 3 ] {ec5326b0-3b02-4005-b2dd-4494dc0ec99a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT JSONEachRow (stage: Complete) | ||
17961 | 2024.08.08 23:09:22.362471 [ 3 ] {ec5326b0-3b02-4005-b2dd-4494dc0ec99a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
17962 | 2024.08.08 23:09:22.362658 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
17963 | 2024.08.08 23:09:22.362704 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 77 rows starting from the beginning of the part | ||
17964 | 2024.08.08 23:09:22.363002 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 77 rows starting from the beginning of the part | ||
17965 | 2024.08.08 23:09:22.363349 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 77 rows starting from the beginning of the part | ||
17966 | 2024.08.08 23:09:22.363718 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 77 rows starting from the beginning of the part | ||
17967 | 2024.08.08 23:09:22.364037 [ 3 ] {ec5326b0-3b02-4005-b2dd-4494dc0ec99a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17968 | 2024.08.08 23:09:22.364831 [ 3 ] {ec5326b0-3b02-4005-b2dd-4494dc0ec99a} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17969 | 2024.08.08 23:09:22.364870 [ 3 ] {ec5326b0-3b02-4005-b2dd-4494dc0ec99a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17970 | 2024.08.08 23:09:22.365441 [ 3 ] {ec5326b0-3b02-4005-b2dd-4494dc0ec99a} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
17971 | 2024.08.08 23:09:22.365820 [ 3 ] {ec5326b0-3b02-4005-b2dd-4494dc0ec99a} <Trace> oximeter.measurements_cumulativeu64 (d963f671-b815-40d2-ba36-a5f0fdc4c47f): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17972 | 2024.08.08 23:09:22.366077 [ 3 ] {ec5326b0-3b02-4005-b2dd-4494dc0ec99a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004158 sec., 38480.03848003848 rows/sec., 2.68 MiB/sec. | ||
17973 | 2024.08.08 23:09:22.366159 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3927 rows, containing 5 columns (5 merged, 0 gathered) in 0.006755684 sec., 581288.2899792234 rows/sec., 35.80 MiB/sec. | ||
17974 | 2024.08.08 23:09:22.366293 [ 3 ] {ec5326b0-3b02-4005-b2dd-4494dc0ec99a} <Debug> DynamicQueryHandler: Done processing query | ||
17975 | 2024.08.08 23:09:22.366318 [ 3 ] {ec5326b0-3b02-4005-b2dd-4494dc0ec99a} <Debug> MemoryTracker: Peak memory usage (for query): 4.27 MiB. | ||
17976 | 2024.08.08 23:09:22.366334 [ 3 ] {} <Debug> HTTP-Session: 5a086923-ff9f-4df4-9193-a0691df6d363 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17977 | 2024.08.08 23:09:22.366424 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
17978 | 2024.08.08 23:09:22.366478 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 3214, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17979 | 2024.08.08 23:09:22.366534 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
17980 | 2024.08.08 23:09:22.366555 [ 3 ] {} <Debug> HTTP-Session: 933d2541-d171-4f53-9f8d-b1907c8a51f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
17981 | 2024.08.08 23:09:22.366572 [ 3 ] {} <Debug> HTTP-Session: 933d2541-d171-4f53-9f8d-b1907c8a51f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
17982 | 2024.08.08 23:09:22.366589 [ 3 ] {} <Debug> HTTP-Session: 933d2541-d171-4f53-9f8d-b1907c8a51f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17983 | 2024.08.08 23:09:22.366645 [ 3 ] {} <Trace> HTTP-Session: 933d2541-d171-4f53-9f8d-b1907c8a51f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
17984 | 2024.08.08 23:09:22.366781 [ 3 ] {96197626-2b4a-4231-928e-bd576f1a869a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_i64 FORMAT JSONEachRow (stage: Complete) | ||
17985 | 2024.08.08 23:09:22.366833 [ 3 ] {96197626-2b4a-4231-928e-bd576f1a869a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
17986 | 2024.08.08 23:09:22.366920 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17987 | 2024.08.08 23:09:22.367039 [ 3 ] {96197626-2b4a-4231-928e-bd576f1a869a} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
17988 | 2024.08.08 23:09:22.367048 [ 196 ] {60c82f11-9aa5-402e-afc9-fadd6498ae24::all_1_51_10} <Trace> oximeter.measurements_cumulativei64 (60c82f11-9aa5-402e-afc9-fadd6498ae24) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
17989 | 2024.08.08 23:09:22.367151 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
17990 | 2024.08.08 23:09:22.367407 [ 3 ] {96197626-2b4a-4231-928e-bd576f1a869a} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
17991 | 2024.08.08 23:09:22.367442 [ 3 ] {96197626-2b4a-4231-928e-bd576f1a869a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
17992 | 2024.08.08 23:09:22.367803 [ 3 ] {96197626-2b4a-4231-928e-bd576f1a869a} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
17993 | 2024.08.08 23:09:22.368123 [ 3 ] {96197626-2b4a-4231-928e-bd576f1a869a} <Trace> oximeter.measurements_i64 (40178e71-ce0b-40a0-a921-105aab487627): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
17994 | 2024.08.08 23:09:22.368252 [ 3 ] {96197626-2b4a-4231-928e-bd576f1a869a} <Debug> executeQuery: Read 23 rows, 1.24 KiB in 0.001506 sec., 15272.244355909696 rows/sec., 826.12 KiB/sec. | ||
17995 | 2024.08.08 23:09:22.368417 [ 3 ] {96197626-2b4a-4231-928e-bd576f1a869a} <Debug> DynamicQueryHandler: Done processing query | ||
17996 | 2024.08.08 23:09:22.368441 [ 3 ] {96197626-2b4a-4231-928e-bd576f1a869a} <Debug> MemoryTracker: Peak memory usage (for query): 4.20 MiB. | ||
17997 | 2024.08.08 23:09:22.368456 [ 3 ] {} <Debug> HTTP-Session: 933d2541-d171-4f53-9f8d-b1907c8a51f8 Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
17998 | 2024.08.08 23:09:22.368589 [ 3 ] {} <Trace> HTTPHandler-factory: HTTP Request for HTTPHandler-factory. Method: POST, Address: [fd00:1122:3344:101::d]:64797, User-Agent: (none), Length: 9102, Content Type: , Transfer Encoding: identity, X-Forwarded-For: (none) | ||
17999 | 2024.08.08 23:09:22.368637 [ 3 ] {} <Trace> DynamicQueryHandler: Request URI: /?output_format_json_quote_64bit_integers=0&wait_end_of_query=1 | ||
18000 | 2024.08.08 23:09:22.368657 [ 3 ] {} <Debug> HTTP-Session: 7b7fee51-8ec8-4776-b695-96b56f3ffdec Authenticating user 'default' from [fd00:1122:3344:101::d]:64797 | ||
18001 | 2024.08.08 23:09:22.368673 [ 3 ] {} <Debug> HTTP-Session: 7b7fee51-8ec8-4776-b695-96b56f3ffdec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
18002 | 2024.08.08 23:09:22.368687 [ 3 ] {} <Debug> HTTP-Session: 7b7fee51-8ec8-4776-b695-96b56f3ffdec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18003 | 2024.08.08 23:09:22.368718 [ 3 ] {} <Trace> HTTP-Session: 7b7fee51-8ec8-4776-b695-96b56f3ffdec Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
18004 | 2024.08.08 23:09:22.368831 [ 3 ] {4934f8ba-2344-48b3-98f1-1720c4115812} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:64797) INSERT INTO oximeter.measurements_u64 FORMAT JSONEachRow (stage: Complete) | ||
18005 | 2024.08.08 23:09:22.368875 [ 3 ] {4934f8ba-2344-48b3-98f1-1720c4115812} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
18006 | 2024.08.08 23:09:22.369000 [ 3 ] {4934f8ba-2344-48b3-98f1-1720c4115812} <Trace> ParallelParsingInputFormat: Parallel parsing is used | ||
18007 | 2024.08.08 23:09:22.369330 [ 3 ] {4934f8ba-2344-48b3-98f1-1720c4115812} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
18008 | 2024.08.08 23:09:22.369365 [ 3 ] {4934f8ba-2344-48b3-98f1-1720c4115812} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.70 GiB. | ||
18009 | 2024.08.08 23:09:22.369709 [ 3 ] {4934f8ba-2344-48b3-98f1-1720c4115812} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
18010 | 2024.08.08 23:09:22.370026 [ 3 ] {4934f8ba-2344-48b3-98f1-1720c4115812} <Trace> oximeter.measurements_u64 (0d112ed4-8869-40ce-b4de-2e0fb70959e1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
18011 | 2024.08.08 23:09:22.370155 [ 3 ] {4934f8ba-2344-48b3-98f1-1720c4115812} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001363 sec., 44020.542920029344 rows/sec., 2.97 MiB/sec. | ||
18012 | 2024.08.08 23:09:22.370413 [ 3 ] {4934f8ba-2344-48b3-98f1-1720c4115812} <Debug> DynamicQueryHandler: Done processing query | ||
18013 | 2024.08.08 23:09:22.370477 [ 3 ] {4934f8ba-2344-48b3-98f1-1720c4115812} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
18014 | 2024.08.08 23:09:22.370538 [ 3 ] {} <Debug> HTTP-Session: 7b7fee51-8ec8-4776-b695-96b56f3ffdec Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
18015 | 2024.08.08 23:09:23.184265 [ 68 ] {} <Debug> DNSResolver: Updating DNS cache | ||
18016 | 2024.08.08 23:09:23.184316 [ 68 ] {} <Debug> DNSResolver: Updated DNS cache |